﻿/* ==========================================================================
   RAQEEM — design & marketing studio
   Editorial redesign stylesheet
   Palette : Off-white #F2EFE8 | Brand green #0F5132 | Ink #1B1B19
   ========================================================================== */

/* ==========================================================================
   1. FONT FACES (local Thmanyah family only)
   ========================================================================== */

/* Display / major editorial typography */
@font-face { font-family: 'ThmanyahSerifDisplay'; src: url('../font/thmanya/desplay/woff2/thmanyahserifdisplay-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'ThmanyahSerifDisplay'; src: url('../font/thmanya/desplay/woff2/thmanyahserifdisplay-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'ThmanyahSerifDisplay'; src: url('../font/thmanya/desplay/woff2/thmanyahserifdisplay-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'ThmanyahSerifDisplay'; src: url('../font/thmanya/desplay/woff2/thmanyahserifdisplay-Black.woff2') format('woff2'); font-weight: 900; font-style: normal; font-display: swap; }

/* Sans / navigation, labels, UI, project names */
@font-face { font-family: 'ThmanyahSans'; src: url('../font/thmanya/sans/woff2/thmanyahsans-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'ThmanyahSans'; src: url('../font/thmanya/sans/woff2/thmanyahsans-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'ThmanyahSans'; src: url('../font/thmanya/sans/woff2/thmanyahsans-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'ThmanyahSans'; src: url('../font/thmanya/sans/woff2/thmanyahsans-Black.woff2') format('woff2'); font-weight: 900; font-style: normal; font-display: swap; }

/* Text / paragraphs and long readable Arabic */
@font-face { font-family: 'ThmanyahSerifText'; src: url('../font/thmanya/text/woff2/thmanyahseriftext-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'ThmanyahSerifText'; src: url('../font/thmanya/text/woff2/thmanyahseriftext-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'ThmanyahSerifText'; src: url('../font/thmanya/text/woff2/thmanyahseriftext-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'ThmanyahSerifText'; src: url('../font/thmanya/text/woff2/thmanyahseriftext-Black.woff2') format('woff2'); font-weight: 900; font-style: normal; font-display: swap; }

/* ==========================================================================
   2. DESIGN TOKENS
   ========================================================================== */

:root {
    /* Monochrome editorial base */
    --paper: #F2EFE8;
    --paper-2: #E9E5DB;
    --green: #0F5132;
    --green-deep: #0A3D26;
    --ink: #1B1B19;
    --ink-soft: #3B3A35;
    --muted: #6E6B62;
    --line: #D7D2C6;
    --on-green: #F2EFE8;
    --on-green-muted: rgba(242, 239, 232, 0.66);

    /* Typography */
    --font-display: 'ThmanyahSerifDisplay', 'Times New Roman', serif;
    --font-sans: 'ThmanyahSans', 'Segoe UI', Arial, sans-serif;
    --font-text: 'ThmanyahSerifText', 'Times New Roman', serif;

    /* Layout */
    --container: 1520px;
    --gutter: clamp(22px, 4.5vw, 80px);
    --nav-h: 68px;
    --section-y: clamp(90px, 15vh, 210px);
    --work-gap: clamp(72px, 9.5vh, 132px);
    --process-seg: 100vh;

    /* Motion */
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-io: cubic-bezier(0.65, 0.05, 0.36, 1);
}

/* ==========================================================================
   3. LENIS SMOOTH SCROLL BASE
   ========================================================================== */

html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* ==========================================================================
   4. RESET & BASE
   ========================================================================== */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
    -webkit-text-size-adjust: 100%;
    scroll-padding-top: calc(var(--nav-h) + 12px);
}

body {
    font-family: var(--font-text);
    font-size: 1.0625rem;
    line-height: 1.85;
    color: var(--ink);
    background: var(--paper);
    /* clip (not hidden) so position: sticky keeps working */
    overflow-x: clip;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.is-locked { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
picture { display: contents; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; color: inherit; border: none; background: none; cursor: pointer; }
em { font-style: normal; }

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

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

:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

/* ==========================================================================
   4. UTILITIES
   ========================================================================== */

.section-kicker {
    font-family: var(--font-sans);
    font-size: 0.76rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
}

.section-head {
    max-width: var(--container);
    margin: 0 auto clamp(34px, 5.5vh, 72px);
    padding-inline: var(--gutter);
}

.section-statement {
    font-size: clamp(1.6rem, 3.1vw, 2.9rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
    max-width: 24ch;
    margin-top: 1.2rem;
}

.section-note {
    font-family: var(--font-text);
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    color: var(--muted);
    line-height: 1.9;
    max-width: 54ch;
    margin-top: 1.4rem;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1.02rem 2.1rem;
    border-radius: 3px;
    background: var(--green);
    color: var(--paper);
    font-family: var(--font-sans);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1;
    transition: background 0.45s var(--ease), transform 0.45s var(--ease), color 0.45s var(--ease);
    will-change: transform;
}
.btn:hover { background: var(--green-deep); transform: translateY(-2px); }
.btn--light { background: var(--paper); color: var(--ink); }
.btn--light:hover { background: #fff; color: var(--ink); }

/* Understated text link */
.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-family: var(--font-sans);
    font-size: 0.98rem;
    font-weight: 500;
    color: var(--ink);
}
.link-arrow__line {
    display: block;
    width: 2.4rem;
    height: 1px;
    background: var(--ink);
    transform-origin: right;
    transition: transform 0.5s var(--ease);
}
.link-arrow:hover .link-arrow__line { transform: scaleX(0.55); }


/* ==========================================================================
   6. NAVIGATION
   ========================================================================== */

.nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 300;
    background: transparent;
    /* Clean, sharp 1px divider — no gradient, shadow or blur */
    border-bottom: 1px solid var(--line);
    transition: background 0.5s var(--ease), transform 0.5s var(--ease);
}
.nav.is-scrolled { background: var(--paper); }
.nav.is-hidden { transform: translateY(-100%); }

.nav__inner {
    max-width: var(--container);
    margin: 0 auto;
    height: var(--nav-h);
    padding-inline: var(--gutter);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nav__brand { display: inline-flex; transition: opacity 0.4s var(--ease); }
.nav__brand img { width: clamp(118px, 12vw, 156px); height: auto; }

.nav__toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0;
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--ink);
}

.nav__toggle-txt { display: inline-block; }
.nav__toggle-txt--close { display: none; }

.nav__toggle-plus {
    position: relative;
    width: 14px;
    height: 14px;
    transition: transform 0.5s var(--ease);
}
.nav__toggle-plus::before,
.nav__toggle-plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
}
.nav__toggle-plus::before { width: 14px; height: 1.5px; }
.nav__toggle-plus::after { width: 1.5px; height: 14px; transition: transform 0.5s var(--ease), opacity 0.4s; }

body.menu-open .nav { background: transparent; border-bottom-color: transparent; }
body.menu-open .nav__brand { opacity: 0; pointer-events: none; }
body.menu-open .nav__toggle { color: var(--on-green); }
body.menu-open .nav__toggle-txt--open { display: none; }
body.menu-open .nav__toggle-txt--close { display: inline-block; }
body.menu-open .nav__toggle-plus { transform: rotate(90deg); }
body.menu-open .nav__toggle-plus::after { opacity: 0; }

/* ==========================================================================
   7. MENU OVERLAY
   ========================================================================== */

.menu {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: var(--green);
    color: var(--on-green);
    visibility: hidden;
    transform: translateY(-100%);
    transition: transform 0.75s var(--ease), visibility 0s linear 0.75s;
}
.menu.is-open {
    visibility: visible;
    transform: translateY(0);
    transition: transform 0.85s var(--ease), visibility 0s;
}

.menu__inner {
    height: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: calc(var(--nav-h) + 4vh) var(--gutter) clamp(28px, 6vh, 70px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
}

.menu__list { display: flex; flex-direction: column; }
.menu__item { overflow: hidden; border-bottom: 1px solid rgba(242, 239, 232, 0.12); }
.menu__link {
    display: flex;
    align-items: baseline;
    gap: clamp(14px, 2.4vw, 40px);
    padding-block: clamp(12px, 2.2vh, 26px);
    transform: translateY(110%);
    transition: transform 0.7s var(--ease), opacity 0.7s var(--ease), color 0.4s;
    transition-delay: 0s;
    opacity: 0;
}
.menu.is-open .menu__link {
    transform: translateY(0);
    opacity: 1;
    transition-delay: calc(var(--i, 0) * 70ms + 180ms);
}
.menu__num { font-family: var(--font-sans); font-size: 0.8rem; color: var(--on-green-muted); }
.menu__text {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.6rem, 4.4vw, 3rem);
    line-height: 1.16;
    letter-spacing: -0.02em;
}
.menu__link:hover { color: #fff; }

.menu__foot {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem 3rem;
    justify-content: space-between;
    padding-top: 2.5rem;
    opacity: 0;
    transition: opacity 0.6s var(--ease);
}
.menu.is-open .menu__foot { opacity: 1; transition-delay: 0.5s; }
.menu__contact { display: flex; flex-direction: column; gap: 0.4rem; font-family: var(--font-sans); }
.menu__contact a { font-size: 0.98rem; }
.menu__contact a:hover, .menu__socials a:hover { color: #fff; }
.menu__socials { display: flex; flex-wrap: wrap; gap: 0.8rem 1.6rem; font-family: var(--font-sans); font-size: 0.9rem; }
.menu__socials a { color: var(--on-green-muted); transition: color 0.3s; }

/* ==========================================================================
   8. HERO
   ========================================================================== */

/* One composed 100dvh canvas: visual anchor + lower two-column row */
.hero {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    /* Centre the whole composition so top/bottom whitespace stays balanced */
    justify-content: center;
    padding: calc(var(--nav-h) + clamp(8px, 1.2vh, 20px)) var(--gutter) clamp(20px, 3vh, 48px);
}

/* Homepage visual — sized by BOTH viewport width and height */
.hero__visual {
    flex: 0 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(24px, 4.5vh, 64px);
}
.hero__visual img {
    max-width: min(90vw, 1440px);
    max-height: 42vh;
    width: auto;
    height: auto;
    display: block;
}

.hero__grid {
    flex: 0 0 auto;
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    display: grid;
    gap: clamp(22px, 3.4vh, 46px);
}

.hero__title {
    font-size: clamp(1.9rem, min(3.4vw, 5vh), 3.6rem);
    font-weight: 900;
    /* Arabic-safe line spacing: no glyph/diacritic collision between lines */
    line-height: 1.6;
    letter-spacing: -0.02em;
}
.hero__title em { color: var(--green); }

/* Hero reveal: opacity + small rise only — never clips Arabic glyph extents */
.hero__title .line { overflow: visible; padding: 0; margin: 0; }
.hero__title .line__i {
    opacity: 0;
    transform: translateY(0.42em);
    transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
    transition-delay: var(--d, 0s);
}
.hero.is-visible .hero__title .line__i { opacity: 1; transform: none; }

.hero__aside { max-width: 46ch; }
.hero__lead {
    font-family: var(--font-text);
    font-size: clamp(1.02rem, 1.35vw, 1.24rem);
    line-height: 1.85;
    color: var(--ink-soft);
    margin-bottom: 2.1rem;
}
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem 2.2rem; }

/* Lower composition: description + CTA on the left, headline on the right */
@media (min-width: 1024px) {
    .hero__grid { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); align-items: end; }
    .hero__aside { padding-bottom: 0.4rem; }
}

/* ==========================================================================
   9. MASKED LINE REVEAL
   ========================================================================== */

.line {
    display: block;
    overflow: hidden;
    /* Breathing room for Arabic ascenders/diacritics without changing layout */
    padding-top: 0.12em;
    padding-bottom: 0.12em;
    margin-top: -0.12em;
    margin-bottom: -0.12em;
}
.line__i {
    display: block;
    transform: translateY(112%);
    transition: transform 1s var(--ease);
    transition-delay: var(--d, 0s);
    will-change: transform;
}
.is-visible .line__i, .line__i.is-visible { transform: translateY(0); }

/* ==========================================================================
   10. SCROLL REVEAL (text + images)
   ========================================================================== */

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

.reveal-img {
    clip-path: inset(0 0 100% 0);
    transition: clip-path 1.15s var(--ease);
    will-change: clip-path;
}
.reveal-img.is-visible { clip-path: inset(0 0 0 0); }
.reveal-img img { transition: transform 1.4s var(--ease); transform: scale(1.14); }
.reveal-img.is-visible img { transform: scale(1); }

/* ==========================================================================
   11. WORK
   ========================================================================== */

.work { padding-block: var(--section-y); }

/* Selected Work — a clean 3 × 2 portfolio grid.
   No cards, no borders: six portfolio objects in a calm rhythm. Each cell
   reserves a side envelope so the hover fan never touches a neighbour. */
.work-list {
    max-width: min(1240px, 100%);
    margin-inline: auto;
    padding-inline: var(--gutter);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(28px, 3.4vw, 64px);
    row-gap: clamp(44px, 6.5vh, 92px);
}
.work-list__fallback { font-family: var(--font-sans); color: var(--muted); }

.work-item { min-width: 0; padding-inline: 8%; }

/* Uniform visual height per row via width scaling — artwork NEVER crops.
   Each stack is scaled by (its ratio / 4:5) so all thumbnails share a height
   while every original aspect ratio (4:5, 3:4, 9:16…) is preserved. */
.work-item .stack {
    width: calc(100% * var(--w-scale, 1));
    max-width: 100%;
    height: auto;
    margin-inline: auto;
}

.work-item__link { display: block; cursor: pointer; }
.work-item__info {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: clamp(12px, 1.8vh, 20px);
}
.work-item__title {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: clamp(1.05rem, 1.4vw, 1.4rem);
    letter-spacing: -0.01em;
}
.work-item__meta { font-family: var(--font-sans); font-size: 0.82rem; color: var(--muted); white-space: nowrap; }

/* One monoline icon family, shown quietly next to each sector title */
.sector-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.05em;
    height: 1.05em;
    margin-inline-end: 0.45em;
    color: var(--green);
    vertical-align: -0.14em;
}
.sector-icon svg { width: 100%; height: 100%; display: block; }

/* Tablet / narrow laptop — two columns */
@media (max-width: 1099px) {
    .work-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .work-item { padding-inline: 11%; }
}

/* Mobile — one column, calm single-column flow with page gutters */
@media (max-width: 699px) {
    .work-list { grid-template-columns: 1fr; row-gap: clamp(40px, 7vh, 72px); }
    .work-item { padding-inline: 12%; }
    .stack.is-hover .stack__leaf--a { transform: translate(-28%, -7%) rotate(-2.2deg) scale(0.72); }
    .stack.is-hover .stack__leaf--b { transform: translate(28%, -7%) rotate(2.2deg) scale(0.72); }
}

/* Project stack (shared by work items and carousel cards) */
.stack { position: relative; width: 100%; aspect-ratio: var(--ar, 4 / 5); cursor: pointer; }
.stack__main,
.stack__leaf { position: absolute; inset: 0; overflow: hidden; background: var(--paper-2); }
.stack__main { z-index: 3; transition: transform 0.85s var(--ease); }
.stack__leaf {
    z-index: 1;
    opacity: 0;
    transform-origin: 50% 50%;
    /* Default closed state: the sheet sits exactly behind the cover */
    transform: translate(0, 0) rotate(0deg) scale(1);
    transition: transform 0.95s var(--ease), opacity 0.6s var(--ease);
}
/* Artwork is never cropped: the stack box always matches the image ratio. */
.stack img { width: 100%; height: 100%; object-fit: contain; }

/* Supporting sheets spread sideways and slightly upward — never over the text */
.stack.is-hover .stack__main { transform: translateY(-5px) scale(1.02); }
.stack.is-hover .stack__leaf { opacity: 1; }
.stack.is-hover .stack__leaf--a { transform: translate(-30%, -7%) rotate(-2.4deg) scale(0.72); }
.stack.is-hover .stack__leaf--b { transform: translate(30%, -7%) rotate(2.4deg) scale(0.72); }

/* Explore cue — a restrained black fade INSIDE the artwork's lower edge.
   No button, no pill, no separate cue below the image. */
.stack__explore {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    /* Taller, gentler fade so text always sits on a readable bed */
    padding: clamp(44px, 30%, 104px) clamp(14px, 7%, 26px) clamp(14px, 7%, 24px);
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.44) 16%,
        rgba(0, 0, 0, 0.20) 40%,
        rgba(0, 0, 0, 0.06) 66%,
        rgba(0, 0, 0, 0) 100%
    );
    /* Fades the layer (and its local blur) softly toward the top */
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 36%, transparent 94%);
    mask-image: linear-gradient(to top, #000 0%, #000 36%, transparent 94%);
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.35s var(--ease), transform 0.42s var(--ease);
    pointer-events: none;
}
.stack.is-hover .stack__explore { opacity: 1; transform: none; }
/* Bottom-localised blur only — never blurs the whole artwork */
.stack.is-hover .stack__explore {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.stack__explore-txt {
    font-family: var(--font-sans);
    font-size: clamp(0.76rem, 0.95vw, 0.9rem);
    line-height: 1;
    color: #F7F4ED;
    letter-spacing: 0.01em;
    unicode-bidi: isolate;
}

/* ==========================================================================
   12. ABOUT
   ========================================================================== */

.about { padding-block: var(--section-y); border-top: 1px solid var(--line); }
.about__grid {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
    display: grid;
    gap: clamp(30px, 5vh, 64px);
}
.about__statement {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.7rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 24ch;
}
.about__body { max-width: 56ch; }
.about__body p { color: var(--ink-soft); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.95; }
.about__body p + p { margin-top: 1.2rem; color: var(--muted); }

@media (min-width: 980px) {
    .about__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; }
    .about__grid .section-kicker { grid-column: 1 / -1; }
    .about__statement { grid-column: 1; }
    .about__body { grid-column: 2; padding-bottom: 0.6rem; }
}

/* ==========================================================================
   13. SERVICES
   ========================================================================== */

.services { padding-block: var(--section-y); border-top: 1px solid var(--line); }
.services__grid {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
    display: grid;
    gap: clamp(24px, 3.6vh, 48px);
}
.services__main { display: flex; flex-direction: column; }

/* One cohesive list — typography + hairline separators, no cards */
.service-item {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: clamp(14px, 2vw, 34px);
    row-gap: 0.35rem;
    align-items: baseline;
    padding-block: clamp(16px, 2.2vh, 30px);
    border-bottom: 1px solid var(--line);
    transition: padding-inline-start 0.5s var(--ease);
}
.service-item:first-child { border-top: 1px solid var(--line); }
.service-item::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background: var(--green);
    transition: width 0.6s var(--ease);
}
.service-item:hover::before { width: 100%; }
.service-item:hover { padding-inline-start: clamp(4px, 0.7vw, 12px); }
.service-item__num { font-family: var(--font-sans); font-size: 0.78rem; color: var(--muted); }
.service-item__name {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: clamp(1.15rem, 2vw, 1.8rem);
    line-height: 1.24;
    letter-spacing: -0.015em;
}
.service-item__desc { grid-column: 2; font-family: var(--font-text); color: var(--muted); font-size: clamp(0.95rem, 1.15vw, 1.08rem); }

/* Quieter secondary capabilities, tied into the same group */
.services__secondary {
    margin-top: clamp(18px, 2.6vh, 34px);
    padding-top: clamp(12px, 1.8vh, 20px);
    border-top: 1px solid var(--line);
}
.services__secondary-label {
    font-family: var(--font-sans);
    font-size: 0.74rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.9rem;
}
.services__secondary ul { display: flex; flex-wrap: wrap; gap: 0.6rem 2.2rem; }
.services__secondary li { font-family: var(--font-sans); font-size: clamp(0.95rem, 1.2vw, 1.1rem); color: var(--ink-soft); }

@media (min-width: 980px) {
    .services__grid { grid-template-columns: minmax(0, 0.42fr) minmax(0, 1.58fr); }
    .services__grid .section-kicker { position: sticky; top: calc(var(--nav-h) + 24px); align-self: start; }
}

/* ==========================================================================
   14b. PHILOSOPHY — one restrained editorial statement
   ========================================================================== */

.philosophy {
    position: relative;
    padding-block: clamp(64px, 12vh, 150px);
    border-top: 1px solid var(--line);
}
.philosophy__inner {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
    display: grid;
    gap: clamp(12px, 2vh, 24px);
    justify-items: start;
}
.philosophy__statement {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.6rem, 3.4vw, 3rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 22ch;
}
.philosophy__body {
    font-family: var(--font-text);
    color: var(--ink-soft);
    font-size: clamp(1.02rem, 1.35vw, 1.2rem);
    line-height: 1.95;
    max-width: 62ch;
}

/* ==========================================================================
   15. PROCESS — a scroll-travelled roadmap
   ========================================================================== */

.process { position: relative; padding-block: var(--section-y); border-top: 1px solid var(--line); }
.process__head {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
    margin-bottom: clamp(24px, 4.5vh, 48px);
}
.process__viewport { position: relative; }
.process__world { position: relative; }

/* Stage content (shared by both modes) */
.process__stages {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
    padding-inline-start: calc(var(--gutter) + 3rem);
    display: flex;
    flex-direction: column;
}
.pstage {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 1rem;
    padding-block: clamp(20px, 3vh, 34px);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.pstage:first-child { border-top: 1px solid var(--line); }
.pstage.is-reached { opacity: 1; transform: none; }
.pstage__num { font-family: var(--font-sans); font-size: 0.78rem; color: var(--muted); padding-top: 0.4rem; }
.pstage.is-active .pstage__num { color: var(--green); }
.pstage__title { font-family: var(--font-sans); font-weight: 600; font-size: clamp(1.05rem, 1.5vw, 1.35rem); letter-spacing: -0.01em; margin-bottom: 0.3rem; }
.pstage__desc { font-family: var(--font-text); color: var(--muted); font-size: clamp(0.95rem, 1.1vw, 1.05rem); line-height: 1.9; }

/* Real advertising artwork — no frame, no card */
.pstage__art {
    margin-top: clamp(14px, 2.2vh, 24px);
    width: min(70%, 240px);
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--paper-2);
}
.pstage__art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.05);
    transition: transform 1s var(--ease);
}
.pstage.is-reached .pstage__art img { transform: none; }

/* Roadmap — one continuous organic green path, drawn by scroll */
.roadmap { display: block; }
.roadmap--desktop { display: none; }
.roadmap--mobile {
    position: absolute;
    inset-block: 0;
    inset-inline-start: var(--gutter);
    width: 2.5rem;
    height: 100%;
}
.roadmap__progress {
    fill: none;
    stroke: var(--green);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    /* Drawn progressively via a Y-clip; the path is monotonic in Y */
    vector-effect: non-scaling-stroke;
}
.roadmap__dots { position: absolute; inset: 0; pointer-events: none; }
.roadmap__dots--desktop { display: none; }
/* Mobile dots live on the rail, so percentages match the rail width */
.roadmap__dots--mobile {
    inset: 0 auto 0 auto;
    inset-inline-start: var(--gutter);
    width: 2.5rem;
}
.rdot {
    position: absolute;
    width: 9px;
    height: 9px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--paper);
    border: 2px solid var(--green);
    opacity: 0;
    transition: opacity 0.5s var(--ease), background 0.4s var(--ease);
}
.rdot.is-reached { opacity: 1; }
.rdot.is-active { background: var(--green); }

/* Mobile natural scroll: future stages hidden, past secondary, active dominant */
@media (max-width: 899px) {
    .pstage.is-reached { opacity: 0.32; }
    .pstage.is-active { opacity: 1; }
}

/* Pinned "camera travels the world" mode (wide enough + motion allowed) */
.process--pinned { min-height: calc(100vh + 5.6 * var(--process-seg)); padding-block: 0; }
.process--pinned .process__pin {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}
.process--pinned .process__head {
    position: absolute;
    top: clamp(18px, 4.5vh, 54px);
    inset-inline: 0;
    margin: 0;
    z-index: 3;
    pointer-events: none;
}
.process--pinned .process__viewport {
    position: absolute;
    inset: 0;
    overflow: hidden;
    /* Fade the travelled road out before it reaches the heading (which sits
       above this layer at z-index 3) so it never cuts through the title. */
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, transparent 18vh, #000 30vh);
    mask-image: linear-gradient(to bottom, transparent 0, transparent 18vh, #000 30vh);
}
.process--pinned .process__world {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 480vh;
    will-change: transform;
}
.process--pinned .roadmap--desktop { display: block; position: absolute; inset: 0; width: 100%; height: 100%; }
.process--pinned .roadmap__dots--desktop { display: block; }
.process--pinned .roadmap--mobile,
.process--pinned .roadmap__dots--mobile { display: none; }
.process--pinned .process__stages {
    max-width: none;
    margin: 0;
    padding: 0;
    display: block;
}
.process--pinned .pstage {
    position: absolute;
    width: min(30vw, 460px);
    padding: 0;
    border: 0;
    opacity: 0;
    transform: translate(var(--side-shift, -50%), -50%);
    transition: none; /* opacity is driven per frame by the camera */
}
.process--pinned .pstage--left { --side-shift: calc(-100% - 2vw); }
.process--pinned .pstage--right { --side-shift: 2vw; }
.process--pinned .pstage.is-reached { opacity: 1; }
.process--pinned .pstage__title { font-size: clamp(1.25rem, 1.9vw, 1.8rem); }
.process--pinned .pstage__desc { font-size: clamp(0.98rem, 1.15vw, 1.1rem); max-width: 40ch; }
.process--pinned .pstage__art { width: min(54%, 220px); }

/* Scroll-progress rail — raw section progress feedback while Process is pinned.
   Purely decorative, pointer-transparent, no interaction. */
.process__rail { display: none; }

.process--pinned .process__rail {
    --rail-h: min(42vh, 340px);
    --p: 0;
    position: absolute;
    top: 50%;
    left: clamp(20px, 3.2vw, 48px);
    width: 12px;
    height: var(--rail-h);
    transform: translateY(-50%);
    display: block;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s var(--ease);
}
.process--pinned .process__rail.is-visible { opacity: 1; }

.process__rail-track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    transform: translateX(-50%);
    background: var(--green);
    opacity: 0.16;
}
.process__rail-fill {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%) scaleY(var(--p));
    transform-origin: top center;
    background: var(--green);
    opacity: 0.55;
}
.process__rail-marker {
    position: absolute;
    top: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    transform: translate(-50%, calc(var(--p) * var(--rail-h) - 3px));
}
.process__rail-ticks { position: absolute; inset: 0; }
.process__rail-tick {
    position: absolute;
    top: calc(var(--t, 0) * var(--rail-h));
    left: 50%;
    width: 7px;
    height: 1px;
    transform: translate(-50%, -50%);
    background: var(--green);
    opacity: 0.22;
}

