.eyebrow { margin-bottom: .85rem; color: var(--coral); font: 500 .68rem var(--mono); letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.section-kicker { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.25rem; color: var(--lime); font: 500 .68rem var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 2.4rem; height: 1px; background: currentColor; }
.section-title { max-width: 850px; margin: 0; color: var(--paper); font: 500 clamp(2.8rem, 6vw, 6.5rem)/.9 var(--serif); letter-spacing: -.06em; }
.section-title strong { color: var(--violet-bright); font-weight: 400; }
.section-intro { max-width: 600px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.05rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 48px; padding: .8rem 1.15rem; border: 1px solid transparent; border-radius: var(--radius-sm); color: var(--ink); background: var(--paper); font-size: .8rem; font-weight: 800; cursor: pointer; transition: transform .25s var(--ease), background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover, .button:focus-visible { color: var(--ink); background: var(--lime); transform: translateY(-3px); }
.button-secondary { color: var(--paper); border-color: rgba(244,240,231,.32); background: transparent; }
.button-secondary:hover, .button-secondary:focus-visible { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.button-coral { color: var(--ink); background: var(--coral); }
.button-light { color: var(--ink); background: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; width: fit-content; padding-bottom: .25rem; border-bottom: 1px solid currentColor; font-size: .8rem; font-weight: 800; transition: color .2s ease, gap .2s var(--ease); }
.text-link:hover, .text-link:focus-visible { color: var(--lime); gap: .9rem; }
.arrow { display: inline-block; transition: transform .2s var(--ease); }
.text-link:hover .arrow, .text-link:focus-visible .arrow { transform: translate(3px, -3px); }
.hero-stage { position: relative; min-height: min(900px, 100vh); display: grid; align-items: center; overflow: hidden; padding: 9rem 0 5.5rem; background: #0b0911; }
.hero-stage::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 76px 76px; opacity: .25; mask-image: linear-gradient(90deg, black 10%, transparent 92%); }
.hero-stage::after { content: ""; position: absolute; width: 42rem; height: 42rem; top: -15rem; right: -8rem; border-radius: 50%; background: radial-gradient(circle, rgba(130,71,229,.48), rgba(130,71,229,0) 68%); animation: breathe 8s ease-in-out infinite; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: clamp(2rem, 7vw, 8rem); align-items: center; }
.hero-copy { min-width: 0; }
.hero-copy h1 { max-width: 820px; margin: 1rem 0 1.75rem; color: var(--paper); font: 400 clamp(4.6rem, 8.7vw, 9.5rem)/.78 var(--serif); letter-spacing: -.08em; }
.hero-copy h1 em { color: var(--violet-bright); font-style: normal; }
.hero-lede { max-width: 540px; margin-bottom: 0; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 2.2rem; }
.hero-note { display: flex; align-items: center; gap: .7rem; margin-top: 2rem; color: var(--muted); font: .65rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-note::before { content: ""; width: 2.5rem; height: 1px; background: var(--coral); }
.hero-collage { position: relative; min-height: 540px; isolation: isolate; transform: translateZ(0); }
.hero-panel { position: absolute; inset: 8% 5% 11% 7%; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid rgba(255,255,255,.32); background: linear-gradient(135deg, #7f43d8, #3a245e); box-shadow: var(--shadow-hard); transform: rotate(3.5deg); overflow: hidden; }
.hero-panel::before { content: ""; position: absolute; width: 22rem; height: 22rem; right: -5rem; bottom: -8rem; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(255,255,255,.04), 0 0 0 6rem rgba(255,255,255,.03); }
.hero-panel-top, .hero-panel-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.8); font: .65rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.hero-panel-logo { position: absolute; top: 50%; left: 50%; width: min(46%, 14rem); aspect-ratio: 1; display: grid; place-items: center; transform: translate(-50%, -50%); }
.hero-panel-logo::before { content: ""; position: absolute; inset: -1.5rem; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; animation: orbit 16s linear infinite; }
.hero-panel-logo img { position: relative; width: 100%; height: 100%; border-radius: 24%; box-shadow: 14px 14px 0 rgba(5,3,10,.5); }
.hero-panel-name { position: relative; z-index: 1; color: var(--paper); font: 400 clamp(1.8rem, 4vw, 3.6rem)/.9 var(--serif); letter-spacing: -.05em; }
.hero-badge { position: absolute; z-index: 3; right: -1%; bottom: 7%; display: grid; place-items: center; width: 7.25rem; height: 7.25rem; border: 1px solid var(--paper); border-radius: 50%; color: var(--paper); background: var(--coral); font: .66rem/1.15 var(--mono); text-align: center; text-transform: uppercase; transform: rotate(-12deg); box-shadow: 5px 5px 0 var(--ink); }
.hero-photo { position: absolute; z-index: 4; overflow: hidden; border: 8px solid var(--bg); box-shadow: 10px 10px 0 rgba(5,3,10,.45); }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-photo-baptiste { left: 1%; bottom: 5%; width: 10.5rem; height: 10.5rem; transform: rotate(-8deg); }
.hero-photo-java { right: 2%; top: 2%; width: 8.5rem; height: 8.5rem; transform: rotate(9deg); }
.hero-photo-java img { object-position: center; }
.section-dark { position: relative; padding: var(--space-8) 0; background: var(--bg); }
.section-paper { padding: var(--space-8) 0; color: var(--ink); background: var(--paper); }
.section-paper .section-title { color: var(--ink); }
.section-paper .section-intro { color: var(--muted-dark); }
.section-paper .section-kicker { color: var(--violet); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.project-stage { position: relative; }
.project-stage::before { content: "02"; position: absolute; top: 4rem; right: var(--gutter); color: rgba(255,255,255,.04); font: 800 clamp(12rem, 22vw, 28rem)/.8 var(--display); letter-spacing: -.12em; pointer-events: none; }
.project-feature { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; min-height: 450px; overflow: hidden; color: var(--paper); background: var(--bg-elevated); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.project-feature + .project-feature { margin-top: 2rem; grid-template-columns: 1.14fr .86fr; background: #141a28; }
.project-feature + .project-feature .project-visual { order: 2; }
.project-feature:hover { transform: translateY(-8px); box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.project-feature-copy { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: clamp(1.5rem, 4vw, 3.5rem); }
.project-feature-copy h3 { margin: .8rem 0 1.1rem; font: 400 clamp(3.2rem, 7vw, 8.5rem)/.8 var(--serif); letter-spacing: -.07em; }
.project-feature-copy p { max-width: 450px; color: var(--muted); }
.project-feature-meta { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.meta-tag { display: inline-flex; min-height: 28px; align-items: center; padding: .35rem .55rem; border: 1px solid var(--line); color: var(--muted); font: .62rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.project-feature-arrow { align-self: flex-end; display: inline-grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid var(--line); border-radius: 50%; font-size: 1.3rem; transition: background .25s ease, color .25s ease, transform .25s var(--ease); }
.project-feature:hover .project-feature-arrow { color: var(--ink); background: var(--lime); transform: rotate(45deg); }
.project-visual { position: relative; min-height: 360px; overflow: hidden; background: linear-gradient(135deg, #2c1b5e, #773ad3); }
.project-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 52px 52px; opacity: .22; transform: skewY(-6deg) scale(1.4); }
.project-visual::after { content: ""; position: absolute; width: 20rem; height: 20rem; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; right: -7rem; bottom: -7rem; box-shadow: 0 0 0 2rem rgba(255,255,255,.04), 0 0 0 5rem rgba(255,255,255,.03); }
.project-visual-orthoplay { background: linear-gradient(135deg, #182438, #4a789f); }
.project-visual-orthoplay::after { left: -7rem; right: auto; border-color: rgba(201,239,78,.45); }
.project-visual-content { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; }
.project-visual-content img { width: min(40%, 12rem); aspect-ratio: 1; border-radius: 22%; box-shadow: 13px 13px 0 rgba(5,3,10,.45); transform: rotate(-7deg); transition: transform .6s var(--ease); }
.project-feature:hover .project-visual-content img { transform: rotate(0) scale(1.06); }
.project-visual-note { position: absolute; left: 1.5rem; bottom: 1.5rem; z-index: 2; max-width: 18rem; color: rgba(255,255,255,.74); font: .66rem/1.45 var(--mono); text-transform: uppercase; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.project-card { position: relative; display: flex; min-height: 390px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 1.75rem; color: var(--paper); background: var(--bg-elevated); transition: transform .45s var(--ease), background .3s ease; }
.project-card::before { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .7; background: radial-gradient(circle at 80% 20%, rgba(130,71,229,.38), transparent 38%), linear-gradient(135deg, transparent 50%, rgba(255,104,73,.12)); }
.project-card:nth-child(2)::before { background: radial-gradient(circle at 20% 20%, rgba(155,184,234,.45), transparent 40%), linear-gradient(135deg, transparent 50%, rgba(201,239,78,.1)); }
.project-card > * { position: relative; z-index: 1; }
.project-card:hover { transform: translateY(-7px) rotate(-.5deg); background: var(--bg-soft); }
.project-card h3 { margin: .8rem 0 1rem; font: 400 clamp(2.8rem, 5vw, 5.5rem)/.82 var(--serif); letter-spacing: -.07em; }
.project-card p { max-width: 31rem; color: var(--muted); }
.project-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.project-card-number { color: var(--lime); font: .7rem var(--mono); }
.project-card-arrow { font-size: 2rem; transition: transform .25s var(--ease); }
.project-card:hover .project-card-arrow { transform: translate(5px, -5px); }
.team-stage { overflow: hidden; }
.team-stage-grid { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.team-intro { position: sticky; top: 8rem; }
.team-intro h2 { margin: 0; font: 400 clamp(3.5rem, 7vw, 8rem)/.8 var(--serif); letter-spacing: -.08em; }
.team-intro p { max-width: 21rem; margin-top: 1.5rem; color: var(--muted); }
.team-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; align-items: start; }
.team-person { position: relative; min-width: 0; }
.team-person:nth-child(2) { margin-top: 8rem; }
.team-person:nth-child(3) { grid-column: 1/-1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.25rem; align-items: end; margin-top: 1rem; }
.team-person-portrait { position: relative; aspect-ratio: .86; overflow: hidden; background: var(--bg-soft); }
.team-person:nth-child(3) .team-person-portrait { aspect-ratio: 1.25; }
.team-person-portrait::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.22); pointer-events: none; }
.team-person-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .7s var(--ease), filter .4s ease; }
.team-person:hover img, .team-person:focus-within img { transform: scale(1.04); filter: saturate(1); }
.team-person:nth-child(3) img { object-position: center 56%; }
.team-person-info { padding-top: 1rem; }
.team-person-info h3 { margin: .45rem 0 .6rem; color: var(--paper); font: 400 clamp(2rem, 4vw, 4rem)/.84 var(--serif); letter-spacing: -.06em; }
.team-person-info p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.team-person-role { color: var(--coral); font: .62rem var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.article-stage { padding: var(--space-8) 0; background: var(--paper); color: var(--ink); }
.article-stage .section-title { color: var(--ink); }
.article-stage .section-intro { color: var(--muted-dark); }
.article-stage .section-kicker { color: var(--violet); }
.article-feature { display: grid; grid-template-columns: .3fr 1fr; gap: 2rem; align-items: end; min-height: 330px; margin-top: 3.5rem; padding: clamp(1.5rem, 4vw, 3rem); color: var(--paper); background: var(--ink); overflow: hidden; }
.article-feature-number { color: var(--coral); font: 500 clamp(4rem, 8vw, 9rem)/.8 var(--serif); }
.article-feature h3 { max-width: 870px; margin: .7rem 0 1rem; font: 400 clamp(2.8rem, 6vw, 6.8rem)/.8 var(--serif); letter-spacing: -.07em; }
.article-feature p { max-width: 620px; color: var(--muted); }
.cta-band { position: relative; overflow: hidden; padding: var(--space-7) 0; background: var(--violet); }
.cta-band::after { content: "↗"; position: absolute; right: 7%; top: 50%; color: rgba(255,255,255,.16); font: 800 18rem/.7 var(--display); transform: translateY(-50%) rotate(-16deg); }
.cta-content { position: relative; z-index: 1; max-width: 720px; }
.cta-content h2 { margin: .7rem 0 1.2rem; color: var(--paper); font: 400 clamp(3rem, 6vw, 7rem)/.83 var(--serif); letter-spacing: -.07em; }
.form-control { width: 100%; min-height: 50px; padding: .85rem 0; border: 0; border-bottom: 1px solid var(--line); outline: none; color: var(--paper); background: transparent; transition: border-color .2s ease, box-shadow .2s ease; }
.form-control::placeholder { color: var(--muted); }
.form-control:focus { border-color: var(--lime); box-shadow: 0 2px 0 var(--lime); }
.form-control[aria-invalid="true"] { border-color: var(--coral); }
.form-error { display: block; min-height: 1.1rem; margin-top: .4rem; color: var(--coral); font-size: .75rem; }
.form-result { margin-bottom: 1rem; padding: .8rem; border-left: 3px solid var(--lime); color: var(--paper); background: rgba(201,239,78,.1); }
.form-result:empty { display: none; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.project-feature:nth-child(2) { transition-delay: 80ms; }
.project-feature:nth-child(3) { transition-delay: 160ms; }
.team-person:nth-child(2), .team-page-member:nth-child(2) { transition-delay: 100ms; }
.team-person:nth-child(3), .team-page-member:nth-child(3) { transition-delay: 180ms; }
.article-section:nth-child(2) { transition-delay: 90ms; }
.article-section:nth-child(3) { transition-delay: 180ms; }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes breathe { 0%,100% { transform: scale(1); opacity: .75; } 50% { transform: scale(1.12); opacity: 1; } }
@media (max-width: 960px) { .hero-layout { grid-template-columns: 1fr; } .hero-collage { min-height: 480px; max-width: 600px; width: 100%; margin-inline: auto; } .team-stage-grid { grid-template-columns: 1fr; } .team-intro { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; } .team-strip { max-width: 680px; } }
@media (max-width: 620px) { .section-dark, .section-paper, .article-stage { padding: 5rem 0; } .section-heading-row { display: block; margin-bottom: 2rem; } .section-heading-row .text-link { margin-top: 1.25rem; } .hero-stage { min-height: auto; padding: 8rem 0 4rem; } .hero-copy h1 { font-size: clamp(4.1rem, 18vw, 6rem); } .hero-actions { align-items: stretch; flex-direction: column; } .hero-actions .button, .hero-actions .text-link { width: 100%; } .hero-collage { min-height: 360px; margin-top: 2.5rem; } .hero-photo-baptiste { width: 7.5rem; height: 7.5rem; } .hero-photo-java { width: 6rem; height: 6rem; } .hero-badge { width: 5rem; height: 5rem; font-size: .52rem; } .project-feature, .project-feature + .project-feature { display: flex; flex-direction: column; min-height: 0; } .project-feature + .project-feature .project-visual { order: 0; } .project-visual { min-height: 250px; } .project-feature-copy { min-height: 350px; } .project-grid { grid-template-columns: 1fr; } .team-intro { display: block; } .team-strip { grid-template-columns: 1fr 1fr; gap: .75rem; } .team-person:nth-child(2) { margin-top: 3rem; } .team-person:nth-child(3) { display: block; grid-column: 1/-1; margin-top: 0; } .article-feature { grid-template-columns: 1fr; gap: 1.2rem; } .article-feature-number { font-size: 4rem; } .cta-band::after { right: -4rem; font-size: 12rem; } }

/* Keep the visual system legible when the viewport becomes narrow. */
.hero-copy { max-width: 100%; }
.hero-lede { overflow-wrap: anywhere; }
.hero-collage { min-width: 0; max-width: 100%; }
@media (max-width: 620px) {
    .hero-stage { overflow: clip; }
    .hero-copy h1 { max-width: 100%; font-size: clamp(3.65rem, 16vw, 5.2rem); overflow-wrap: anywhere; }
    .hero-collage { overflow: clip; }
    .hero-panel { inset: 8% -6% 11% 3%; }
}
@media (max-width: 620px) {
    .container { width: calc(100% - 2rem); }
    .hero-layout { display: block; width: 100%; }
    .hero-copy { width: 100%; min-width: 0; }
    .hero-copy h1 { width: 100%; max-width: 100%; font-size: clamp(3.1rem, 14vw, 4.35rem); line-height: .84; letter-spacing: -.085em; white-space: normal; overflow-wrap: anywhere; }
    .hero-lede { width: 100%; max-width: 100%; }
}
@media (max-width: 620px) { .hero-layout { width: calc(100% - 2rem); margin-inline: auto; } }
@media (max-width: 620px) {
    .hero-copy h1 { font-size: clamp(2.8rem, 13vw, 4.1rem); line-height: .88; word-break: break-word; }
    .hero-lede { font-size: .94rem; line-height: 1.45; }
}
@media (max-width: 620px) { .hero-lede { max-width: calc(100% - .75rem); padding-right: .25rem; } }
