@property --gang {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false
}

:root {
  --cream: #f5f1ea;
  --cream-2: #efe8dc;
  --card: #ffffff;
  --panel: #ece7de;
  --navy: #242349;
  --navy-soft: #3a3a63;
  --dark: #0c0c11;
  --line: #e6e0d3;
  --line-dark: #20202e;
  --copper: #c89078;
  --copper-lite: #d9a88f;
  --copper-glow: #eccbb6;
  --grey: #9a9aa5;
  --grey-2: #6b6b78;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Poppins', system-ui, sans-serif;
  --wrap: 1160px;
  --logo: url("../img/logo.webp");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: var(--sans);
  color: var(--navy);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

a {
  color: inherit;
  text-decoration: none
}

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 30px
}

.kicker {
  font-size: .74rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 600;
  margin-bottom: 16px
}

.sec {
  padding: 80px 0
}

.lead {
  color: var(--grey-2);
  font-size: 1.05rem;
  max-width: 600px
}

@keyframes gspin {
  to {
    --gang: 360deg
  }
}

/* buttons */
.btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--dark);
  color: #fff;
  font-size: .9rem;
  font-weight: 500;
  padding: 11px 12px 11px 22px;
  border-radius: 40px;
  border: 0;
  cursor: pointer;
  transition: .25s
}

.btn-dark:hover {
  background: #000
}

.btn-dark .circ {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem
}

.btn-navy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--navy);
  color: #fff;
  font-size: .92rem;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  transition: .25s
}

.btn-navy:hover {
  background: #1a1a3c;
  transform: translateY(-2px)
}

.gbtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #111116;
  color: #fff;
  padding: 16px 32px;
  border-radius: 44px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border: 0;
  isolation: isolate
}

.gbtn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(215, 168, 120, .28);
  z-index: -1
}

.gbtn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.6px;
  background: conic-gradient(from var(--gang), rgba(231, 205, 148, 0) 0deg, rgba(231, 205, 148, 0) 230deg, var(--copper-glow) 300deg, var(--copper) 335deg, rgba(215, 168, 120, 0) 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: gspin 3.4s linear infinite;
  z-index: -1
}

.gbtn .arw {
  transition: transform .25s
}

.gbtn:hover .arw {
  transform: translateX(4px)
}

/* NAV — hidden over hero, appears (floating pill) after hero */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  transform: translateY(-130%);
  opacity: 0;
  pointer-events: none;
  transition: transform .45s ease, opacity .45s ease
}

header.show {
  transform: none;
  opacity: 1;
  pointer-events: auto
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px auto;
  max-width: 1210px;
  background: rgba(245, 241, 234, .95);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line);
  border-radius: 60px;
  padding: 13px 26px;
  box-shadow: 0 14px 36px rgba(36, 35, 73, .08)
}

.brand {
  display: block;
  width: 112px;
  height: 42px;
  background: var(--logo) no-repeat left center;
  background-size: contain
}

.menu {
  display: flex;
  align-items: center;
  gap: 28px
}

.menu a {
  font-size: .92rem;
  color: var(--navy);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px
}

.menu a:hover {
  color: var(--copper)
}

.caret {
  font-size: .58rem;
  opacity: .6
}

.actions {
  display: flex;
  align-items: center;
  gap: 20px
}

.login {
  font-size: .92rem;
  color: var(--navy)
}

.navtoggle {
  display: none;
  background: none;
  border: 0;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--navy)
}

/* HERO — logo top-left only, content centered */
.hero {
  min-height: 100vh;
  background: var(--dark);
  color: #fff;
  position: relative;
  overflow: hidden
}

.hero .tex {
  position: absolute;
  inset: 0;
  opacity: .6;
  background: radial-gradient(70% 60% at 82% 38%, rgba(189, 135, 90, .12), transparent 62%), repeating-linear-gradient(125deg, rgba(255, 255, 255, .02) 0 1px, transparent 1px 62px)
}

.hero-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 2
}

.hero-center .wrap {
  width: 100%
}

.hero-logo {
  display: block;
  width: 186px;
  height: 70px;
  margin-block: 42px;
  background: var(--logo) no-repeat left center;
  background-size: contain
}

.hero h1 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(2.9rem, 6.6vw, 5.4rem);
  line-height: 1.04;
  letter-spacing: -.02em;
  max-width: 16ch
}

.hero h1 i {
  font-style: normal;
  color: var(--copper-lite)
}

