@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/supo-invest-20260727/fonts/geist-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/supo-invest-20260727/fonts/geist-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/supo-invest-20260727/fonts/geist-mono-latin-ext.woff2")
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
    U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/supo-invest-20260727/fonts/geist-mono-latin.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-geist-sans: "Geist", Arial, sans-serif;
  --font-geist-mono: "Geist Mono", monospace;
  --paper: #f1efe7;
  --paper-bright: #faf8f1;
  --ink: #11231f;
  --muted: #596660;
  --green: #063f35;
  --green-deep: #032d26;
  --mint: #b8d7c7;
  --lime: #d8e85d;
  --line: rgba(17, 35, 31, 0.19);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

img {
  display: block;
}

::selection {
  background: var(--lime);
  color: var(--green-deep);
}

.shell {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--paper-bright);
  color: var(--green);
  font-weight: 700;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: white;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 98px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 0.98rem;
  font-weight: 680;
  line-height: 1.15;
  text-decoration: none;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-mark {
  border-radius: 10px;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
}

nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.87rem;
  font-weight: 600;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible {
  color: white;
}

.nav-contact {
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 190px 0 64px;
  background:
    radial-gradient(circle at 86% 22%, rgba(184, 215, 199, 0.2), transparent 26%),
    linear-gradient(135deg, var(--green-deep), var(--green) 54%, #0a594a);
  color: white;
}

.hero::before {
  position: absolute;
  top: 0;
  right: -12%;
  width: 52vw;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  background:
    repeating-linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.032) 0,
      rgba(255, 255, 255, 0.032) 1px,
      transparent 1px,
      transparent 34px
    );
  content: "";
  transform: skewX(-8deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  gap: clamp(50px, 8vw, 116px);
  align-items: end;
}

.eyebrow,
.section-label {
  margin: 0 0 30px;
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow,
.section-label.light {
  color: var(--mint);
}

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

h1 {
  max-width: 820px;
  margin-bottom: 34px;
  font-size: clamp(3.25rem, 6.4vw, 6.2rem);
  font-weight: 620;
  letter-spacing: -0.065em;
  line-height: 0.95;
}

h1 em {
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.55vw, 1.25rem);
}

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

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  min-width: 190px;
  padding: 15px 18px;
  border: 1px solid var(--lime);
  border-radius: 2px;
  background: var(--lime);
  color: var(--green-deep);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: #edf686;
}

.text-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 620;
  text-decoration-color: rgba(255, 255, 255, 0.32);
  text-underline-offset: 6px;
}

.hero-panel {
  position: relative;
  min-height: 370px;
  padding: 33px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  background: rgba(1, 27, 23, 0.34);
  backdrop-filter: blur(10px);
}

.monogram {
  position: absolute;
  top: -70px;
  right: -6px;
  color: rgba(255, 255, 255, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12rem;
  letter-spacing: -0.13em;
  line-height: 1;
}

.hero-panel > p {
  position: relative;
  max-width: 280px;
  margin: 125px 0 31px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.96rem;
}

.hero-panel dl {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-panel dt {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.47);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 650;
}

.hero-rule {
  position: absolute;
  right: 32px;
  bottom: 25px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 17px;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.hero-rule i {
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.16);
}

.intro-section,
.details-section {
  padding: clamp(86px, 11vw, 154px) 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(50px, 10vw, 150px);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.intro-main {
  margin-bottom: 34px;
  color: var(--green);
  font-size: clamp(1.55rem, 2.5vw, 2.18rem);
  font-weight: 520;
  letter-spacing: -0.035em;
  line-height: 1.27;
}

.intro-copy > p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.activities-section {
  padding: clamp(84px, 10vw, 138px) 0;
  background: var(--green);
  color: white;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.55fr);
  gap: 50px;
  align-items: end;
  margin-bottom: 70px;
}

.section-heading > p {
  max-width: 430px;
  margin: 0 0 6px auto;
  color: rgba(255, 255, 255, 0.61);
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.activity-card {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 22px;
  min-height: 260px;
  padding: 37px 38px 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.activity-number {
  color: var(--lime);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.activity-card h3 {
  margin-bottom: 24px;
  font-size: clamp(1.35rem, 2.2vw, 1.95rem);
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.activity-card p {
  max-width: 430px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.61);
}

.details-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}

.details-intro {
  position: sticky;
  top: 42px;
}

.details-intro h2 {
  margin-bottom: 30px;
}

.details-intro > p:not(.section-label) {
  max-width: 390px;
  margin-bottom: 32px;
  color: var(--muted);
}

.registry-link {
  display: inline-flex;
  gap: 16px;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration-color: var(--line);
  text-underline-offset: 6px;
}

.company-details {
  margin: 0;
  border-top: 1px solid var(--line);
}

.company-details > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.company-details dt {
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.68rem;
  font-weight: 550;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-details dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 580;
}

.contact-section {
  padding: clamp(84px, 10vw, 136px) 0;
  background: var(--green-deep);
  color: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(50px, 10vw, 150px);
}

.contact-copy > p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.contact-copy > a {
  display: inline-block;
  margin-bottom: 54px;
  color: var(--lime);
  font-size: clamp(1.8rem, 4vw, 4rem);
  font-weight: 520;
  letter-spacing: -0.045em;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

address {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

footer {
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--green-deep);
  color: rgba(255, 255, 255, 0.57);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  font-size: 0.75rem;
}

.footer-inner > p {
  margin: 0;
}

.footer-inner > a {
  justify-self: end;
  color: rgba(255, 255, 255, 0.72);
  text-underline-offset: 4px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-weight: 650;
}

.footer-brand img {
  border-radius: 8px;
}

@media (max-width: 920px) {
  .shell {
    width: min(100% - 42px, 760px);
  }

  nav a:not(.nav-contact) {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 165px;
  }

  .hero-grid,
  .intro-grid,
  .details-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 300px;
  }

  .hero-panel > p {
    margin-top: 100px;
  }

  .intro-grid,
  .details-grid,
  .contact-grid {
    gap: 46px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading > p {
    margin-left: 0;
  }

  .details-intro {
    position: static;
  }
}

@media (max-width: 680px) {
  .shell {
    width: calc(100% - 32px);
  }

  .header-inner {
    min-height: 82px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .nav-contact {
    padding: 8px 13px;
  }

  .hero {
    padding: 145px 0 70px;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.5rem);
  }

  .hero-panel {
    padding: 25px;
  }

  .hero-rule {
    display: none;
  }

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

  .activity-card {
    min-height: auto;
    padding: 30px 24px 34px;
  }

  .company-details > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .footer-inner > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
