:root {
  --yellow: #ffeb00;
  --black: #0b0b0b;
  --ink: #151515;
  --muted: #666;
  --line: #e8e8e8;
  --paper: #f8f8f5;
  --green: #123b2a;
  --radius: 28px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden
}

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

.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  padding: 0 5.5vw;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  z-index: 50
}

.brand {
  width: 126px;
  height: 56px;
  display: flex;
  align-items: center
}

.brand img {
  width: 112px;
  height: auto;
  display: block
}

.nav {
  margin-left: auto;
  display: flex;
  gap: 34px;
  font-weight: 600;
  font-size: 14px
}

.nav a {
  position: relative
}

.nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--yellow);
  transition: .25s
}

.nav a:hover:after {
  right: 0
}

.header-cta {
  margin-left: 34px;
  background: var(--black);
  color: #fff;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 13px
}

.header-cta span {
  margin-left: 9px
}

.menu-btn {
  display: none;
  background: none;
  border: 0
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-columns: 43% 57%;
  background: #fff
}

.hero-copy {
  padding: 72px 6vw 130px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2
}

.eyebrow {
  font-size: 11px;
  letter-spacing: .19em;
  font-weight: 800;
  color: #b88c00;
  margin: 0 0 17px
}

.hero h1 {
  font-size: clamp(58px, 6vw, 94px);
  line-height: .91;
  letter-spacing: -.075em;
  margin: 0;
  max-width: 670px
}

.hero h1 span {
  color: #dba700
}

.lead {
  font-size: 17px;
  line-height: 1.75;
  color: #5d5d5d;
  max-width: 610px;
  margin: 30px 0 32px
}

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

.btn {
  border-radius: 999px;
  padding: 16px 21px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  gap: 28px;
  align-items: center
}

.btn-dark {
  background: var(--black);
  color: #fff
}

.btn-light {
  border: 1px solid #d4d4d4;
  background: #fff
}

.hero-visual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #d8f1f5 0, #fff2b9 57%, #b7d698 100%);
  min-height: 608px
}

.sun {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  left: 18%;
  top: 18%;
  background: radial-gradient(circle, #fff 0, #ffe26b 38%, rgba(255, 219, 74, .2) 69%, transparent 70%);
  filter: blur(.2px)
}

.city {
  position: absolute;
  bottom: 120px;
  left: 8%;
  width: 35%;
  height: 165px;
  background: linear-gradient(90deg, transparent 0 3%, #829383 3% 8%, transparent 8% 12%, #829383 12% 17%, transparent 17% 22%, #829383 22% 32%, transparent 32% 36%, #829383 36% 47%, transparent 47% 52%, #829383 52% 65%, transparent 65% 72%, #829383 72% 86%, transparent 86%);
  opacity: .7
}

.hill {
  position: absolute;
  border-radius: 50% 50% 0 0
}

.hill-a {
  width: 75%;
  height: 270px;
  background: #153d2a;
  right: -16%;
  bottom: 20px;
  transform: rotate(-7deg)
}

.hill-b {
  width: 72%;
  height: 195px;
  background: #245f3c;
  right: -10%;
  bottom: -70px;
  transform: rotate(4deg)
}

.turbine {
  position: absolute;
  width: 7px;
  background: #fff;
  bottom: 170px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .03)
}

.turbine i,
.turbine b,
.turbine em {
  position: absolute;
  display: block;
  width: 84px;
  height: 4px;
  background: #fff;
  left: 3px;
  top: 0;
  transform-origin: left center;
  border-radius: 5px
}

.turbine i {
  transform: rotate(0deg)
}

.turbine b {
  transform: rotate(120deg)
}

.turbine em {
  transform: rotate(240deg)
}

.t1 {
  height: 210px;
  left: 52%
}

.t2 {
  height: 285px;
  left: 76%;
  bottom: 150px
}

.t3 {
  height: 145px;
  left: 34%;
  bottom: 170px;
  transform: scale(.75)
}

.panels {
  position: absolute;
  left: -2%;
  bottom: 0;
  width: 78%;
  height: 155px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  transform: skewY(-7deg)
}

.panels div {
  background: repeating-linear-gradient(90deg, #173f63 0 23%, #6b8aa5 24% 25%), repeating-linear-gradient(0deg, transparent 0 48%, #7290aa 49% 51%);
  border: 1px solid #9db6c9
}

.battery {
  position: absolute;
  bottom: 20px;
  width: 76px;
  height: 118px;
  background: #f1f1ed;
  border: 1px solid #bfc3bd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 25px rgba(0, 0, 0, .13)
}

.battery span {
  font-weight: 800;
  font-size: 18px;
  background: var(--yellow);
  padding: 8px 6px;
  border-radius: 50%
}

.b1 {
  right: 12%
}

.b2 {
  right: 2%
}

.proof-strip {
  position: absolute;
  bottom: 0;
  left: 2.5%;
  right: 2.5%;
  background: #46932d;
  color: white;
  border-radius: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 4;
  padding: 22px 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .17)
}

.proof-strip article {
  display: flex;
  gap: 14px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, .18)
}