.hero p {
  margin-top: 26px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, .72);
  max-width: 540px;
  font-weight: 300
}

.hero .cta-wrap {
  margin-top: 40px
}

/* TRUST — floating premium stats card */
.trust {
  background: var(--cream);
  padding: 0
}

.trust .wrap {
  transform: translateY(-46px)
}

.trust-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 30px 70px rgba(36, 35, 73, .12);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px 20px
}

.tstat {
  text-align: center;
  padding: 6px 22px;
  position: relative
}

.tstat+.tstat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: var(--line)
}

.tstat .tv {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -.01em
}

.tstat .tv b {
  color: var(--copper)
}

.tstat .tl {
  font-size: .82rem;
  color: var(--grey);
  margin-top: 8px
}

/* INNOVATE — refined, richer */
.innovate .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch
}

.in-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start
}

.innovate h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  line-height: 1.15;
  color: var(--navy);
  max-width: 15ch;
  margin-bottom: 18px
}

.innovate h2 i {
  font-style: normal;
  color: var(--copper)
}

.innovate .lead {
  margin-bottom: 0
}

.in-feats {
  list-style: none;
  margin: 26px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.in-feats li {
  display: flex;
  gap: 14px;
  align-items: flex-start
}

.in-feats .fi {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: linear-gradient(135deg, #f0e7d4, #e7dcc2);
  color: var(--copper);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none
}

.in-feats b {
  display: block;
  color: var(--navy);
  font-weight: 600;
  font-size: .98rem;
  line-height: 1.2
}

.in-feats span {
  color: var(--grey-2);
  font-size: .86rem
}

.in-visual {
  position: relative;
  min-height: 490px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(150deg, #20294a 0%, #141a30 60%, #0f1526 100%);
  box-shadow: inset 0 0 0 1px rgba(200, 144, 120, .14), 0 46px 100px rgba(20, 25, 45, .34)
}

.in-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .5;
  background: radial-gradient(60% 50% at 70% 28%, rgba(215, 168, 120, .22), transparent 60%), repeating-linear-gradient(120deg, rgba(255, 255, 255, .03) 0 1px, transparent 1px 50px)
}

.in-chip {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  padding: 11px 15px
}

.in-chip .ci {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--copper), var(--copper-lite));
  color: #141018;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none
}

.in-chip .cv {
  color: #fff;
  font-weight: 600;
  font-size: .86rem;
  line-height: 1.1
}

.in-chip .cv small {
  display: block;
  color: rgba(255, 255, 255, .55);
  font-weight: 400;
  font-size: .66rem;
  margin-top: 2px
}

.in-visual .vlabel {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2
}

.in-visual .vlabel .t {
  font-family: var(--serif);
  font-style: italic;
  color: #fff;
  font-size: 1.6rem
}

.in-visual .vlabel .s {
  color: var(--copper-lite);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-top: 6px
}

.in-visual .ring {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(215, 168, 120, .32);
  border-radius: 50%;
  top: -70px;
  right: -70px
}

.in-visual .ring2 {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(215, 168, 120, .18);
  border-radius: 50%;
  top: 36px;
  right: 36px
}

.in-svg {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 150px;
  height: 230px;
  width: auto;
  z-index: 1
}

.in-dot {
  filter: drop-shadow(0 0 8px rgba(246, 220, 172, 1))
}

.in-line {
  filter: drop-shadow(0 0 6px rgba(231, 205, 148, .55))
}

.in-visual::after {
  content: "";
  position: absolute;
  left: 56%;
  top: 40%;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 168, 120, .2), transparent 66%);
  animation: aura 5.5s ease-in-out infinite;
  z-index: 0
}

@keyframes aura {

  0%,
  100% {
    opacity: .45;
    transform: translate(-50%, -50%) scale(1)
  }

  50% {
    opacity: .85;
    transform: translate(-50%, -50%) scale(1.14)
  }
}

.in-visual .pt {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--copper-glow), transparent 70%);
  opacity: 0;
  z-index: 1;
  animation: drift 7.5s ease-in infinite
}

.pt1 {
  left: 22%;
  bottom: 22%;
  animation-delay: 0s
}

.pt2 {
  left: 40%;
  bottom: 14%;
  animation-delay: 1.6s
}

.pt3 {
  left: 57%;
  bottom: 28%;
  animation-delay: 3s
}

.pt4 {
  left: 73%;
  bottom: 18%;
  animation-delay: .9s
}

.pt5 {
  left: 86%;
  bottom: 32%;
  animation-delay: 4.2s
}

