.about-page { background: var(--white); color: var(--black); }
.about-header { background: var(--yellow); }
.section-about { padding: clamp(95px, 11vw, 180px) var(--pad); }
.about-index, .about-kicker { margin: 0; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.about-section-heading { display: grid; grid-template-columns: minmax(150px, .42fr) minmax(0, 1.58fr); gap: clamp(35px, 7vw, 120px); align-items: start; margin-bottom: clamp(70px, 9vw, 140px); }
.about-section-heading h2 { max-width: 1200px; margin: 0; font-size: clamp(56px, 7.8vw, 124px); line-height: .86; letter-spacing: -.072em; }
.about-section-heading h2 em { font-family: Georgia, serif; font-weight: 400; }

.about-hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .4fr); background: var(--yellow); border-bottom: 1px solid var(--black); overflow: hidden; }
.about-hero-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(145px, 13vw, 215px) clamp(30px, 5vw, 85px) 120px var(--pad); }
.about-kicker { display: flex; align-items: center; gap: 10px; }
.about-kicker span { width: 8px; height: 8px; background: var(--black); border-radius: 50%; }
.about-hero h1 { max-width: 1250px; margin: 48px 0 55px; font-size: clamp(65px, 8.2vw, 137px); line-height: .79; letter-spacing: -.078em; text-transform: uppercase; }
.about-hero h1 em { font-family: Georgia, serif; font-weight: 400; text-transform: none; text-decoration: underline; text-decoration-thickness: .07em; text-underline-offset: .08em; }
.about-hero-intro { display: grid; grid-template-columns: minmax(0, 650px) auto; gap: 35px; align-items: end; }
.about-hero-intro p { margin: 0; font-size: clamp(18px, 1.65vw, 25px); line-height: 1.42; }
.about-hero-image { position: relative; min-height: 100%; margin: 0; border-left: 1px solid var(--black); overflow: hidden; }
.about-hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.about-hero-image figcaption { position: absolute; right: 0; bottom: 73px; left: 0; padding: 15px 18px; background: var(--yellow); border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-align: center; }
.about-hero-ticker { position: absolute; right: 0; bottom: 0; left: 0; display: flex; width: max-content; min-width: 200%; border-top: 1px solid var(--black); background: var(--yellow); animation: about-ticker 26s linear infinite; }
.about-hero-ticker span { display: block; padding: 25px 35px; font-size: 10px; font-weight: 900; letter-spacing: .1em; white-space: nowrap; }
@keyframes about-ticker { to { transform: translateX(-50%); } }

.about-definition > .about-index { margin-bottom: 65px; }
.about-definition-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: clamp(60px, 10vw, 170px); }
.about-definition h2 { margin: 0; font-size: clamp(58px, 7.8vw, 122px); line-height: .86; letter-spacing: -.07em; }
.about-definition h2 em { font-family: Georgia, serif; font-weight: 400; }
.about-definition-copy p { margin: 0 0 28px; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.58; }
.about-definition-copy p:first-child { font-weight: 800; }

.about-manifesto { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--black); color: white; }
.about-manifesto-media { overflow: hidden; }
.about-manifesto-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.about-manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 140px); }
.about-manifesto-copy > p:first-child { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.about-manifesto-copy h2 { margin: 45px 0; font-size: clamp(47px, 5.4vw, 86px); line-height: .91; letter-spacing: -.06em; }
.about-manifesto-copy h2 em { color: var(--yellow); font-family: Georgia, serif; font-weight: 400; }
.about-manifesto-copy > p:last-child { max-width: 650px; margin: 0; color: #c4c4c4; font-size: 18px; line-height: 1.58; }

.about-value-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--black); border-left: 1px solid var(--black); }
.about-value-grid article { min-height: 360px; padding: clamp(30px, 4vw, 65px); border-right: 1px solid var(--black); border-bottom: 1px solid var(--black); }
.about-value-grid span { font-size: 10px; font-weight: 900; }
.about-value-grid h3 { margin: 80px 0 22px; font-size: clamp(44px, 5vw, 82px); line-height: .9; letter-spacing: -.06em; }
.about-value-grid p { max-width: 560px; margin: 0; font-size: 17px; line-height: 1.55; }
.about-value-grid article:nth-child(2), .about-value-grid article:nth-child(3) { background: var(--yellow); }