.proof-strip article:last-child {
  border: 0
}

.proof-strip strong {
  color: var(--yellow);
  font-size: 12px
}

.proof-strip b,
.proof-strip span {
  display: block
}

.proof-strip b {
  font-size: 13px
}

.proof-strip span {
  font-size: 11px;
  color: #b9c8c2;
  margin-top: 4px
}

.section {
  padding: 110px 6vw
}

.section-head {
  max-width: 760px
}

.section-head h2 {
  font-size: clamp(38px, 4.5vw, 66px);
  line-height: 1.04;
  letter-spacing: -.055em;
  margin: 0
}

.section-head>p:last-child {
  color: var(--muted)
}

.centered {
  text-align: center;
  margin: 0 auto 52px
}

.vision-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  margin-top: 50px
}

.statement {
  border-radius: var(--radius);
  padding: 48px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.statement span {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 800
}

.statement h3 {
  font-size: clamp(27px, 3vw, 45px);
  line-height: 1.15;
  letter-spacing: -.04em;
  margin: 70px 0 0
}

.statement-dark {
  background: var(--black);
  color: #fff
}

.statement-yellow {
  background: var(--yellow)
}

.business {
  background: var(--paper)
}

.business-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  max-width: 1120px;
  margin: auto
}

.business-card {
  height: 286px;
  border: 0;
  border-radius: 23px;
  background: #151515;
  color: #fff;
  text-align: left;
  padding: 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: .3s
}

.business-card:hover {
  transform: translateY(-5px)
}

.business-card.active {
  outline: 3px solid var(--yellow);
  outline-offset: 3px
}

.business-card .num {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em
}

.business-card h3 {
  font-size: 21px;
  line-height: 1.02;
  margin: 0 0 6px;
  position: absolute;
  left: 18px;
  bottom: 43px;
  max-width: 180px
}

.business-card p {
  font-size: 10px;
  color: #d5d5d5;
  position: absolute;
  bottom: 19px;
  left: 18px;
  margin: 0
}

.round {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  display: grid;
  place-items: center
}

.art {
  position: absolute;
  inset: 35px 0 63px
}

.art-energy {
  background: linear-gradient(180deg, #275d25, #0d2017)
}

.art-energy:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffd642;
  right: 8px;
  top: 0
}

.art-energy:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65%;
  background: linear-gradient(135deg, transparent 32%, #173d2a 33% 54%, #102a20 55%)
}

.art-power {
  background: linear-gradient(180deg, #82511b, #161409)
}

.art-power:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 68px;
  width: 60px;
  height: 70px;
  border: 8px solid #b5b8aa;
  border-radius: 9px;
  box-shadow: 0 -22px 0 -15px #b5b8aa
}