@keyframes drift {
  0% {
    transform: translateY(0);
    opacity: 0
  }

  22% {
    opacity: .85
  }

  100% {
    transform: translateY(-130px);
    opacity: 0
  }
}

/* dark, premium SERVICES section */
.wwd {
  background: linear-gradient(180deg, #141a30 0%, #0f1428 100%)
}

.wwd .head-center h2 {
  color: #fff
}

.wwd .head-center .lead {
  color: rgba(255, 255, 255, .6)
}

.wwd .svc {
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .09)
}

.wwd .svc h4 {
  color: #fff
}

.wwd .svc p {
  color: rgba(255, 255, 255, .56)
}

.wwd .svc .ic {
  background: linear-gradient(135deg, rgba(215, 168, 120, .2), rgba(189, 135, 90, .12));
  color: var(--copper-lite)
}

.wwd .svc:hover {
  border-color: transparent;
  box-shadow: 0 34px 70px rgba(0, 0, 0, .45);
  background: rgba(255, 255, 255, .05)
}

.wwd .svc:hover .ic {
  background: linear-gradient(135deg, var(--copper), var(--copper-lite));
  color: #12162b
}

.wwd .svc::before {
  background: radial-gradient(circle, rgba(215, 168, 120, .28), transparent 70%)
}

.wwd .center-cta .btn-dark {
  background: var(--copper);
  color: #141018
}

.wwd .center-cta .btn-dark .circ {
  background: #141018;
  color: var(--copper-lite)
}

.wwd .center-cta .btn-dark:hover {
  background: var(--copper-lite)
}

/* WHO left column — balanced + rich */
.who .grid {
  align-items: center
}

.who-left {
  position: static
}

.who-left .lead {
  margin-bottom: 0
}

.who-cta {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 18px
}

/* MARKETS */
.markets {
  background: var(--cream-2);
  padding: 56px 0 66px
}

.chart-shell {
  position: relative;
  margin-bottom: 6px
}

.chart-head {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  pointer-events: none
}

.chart-head h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.9rem, 5vw, 4rem);
  line-height: 1.06;
  color: var(--navy)
}

svg.chart {
  width: 100%;
  height: 330px;
  display: block
}

.grid-v {
  stroke: #e2ddd2
}

.axis-lab {
  fill: var(--grey);
  font-size: 12px;
  font-family: var(--sans)
}

.linepath {
  fill: none;
  stroke: #2c2c40;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round
}

.toggle {
  display: flex;
  justify-content: center;
  margin-top: 20px
}

.toggle .in {
  display: inline-flex;
  background: #e7e0d3;
  border-radius: 40px;
  padding: 5px
}

.toggle button {
  border: 0;
  background: transparent;
  font-size: .86rem;
  color: var(--grey-2);
  padding: 9px 24px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  transition: .25s
}

.toggle button.on {
  background: var(--navy);
  color: #fff
}

.filter {
  text-align: center;
  margin-top: 40px
}

.filter h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.5rem, 3.2vw, 2.15rem);
  color: var(--navy)
}

.filter .lead {
  margin: 14px auto 0;
  text-align: center
}

.disclaimer {
  text-align: center;
  color: var(--grey);
  font-size: .78rem;
  margin-top: 16px
}

.disclaimer u {
  text-decoration-color: var(--copper)
}

.head-center {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 44px
}

.head-center h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3rem);
  color: var(--navy);
  margin-bottom: 14px;
  line-height: 1.14
}

.head-center .lead {
  margin: 0 auto
}

.gline-sm {
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, var(--copper), var(--copper-glow));
  border-radius: 3px;
  margin: 20px auto 0
}

/* WHAT WE DO — rich cards with animated gold trace on hover */
.wwd {
  background: linear-gradient(180deg, #151b33 0%, #0e1226 100%)
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.svc {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px 26px 28px;
  transition: transform .35s, box-shadow .35s, border-color .35s;
  isolation: isolate;
  overflow: hidden
}

.svc::before {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 168, 120, .18), transparent 70%);
  opacity: 0;
  transition: opacity .4s
}

.svc::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(from var(--gang), rgba(215, 168, 120, 0) 0deg, rgba(215, 168, 120, 0) 215deg, var(--copper-glow) 300deg, var(--copper) 338deg, rgba(215, 168, 120, 0) 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .35s;
  animation: gspin 3.4s linear infinite;
  z-index: 1
}