.about-proof { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); background: var(--yellow); }
.about-proof > div { min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 58px); border-right: 1px solid var(--black); }
.about-proof > div:last-child { border-right: 0; }
.about-proof-lead p { margin: 0; font-size: 22px; line-height: 1.35; }
.about-proof > div > strong { font-size: clamp(59px, 7vw, 110px); line-height: .8; letter-spacing: -.075em; }
.about-proof > div > span { max-width: 210px; font-size: 12px; font-weight: 800; line-height: 1.4; text-transform: uppercase; }

.about-sectors { background: #f2f2ec; }
.about-sectors-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--black); border: 1px solid var(--black); }
.about-sectors-grid article { min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(32px, 5vw, 72px); background: #f2f2ec; }
.about-sectors-grid article:nth-child(4) { background: var(--yellow); }
.about-sectors-grid article > div span { font-size: 10px; font-weight: 900; }
.about-sectors-grid h3 { max-width: 600px; margin: 55px 0 0; font-size: clamp(39px, 5vw, 74px); line-height: .93; letter-spacing: -.06em; }
.about-sectors-grid p { max-width: 560px; margin: 50px 0 0; font-size: 17px; line-height: 1.55; }

.about-visual-quote { position: relative; min-height: 86svh; display: grid; align-items: end; overflow: hidden; background: var(--black); color: white; }
.about-visual-quote::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.85), rgba(0,0,0,.03) 72%); }
.about-visual-quote > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-visual-quote > div { position: relative; z-index: 2; max-width: 1350px; padding: 100px var(--pad); }
.about-visual-quote p { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.about-visual-quote h2 { margin: 35px 0 0; font-size: clamp(57px, 8.5vw, 137px); line-height: .84; letter-spacing: -.075em; }
.about-visual-quote h2 em { color: var(--yellow); font-family: Georgia, serif; font-weight: 400; }

.about-method { display: grid; grid-template-columns: minmax(0, .82fr) minmax(430px, 1.18fr); gap: clamp(60px, 10vw, 160px); }
.about-method .about-section-heading { display: block; margin: 0; }
.about-method .about-section-heading h2 { margin-top: 50px; }
.about-method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--black); }
.about-method-list li { display: grid; grid-template-columns: 60px 1fr; gap: 15px; padding: 36px 0; border-bottom: 1px solid var(--black); }
.about-method-list li > span { padding-top: 7px; font-size: 10px; font-weight: 900; }
.about-method-list h3 { margin: 0 0 14px; font-size: clamp(37px, 4vw, 62px); line-height: .9; letter-spacing: -.055em; }
.about-method-list p { max-width: 650px; margin: 0; font-size: 16px; line-height: 1.55; }