/* ==========================================================================
   16. CTA
   ========================================================================== */

.cta { background: var(--green); color: var(--on-green); padding-block: clamp(96px, 18vh, 220px); }
.cta__inner { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.cta__kicker {
    font-family: var(--font-sans);
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--on-green-muted);
    margin-bottom: 1.6rem;
}
.cta__title {
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(1.8rem, 3.6vw, 3.1rem);
    line-height: 1.14;
    letter-spacing: -0.025em;
    max-width: 18ch;
    margin-bottom: clamp(1.8rem, 4.5vh, 3rem);
}
.cta__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem 2.6rem; }
.cta__email { font-family: var(--font-sans); font-size: 1rem; border-bottom: 1px solid rgba(242, 239, 232, 0.4); padding-bottom: 3px; transition: border-color 0.4s; }
.cta__email:hover { border-color: var(--on-green); }

/* ==========================================================================
   17. FOOTER
   ========================================================================== */

.footer { background: transparent; padding: clamp(64px, 10vh, 130px) 0 clamp(40px, 14vh, 150px); }
.footer__top {
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
    display: grid;
    gap: clamp(40px, 6vw, 80px);
}
.footer__brand img { width: clamp(150px, 17vw, 215px); height: auto; margin-bottom: 1.5rem; }
.footer__brand p { font-family: var(--font-text); color: var(--muted); font-size: 0.98rem; max-width: 34ch; }
.footer__title {
    font-family: var(--font-sans);
    font-size: 0.74rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 1.3rem;
}
.footer__col ul { display: flex; flex-direction: column; gap: 0.7rem; }
.footer__col a { font-family: var(--font-sans); font-size: 0.97rem; color: var(--ink-soft); transition: color 0.3s; }
.footer__col a:hover { color: var(--green); }
/* Phone digits always read left-to-right inside the RTL footer */
.footer__phone { direction: ltr; unicode-bidi: isolate; }
.footer__socials { display: flex; flex-wrap: wrap; gap: 0.7rem 1.3rem; margin-top: 1.5rem; }
.footer__socials a { font-family: var(--font-sans); font-size: 0.9rem; color: var(--muted); transition: color 0.3s; }
.footer__socials a:hover { color: var(--green); }
.footer__bottom {
    max-width: var(--container);
    margin: clamp(52px, 9vh, 100px) auto 0;
    padding: 2rem var(--gutter);
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    font-family: var(--font-sans);
    font-size: 0.84rem;
    color: var(--muted);
}