.svc:hover {
  transform: translateY(-9px);
  box-shadow: 0 34px 66px rgba(36, 35, 73, .15);
  border-color: transparent
}

.svc:hover::after {
  opacity: 1
}

.svc:hover::before {
  opacity: 1
}

.svc .ic {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: linear-gradient(135deg, #f3ead6, #e7dcc2);
  color: var(--copper);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform .4s, background .4s, box-shadow .4s;
  position: relative;
  z-index: 2
}

.svc:hover .ic {
  transform: translateY(-3px) rotate(-6deg) scale(1.06);
  background: linear-gradient(135deg, var(--copper), var(--copper-lite));
  color: #fff;
  box-shadow: 0 14px 30px rgba(189, 135, 90, .4)
}

.svc h4 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.28;
  min-height: 2.6em;
  position: relative;
  z-index: 2
}

.svc p {
  color: var(--grey-2);
  font-size: .88rem;
  position: relative;
  z-index: 2
}

.svc .go {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--copper);
  opacity: 0;
  transform: translateX(-6px);
  transition: .3s;
  position: relative;
  z-index: 2
}

.svc:hover .go {
  opacity: 1;
  transform: none
}

.center-cta {
  text-align: center;
  margin-top: 44px
}

/* WHO WE LOOK AFTER — editorial split list (unique) */
.who {
  background: var(--cream-2)
}

.who .grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 64px;
  align-items: start
}

.who-left {
  position: sticky;
  top: 120px
}

.who-left h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  color: var(--navy);
  line-height: 1.16;
  margin-bottom: 18px
}

.who-left .lead {
  font-size: 1rem
}

.plist {
  border-top: 1px solid var(--line)
}

.prow {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 26px 20px;
  border-bottom: 1px solid var(--line);
  border-radius: 16px;
  transition: background .3s, box-shadow .3s, transform .3s;
  cursor: default
}

.prow:hover {
  background: #fff;
  box-shadow: 0 22px 46px rgba(36, 35, 73, .09);
  transform: translateX(6px);
  border-bottom-color: transparent
}

.prow .pic {
  width: 58px;
  height: 58px;
  flex: none;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--copper);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .35s
}

.prow:hover .pic {
  background: linear-gradient(135deg, var(--copper), var(--copper-lite));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(189, 135, 90, .32);
  transform: rotate(-6deg)
}

.prow .ptx h4 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.12rem;
  color: var(--navy);
  margin-bottom: 4px
}

.prow .ptx p {
  color: var(--grey-2);
  font-size: .9rem
}

.prow .parr {
  margin-left: auto;
  color: var(--copper);
  font-size: 1.1rem;
  opacity: 0;
  transform: translateX(-8px);
  transition: .3s
}

.prow:hover .parr {
  opacity: 1;
  transform: none
}

/* FOUNDERS — premium dark panel with animated gold ring */
.founder {
  background: var(--cream)
}

.founder-panel {
  position: relative;
  background: linear-gradient(150deg, #1d2547 0%, #141a33 55%, #0f1428 100%);
  border-radius: 28px;
  padding: 64px 64px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 58px;
  align-items: center;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 50px 110px rgba(20, 25, 45, .34)
}

.founder-panel::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 168, 120, .16), transparent 65%)
}

.founder-panel .bring {
  position: absolute;
  left: -60px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(215, 168, 120, .14);
  border-radius: 50%
}

.f-portrait {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto
}

.f-portrait .ph {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2b3550, #454f6b)
}

.f-portrait .ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from var(--gang), rgba(215, 168, 120, 0) 0deg, rgba(215, 168, 120, 0) 240deg, var(--copper-glow) 315deg, var(--copper) 348deg, rgba(215, 168, 120, 0) 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
  animation: gspin 4.5s linear infinite
}

.f-meta {
  text-align: center;
  margin-top: 24px
}

.f-meta .nm {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff
}

.f-meta .rl {
  font-size: .85rem;
  color: var(--copper-lite);
  letter-spacing: .04em;
  margin-top: 2px
}

.f-body .eyebrow {
  font-size: .74rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--copper-lite);
  font-weight: 600
}

.f-qmark {
  font-family: var(--serif);
  font-size: 4.2rem;
  color: var(--copper);
  line-height: .2;
  display: block;
  height: 34px;
  margin: 14px 0 4px
}

.f-quote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  color: #f2ece0;
  line-height: 1.5
}

.f-underline {
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--copper), var(--copper-glow));
  border-radius: 2px;
  margin-top: 26px;
  transition: width 1.1s ease .2s
}

