:root {
  --ink: #101820;
  --charcoal: #182128;
  --muted: #66717b;
  --line: #d8dedf;
  --paper: #f6f4ef;
  --white: #ffffff;
  --gold: #c6a25a;
  --teal: #4d7f78;
  --platinum: #d8d4c8;
  --forest: #1f3833;
  --shadow: 0 18px 55px rgba(16, 24, 32, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  letter-spacing: 0;
}

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(16, 24, 32, 0.1);
  box-shadow: 0 10px 34px rgba(16, 24, 32, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-grid;
  align-items: center;
  justify-items: center;
  gap: 14px;
  min-width: 0;
  width: 150px;
}

.brand-mark {
  display: grid;
  grid-template-columns: repeat(5, 10px);
  grid-template-rows: repeat(5, 10px);
  gap: 8px;
  width: auto;
  height: auto;
  padding: 0;
}

.brand strong,
.brand small {
  display: block;
  color: #1f2223;
  line-height: 0.9;
  text-align: center;
}

.brand strong {
  font-size: 1.56rem;
  font-weight: 400;
  letter-spacing: 0.17em;
}

.brand small {
  margin-top: 11px;
  color: #1f2223;
  font-weight: 400;
}

.capital-word,
.holding-word {
  display: block;
  text-align: center;
}

.capital-word {
  font-size: 1.02rem;
  letter-spacing: 0.34em;
  padding-left: 0.34em;
}

.holding-word {
  margin-top: 8px;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  padding-left: 0.28em;
}

.tile {
  display: block;
  width: 10px;
  height: 10px;
}

.tile.dark {
  background: #202223;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.tile.copper {
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 224, 205, 0.72), rgba(255, 224, 205, 0.08) 34%, transparent 58%),
    linear-gradient(135deg, rgba(125, 61, 45, 0.4), rgba(203, 112, 88, 0.38)),
    #a35d48;
  box-shadow:
    inset 0 0 0 1px rgba(255, 231, 214, 0.12),
    inset 0 -5px 8px rgba(71, 30, 22, 0.18);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  font-size: 0.9rem;
  font-weight: 600;
}

.nav-links a {
  color: rgba(16, 24, 32, 0.72);
}

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

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 120px clamp(20px, 6vw, 86px) 72px;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/miras-hero-luxury.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 15, 19, 0.92) 0%, rgba(10, 15, 19, 0.74) 38%, rgba(10, 15, 19, 0.28) 73%, rgba(10, 15, 19, 0.08) 100%),
    linear-gradient(180deg, rgba(10, 15, 19, 0.2) 0%, rgba(10, 15, 19, 0.8) 100%);
}

.growth-chart {
  position: absolute;
  z-index: 1;
  right: clamp(28px, 6vw, 96px);
  top: clamp(245px, 38vh, 380px);
  width: clamp(245px, 29vw, 420px);
  height: clamp(185px, 23vw, 310px);
  opacity: 0.94;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.28));
}

.chart-bars {
  position: absolute;
  left: 6%;
  right: 3%;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 5.5%;
  height: 72%;
  padding: 0 9% 9% 4%;
}