@media (min-width: 780px) {
    .footer__top { grid-template-columns: 1.5fr 1fr 1fr 1.1fr; }
}

/* Editorial sector introduction — quiet header before the work grid/gallery */
.sector-intro {
    flex: 0 0 auto;
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    margin-bottom: clamp(10px, 1.8vh, 22px);
    padding: clamp(16px, 2.6vh, 28px) var(--gutter) 0;
    display: grid;
    gap: 0.5rem;
    justify-items: start;
}
.sector-intro__icon { color: var(--green); }
.sector-intro__icon svg { width: 22px; height: 22px; display: block; }
.sector-intro__title {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: clamp(1.05rem, 1.5vw, 1.35rem);
    letter-spacing: -0.01em;
}
.sector-intro__desc {
    font-family: var(--font-text);
    color: var(--muted);
    font-size: clamp(0.95rem, 1.1vw, 1.06rem);
    line-height: 1.95;
    max-width: 64ch;
    unicode-bidi: plaintext;
}
/* Each mixed term ("الـArt Direction") stays one unbreakable, isolated unit */
bdi.lx { white-space: nowrap; }
.sector-intro__count { font-family: var(--font-sans); font-size: 0.8rem; color: var(--muted); }

/* ==========================================================================
   18. PROJECT VIEW
   ========================================================================== */