.founder-panel.in .f-underline {
  width: 96px
}



/* WHO — interactive selector (modern) */
.who-head {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 46px
}

.who-head h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(2rem, 4.4vw, 3rem);
  color: var(--navy);
  margin: 0 0 14px;
  line-height: 1.14
}

.who-head .lead {
  margin: 0 auto
}

.who-x {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 28px;
  align-items: stretch
}

.who-tabs {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.wtab {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 14px;
  padding: 18px;
  cursor: pointer;
  transition: background .3s, box-shadow .3s, transform .3s;
  color: var(--navy);
  font-family: var(--sans)
}

.wtab .wt-ic {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--copper);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: .3s
}

.wtab .wt-t {
  font-weight: 600;
  font-size: 1.05rem;
  flex: 1;
  line-height: 1.25
}

.wtab .wt-ar {
  color: var(--copper);
  opacity: 0;
  transform: translateX(-6px);
  transition: .3s;
  font-size: 1.1rem
}

.wtab:hover {
  background: #fff;
  box-shadow: 0 16px 36px rgba(36, 35, 73, .07)
}

.wtab.active {
  background: #fff;
  box-shadow: 0 22px 46px rgba(36, 35, 73, .1);
  transform: translateX(4px)
}

.wtab.active .wt-ic {
  background: linear-gradient(135deg, var(--copper), var(--copper-lite));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 26px rgba(200, 144, 120, .35)
}

.wtab.active .wt-ar {
  opacity: 1;
  transform: none
}

.who-panel {
  position: relative;
  border-radius: 24px;
  padding: 52px;
  background: linear-gradient(150deg, #20294a 0%, #12172d 100%);
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 44px 96px rgba(20, 25, 45, .32)
}

.who-panel::before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 168, 120, .2), transparent 66%)
}

.who-panel::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(215, 168, 120, .14);
  border-radius: 50%
}

.wp-num {
  position: absolute;
  top: 30px;
  right: 40px;
  font-family: var(--serif);
  font-size: 5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .07);
  line-height: 1
}

.wp-body {
  position: relative;
  z-index: 2
}

.wp-ic {
  width: 74px;
  height: 74px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--copper), var(--copper-lite));
  color: #141827;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px
}

.wp-title {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 14px;
  line-height: 1.15
}

.wp-desc {
  color: rgba(255, 255, 255, .72);
  font-size: 1.06rem;
  max-width: 44ch;
  line-height: 1.6
}

.wp-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  background: transparent;
  color: #fff;
  font-size: .9rem;
  font-weight: 500;
  padding: 13px 26px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  cursor: pointer;
  transition: .25s
}

.wp-cta:hover {
  background: var(--copper);
  border-color: var(--copper);
  transform: translateY(-2px)
}

@keyframes wpfade {
  from {
    opacity: 0;
    transform: translateY(10px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@media(max-width:900px) {
  .who-x {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .who-panel {
    padding: 38px 28px;
    min-height: 290px;
    order: -1
  }

  .wtab .wt-t {
    font-size: 1rem
  }
}

/* FOUNDERS — letter layout (rich) */
.founder {
  background: var(--cream)
}

.letter {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 74px;
  align-items: center
}

.letter-photo {
  position: relative;
  padding: 16px 28px 16px 8px
}

.lp-arc {
  position: absolute;
  right: 14px;
  top: -12px;
  width: 200px;
  height: 200px;
  border: 2px solid var(--copper-lite);
  border-radius: 50%;
  opacity: .45;
  z-index: 0
}

.lp-glow {
  position: absolute;
  left: -22px;
  bottom: 6px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 144, 120, .24), transparent 66%);
  z-index: 0
}

.lp-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 410px;
  aspect-ratio: 0.94;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 48px 96px rgba(36, 35, 73, .26);
  border: 1px solid rgba(200, 144, 120, .45);
  background: radial-gradient(72% 60% at 50% 32%, #f4edE0 0%, #e2d3ba 50%, #b6a482 100%)
}

.lp-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 80px rgba(84, 60, 38, .26);
  z-index: 1;
  pointer-events: none
}

.lp-frame::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 5%;
  height: 8%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(38, 28, 18, .32), transparent 72%);
  filter: blur(4px);
  z-index: 1
}

.fphoto {
  position: absolute;
  left: 50%;
  bottom: -1%;
  transform: translateX(-50%);
  width: 102%;
  height: auto;
  display: block;
  z-index: 2;
  filter: drop-shadow(0 12px 20px rgba(20, 20, 40, .3))
}