.art-ict {
  background: linear-gradient(180deg, #147d72, #061e1d)
}

.art-ict:after {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  border: 3px solid #57e1ce;
  border-radius: 18px;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  box-shadow: 0 0 30px rgba(78, 223, 202, .25)
}

.art-trading {
  background: linear-gradient(180deg, #3e5120, #111709)
}

.art-trading:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 90px;
  background: #4aa2d4;
  border-radius: 60% 40% 60% 40%;
  left: 37%;
  top: 47px;
  transform: rotate(42deg)
}

.tab-panel {
  max-width: 1120px;
  margin: 24px auto 0;
  background: #fff;
  border-radius: 30px;
  padding: 55px;
  display: none;
  animation: fade .35s
}

.tab-panel.active {
  display: block
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(8px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.panel-intro {
  max-width: 760px;
  margin-bottom: 42px
}

.panel-intro h3 {
  font-size: 48px;
  letter-spacing: -.05em;
  margin: 0 0 14px
}

.panel-intro>p:last-child {
  color: var(--muted);
  line-height: 1.7
}

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

.service-grid.two {
  grid-template-columns: repeat(2, 1fr)
}

.service-grid article {
  background: #f4f6f4;
  border-radius: 18px;
  padding: 26px;
  min-height: 210px
}

.service-grid span,
.trade-title>span {
  font-size: 11px;
  font-weight: 800;
  color: #b48d00
}

.service-grid h4 {
  font-size: 20px;
  margin: 34px 0 12px
}

.service-grid p {
  font-size: 13px;
  line-height: 1.7;
  color: #676767
}

.trading-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px
}

.trading-list>article {
  border-top: 1px solid #ddd;
  padding-top: 28px
}

.trade-title {
  display: flex;
  gap: 18px
}

.trade-title h4 {
  font-size: 23px;
  margin: 0 0 8px
}

.trade-title p {
  font-size: 13px;
  color: #666;
  line-height: 1.65;
  margin: 0
}

.trading-list ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  display: grid;
  gap: 10px
}

.trading-list li {
  background: #f4f6f4;
  padding: 17px 18px;
  border-radius: 14px
}

.trading-list b,
.trading-list small {
  display: block
}

.trading-list b {
  font-size: 13px
}

.trading-list small {
  font-size: 11px;
  color: #777;
  margin-top: 5px;
  line-height: 1.6
}

.partners {
  overflow: hidden
}

.logo-track {
  margin-top: 45px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0
}

.logo-row {
  display: flex;
  width: max-content;
  gap: 54px;
  align-items: center;
  animation: marquee 28s linear infinite
}

.logo-row img {
  width: 125px;
  height: 58px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .68
}

@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}

.contact {
  background: var(--yellow);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: end
}

.contact h2 {
  font-size: clamp(44px, 5vw, 76px);
  line-height: .98;
  letter-spacing: -.06em;
  margin: 0
}

.contact-card {
  background: #fff;
  border-radius: 26px;
  padding: 36px;
  display: grid;
  gap: 28px
}

.contact-card span {
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 800;
  color: #777
}

.contact-card p,
.contact-card a {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  margin: 7px 0 0
}

footer {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 44px 6vw 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px
}

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

.footer-brand img {
  width: 126px;
  height: auto
}

.footer-brand p {
  font-size: 12px;
  color: #666
}

.footer-links {
  display: flex;
  gap: 25px;
  font-size: 12px;
  font-weight: 700
}

.copyright {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 11px;
  color: #888;
  margin: 0
}

.menu-btn {
  width: 40px;
  height: 40px
}

.menu-btn span {
  width: 22px;
  height: 2px;
  background: #111;
  display: block;
  margin: 6px auto
}

@media(max-width:980px) {
  .site-header {
    padding: 0 22px
  }

  .nav {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    flex-direction: column;
    padding: 28px;
    border-bottom: 1px solid var(--line)
  }

  .nav.open {
    display: flex
  }

  .menu-btn {
    display: block;
    margin-left: auto
  }

  .header-cta {
    display: none
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .hero-copy {
    padding: 62px 24px 42px
  }

  .hero h1 {
    font-size: 64px
  }

  .hero-visual {
    min-height: 460px
  }

  .proof-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 0;
    grid-template-columns: 1fr 1fr
  }

  .proof-strip article {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
  }

  .section {
    padding: 82px 24px
  }

  .vision-grid,
  .contact {
    grid-template-columns: 1fr
  }

  .business-tabs {
    display: flex;
    overflow-x: auto;
    padding: 4px 4px 12px;
    scroll-snap-type: x mandatory
  }

  .business-card {
    min-width: 260px;
    scroll-snap-align: start
  }

  .tab-panel {
    padding: 34px 22px
  }

  .service-grid,
  .service-grid.two,
  .trading-list {
    grid-template-columns: 1fr
  }

  .contact {
    gap: 36px
  }

  .footer-links {
    display: none
  }
}