.about-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(55px, 7vw, 110px) 22px; }
.about-team-grid img { width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; object-position: center top; background: #ecece6; filter: saturate(.82); }
.about-team-grid article > div { padding: 20px 0 0; border-top: 1px solid var(--black); }
.about-team-grid h3 { margin: 0 0 9px; font-size: clamp(28px, 3.5vw, 53px); line-height: .95; letter-spacing: -.055em; }
.about-team-grid p { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.about-team-link { display: flex; justify-content: space-between; margin-top: 90px; padding: 25px 0; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); font-size: clamp(25px, 3.5vw, 50px); font-weight: 800; letter-spacing: -.04em; }
.about-team-link span { color: var(--yellow); -webkit-text-stroke: 1px var(--black); }

.about-ecosystem { display: grid; grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr); gap: clamp(55px, 8vw, 130px); background: var(--black); color: white; }
.about-ecosystem-copy h2 { margin: 50px 0; font-size: clamp(54px, 7vw, 110px); line-height: .86; letter-spacing: -.07em; }
.about-ecosystem-copy h2 em { color: var(--yellow); font-family: Georgia, serif; font-weight: 400; }
.about-ecosystem-copy > p:not(.about-index) { max-width: 660px; color: #bdbdbd; font-size: 17px; line-height: 1.6; }
.about-ecosystem-grid { display: grid; grid-template-columns: repeat(2, 1fr); align-self: center; border-top: 1px solid #555; border-left: 1px solid #555; }
.about-ecosystem-grid a { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border-right: 1px solid #555; border-bottom: 1px solid #555; transition: transform .2s ease; }
.about-ecosystem-grid a:hover { transform: translateY(-5px); }
.about-ecosystem-grid strong { font-size: clamp(24px, 3vw, 44px); line-height: .9; letter-spacing: -.055em; }
.about-ecosystem-grid span { font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.eco-karmina { background: #790008; color: white; }.eco-criterio { background: #20a85c; color: white; }.eco-dunder { background: #050505; color: white; }.eco-utopiq { background: #5420d1; color: white; }.eco-smart { background: #0f243b; color: #70ed7c; }.eco-kai { background: #e8ff55; color: #101010; }

.about-contact { padding: clamp(100px, 12vw, 190px) var(--pad) 35px; background: var(--black); color: white; }
.about-contact > div > p { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.about-contact h2 { margin: 45px 0 80px; font-size: clamp(61px, 9.5vw, 150px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.about-contact h2 em { color: var(--yellow); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.about-contact-mail { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 15px; border-bottom: 2px solid var(--yellow); font-size: clamp(25px, 4vw, 58px); letter-spacing: -.045em; overflow-wrap: anywhere; }
.about-contact .site-footer { margin-top: 110px; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .about-hero { grid-template-columns: 1fr 35%; }
  .about-hero-intro { grid-template-columns: 1fr; }
  .about-definition-grid, .about-method, .about-ecosystem { grid-template-columns: 1fr; }
  .about-manifesto { min-height: 670px; }
  .about-proof { grid-template-columns: repeat(2, 1fr); }
  .about-proof > div { border-bottom: 1px solid var(--black); }
  .about-ecosystem-grid { max-width: 850px; }
}

@media (max-width: 760px) {
  .about-hero { min-height: auto; display: block; padding-top: 68px; }
  .about-hero-copy { min-height: 78svh; padding: 70px var(--pad) 105px; }
  .about-hero h1 { font-size: clamp(54px, 16.5vw, 86px); }
  .about-hero-image { height: 72svh; border-top: 1px solid var(--black); border-left: 0; }
  .about-hero-image figcaption { bottom: 72px; }
  .about-section-heading { display: block; }
  .about-section-heading h2 { margin-top: 42px; }
  .about-definition-grid { grid-template-columns: 1fr; }
  .about-manifesto { grid-template-columns: 1fr; }
  .about-manifesto-media { min-height: 65svh; }
  .about-manifesto-copy { padding: 75px var(--pad); }
  .about-value-grid, .about-sectors-grid { grid-template-columns: 1fr; }
  .about-value-grid article:nth-child(3) { background: var(--white); }
  .about-value-grid article:nth-child(4) { background: var(--yellow); }
  .about-proof { grid-template-columns: 1fr; }
  .about-proof > div { min-height: 210px; border-right: 0; }
  .about-visual-quote { min-height: 76svh; }
  .about-team-grid { gap: 55px 12px; }
  .about-team-grid h3 { font-size: 25px; }
  .about-team-grid p { font-size: 9px; }
  .about-ecosystem-grid { grid-template-columns: 1fr 1fr; }
  .about-ecosystem-grid a { min-height: 160px; padding: 20px; }
  .about-contact .site-footer { margin-top: 85px; }
}

@media (max-width: 450px) {
  .about-team-grid { grid-template-columns: 1fr; }
  .about-ecosystem-grid { grid-template-columns: 1fr; }
  .about-ecosystem-grid a { min-height: 135px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-ticker { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