.lp-frame svg {
  display: block;
  width: 100%;
  height: auto
}

.name-card {
  position: absolute;
  bottom: 42px;
  left: -22px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 26px 52px rgba(36, 35, 73, .24);
  padding: 14px 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px
}

.name-card .nc-mark {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.95rem;
  color: var(--copper);
  line-height: 1;
  padding-right: 14px;
  border-right: 1px solid var(--line)
}

.name-card .nm {
  font-weight: 600;
  color: var(--navy);
  font-size: 1.02rem;
  line-height: 1.2
}

.name-card .rl {
  color: var(--copper);
  font-size: .82rem;
  margin-top: 2px
}

.letter-body {
  position: relative
}

.letter-body::before {
  content: "\201C";
  position: absolute;
  top: -56px;
  right: 0;
  font-family: var(--serif);
  font-size: 9rem;
  color: var(--copper);
  opacity: .12;
  line-height: 1;
  z-index: 0;
  pointer-events: none
}

.letter-body>* {
  position: relative;
  z-index: 1
}

.letter-body h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: -.01em;
  margin: 6px 0 22px
}

.letter-body .sub {
  font-weight: 700;
  color: var(--navy);
  font-size: 1.15rem;
  display: inline-block;
  border-bottom: 2px solid var(--copper);
  padding-bottom: 5px;
  margin-bottom: 20px
}

.letter-body p {
  color: var(--grey-2);
  font-size: 1rem;
  margin-bottom: 15px;
  max-width: 60ch
}

.letter-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  margin-bottom: 26px;
  background: var(--navy);
  color: #fff;
  font-size: .92rem;
  font-weight: 500;
  padding: 14px 30px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  transition: .25s
}

.letter-cta:hover {
  background: #1a1a3c;
  transform: translateY(-2px)
}

.sign-wrap {
  margin-top: 8px
}

.sign {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.75rem;
  color: var(--navy);
  line-height: 1.1
}

.sign-role {
  font-size: .82rem;
  color: var(--copper);
  letter-spacing: .03em;
  margin-top: 4px
}

@media(max-width:900px) {
  .letter {
    grid-template-columns: 1fr;
    gap: 56px
  }

  .name-card {
    left: 10px;
    bottom: 30px
  }

  .letter-body::before {
    display: none
  }
}

/* VAULT */
.vault {
  background: var(--cream-2)
}

.vault .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px
}

.vault h2 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  color: var(--navy)
}

.vault .top a {
  color: var(--navy);
  font-weight: 500;
  font-size: .9rem;
  border-bottom: 1px solid var(--copper);
  padding-bottom: 3px
}

.posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.post {
  background: var(--card);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: .3s
}

.post:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(36, 35, 73, .12)
}

.post .thumb {
  height: 158px;
  background: linear-gradient(135deg, #2b3550, #454f6b)
}

.post:nth-child(2) .thumb {
  background: linear-gradient(135deg, #b07f5f, #7c5136)
}

.post:nth-child(3) .thumb {
  background: linear-gradient(135deg, #c19a55, #8a6a2f)
}

.post .b {
  padding: 24px 26px 28px
}

.post .cat {
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 600
}

.post h4 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--navy);
  margin: 10px 0 6px;
  line-height: 1.32
}

.post p {
  color: var(--grey-2);
  font-size: .88rem
}

/* TESTIMONIALS */
.tstm {
  background: var(--cream)
}

.tgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.tcard {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  transition: .3s
}

.tcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px rgba(36, 35, 73, .1)
}

.tcard .ph {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2b3550, #454f6b);
  margin-bottom: 16px
}

.tcard .tag {
  display: inline-block;
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 600;
  margin-bottom: 10px
}

.tcard p {
  color: var(--grey-2);
  font-size: .92rem;
  flex: 1
}

.tcard .nm {
  margin-top: 20px;
  font-weight: 600;
  color: var(--navy)
}

.tcard .nm small {
  display: block;
  font-weight: 400;
  color: var(--grey);
  font-size: .8rem
}

.tstm {
  padding-bottom: 96px
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s, transform .7s
}

.reveal.in {
  opacity: 1;
  transform: none
}