.project {
    position: fixed;
    inset: 0;
    height: 100dvh; /* track the real mobile viewport so inner content can scroll */
    z-index: 400;
    background: var(--paper);
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    clip-path: circle(0% at var(--ox, 50%) var(--oy, 50%));
    transition: clip-path 0.65s var(--ease), opacity 0.45s var(--ease), visibility 0s linear 0.65s;
}
.project.is-open {
    visibility: visible;
    opacity: 1;
    clip-path: circle(150% at var(--ox, 50%) var(--oy, 50%));
    transition: clip-path 0.8s var(--ease), opacity 0.4s var(--ease), visibility 0s;
}

.project__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(15px, 2.4vh, 24px) var(--gutter);
    border-bottom: 1px solid var(--line);
}
.project__back, .project__close {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    color: var(--ink);
    transition: color 0.3s, transform 0.4s var(--ease);
}
.project__back-arrow { transition: transform 0.4s var(--ease); }
.project__back:hover { color: var(--green); }
.project__back:hover .project__back-arrow { transform: translateX(4px); }
.project__close:hover { color: var(--green); }
.project__meta { display: flex; align-items: baseline; gap: 1.2rem; min-width: 0; }
.project__title { font-family: var(--font-sans); font-weight: 600; font-size: 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.project__counter { font-family: var(--font-sans); font-size: 0.85rem; color: var(--muted); white-space: nowrap; direction: ltr; unicode-bidi: isolate; }
.project__body { position: relative; flex: 1; min-height: 0; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.project__progress { position: absolute; left: 0; bottom: 0; height: 2px; width: var(--p, 0%); background: var(--green); transition: width 0.5s var(--ease); }

/* Horizontal gallery (normal categories). The stage height drives both the
   artwork and the arrow overlay, so the intro + artwork read as one group. */
.gallery {
    --gal-stage-h: clamp(300px, 58vh, 660px);
    position: relative;
    flex: 0 0 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gallery__viewport {
    overflow: hidden;
    width: 100%;
    max-width: min(1320px, 90vw);   /* centred stage with side breathing room */
    margin-inline: auto;
    direction: ltr;
}
.gallery__track {
    position: relative;
    display: flex;
    direction: ltr; /* artworks always progress left -> right */
    align-items: center;
    width: max-content;
    gap: clamp(12px, 1.5vw, 26px);
    padding-inline: 0;
    transition: transform 0.72s var(--ease);
    will-change: transform;
    touch-action: pan-y;
}
.gallery__track.is-dragging { transition: none; cursor: grabbing; }
.gallery__slide {
    flex: 0 0 auto;
    height: var(--gal-stage-h);
    width: auto;
    overflow: hidden;
    background: var(--paper-2);
}
.gallery__slide img { height: 100%; width: auto; max-width: none; object-fit: cover; pointer-events: none; }

/* Arrows overlay exactly the stage box; counter sits in flow below it */
.gallery__nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--gal-stage-h);
    width: min(1320px, 90vw);
    margin-inline: auto;
    direction: ltr;
    pointer-events: none;
}
.gallery__nav .ctrl { position: absolute; top: 50%; transform: translateY(-50%); pointer-events: auto; z-index: 2; }
.gallery__nav .ctrl:nth-of-type(1) { left: clamp(-54px, -3vw, -22px); }
.gallery__nav .ctrl:nth-of-type(2) { right: clamp(-54px, -3vw, -22px); }
.gallery__count {
    margin-top: clamp(10px, 1.8vh, 20px);
    font-family: var(--font-sans);
    font-size: 0.84rem;
    color: var(--muted);
    text-align: center;
    direction: ltr;
    unicode-bidi: isolate;
}

/* Carousel category: nested project list */
.carousel-list {
    position: relative;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    padding: clamp(28px, 5vh, 60px) var(--gutter) clamp(50px, 8vh, 90px);
}
.carousel-list__grid {
    max-width: var(--container);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: clamp(26px, 4.5vw, 60px) clamp(18px, 2.6vw, 40px);
}
.carousel-card { padding-inline: 7%; }
/* Same ratio-safe scaling for nested carousel project thumbnails */
.carousel-card .stack { width: calc(100% * var(--w-scale, 1)); max-width: 100%; height: auto; margin-inline: auto; }
.carousel-card .stack img { object-fit: contain; }
.carousel-card__info { display: flex; align-items: baseline; justify-content: space-between; gap: 0.8rem; margin-top: 0.9rem; }
.carousel-card__title { font-family: var(--font-sans); font-weight: 500; font-size: 1rem; line-height: 1.4; }
.carousel-card__meta { font-family: var(--font-sans); font-size: 0.78rem; color: var(--muted); white-space: nowrap; }

/* Single-slide carousel viewer */
.carousel { position: absolute; inset: 0; display: flex; flex-direction: column; }
.carousel__viewport { flex: 1; min-height: 0; overflow: hidden; width: 100%; direction: ltr; }
.carousel__track {
    position: relative;
    display: flex;
    direction: ltr; /* slides always progress left -> right */
    width: max-content;
    height: 100%;
    transition: transform 0.68s var(--ease);
    will-change: transform;
    touch-action: pan-y;
}
.carousel__track.is-dragging { transition: none; cursor: grabbing; }
.carousel__slide { flex: 0 0 100vw; height: 100%; display: flex; align-items: center; justify-content: center; padding: clamp(12px, 3vh, 40px) var(--gutter); }
.carousel__slide img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; pointer-events: none; }
/* Arrows are fixed to the stable viewer (never to a slide's geometry) */
.carousel__nav {
    position: absolute;
    inset: 0;
    direction: ltr;
    pointer-events: none;
    --carousel-arrow-inset: min(clamp(140px, 40vh, 460px), 36vw);
}
.carousel__nav .ctrl {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    pointer-events: auto;
    z-index: 2;
}
.carousel__nav .ctrl:nth-of-type(1) { left: calc(50% - var(--carousel-arrow-inset)); }
.carousel__nav .ctrl:nth-of-type(2) { left: calc(50% + var(--carousel-arrow-inset)); }
.carousel__count {
    position: absolute;
    left: 50%;
    bottom: clamp(12px, 3vh, 30px);
    transform: translateX(-50%);
    font-family: var(--font-sans);
    font-size: 0.9rem;
    color: var(--muted);
    font-variant-numeric: tabular-nums;
    direction: ltr;
    unicode-bidi: isolate;
}