.chart-bars::after {
  content: "";
  position: absolute;
  left: 0;
  right: 2%;
  bottom: 5%;
  height: 8px;
  background: linear-gradient(90deg, #0b4f5b, #082d35);
  transform: skewX(-28deg);
}

.bar {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 40px;
  border: 1px solid rgba(255, 239, 185, 0.78);
  border-radius: 3px 3px 0 0;
  box-shadow:
    inset 5px 0 8px rgba(255, 250, 214, 0.28),
    inset -8px 0 10px rgba(88, 57, 10, 0.28),
    0 10px 22px rgba(0, 0, 0, 0.2);
}

.red-one {
  height: 32%;
  background: linear-gradient(180deg, #f4d37a, #b68225);
}

.red-two {
  height: 48%;
  background: linear-gradient(180deg, #ffe29a, #c9912f);
}

.amber {
  height: 60%;
  background: linear-gradient(180deg, #f8cb68, #a9721e);
}

.teal-one {
  height: 76%;
  background: linear-gradient(180deg, #ffe9ad, #c49a42);
}

.mint {
  height: 92%;
  background: linear-gradient(180deg, #fff2c8, #d7aa4e);
}

.teal-two {
  height: 100%;
  background: linear-gradient(180deg, #f3c65d, #8d611a);
}

.growth-arrow {
  position: absolute;
  inset: 0 3% 13% 0;
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.growth-curve,
.growth-curve-shadow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.growth-curve {
  stroke: url("#arrowGold");
  stroke-width: 8;
  marker-end: url("#arrowTip");
}

.growth-curve-shadow {
  stroke: rgba(0, 0, 0, 0.28);
  stroke-width: 11;
  transform: translate(3px, 5px);
}

.hero-content {
  position: relative;
  width: min(760px, 100%);
  padding-top: 24px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 3px;
  margin-right: 10px;
  vertical-align: middle;
  background: linear-gradient(90deg, var(--gold), var(--platinum), var(--teal));
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 7.8vw, 7.3rem);
  line-height: 0.9;
  letter-spacing: 0;
  max-width: 720px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.2vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.12rem;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.55vw, 1.26rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-weight: 800;
}

.button.primary {
  border-color: var(--gold);
  background: linear-gradient(135deg, var(--gold), #e0c27a);
  color: #10100d;
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.intro-band,
.split-section,
.portfolio-band,
.governance,
.contact {
  padding: clamp(64px, 10vw, 128px) clamp(20px, 6vw, 86px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
  gap: clamp(34px, 6vw, 92px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.intro-text {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.9;
}

.section-heading {
  max-width: 860px;
}

.section-heading.centered {
  margin: 0 auto 42px;
  text-align: center;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--charcoal);
  color: var(--white);
}

.metrics div {
  padding: clamp(28px, 5vw, 58px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong {
  display: block;
  color: var(--gold);
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
  line-height: 0.9;
}

.metrics span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.78fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
  background: var(--white);
}

.strategy-list {
  display: grid;
  gap: 18px;
}

.strategy-list article {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.strategy-list span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--teal);
  font-weight: 800;
}

.strategy-list p,
.sector-grid p,
.governance p,
.contact p {
  color: var(--muted);
  line-height: 1.7;
}

.portfolio-band {
  background:
    linear-gradient(135deg, rgba(198, 162, 90, 0.16), rgba(77, 127, 120, 0.18)),
    var(--forest);
  color: var(--white);
}

.portfolio-band .section-heading h2 {
  color: var(--white);
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
  background: transparent;
  box-shadow: none;
}

.sector-card {
  min-height: 330px;
  overflow: hidden;
  background: #203b34;
  box-shadow: var(--shadow);
}

.sector-card h3,
.sector-card p {
  padding-left: 22px;
  padding-right: 22px;
}

.sector-card h3 {
  margin-top: 22px;
}

.sector-card p {
  padding-bottom: 24px;
}

.sector-grid p {
  color: rgba(255, 255, 255, 0.68);
}

.sector-image {
  height: 150px;
  background-image:
    linear-gradient(180deg, rgba(10, 15, 19, 0), rgba(10, 15, 19, 0.24)),
    var(--sector-image);
  background-size: cover;
  background-position: center;
}

.real-estate .sector-image {
  --sector-image: url("assets/focus-real-estate.png");
  background-position: center 48%;
}

.restaurants .sector-image {
  --sector-image: url("assets/focus-restaurants.png");
  background-position: center 52%;
}

.clubs .sector-image {
  --sector-image: url("assets/focus-clubs.png");
  background-position: center 48%;
}

.kids .sector-image {
  --sector-image: url("assets/focus-kids.png");
  background-position: center 52%;
}

.fintech .sector-image {
  --sector-image: url("assets/focus-fintech.png");
  background-position: center 50%;
}

.equities .sector-image {
  --sector-image: url("assets/focus-equities.png");
  background-position: center 50%;
}

.ideas .sector-image {
  --sector-image: url("assets/focus-ideas.png");
  background-position: center 50%;
}

.governance {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(280px, 0.8fr);
  gap: clamp(30px, 6vw, 90px);
  background: #e8ece8;
  align-items: center;
}

.contact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  background: var(--white);
}

.contact h2 {
  max-width: 720px;
}

.contact p {
  max-width: 680px;
  margin-top: 18px;
  margin-bottom: 0;
}

.contact-link {
  flex: 0 0 auto;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--gold);
  color: var(--charcoal);
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  font-weight: 800;
  overflow-wrap: anywhere;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 6vw, 86px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding-top: 104px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(10, 15, 19, 0.92), rgba(10, 15, 19, 0.52)),
      linear-gradient(180deg, rgba(10, 15, 19, 0.18), rgba(10, 15, 19, 0.84));
  }

  .growth-chart {
    right: 20px;
    top: 56%;
    width: min(310px, 50vw);
    height: min(230px, 36vw);
    opacity: 0.7;
  }

  .intro-band,
  .split-section,
  .governance {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 580px) {
  .brand small {
    font-size: 0.7rem;
  }

  .hero {
    min-height: 86vh;
    padding-bottom: 54px;
  }

  .growth-chart {
    right: -8px;
    top: 58%;
    width: 205px;
    height: 155px;
    opacity: 0.38;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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

  .metrics div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  footer {
    flex-direction: column;
  }
}