@media(max-width:600px) {
  .brand {
    width: 110px
  }

  .brand img {
    width: 96px
  }

  .hero-copy {
    padding-top: 48px
  }

  .hero h1 {
    font-size: 54px
  }

  .lead {
    font-size: 14px;
    margin-top: 24px
  }

  .hero-actions {
    display: grid
  }

  .btn {
    justify-content: space-between
  }

  .hero-visual {
    min-height: 350px
  }

  .sun {
    width: 90px;
    height: 90px
  }

  .city {
    bottom: 84px
  }

  .hill-a {
    height: 180px
  }

  .hill-b {
    height: 130px
  }

  .panels {
    height: 100px
  }

  .turbine {
    transform: scale(.68);
    transform-origin: bottom
  }

  .t2 {
    right: 12%;
    left: auto
  }

  .battery {
    transform: scale(.7);
    transform-origin: bottom
  }

  .proof-strip {
    grid-template-columns: 1fr
  }

  .proof-strip article {
    border-right: 0
  }

  .section-head h2,
  .contact h2 {
    font-size: 42px
  }

  .statement {
    padding: 30px;
    min-height: 270px
  }

  .statement h3 {
    font-size: 28px
  }

  .panel-intro h3 {
    font-size: 37px
  }

  .business-card {
    min-width: 225px;
    height: 260px
  }

  .contact-card {
    padding: 25px
  }

  footer {
    grid-template-columns: 1fr
  }

  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px
  }

  .footer-brand img {
    width: 115px
  }
}

/* V7 image asset integration */
.hero-visual {
  background: #ecefe8;
  overflow: hidden
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 35%), linear-gradient(0deg, rgba(0, 0, 0, .16), transparent 42%);
  pointer-events: none
}

.hero-visual>img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center
}

.business-card .art {
  inset: 34px 0 62px;
  background: #111
}

.business-card .art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease, filter .4s ease
}

.business-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .02) 30%, rgba(0, 0, 0, .9) 86%);
  pointer-events: none
}

.business-card:hover .art img,
.business-card.active .art img {
  transform: scale(1.045)
}

.business-card .num,
.business-card h3,
.business-card p,
.business-card .round {
  z-index: 2
}

@media(max-width:980px) {
  .hero-visual>img {
    object-position: center
  }

  .business-card .art {
    inset: 32px 0 58px
  }
}

@media(max-width:600px) {
  .hero-visual {
    min-height: 330px
  }

  .hero-visual>img {
    object-position: 58% center
  }

  .business-card .art {
    inset: 30px 0 56px
  }
}


/* Refined visual detail panels */
.tab-panel {
  padding: 0;
  overflow: hidden;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  min-height: 560px;
  background: #101010;
  color: #fff;
}

.tab-panel.active {
  display: grid
}

.panel-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #171717
}

.panel-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 65%, rgba(16, 16, 16, .28)), linear-gradient(0deg, rgba(0, 0, 0, .20), transparent 55%);
  pointer-events: none
}

.panel-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .75s ease
}

.tab-panel:hover .panel-media img {
  transform: scale(1.025)
}

.panel-content {
  padding: 54px 52px;
  align-self: center;
  min-width: 0
}

.panel-content .panel-intro {
  margin-bottom: 28px
}

.panel-content .panel-intro h3 {
  color: #fff
}

.panel-content .panel-intro>p:last-child {
  color: #c4c4c4
}

.panel-content .eyebrow {
  color: var(--yellow)
}

.panel-content .service-grid {
  grid-template-columns: 1fr 1fr
}

.panel-content .service-grid article {
  background: #191919;
  border: 1px solid #292929;
  color: #fff;
  min-height: 180px
}

.panel-content .service-grid p {
  color: #aaa
}

.panel-content .trading-list {
  grid-template-columns: 1fr;
  gap: 0
}

.panel-content .trading-list>article {
  padding: 22px 0;
  border-top: 1px solid #333
}

.panel-content .trading-list>article:first-child {
  padding-top: 0;
  border-top: 0
}