/* Shared controls */
.ctrl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 44px;
    min-height: 44px;
    padding: 0.5rem 0.9rem;
    font-family: var(--font-sans);
    font-size: 0.9rem;
    color: var(--ink);
    border: 1px solid var(--line);
    border-radius: 3px;
    transition: background 0.4s var(--ease), color 0.4s, border-color 0.4s, opacity 0.3s;
}
.ctrl:hover { background: var(--green); color: var(--paper); border-color: var(--green); }
.ctrl[disabled] { opacity: 0.35; pointer-events: none; }
.ctrl__arrow { font-size: 1.05rem; line-height: 1; }

/* Keep the sector intro compact on phones (never eats the screen) */
@media (max-width: 760px) {
    .sector-intro {
        gap: 0.35rem;
        padding-top: clamp(14px, 2.2vh, 22px);
        margin-bottom: clamp(14px, 3vh, 28px);
    }
    .sector-intro__desc { font-size: 0.92rem; line-height: 1.8; }
    .sector-intro__icon svg { width: 19px; height: 19px; }
    .stack__explore {
        padding: clamp(22px, 18%, 46px) clamp(12px, 8%, 20px) clamp(10px, 7%, 16px);
    }
}

/* ==========================================================================
   19. RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) {
    :root { --section-y: clamp(74px, 12vh, 150px); }
    /* Slightly smaller stage so roughly two works read on tablet */
    .gallery { --gal-stage-h: clamp(280px, 50vh, 560px); }
    .gallery__viewport { max-width: min(1040px, 92vw); }
    .gallery__nav { width: min(1040px, 92vw); }

    /* Non-pinned process: give each stage journey spacing so the vertical
       roadmap reveals them one by one while scrolling naturally */
    .pstage { min-height: 56vh; align-content: center; }
}

