:root {
  --ink: #17131d;
  --paper: #f6f4f1;
  --purple: #7b2996;
  --purple-dark: #4d0b65;
  --orange: #f57f13;
  --line: rgba(23, 19, 29, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.no-script { margin: 0; padding: 10px 4vw; background: var(--orange); color: var(--ink); font-size: 13px; font-weight: 700; }

.site-header { height: 88px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 5; background: rgba(246,244,241,.92); }
.brand { width: 132px; height: 58px; display: flex; align-items: center; }
.brand img { display: block; width: 100%; height: auto; }
nav { display: flex; gap: 38px; font-size: 13px; font-weight: 700; }
nav a, .arrow-link, .button-text { transition: color .2s ease; }
nav a:hover, .arrow-link:hover, .button-text:hover { color: var(--purple); }
.language { justify-self: end; border: 0; padding: 8px 0; background: transparent; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.language span { color: #a19ba5; padding: 0 5px; }
.language span.active { color: var(--ink); }
.language b { color: #bbb5bd; font-weight: 400; }

.hero { min-height: calc(100svh - 88px); padding: 9vh 4vw 7vh; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--purple); }
.eyebrow span { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
h1 { position: relative; z-index: 2; margin: 5vh 0 7vh; max-width: 1200px; font-size: clamp(60px, 8.1vw, 126px); line-height: .88; letter-spacing: -.075em; font-weight: 760; }
.hero-bottom { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; }
.hero-bottom p { margin: 0; max-width: 550px; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; justify-content: flex-end; gap: 28px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 13px; font-weight: 800; }
.button-primary { padding: 0 24px; background: var(--purple); color: white; transition: background .2s ease, transform .2s ease; }
.button-primary:hover { background: var(--purple-dark); transform: translateY(-2px); }
.button-text { border-bottom: 1px solid var(--ink); }
.button span { font-size: 18px; }
.orbit { position: absolute; border: 1px solid rgba(123, 41, 150, .23); border-radius: 50%; pointer-events: none; }
.orbit::after { content: ""; position: absolute; width: 12px; height: 12px; background: var(--orange); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; right: -160px; top: 60px; }
.orbit-one::after { left: 42px; top: 65px; }
.orbit-two { width: 820px; height: 820px; right: -335px; top: -90px; }
.orbit-two::after { left: 82px; bottom: 127px; }

.metrics { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: white; padding: 0 4vw; }
.metrics article { min-height: 175px; padding: 34px 0 28px; border-right: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; justify-content: space-between; }
.metrics article:not(:first-child) { padding-left: 28px; }
.metrics article:last-child { border-right: 0; }
.metrics strong { font-size: clamp(30px, 3vw, 48px); letter-spacing: -.055em; }
.metrics span { color: #bdb8c2; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 128px 4vw; }
.section h2, .investment h2, footer h2 { margin: 0; font-size: clamp(46px, 5.6vw, 86px); line-height: .98; letter-spacing: -.065em; font-weight: 740; }
.about { border-bottom: 1px solid var(--line); }
.about-content { margin-top: 48px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: start; }
.about-copy { padding-top: 8px; }
.about-copy p { margin: 0 0 22px; font-size: 17px; line-height: 1.65; max-width: 590px; }
.capability-grid { margin-top: 100px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid div { min-height: 145px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.capability-grid span { font-size: 10px; color: var(--purple); font-weight: 800; }
.capability-grid strong { max-width: 230px; font-size: 17px; line-height: 1.25; }

.portfolio { background: #fff; }
.portfolio > h2 { max-width: 980px; margin-top: 46px; }
.portfolio-group-label { margin: 95px 0 20px; display: flex; align-items: center; gap: 18px; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-group-label i { height: 1px; flex: 1; background: var(--line); }
.founders-label { margin-top: 70px; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.project-card { min-height: 440px; background: var(--paper); padding: 38px; display: flex; flex-direction: column; justify-content: space-between; transition: background .25s ease; }
.project-card:hover { background: #eeebe6; }
.project-logo { height: 165px; display: flex; align-items: center; justify-content: center; }
.project-logo img { display: block; max-width: 72%; max-height: 105px; object-fit: contain; }
.project-belabel .project-logo img { max-height: 140px; max-width: 58%; }
.project-campu .project-logo img { max-height: 88px; }
.project-info { padding-top: 28px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.5fr; column-gap: 30px; }
.project-info > span { color: #77717b; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; line-height: 1.6; }
.project-info p { margin: 0; font-size: 15px; line-height: 1.55; }
.project-info strong { grid-column: 2; margin-top: 28px; font-size: 12px; }

.investment { min-height: 650px; padding: 112px 4vw; color: white; background: var(--purple-dark); position: relative; overflow: hidden; }
.section-label.light { color: #d9addf; }
.investment-content { position: relative; z-index: 2; margin-top: 80px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; align-items: end; }
.investment-content p { margin: 0 0 36px; max-width: 580px; color: #eaddec; font-size: 18px; line-height: 1.6; }
.button-orange { width: 250px; padding: 0 22px; color: var(--ink); background: var(--orange); transition: transform .2s ease, background .2s ease; }
.button-orange:hover { transform: translateY(-2px); background: #ff932f; }
.investment-grid { position: absolute; width: 560px; height: 560px; right: -150px; top: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 42px 42px; transform: rotate(14deg); }

.dual-section { display: grid; grid-template-columns: 1fr 1fr; }
.dual-section article { min-height: 585px; padding: 92px 4vw 65px; display: flex; flex-direction: column; align-items: flex-start; }
.dual-section article:first-child { border-right: 1px solid var(--line); }
.dual-section h3 { margin: 72px 0 28px; max-width: 610px; font-size: clamp(38px, 4.2vw, 64px); line-height: 1; letter-spacing: -.06em; }
.dual-section p { max-width: 540px; margin: 0; font-size: 16px; line-height: 1.65; }
.arrow-link { margin-top: auto; padding-bottom: 7px; border-bottom: 1px solid currentColor; display: flex; gap: 34px; font-size: 13px; font-weight: 800; }
.career { background: #eee9f0; }

footer { padding: 112px 4vw 34px; background: var(--ink); color: white; }
footer h2 { max-width: 1050px; margin-top: 70px; }
.contact-grid { margin-top: 105px; display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); }
.contact-grid > div { min-height: 190px; padding: 28px 28px 20px 0; border-right: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; align-items: flex-start; }
.contact-grid > div:not(:first-child) { padding-left: 28px; }
.contact-grid > div:last-child { border-right: 0; }
.contact-grid span { margin-bottom: 30px; color: #aaa3af; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-grid address, .contact-grid a { font-style: normal; font-size: 16px; line-height: 1.65; }
.contact-grid a { border-bottom: 1px solid rgba(255,255,255,.35); }
.footer-stores { width: 100%; }
.footer-stores summary { width: max-content; cursor: pointer; list-style: none; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 16px; }
.footer-stores summary::-webkit-details-marker { display: none; }
.footer-stores summary::after { content: "+"; display: inline-block; margin-left: 14px; color: var(--orange); font-weight: 700; }
.footer-stores[open] summary::after { content: "−"; }
.footer-store-list { margin-top: 22px; display: grid; gap: 15px; }
.footer-store-list a { display: block; padding-bottom: 11px; font-size: 12px; line-height: 1.35; }
.footer-store-list strong, .footer-store-list small { display: block; }
.footer-store-list strong { color: #fff; font-size: 12px; }
.footer-store-list small { margin-top: 3px; color: #9f98a5; font-size: 10px; }
.footer-bottom { min-height: 90px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: start; color: #8e8793; font-size: 10px; letter-spacing: .04em; }
.footer-bottom details { max-width: 460px; }
.footer-bottom summary { cursor: pointer; }
.footer-bottom details p { line-height: 1.5; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 76px; }
  .brand { width: 112px; }
  nav { display: none; }
  .hero { min-height: 750px; padding-top: 68px; }
  h1 { font-size: clamp(54px, 13vw, 88px); }
  .hero-bottom, .about-content, .investment-content { grid-template-columns: 1fr; }
  .hero-actions { justify-content: flex-start; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .project-info { grid-template-columns: 1fr; }
  .project-info p, .project-info strong { grid-column: 1; }
  .project-info p { margin-top: 18px; }
  .dual-section article { min-height: 520px; }
}

@media (max-width: 660px) {
  .hero { min-height: 700px; }
  .hero-bottom p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metrics article { min-height: 135px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .metrics article:nth-child(2) { border-right: 0; }
  .metrics article:nth-child(3) { padding-left: 0; }
  .section, .investment { padding-top: 88px; padding-bottom: 88px; }
  .about-content { margin-top: 36px; }
  .capability-grid { margin-top: 65px; grid-template-columns: 1fr; }
  .capability-grid div { min-height: 112px; }
  .project-grid, .dual-section { grid-template-columns: 1fr; }
  .project-card { min-height: 390px; padding: 25px; }
  .project-logo img { max-width: 86%; }
  .dual-section article:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .contact-grid > div { min-height: 150px; padding-left: 0 !important; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .footer-bottom { grid-template-columns: 1fr; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