.panel-content .trade-title h4 {
  color: #fff
}

.panel-content .trade-title p {
  color: #aaa
}

.panel-content .trading-list ul {
  display: none
}

@media(max-width:980px) {

  .tab-panel,
  .tab-panel.active {
    grid-template-columns: 1fr;
    min-height: 0
  }

  .panel-media {
    height: 340px;
    min-height: 0
  }

  .panel-media img {
    min-height: 0;
    height: 100%;
    object-position: center
  }

  .panel-media::after {
    background: linear-gradient(0deg, rgba(16, 16, 16, .35), transparent 58%)
  }

  .panel-content {
    padding: 36px 24px
  }

  .panel-content .service-grid {
    grid-template-columns: 1fr
  }
}

@media(max-width:600px) {
  .panel-media {
    height: 250px
  }

  .panel-content {
    padding: 30px 20px
  }

  .panel-content .panel-intro h3 {
    font-size: 36px
  }

  .panel-content .service-grid article {
    min-height: 0
  }
}


/* Full-image Core Business cards with readable text overlay */
.business-tabs {
  align-items: stretch;
}

.business-card {
  height: 430px;
  padding: 0;
  isolation: isolate;
  background: #111;
  border: 0;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .10);
}

.business-card .art {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #111;
}

.business-card .art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .45s ease;
}

.business-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .30) 0%, rgba(0, 0, 0, .02) 34%, rgba(0, 0, 0, .18) 58%, rgba(0, 0, 0, .92) 100%);
  pointer-events: none;
}

.business-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, .64), transparent);
  pointer-events: none;
}

.business-card .num {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--yellow);
  color: #111;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

.business-card h3 {
  position: absolute;
  left: 20px;
  right: 58px;
  bottom: 58px;
  z-index: 2;
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.02;
  letter-spacing: -.035em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .5);
}

.business-card p {
  position: absolute;
  left: 20px;
  right: 60px;
  bottom: 25px;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  line-height: 1.45;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}

.business-card .round {
  right: 18px;
  bottom: 20px;
  z-index: 3;
  width: 36px;
  height: 36px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .58);
  background: rgba(0, 0, 0, .18);
  backdrop-filter: blur(7px);
  transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
}

.business-card:hover .art img,
.business-card.active .art img {
  transform: scale(1.065);
}

.business-card:hover .round,
.business-card.active .round {
  background: var(--yellow);
  color: #111;
  border-color: var(--yellow);
  transform: rotate(8deg);
}

.business-card.active {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

@media(max-width:980px) {
  .business-card {
    min-width: 275px;
    height: 390px
  }

  .business-card .art {
    inset: 0
  }
}

@media(max-width:600px) {
  .business-card {
    min-width: 245px;
    height: 350px
  }

  .business-card h3 {
    font-size: 24px;
    bottom: 56px
  }

  .business-card .art {
    inset: 0
  }
}

/* Final layout corrections: larger header logo, side-by-side hero CTAs, seamless card images */
.site-header .brand {
  width: 150px;
  height: 64px;
  flex: 0 0 150px;
}

.site-header .brand img {
  width: 138px;
  height: auto;
  object-fit: contain;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
}

.hero-actions .btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Full-card image with one smooth overlay only — no horizontal split line */
.business-card {
  background: #0d0d0d;
}

.business-card .art {
  position: absolute;
  inset: 0 !important;
  z-index: 0;
}

.business-card .art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.business-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, .14) 0%,
      rgba(0, 0, 0, .02) 38%,
      rgba(0, 0, 0, .16) 58%,
      rgba(0, 0, 0, .58) 76%,
      rgba(0, 0, 0, .92) 100%);
  pointer-events: none;
}

.business-card::after {
  display: none !important;
}

@media(max-width:1150px) {
  .site-header .brand {
    width: 130px;
    flex-basis: 130px
  }

  .site-header .brand img {
    width: 120px
  }

  .nav {
    gap: 24px
  }

  .header-cta {
    margin-left: 24px
  }

  .hero-actions {
    gap: 10px
  }

  .hero-actions .btn {
    padding: 15px 17px;
    gap: 20px
  }
}

@media(max-width:760px) {
  .hero-actions {
    flex-wrap: wrap;
  }
}