@media (max-width: 760px) {
    :root { --work-gap: clamp(56px, 9vh, 100px); }

    .hero { padding: calc(var(--nav-h) + clamp(12px, 2.4vh, 28px)) var(--gutter) clamp(28px, 5vh, 60px); }
    .hero__title { font-size: clamp(1.7rem, 6.6vw, 2.5rem); line-height: 1.4; }

    .gallery { --gal-stage-h: 50vh; }
    .gallery__viewport { max-width: 88vw; }
    .gallery__nav { width: 88vw; }

    .carousel-card__title { font-size: 0.95rem; }
    .carousel__count { font-size: 0.85rem; }

    .cta__title { max-width: 100%; }
    .footer__bottom { justify-content: flex-start; }
}

@media (max-width: 460px) {
    .gallery { --gal-stage-h: 44vh; }
    .carousel-list__grid { grid-template-columns: 1fr 1fr; gap: 22px 14px; }
}

/* Touch devices rely on swipe; keep controls out of the artwork */
@media (hover: none) {
    .gallery__nav .ctrl,
    .carousel__nav .ctrl { display: none; }
}

/* ==========================================================================
   20. REDUCED MOTION
   ========================================================================== */

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

    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0s !important;
    }

    .line__i { transform: none; }
    .reveal { opacity: 1; transform: none; }
    .reveal-img { clip-path: none; }
    .reveal-img img { transform: none; }

    .menu { transform: none; }
    .menu__link { transform: none; opacity: 1; }

    .project { clip-path: none !important; }

    /* Process: static, fully readable roadmap — no pinned sequence */
    .pstage { opacity: 1 !important; transform: none !important; }
    .rdot { opacity: 1 !important; }
}
