/* Final screenshot-matching style lock */
:root {
  --ss-black: #050505;
  --ss-cream: #eceae0;
  --ss-muted: #8d8d8a;
  --ss-line: rgba(236, 234, 224, 0.12);
  --ss-line-strong: rgba(236, 234, 224, 0.18);
}

html,
body {
  background: var(--ss-black);
}

body {
  color: var(--ss-cream);
}

nav#nav {
  padding: 28px 0 18px;
  background: #000000;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

nav#nav.scrolled {
  padding: 16px 0;
  background: #000000;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

nav#nav .wrap {
  width: min(1740px, 86vw);
}

.nav-logo img {
  width: 132px;
  height: auto;
  max-height: none;
}

.nav-logo img.header-logo {
  filter: brightness(0) invert(1);
}

.nav-links {
  gap: clamp(30px, 3.2vw, 62px);
}

.nav-links a {
  color: rgba(236, 234, 224, 0.72);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.34em;
}

.nav-links a:hover {
  color: var(--ss-cream);
}

.lang-toggle {
  min-height: 42px;
  padding: 9px 20px;
  border-color: rgba(236, 234, 224, 0.22);
  color: rgba(236, 234, 224, 0.72);
  background: transparent;
}

.btn.btn-cream {
  min-height: 54px;
  padding: 16px 38px;
  border-radius: 999px;
  background: var(--ss-cream);
  color: #0a0a0a;
  font-size: 11px;
  letter-spacing: 0.38em;
}

#hero {
  min-height: 100vh;
  padding-top: 11vh;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px) 0 0 / 25% 100%,
    radial-gradient(circle at 48% 42%, rgba(255,255,255,0.045), transparent 34%),
    var(--ss-black);
}

#hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5,5,5,0.08), rgba(5,5,5,0.38)),
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.028), transparent 30%);
}

#hero .rule {
  background: var(--ss-line);
  opacity: 1;
}

#hero .wrap {
  position: relative;
  z-index: 2;
  width: min(1740px, 86vw);
  margin-top: 4vh;
}

.hero-kicker {
  color: rgba(236, 234, 224, 0.58);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.42em;
}

.hero-kicker::before {
  width: 42px;
}

.hero-title {
  max-width: 1120px;
  margin-top: clamp(42px, 6vh, 74px);
  color: var(--ss-cream);
  font-size: clamp(74px, 9.6vw, 178px);
  line-height: 0.98;
  letter-spacing: -0.018em;
}

.hero-title em {
  color: rgba(236, 234, 224, 0.55);
}

.hero-grid {
  margin-top: clamp(54px, 8vh, 110px);
  align-items: end;
}

.hero-sub {
  max-width: 590px;
  color: rgba(236, 234, 224, 0.58);
  font-size: 16px;
  line-height: 1.9;
}

.hero-marquee {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  border-top: 1px solid var(--ss-line-strong);
  background: rgba(5, 5, 5, 0.82);
}

.marquee {
  padding: 22px 0;
  overflow: visible;
}

.marquee .track > span {
  color: rgba(236, 234, 224, 0.48);
  font-size: 11px;
  letter-spacing: 0.46em;
}

.marquee b {
  color: rgba(236, 234, 224, 0.86);
}

main {
  background: var(--ss-cream);
}

#legacy {
  background:
    linear-gradient(90deg, rgba(236, 234, 224, 0.055) 1px, transparent 1px) 0 0 / 25% 100%,
    radial-gradient(circle at 50% 8%, rgba(236, 234, 224, 0.045), transparent 34%),
    #050505;
  color: var(--ss-cream);
  border-top: 1px solid var(--ss-line-strong);
  border-bottom: 1px solid var(--ss-line-strong);
}

#legacy .label,
#legacy .legacy-head .label {
  color: rgba(236, 234, 224, 0.54) !important;
}

.legacy-head h2 {
  color: var(--ss-cream);
}

.legacy-head h2 em {
  color: rgba(236, 234, 224, 0.52);
}

.legacy-head p {
  color: rgba(236, 234, 224, 0.62);
}

.tl::before {
  background: rgba(236, 234, 224, 0.14);
}

.tl .spine {
  background: var(--ss-cream);
}

.tl-item {
  border-bottom: 1px solid rgba(236, 234, 224, 0.1);
}

.tl-item::before {
  background: #050505;
  border-color: rgba(236, 234, 224, 0.78);
}

.tl-item .yr {
  color: transparent;
  -webkit-text-stroke: 1px rgba(236, 234, 224, 0.78);
}

.tl-item h3 {
  color: var(--ss-cream);
}

.tl-item p {
  color: rgba(236, 234, 224, 0.62);
}

.tl-item .tags span {
  border-color: rgba(236, 234, 224, 0.18);
  color: rgba(236, 234, 224, 0.58);
}