@media(max-width:600px) {
  .site-header .brand {
    width: 118px;
    flex-basis: 118px
  }

  .site-header .brand img {
    width: 108px
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}


/* V3 interaction and motion refinements */
html {
  scroll-padding-top: 82px
}

section[id],
header[id] {
  scroll-margin-top: 82px
}

/* Balanced header logo size */
.site-header .brand {
  width: 126px;
  height: 58px;
  flex: 0 0 126px;
}

.site-header .brand img {
  width: 116px;
  height: auto;
  object-fit: contain;
}

/* Initial hero entrance */
.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .lead,
.hero-copy .hero-actions {
  opacity: 0;
  transform: translateY(24px);
  animation: heroRise .75s cubic-bezier(.2, .75, .2, 1) forwards;
}

.hero-copy h1 {
  animation-delay: .10s
}

.hero-copy .lead {
  animation-delay: .20s
}

.hero-copy .hero-actions {
  animation-delay: .30s
}

.hero-visual img {
  animation: heroImageIn 1.15s cubic-bezier(.2, .75, .2, 1) both,
    heroDrift 14s ease-in-out 1.15s infinite alternate;
  transform-origin: center;
}

.proof-strip {
  opacity: 0;
  transform: translateY(28px);
  animation: proofIn .75s .48s cubic-bezier(.2, .75, .2, 1) forwards;
}

@keyframes heroRise {
  to {
    opacity: 1;
    transform: none
  }
}

@keyframes heroImageIn {
  from {
    opacity: 0;
    transform: scale(1.07)
  }

  to {
    opacity: 1;
    transform: scale(1.02)
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.02)
  }

  to {
    transform: scale(1.075)
  }
}

@keyframes proofIn {
  to {
    opacity: 1;
    transform: none
  }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2, .75, .2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none
}

.reveal-delay-1 {
  transition-delay: .08s
}

.reveal-delay-2 {
  transition-delay: .16s
}

.reveal-delay-3 {
  transition-delay: .24s
}

/* Cards feel more alive */
.business-card {
  transition: transform .42s cubic-bezier(.2, .75, .2, 1), box-shadow .42s ease, outline-color .3s ease;
}

.business-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 26px 52px rgba(0, 0, 0, .18);
}

.business-card .num {
  transition: transform .35s ease, box-shadow .35s ease
}

.business-card:hover .num {
  transform: scale(1.08);
  box-shadow: 0 10px 25px rgba(255, 235, 0, .28)
}

/* Active navigation underline */
.nav a.active::after {
  right: 0
}

/* Button motion */
.btn,
.header-cta {
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease;
}

.btn:hover,
.header-cta:hover {
  transform: translateY(-2px)
}

.btn-dark:hover,
.header-cta:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, .18)
}

.btn-light:hover {
  background: #f7f7f3;
  box-shadow: 0 10px 22px rgba(0, 0, 0, .08)
}

.btn span,
.header-cta span {
  transition: transform .28s ease
}

.btn:hover span,
.header-cta:hover span {
  transform: translate(3px, -1px)
}

/* Respect reduced-motion accessibility */
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important
  }

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

@media(max-width:1150px) {
  .site-header .brand {
    width: 118px;
    flex-basis: 118px
  }

  .site-header .brand img {
    width: 108px
  }
}

@media(max-width:600px) {
  .site-header .brand {
    width: 104px;
    flex-basis: 104px
  }

  .site-header .brand img {
    width: 94px
  }
}

/* V4 fixes: compact logo, reliable footer copyright and card-panel scrolling */
.site-header .brand {
  width: 104px;
  height: 52px;
  flex: 0 0 104px;
}

.site-header .brand img {
  width: 94px;
  height: auto;
}

/* The footer must remain visible even when it sits at the end of the page. */
footer .copyright {
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.tab-panel {
  scroll-margin-top: 102px;
}

@media(max-width:1150px) {
  .site-header .brand {
    width: 98px;
    flex-basis: 98px
  }

  .site-header .brand img {
    width: 88px
  }
}

@media(max-width:600px) {
  .site-header .brand {
    width: 88px;
    flex-basis: 88px
  }

  .site-header .brand img {
    width: 78px
  }
}