/* ============================================================
   Aleida — Om oss. Cinematic, color-blocked: ink · strawberry · cream.
   Reuses tokens from home-palett.css + cursor from film.css.
   ============================================================ */

body.about { background: var(--cream); color: var(--graphite); }
.ab-wrap { max-width: var(--maxw); margin: 0 auto; }

/* reveal (fade up) */
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } }

/* =========================================================
   SHARED HEADER — pill nav, identical on every page.
   Transparent/light over dark hero, solid cream once scrolled.
   ========================================================= */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; height: var(--nav-h); z-index: 160;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 44px); gap: 16px;
  border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease;
}
.site-nav.solid { background: rgba(250,247,242,.85); backdrop-filter: blur(13px); -webkit-backdrop-filter: blur(13px); border-bottom: 1px solid var(--border); }
.sn-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 21px; letter-spacing: .01em; text-transform: uppercase; color: var(--ink); }
.sn-brand svg { width: 26px; height: 29px; display: block; }

.sn-pill { display: inline-flex; align-items: center; gap: 4px; border-radius: 40px; padding: 6px 7px; border: 1px solid var(--border); background: rgba(255,255,255,.5); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.sn-pill a { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--graphite); padding: 9px 15px; border-radius: 30px; transition: background .2s ease, color .2s ease; white-space: nowrap; }
.sn-pill a:hover { background: var(--soft); color: var(--ink); }
.sn-pill a.current { background: var(--ink); color: var(--cream); }