#values {
  background: #050505;
  color: var(--ss-cream);
  border-top: 1px solid var(--ss-line-strong);
  border-bottom: 1px solid var(--ss-line-strong);
}

#values .label,
#values .val-head .label {
  color: rgba(236, 234, 224, 0.54) !important;
}

.val-head h2 {
  color: var(--ss-cream);
}

.val-head h2 em {
  color: rgba(236, 234, 224, 0.52);
}

.val-list {
  border-top-color: rgba(236, 234, 224, 0.14);
}

.val-row {
  border-bottom-color: rgba(236, 234, 224, 0.14);
}

.val-row::before {
  background: var(--ss-cream);
}

.val-row .no {
  color: rgba(236, 234, 224, 0.48);
}

.val-row h3 {
  color: var(--ss-cream);
}

.val-row p {
  color: rgba(236, 234, 224, 0.62);
}

.val-row .dot {
  border-color: rgba(236, 234, 224, 0.58);
}

.val-row:hover h3 {
  color: #050505;
}

.val-row:hover p {
  color: rgba(5, 5, 5, 0.66);
}

.val-row:hover .no {
  color: rgba(5, 5, 5, 0.54);
}

.val-row:hover .dot {
  background: #050505;
  border-color: #050505;
}

#why {
  overflow: hidden;
}

.why-item div b {
  color: #000000;
}

.why-copy h2 {
  max-width: min(100%, 720px);
  overflow-wrap: anywhere;
}

.why-copy h2 em {
  display: inline;
}

@media (max-width: 1100px) {
  nav#nav .wrap,
  #hero .wrap {
    width: min(100% - 40px, 900px);
  }

  .hero-title {
    font-size: clamp(58px, 12vw, 118px);
  }
}

@media (max-width: 700px) {
  nav#nav {
    padding-top: 18px;
  }

  .nav-logo img {
    width: 108px;
  }

  #hero {
    min-height: 900px;
    padding-top: 120px;
  }

  .hero-title {
    font-size: clamp(50px, 16vw, 78px);
  }

  .hero-grid {
    margin-top: 44px;
  }

  #why {
    padding: 86px 0;
  }

  .why-copy h2 {
    font-size: clamp(34px, 11vw, 52px);
    line-height: 1.16;
    max-width: 100%;
  }

  .why-copy h2 em {
    display: block;
    margin-top: 4px;
  }

  .why-copy > p {
    font-size: 15px;
    line-height: 1.85;
  }
}

.team-section {
  padding: 110px 6%;
  background: #050505;
  text-align: center;
  color: var(--ss-cream);
  border-top: 1px solid var(--ss-line-strong);
  border-bottom: 1px solid var(--ss-line-strong);
}

.team-section .wrap {
  width: min(1480px, 100%);
}

.section-label {
  color: rgba(236, 234, 224, 0.54);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 14px;
}

.team-section h2 {
  font-family: var(--ff-serif);
  font-size: clamp(46px, 7vw, 96px);
  line-height: 0.98;
  margin: 0 0 58px;
  color: var(--ss-cream);
  font-weight: 300;
  letter-spacing: 0;
}

.team-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 360px);
  grid-template-columns: none;
  gap: 28px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 6px;
  padding: 8px 6px 28px;
  -webkit-overflow-scrolling: touch;
}

.team-grid::-webkit-scrollbar {
  height: 8px;
}

.team-grid::-webkit-scrollbar-track {
  background: rgba(236, 234, 224, 0.1);
  border-radius: 999px;
}

.team-grid::-webkit-scrollbar-thumb {
  background: rgba(236, 234, 224, 0.42);
  border-radius: 999px;
}

.team-card {
  position: relative;
  min-height: 360px;
  width: 100%;
  background:
    linear-gradient(135deg, rgba(236, 234, 224, 0.08), rgba(236, 234, 224, 0.02)),
    #090909;
  border: 1px solid rgba(236, 234, 224, 0.16);
  border-radius: 37px;
  overflow: hidden;
  isolation: isolate;
  scroll-snap-align: start;
  transition: transform 0.38s ease, background 0.38s ease, border-color 0.38s ease;
}

.team-card::before {
  content: attr(data-team-no);
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(236, 234, 224, 0.16);
  font-family: var(--ff-serif);
  font-size: 94px;
  font-style: italic;
  line-height: 1;
}

.team-card::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 28px;
  width: 48px;
  height: 1px;
  background: rgba(236, 234, 224, 0.46);
}

.team-card:hover {
  transform: translateY(-10px);
  background: var(--ss-cream);
  border-color: var(--ss-cream);
}

.team-info {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ss-cream);
  text-align: left;
}