@media(max-width:900px) {

  .menu,
  .login {
    display: none
  }

  .navtoggle {
    display: block
  }

  .innovate .grid,
  .vault .top {
    grid-template-columns: 1fr;
    gap: 34px
  }

  .trust-card {
    grid-template-columns: 1fr 1fr;
    gap: 8px 0
  }

  .tstat:nth-child(3)::before,
  .tstat:nth-child(2)::before {
    display: none
  }

  .tstat {
    padding: 16px
  }

  .grid4 {
    grid-template-columns: 1fr 1fr
  }

  .svc h4 {
    min-height: 0
  }

  .who .grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .who-left {
    position: static
  }

  .prow {
    padding: 20px 14px;
    gap: 16px
  }

  .founder-panel {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 44px 30px;
    text-align: center
  }

  .f-underline {
    margin-left: auto;
    margin-right: auto
  }

  .posts,
  .tgrid {
    grid-template-columns: 1fr
  }

  .in-visual {
    height: 320px
  }

  .chart-head h2 {
    font-size: 1.7rem
  }

  .hero-logo {
    width: 150px;
    height: 56px;
    margin-block: 28px
  }
}

@media(max-width:560px) {
  .grid4 {
    grid-template-columns: 1fr
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    animation: none !important;
    transition: none !important
  }

  .reveal {
    opacity: 1;
    transform: none
  }

  .founder-panel.in .f-underline {
    width: 96px
  }
}

footer {
  background: #0c1226;
  color: rgba(255, 255, 255, .62);
  padding: 80px 0 32px
}

.fgrid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.1fr;
  gap: 52px
}

.fbrand {
  width: 150px;
  height: 48px;
  background: var(--logo) no-repeat left center;
  background-size: contain;
  display: block
}

.fabout {
  font-size: .92rem;
  margin: 20px 0 22px;
  max-width: 300px;
  color: rgba(255, 255, 255, .58);
  line-height: 1.75
}

.social {
  display: flex;
  gap: 10px;
  margin-bottom: 24px
}

.social a {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .72);
  transition: .22s
}

.social a:hover {
  background: var(--copper);
  color: #fff;
  border-color: var(--copper)
}

.faddr {
  font-size: .9rem;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 26px;
  line-height: 1.65
}

.fappt {
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  margin-bottom: 12px
}

.fapps {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.fapp {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 11px;
  padding: 9px 16px;
  color: #fff;
  text-decoration: none;
  transition: .2s
}

.fapp:hover {
  background: rgba(255, 255, 255, .1)
}

.fapp .txt {
  display: flex;
  flex-direction: column;
  line-height: 1.15
}

.fapp .s {
  font-size: .58rem;
  color: rgba(255, 255, 255, .6);
  letter-spacing: .02em
}

.fapp .b {
  font-size: .94rem;
  font-weight: 600
}

footer h5 {
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: 20px;
  text-transform: uppercase
}

footer ul {
  list-style: none
}

footer li {
  margin-bottom: 13px
}

footer li a {
  font-size: .92rem;
  color: rgba(255, 255, 255, .6)
}

footer li a:hover {
  color: var(--copper)
}

.fdisc {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 54px;
  padding-top: 28px
}

.fdisc b {
  color: #fff;
  font-size: .92rem;
  font-weight: 600;
  display: block;
  margin-bottom: 10px
}

.fdisc p {
  font-size: .82rem;
  color: rgba(255, 255, 255, .48);
  line-height: 1.75;
  margin-bottom: 8px;
  max-width: 940px
}

.fbot {
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: 26px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .82rem;
  color: rgba(255, 255, 255, .42)
}

@media(max-width:900px) {
  .fgrid {
    grid-template-columns: 1fr 1fr;
    gap: 34px
  }

  .fbot {
    flex-direction: column;
    gap: 8px
  }
}

@media(max-width:600px) {
  .fgrid {
    grid-template-columns: 1fr
  }
}

.hero {
  position: relative;
  overflow: hidden
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: .92
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 12, 17, .4) 0%, rgba(12, 12, 17, .58) 45%, rgba(12, 12, 17, .82) 100%);
  z-index: 1
}

.hero .tex {
  z-index: 1;
  opacity: .25
}

.hero-center {
  position: relative;
  z-index: 2
}