.sn-right { display: inline-flex; align-items: center; gap: 13px; }
.sn-lang { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--stone); }
.sn-book { background: var(--straw); color: var(--cream); border: none; border-radius: 40px; padding: 11px 20px; font-family: var(--sans); font-weight: 600; font-size: 14px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; transition: transform .2s ease, background .25s ease; }
.sn-book .arr { transition: transform .2s ease; }
.sn-book:hover { transform: translateY(-2px); background: var(--straw-deep); }
.sn-book:hover .arr { transform: translateX(3px); }
.site-nav.over-dark:not(.solid) .sn-brand { color: var(--cream); }
.site-nav.over-dark:not(.solid) .sn-pill { background: rgba(250,247,242,.14); border-color: rgba(250,247,242,.22); }
.site-nav.over-dark:not(.solid) .sn-pill a { color: var(--cream); }
.site-nav.over-dark:not(.solid) .sn-pill a:hover { background: rgba(250,247,242,.18); color: var(--cream); }
.site-nav.over-dark:not(.solid) .sn-pill a.current { background: rgba(250,247,242,.92); color: var(--ink); }
.site-nav.over-dark:not(.solid) .sn-lang { color: rgba(250,247,242,.82); }
.site-nav.over-dark:not(.solid) .sn-book { background: var(--cream); color: var(--ink); }
.site-nav.over-dark:not(.solid) .sn-book:hover { background: #fff; }
@media (max-width: 760px) { .sn-pill { display: none; } }

/* =========================================================
   1 · MISSION — cream, light, airy; one big statement
   ========================================================= */
.mission { position: relative; background: var(--straw); color: var(--cream); min-height: 100svh; display: flex; align-items: center; overflow: hidden; padding: calc(var(--nav-h) + clamp(56px, 9vw, 120px)) var(--pad) clamp(64px, 9vw, 120px); }
.mission-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.mission-bg .glow { display: none; }
@keyframes missionGlow { from { transform: translate(5%, 4%) scale(.9); } to { transform: translate(-6%, -6%) scale(1.14); } }
.mission-bg .grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(250,247,242,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(250,247,242,.13) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(135% 115% at 52% 46%, #000 38%, transparent 86%); -webkit-mask-image: radial-gradient(135% 115% at 52% 46%, #000 38%, transparent 86%); }
@media (prefers-reduced-motion: reduce) { .mission-bg .glow { animation: none; } }

.mission-inner { position: relative; z-index: 2; width: 100%; max-width: var(--maxw); margin: 0 auto; }
.mission .eyebrow { color: var(--cream); margin-bottom: 28px; white-space: nowrap; }
.mission .eyebrow .tick { background: var(--cream); }
.mission-h1 { margin: 0; max-width: 17ch; font-weight: 600; letter-spacing: -.042em; line-height: 1.0; font-size: clamp(42px, 6.8vw, 110px); color: var(--cream); }
.mission-h1 .ln { display: block; overflow: hidden; padding-bottom: .03em; }
.mission-h1 .ln > span { display: block; transform: translateY(110%); animation: lnRise 1s cubic-bezier(.2,.85,.25,1) both; }
.mission-h1 .ln:nth-child(2) > span { animation-delay: .12s; }
.mission-h1 .ln:nth-child(3) > span { animation-delay: .24s; }
.mission-h1 em { font-style: normal; color: var(--ink); }
@keyframes lnRise { to { transform: none; } }
@media (prefers-reduced-motion: reduce) { .mission-h1 .ln > span { animation: none; transform: none; } }

.mission-sub { margin: clamp(30px, 4vw, 46px) 0 0; max-width: 44ch; font-size: clamp(18px, 1.65vw, 23px); line-height: 1.5; color: rgba(250,247,242,.86); text-wrap: pretty; opacity: 0; transform: translateY(16px); animation: missionSub .9s ease .55s both; }
.mission-sub b { color: var(--cream); font-weight: 600; }
@keyframes missionSub { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .mission-sub { animation: none; opacity: 1; transform: none; } }

/* =========================================================
   2 & 3 · FOUNDERS — colored block slides in, photo wipes up
   ========================================================= */
.founder { position: relative; background: var(--cream); color: var(--graphite); padding: clamp(82px, 11vw, 156px) var(--pad); overflow: hidden; }
.founder.f-noa { background: var(--soft); }
.founder .ab-wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.founder .wm { position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); font-family: var(--disp); font-weight: 800; font-size: clamp(200px, 32vw, 440px); line-height: 1; color: rgba(225,75,71,.07); pointer-events: none; user-select: none; }
.founder.f-isak .wm { right: clamp(-20px, 1vw, 40px); }
.founder.f-noa .wm { left: clamp(-20px, 1vw, 40px); color: rgba(26,24,20,.05); }

.fo-text .role { display: inline-block; font-family: var(--mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--straw-deep); margin-bottom: 18px; white-space: nowrap; }
.fo-text h2 { margin: 0 0 18px; font-size: clamp(32px, 4.1vw, 58px); font-weight: 600; letter-spacing: -.03em; line-height: 1.0; color: var(--ink); }
.fo-text .draw { height: 3px; width: 0; background: var(--straw); border-radius: 3px; margin-bottom: 26px; transition: width 1s cubic-bezier(.2,.7,.2,1) .3s; }
.founder.f-noa .fo-text .draw { background: var(--ink); }
.fo-text[data-reveal].in .draw { width: 88px; }
.fo-text p { margin: 0; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.62; color: var(--graphite); max-width: 48ch; text-wrap: pretty; }

.fo-photo { display: flex; }
.founder.f-isak .fo-photo { justify-content: flex-end; }
.founder.f-noa .fo-photo { justify-content: flex-start; }
.fo-frame { position: relative; width: clamp(280px, 36vw, 458px); }
/* colored accent block behind, slides into an offset on reveal */
.fo-block { position: absolute; inset: 0; border-radius: 20px; z-index: 0; opacity: 0; transform: translate(0, 0) scale(.95); transition: transform 1s cubic-bezier(.2,.8,.2,1) .1s, opacity .6s ease .1s; }
.founder.f-isak .fo-block { background: var(--straw); }
.founder.f-noa .fo-block { background: var(--ink); }
.fo-photo[data-reveal].in .fo-block { opacity: 1; }
.founder.f-isak .fo-photo[data-reveal].in .fo-block { transform: translate(24px, 24px) scale(1); }
.founder.f-noa .fo-photo[data-reveal].in .fo-block { transform: translate(-24px, 24px) scale(1); }
/* photo wipes up into view */
.fo-shot { position: relative; z-index: 1; border-radius: 20px; overflow: hidden; box-shadow: 0 44px 100px -42px rgba(26,24,20,.5); clip-path: inset(0 0 0 0); }
.fo-photo[data-reveal] .fo-shot { clip-path: inset(0 0 100% 0); transition: clip-path 1.05s cubic-bezier(.2,.8,.2,1) .15s; }
.fo-photo[data-reveal].in .fo-shot { clip-path: inset(0 0 0 0); }
.fo-shot image-slot { width: 100%; height: clamp(360px, 46vw, 576px); display: block; }
@media (prefers-reduced-motion: reduce) {
  .fo-block { opacity: 1; transition: none; }
  .founder.f-isak .fo-block { transform: translate(24px, 24px); }
  .founder.f-noa .fo-block { transform: translate(-24px, 24px); }
  .fo-photo[data-reveal] .fo-shot { clip-path: inset(0 0 0 0); transition: none; }
}

@media (max-width: 820px) {
  .founder .ab-wrap { grid-template-columns: 1fr; gap: 44px; }
  .founder .fo-photo { justify-content: flex-start !important; }
  .founder.f-noa .fo-text { order: 2; }
  .founder.f-noa .fo-photo { order: 1; }
}

/* =========================================================
   4 · VAD VI TROR PÅ — pinned scroll-scrub, color-shifting bg
   ========================================================= */
.believe-scroll { position: relative; height: 340vh; }
.believe-pin { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.believe-stage { position: absolute; inset: 0; background: var(--cream); will-change: background-color; }
.believe-eyebrow { position: absolute; top: clamp(102px, 15vh, 150px); left: 0; right: 0; text-align: center; font-family: var(--mono); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink); transition: color .4s ease; z-index: 3; display: inline-flex; gap: 12px; align-items: center; justify-content: center; }
.believe-eyebrow .tick { width: 26px; height: 1px; background: currentColor; opacity: .5; }

.b-state { position: absolute; inset: 0; display: grid; place-items: center; align-content: center; text-align: center; padding: 0 var(--pad); will-change: transform, opacity; }
.b-state .idx { display: block; font-family: var(--mono); font-size: 13px; letter-spacing: .22em; margin-bottom: 26px; }
.b-state p { margin: 0; font-weight: 600; letter-spacing: -.038em; line-height: 1.03; font-size: clamp(38px, 7vw, 110px); max-width: 15ch; text-wrap: balance; }
.b-state p em { font-style: normal; }
.b-state.s0 { color: var(--ink); } .b-state.s0 .idx { color: var(--straw); } .b-state.s0 p em { color: var(--straw); }
.b-state.s1 { color: var(--cream); } .b-state.s1 .idx { color: rgba(250,247,242,.72); }
.b-state.s2 { color: var(--cream); } .b-state.s2 .idx { color: #FF8A6A; } .b-state.s2 p em { color: #FF8A6A; }

.believe-stage[data-phase="1"] .believe-eyebrow, .believe-stage[data-phase="2"] .believe-eyebrow { color: var(--cream); }
.believe-prog { position: absolute; bottom: clamp(40px, 7vh, 72px); left: 0; right: 0; display: flex; gap: 10px; justify-content: center; z-index: 3; }
.believe-prog i { width: 34px; height: 3px; border-radius: 3px; background: var(--ink); opacity: .2; transition: opacity .3s ease, background .4s ease; }
.believe-stage[data-phase="1"] .believe-prog i, .believe-stage[data-phase="2"] .believe-prog i { background: var(--cream); }
.believe-prog i.on { opacity: 1; }

/* reduced-motion / no-scrub fallback: stack statements */
.believe-scroll.static { height: auto; }
.believe-scroll.static .believe-pin { position: relative; height: auto; }
.believe-scroll.static .believe-stage { position: relative; background: var(--cream); padding: clamp(70px,10vw,120px) 0; }
.believe-scroll.static .believe-eyebrow { position: relative; top: auto; color: var(--ink); margin-bottom: 60px; }
.believe-scroll.static .b-state { position: relative; inset: auto; opacity: 1 !important; transform: none !important; padding: clamp(40px,7vw,90px) var(--pad); color: var(--ink); }
.believe-scroll.static .b-state .idx { color: var(--straw); }
.believe-scroll.static .b-state p em { color: var(--straw); }
.believe-scroll.static .believe-prog { display: none; }

/* =========================================================
   FOOTER — ink
   ========================================================= */
.ab-foot { background: var(--ink); color: var(--cream); padding: clamp(64px, 9vw, 120px) var(--pad) 40px; }
.ab-foot-inner { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.ab-foot h3 { margin: 0; font-weight: 600; text-transform: none; font-size: clamp(34px, 5vw, 64px); line-height: 1.0; letter-spacing: -.03em; max-width: 15ch; }
.ab-foot .r { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.ab-foot .r .btn { --bg: var(--cream); --fg: var(--ink); }
.ab-foot .r .btn:hover { background: #fff; }
.ab-foot .back { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; color: rgba(250,247,242,.7); transition: color .2s ease; white-space: nowrap; }
.ab-foot .back:hover { color: var(--cream); }
.ab-foot .back .ar { transition: transform .2s ease; }
.ab-foot .back:hover .ar { transform: translateX(-4px); }
.ab-foot .meta { margin-top: 64px; padding-top: 22px; border-top: 1px solid rgba(250,247,242,.16); display: flex; justify-content: space-between; gap: 20px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(250,247,242,.5); flex-wrap: wrap; }