.team-info::before {
  content: "Leadership";
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  background: transparent;
  color: rgba(236, 234, 224, 0.48);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.team-info h3 {
  font-family: var(--ff-serif);
  font-size: clamp(52px, 5vw, 72px);
  line-height: 0.92;
  margin: 0 0 18px;
  color: var(--ss-cream);
  font-weight: 300;
  letter-spacing: 0;
}

.team-info p {
  margin: 0;
  color: rgba(236, 234, 224, 0.62);
  font-weight: 600;
  line-height: 1.45;
}

.team-card:hover .team-info,
.team-card:hover .team-info h3,
.team-card:hover .team-info p,
.team-card:hover .team-info::before {
  color: #0a0a0a;
}

.team-scroll-hint {
  margin: 18px 0 0;
  color: rgba(236, 234, 224, 0.38);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

#contact {
  padding: clamp(110px, 12vw, 180px) 0 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(236, 234, 224, 0.07), transparent 34%),
    radial-gradient(circle at 14% 76%, rgba(176, 138, 60, 0.06), transparent 28%),
    #050505;
  color: var(--ss-cream);
  border-top: 1px solid var(--ss-line-strong);
}

#contact .wrap {
  width: min(1740px, 86vw);
}

#contact .cta-grid {
  align-items: stretch;
  gap: clamp(42px, 7vw, 112px);
}

#contact .cta-copy {
  position: sticky;
  top: 118px;
  align-self: start;
  padding-bottom: 42px;
}

#contact .label {
  color: rgba(236, 234, 224, 0.5) !important;
}

#contact .cta-copy h2 {
  max-width: 780px;
  color: var(--ss-cream);
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.98;
}

#contact .cta-copy h2 em {
  color: rgba(236, 234, 224, 0.52);
}

#contact .cta-copy p {
  max-width: 560px;
  color: rgba(236, 234, 224, 0.64);
  font-size: 16px;
  line-height: 1.95;
}

#contact .cta-meta {
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid rgba(236, 234, 224, 0.14);
  color: rgba(236, 234, 224, 0.62);
}

#contact .cta-meta a {
  color: var(--ss-cream);
}

#contact form {
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(236, 234, 224, 0.14);
  border-radius: 37px;
  background: rgba(236, 234, 224, 0.045);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
}

#contact .field {
  border-bottom-color: rgba(236, 234, 224, 0.16);
}

#contact .field label {
  color: rgba(236, 234, 224, 0.46);
}

#contact .field input,
#contact .field select {
  color: var(--ss-cream);
}

#contact .field:focus-within {
  border-color: rgba(236, 234, 224, 0.74);
}

#contact form .btn {
  margin-top: 46px;
}

#contact .form-done {
  color: var(--ss-cream);
}

#contact footer {
  border-top-color: rgba(236, 234, 224, 0.14);
}

#contact .foot-row {
  color: rgba(236, 234, 224, 0.48);
}

#contact .foot-row a:hover {
  color: var(--ss-cream);
}

#contact .giant {
  -webkit-text-stroke-color: rgba(236, 234, 224, 0.07);
}

.lang-toggle {
  width: 62px;
  min-width: 62px;
  min-height: 54px;
  padding: 0;
  border-radius: 124px;
  display: inline-grid;
  place-items: center;
}

.lang-toggle svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  z-index: 9999;
  text-decoration: none;
  box-shadow: 0 0 0 2px #333, 0 14px 35px rgba(0, 0, 0, 0.35);
  animation: whatsappPulse 2s infinite;
  transition: transform 0.35s var(--ease), background 0.35s var(--ease);
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  animation: whatsappRing 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  background: #25d366;
}

@keyframes whatsappPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes whatsappRing {
  0% {
    transform: scale(0.85);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

[dir="rtl"] .whatsapp-float {
  right: auto;
  left: 28px;
}

@media (max-width: 980px) {
  #contact .cta-copy {
    position: static;
  }
}

@media (max-width: 700px) {
  #contact {
    padding-top: 86px;
  }

  #contact .cta-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  #contact .cta-copy {
    position: static;
  }

  #contact .cta-copy h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  #contact form {
    padding: 22px;
  }

  .team-section {
    padding: 74px 24px;
  }

  .team-section h2 {
    margin-bottom: 34px;
  }

  .team-grid {
    grid-auto-columns: minmax(260px, 86vw);
    gap: 18px;
    margin-inline: -6px;
  }

  .lang-toggle {
    width: 58px;
    min-width: 58px;
    min-height: 58px;
  }

  .whatsapp-float {
    right: 22px;
    bottom: 22px;
    width: 64px;
    height: 64px;
    font-size: 32px;
  }

  [dir="rtl"] .whatsapp-float {
    right: auto;
    left: 22px;
  }
}