.fdrs {
  background: linear-gradient(160deg, #1b2340 0%, #10152a 100%);
  padding: 96px 0;
  color: #fff;
  overflow: hidden
}

.fdrs .fw {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 64px;
  align-items: center
}

.fdrs .fpic {
  position: relative;
  aspect-ratio: .92/1;
  border-radius: 26px;
  background: radial-gradient(120% 100% at 50% 16%, #2b3a6d 0%, #18234b 55%, #0d1531 100%);
  overflow: hidden;
  box-shadow: 0 44px 100px rgba(8, 12, 28, .55)
}

.fdrs .fpic .r {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(198, 214, 255, .3);
  border-radius: 50%;
  aspect-ratio: 1
}

.fdrs .fpic .r1 {
  width: 60%;
  animation: frot 46s linear infinite
}

.fdrs .fpic .r2 {
  width: 88%;
  opacity: .5;
  animation: frot 66s linear infinite reverse
}

@keyframes frot {
  to {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

.fdrs .fpic img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, .55));
  z-index: 2
}

.fdrs .fk {
  color: #c89078;
  font-size: .74rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px
}

.fdrs h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 3.6vw, 2.7rem);
  color: #fff;
  line-height: 1.14;
  margin: 0 0 18px
}

.fdrs h2 em {
  font-style: normal;
  color: #d9a88f
}

.fdrs p {
  color: rgba(255, 255, 255, .66);
  font-size: 1.02rem;
  line-height: 1.75;
  margin: 0 0 16px;
  max-width: 56ch
}

.fdrs .fname {
  margin: 18px 0 26px
}

.fdrs .fname b {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #fff
}

.fdrs .fname span {
  color: #c89078;
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600
}

.fdrs .fcta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #c89078, #d9a88f);
  color: #1c1204;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 40px;
  text-decoration: none;
  font-size: .95rem
}

@media(max-width:820px) {
  .fdrs .fw {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .fdrs .fpic {
    max-width: 420px;
    margin: 0 auto;
    width: 100%
  }
}

.insights .ins-head {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 40px
}

.insights .ins-head h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #242349;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  line-height: 1.14;
  margin: 0 0 12px
}

.insights .ins-head h2 i {
  font-style: normal;
  color: #c89078
}

.insights .ins-head p {
  color: #6f6f7e;
  font-size: 1rem;
  margin: 0
}

.insights .ins-tabs {
  display: inline-flex;
  gap: 4px;
  background: #efe9df;
  border-radius: 40px;
  padding: 5px;
  margin-top: 24px
}

.insights .ins-tabs button {
  border: 0;
  background: none;
  padding: 9px 28px;
  border-radius: 30px;
  font-weight: 600;
  color: #6b6b78;
  cursor: pointer;
  font-size: .92rem;
  transition: .2s;
  font-family: 'Poppins', sans-serif
}

.insights .ins-tabs button.on {
  background: #242349;
  color: #fff;
  box-shadow: 0 8px 20px rgba(36, 35, 73, .22)
}

.insights .ins-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px
}

.insights .ins-grid[hidden] {
  display: none
}

.insights .ins-grid.reel {
  max-width: 900px;
  margin: 0 auto
}

.insights .ins-card {
  background: #fff;
  border: 1px solid #ece6da;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: transform .3s, box-shadow .3s
}

.insights .ins-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 54px rgba(36, 35, 73, .13)
}

.insights .ins-thumb {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  position: relative
}

.insights .ins-reel {
  aspect-ratio: 9/16;
  background-size: cover;
  background-position: center;
  position: relative
}

.insights .ins-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .93);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .3)
}

.insights .ins-play::after {
  content: "";
  border-left: 17px solid #242349;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  margin-left: 4px
}

.insights .ins-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(12, 12, 20, .5);
  color: #fff;
  font-size: .62rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 20px;
  backdrop-filter: blur(4px)
}

.insights .ins-dur {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(12, 12, 20, .72);
  color: #fff;
  font-size: .7rem;
  font-weight: 600;
  padding: 4px 9px;
  border-radius: 8px
}

.insights .ins-body {
  padding: 20px 22px 22px
}

.insights .ins-cat {
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #c89078;
  font-weight: 600;
  margin-bottom: 7px
}

.insights .ins-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.04rem;
  color: #242349;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.32
}

.insights .ins-date {
  font-size: .76rem;
  color: #9a9488;
  margin-bottom: 10px
}

.insights .ins-card p {
  color: #6f6f7e;
  font-size: .87rem;
  line-height: 1.55;
  margin: 0 0 14px
}

.insights .ins-more {
  color: #c89078;
  font-weight: 600;
  font-size: .85rem
}

@media(max-width:820px) {

  .insights .ins-grid,
  .insights .ins-grid.reel {
    grid-template-columns: 1fr;
    max-width: 440px
  }
}