/* ================================================================
   ABOUT PAGE  --  about.css
   Loaded only on page-about.php template
   ================================================================ */

.about-label {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--color-green);
}
.about-label--dark { color: rgba(0,0,0,0.45); }

/* ---- Hero ---- */
.about-hero {
    min-height: 100vh;
    background: var(--color-dark);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 clamp(2rem, 8vw, 10rem);
    position: relative;
    overflow: hidden;
}
.about-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    max-width: 1000px;
    padding-top: 5rem;
}
.about-hero__name {
    font-family: var(--font-display);
    font-size: clamp(4.5rem, 13vw, 12rem);
    line-height: 0.88;
    color: #fff;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.about-hero__name-word { display: block; overflow: hidden; }
.about-hero__title {
    font-family: var(--font-body);
    font-size: clamp(0.65rem, 1.1vw, 0.85rem);
    font-weight: 500;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--color-green);
    margin: 0;
    opacity: 0;
    transform: translateY(12px);
}
.about-hero__scroll {
    position: absolute;
    bottom: 2.5rem;
    left: clamp(2rem, 8vw, 10rem);
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: 0;
}
.about-hero__scroll-line { display: block; width: 36px; height: 1px; background: rgba(255,255,255,0.25); }
.about-hero__scroll-text {
    font-family: var(--font-body);
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
}

/* ---- Statements ---- */
.about-statements { background: var(--color-dark); }
.about-statement-block {
    min-height: 95vh;
    display: flex;
    align-items: center;
    padding: 7vw clamp(2rem, 8vw, 10rem);
    border-top: 1px solid rgba(255,255,255,0.06);
}
.about-statement-inner p {
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3.6vw, 3.4rem);
    line-height: 1.22;
    color: rgba(255,255,255,0.88);
    max-width: 960px;
    margin: 0;
}
.about-statement-inner em { font-style: italic; color: rgba(255,255,255,0.88); }
.about-green { color: var(--color-green) !important; font-style: normal !important; }

/* ---- Disciplines ---- */
.about-disciplines {
    background: var(--color-dark);
    padding: clamp(8rem, 13vw, 16rem) clamp(2rem, 8vw, 10rem);
    border-top: 1px solid rgba(255,255,255,0.06);
}
.about-disciplines__inner { max-width: 1200px; }
.about-disc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 8rem;
    margin-top: 4rem;
}
.about-disc-item { opacity: 0; transform: translateY(30px); }
.about-disc-item h3 {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 2vw, 1.9rem);
    color: #fff;
    margin: 0 0 0.9rem 0;
    line-height: 1.15;
}
.about-disc-item p {
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.75;
    margin: 0;
}

/* ---- Experience ---- */
.about-experience {
    background: var(--color-dark);
    padding: clamp(8rem, 13vw, 16rem) clamp(2rem, 8vw, 10rem);
    border-top: 1px solid rgba(255,255,255,0.06);
}
.about-experience__inner { max-width: 920px; }
.exp-list { margin-top: 4rem; }
.exp-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 2.5rem;
    padding: 2.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.07);
    opacity: 0;
    transform: translateX(-24px);
}
.exp-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.07); }
.exp-item__left {
    padding-top: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}
.exp-item__period {
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.35);
    line-height: 1.5;
}
.exp-item__now {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-body);
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-green);
    border: 1px solid currentColor;
    padding: 0.22rem 0.55rem;
    border-radius: 2px;
    line-height: 1;
}
.exp-item__role {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
    color: #fff;
    margin: 0 0 0.5rem 0;
    line-height: 1.15;
}
.exp-item__company {
    font-family: var(--font-body);
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    margin: 0 0 1rem 0;
    letter-spacing: 0.02em;
}
.exp-item__sep { margin: 0 0.4em; opacity: 0.4; }
.exp-item__desc { font-family: var(--font-body); font-size: 0.85rem; line-height: 1.75; color: rgba(255,255,255,0.4); }
.exp-item__desc p { margin: 0; }

/* ---- Origin ---- */
.about-origin {
    background: var(--color-dark);
    padding: clamp(8rem, 13vw, 16rem) clamp(2rem, 8vw, 10rem);
    border-top: 1px solid rgba(255,255,255,0.06);
}
.about-origin__inner { max-width: 740px; }
.about-origin__content { margin-top: 3rem; display: flex; flex-direction: column; gap: 2rem; }
.about-origin__content p {
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 1.3vw, 1.1rem);
    line-height: 1.9;
    color: rgba(255,255,255,0.6);
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
}
.about-origin__content em { font-style: normal; color: var(--color-green); }

/* ---- CTA ---- */
.about-cta {
    background: var(--color-green);
    padding: clamp(9rem, 16vw, 18rem) clamp(2rem, 8vw, 10rem);
}
.about-cta__inner { max-width: 820px; }
.about-cta__heading {
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 6.5vw, 6.5rem);
    color: var(--color-dark);
    line-height: 1.04;
    margin: 2rem 0 3.5rem 0;
    opacity: 0;
    transform: translateY(40px);
}
.about-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-dark);
    text-decoration: none;
    border: 1.5px solid var(--color-dark);
    padding: 1rem 2.5rem;
    border-radius: 2px;
    transition: background 0.22s ease, color 0.22s ease;
    opacity: 0;
    transform: translateY(20px);
}
.about-cta__btn:hover { background: var(--color-dark); color: var(--color-green); }

/* ---- Mobile ---- */
@media (max-width: 768px) {
    .about-hero__name { font-size: clamp(3.8rem, 18vw, 6rem); }
    .about-statement-inner p { font-size: clamp(1.6rem, 6vw, 2.4rem); }
    .about-disc-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .exp-item { grid-template-columns: 1fr; gap: 0.6rem; }
    .exp-item__left { flex-direction: row; align-items: center; gap: 1rem; }
    .about-cta__heading { font-size: clamp(2.5rem, 10vw, 4rem); }
}

/* ---- nutshell intro + photo (marinkurir-inspired) ---- */
.about-hero__grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; width: 100%; max-width: 1320px; }
.about-hero .about-hero__inner { max-width: none; padding-top: 0; }
.about-hero__intro { font-family: var(--font-body); font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.7; color: rgba(255,255,255,0.62); max-width: 46ch; margin: 0.6rem 0 0; }
.about-hero__intro em.about-green { font-style: normal; }
.about-hero__photo { justify-self: end; width: 100%; max-width: 440px; }
.about-hero__photo img { width: 100%; height: auto; display: block; filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5)); }
@media (max-width: 880px) { .about-hero__grid { grid-template-columns: 1fr; gap: 2.2rem; } .about-hero__photo { max-width: 300px; justify-self: start; } }


/* ---- focus icons + photo gallery ---- */
.about-disc-icon { width: 54px; height: 54px; margin-bottom: 1.4rem; }
.about-disc-icon .svc-svg { width: 100%; height: 100%; }
.about-gallery { background: var(--color-dark); padding: clamp(3rem,6vw,6rem) 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.06); }
.about-gallery__track { display: flex; gap: 1.5rem; width: max-content; animation: about-marq 45s linear infinite; }
.about-gallery:hover .about-gallery__track { animation-play-state: paused; }
.about-gallery__item { flex: 0 0 auto; width: clamp(260px, 26vw, 420px); aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; }
.about-gallery__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
@keyframes about-marq { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 0.75rem)); } }


/* ---- single intro paragraph (Poppins 300, 26/39) ---- */
.about-statements .about-statement-block { min-height: auto; padding: clamp(5rem,10vw,9rem) clamp(2rem,8vw,10rem); }
.about-statement-inner p { font-family: 'Poppins', sans-serif !important; font-weight: 300 !important; font-size: 26px !important; line-height: 39px !important; color: rgba(255,255,255,0.85) !important; max-width: 62ch; }
.about-statement-inner em, .about-green { font-style: normal !important; color: var(--color-green) !important; font-weight: 600 !important; }
@media (max-width: 768px) { .about-statement-inner p { font-size: 20px !important; line-height: 31px !important; } }


/* ---- about services: caps titles + included bullets ---- */
.about-disc-item h3 { text-transform: uppercase; letter-spacing: 0.01em; }
.about-disc-inclabel { font-family: var(--font-body); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--color-green); margin: 1.4rem 0 0.7rem; }
.about-disc-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.4rem; }
.about-disc-bullets li { font-family: var(--font-body); font-size: 0.82rem; color: rgba(255,255,255,0.55); padding-left: 1rem; position: relative; }
.about-disc-bullets li::before { content: ''; position: absolute; left: 0; top: 0.5em; width: 4px; height: 4px; border-radius: 50%; background: var(--color-green); }
.about-disc-grid { grid-template-columns: repeat(2, 1fr); gap: 4rem 6rem; align-items: start; }


/* ---- storytelling video ---- */
.about-video { background: var(--color-dark); padding: clamp(8rem,13vw,16rem) clamp(2rem,8vw,10rem); border-top: 1px solid rgba(255,255,255,0.06); }
.about-video__inner { max-width: 1100px; margin: 0 auto; }
.about-video__heading { font-family: var(--font-display); font-size: clamp(2.4rem,5vw,4.5rem); text-transform: uppercase; color:#fff; margin: 1rem 0 2.5rem; line-height: 0.95; }
.about-video__frame { position: relative; aspect-ratio: 16/9; border-radius: 18px; overflow: hidden; background: #111; border: 1px solid rgba(255,255,255,0.08); }
.about-video__frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-video__placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.2rem; font-family: var(--font-body); font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); background: radial-gradient(circle at 50% 50%, rgba(0,255,0,0.06), transparent 70%); }
.about-video__play { width: 70px; height: 70px; border-radius: 50%; border: 1px solid var(--color-green); color: var(--color-green); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; padding-left: 4px; }


/* ---- refined vertical timeline ---- */
.exp-list { position: relative; margin-top: 4rem; }
.exp-item { position: relative; grid-template-columns: 140px 1fr; padding: 2.2rem 0 2.2rem 2.6rem; transform: none !important; opacity: 1; }
.exp-item::before { content: ''; position: absolute; left: 5px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, rgba(0,255,0,0.55), rgba(0,255,0,0.12)); }
.exp-item:first-child::before { top: 2.6rem; }
.exp-item:last-child::before { bottom: auto; height: 2.6rem; }
.exp-item::after { content: ''; position: absolute; left: 0; top: 2.5rem; width: 12px; height: 12px; border-radius: 50%; background: var(--color-dark); border: 2px solid rgba(0,255,0,0.45); z-index: 1; transition: border-color 0.3s, background 0.3s; }
.exp-item:hover::after { background: var(--color-green); border-color: var(--color-green); }
.exp-item--current::after { border-color: var(--color-green); background: var(--color-green); animation: exp-pulse 2.1s infinite; }
@keyframes exp-pulse { 0% { box-shadow: 0 0 0 0 rgba(0,255,0,0.45); } 70% { box-shadow: 0 0 0 12px rgba(0,255,0,0); } 100% { box-shadow: 0 0 0 0 rgba(0,255,0,0); } }
.exp-item__period { font-family: var(--font-display); font-size: clamp(1.4rem, 2.2vw, 2rem); color: var(--color-green); line-height: 1; letter-spacing: 0.01em; }
.exp-item__desc { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.55s ease, opacity 0.4s ease, margin-top 0.4s ease; margin-top: 0; }
.exp-item:hover .exp-item__desc, .exp-item--current .exp-item__desc { max-height: 260px; opacity: 1; margin-top: 0.8rem; }
@media (hover: none), (max-width: 768px) { .exp-item__desc { max-height: none !important; opacity: 1 !important; margin-top: 0.8rem; } .exp-item { grid-template-columns: 1fr; padding-left: 2.4rem; } }


/* ---- client logo wall ---- */
.about-clients { background: var(--color-dark); padding: clamp(6rem,11vw,12rem) clamp(2rem,8vw,10rem); border-top: 1px solid rgba(255,255,255,0.06); }
.about-clients__inner { max-width: 1200px; margin: 0 auto; }
.about-clients__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem 3rem; margin-top: 3.5rem; align-items: center; }
.about-clients__logo { display: flex; align-items: center; justify-content: center; height: 60px; }
.about-clients__logo img { max-width: 100%; max-height: 100%; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.55; transition: opacity 0.3s, filter 0.3s; }
.about-clients__logo:hover img { opacity: 1; }
.about-clients__soon { margin-top: 2rem; font-family: var(--font-body); font-size: 0.9rem; color: rgba(255,255,255,0.35); }
@media (max-width: 768px) { .about-clients__grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; } }

.about-disc-inclabel { color: var(--color-green) !important; }


/* ---- session 23: unify about CTA radius to pill ---- */
.about-cta__btn { border-radius: 100px !important; padding: 1rem 2.6rem !important; }


/* ---- session 23: green duotone portrait ---- */
.about-hero__photo img { filter: grayscale(1) sepia(1) hue-rotate(68deg) saturate(2.4) brightness(1.05) contrast(1.06) drop-shadow(0 30px 60px rgba(0,0,0,0.5)) !important; transition: filter 0.5s ease; }
.about-hero__photo img:hover { filter: grayscale(0.15) saturate(1.05) contrast(1.02) drop-shadow(0 30px 60px rgba(0,0,0,0.5)) !important; }


/* ---- session 24: merged story+video section + tighter padding ---- */
.about-story { background: var(--color-dark); padding: clamp(4.5rem,8vw,9rem) clamp(2rem,8vw,10rem); border-top: 1px solid rgba(255,255,255,0.06); }
.about-story__inner { max-width: 900px; margin: 0 auto; }
.about-story .about-origin__content { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.6rem; }
.about-story .about-origin__content p { opacity: 1; transform: none; }
.about-story .about-video__frame { margin-top: clamp(3rem,6vw,5rem); }
.about-disciplines, .about-experience { padding-top: clamp(5rem,9vw,10rem) !important; padding-bottom: clamp(5rem,9vw,10rem) !important; }
.about-statements .about-statement-block { padding-top: clamp(4.5rem,8vw,8rem) !important; padding-bottom: clamp(4.5rem,8vw,8rem) !important; }
.about-cta { padding-top: clamp(6rem,11vw,12rem) !important; padding-bottom: clamp(6rem,11vw,12rem) !important; }


/* ---- The Facts (Kononenko-style table, BBA skin) ---- */
.about-facts { padding: clamp(4rem, 10vh, 7rem) clamp(2rem, 8vw, 10rem); background: var(--color-dark); }
.about-facts__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 200px 1fr; gap: 2.5rem; align-items: start; }
.about-facts__list { list-style: none; margin: 0; padding: 0; }
.about-facts__row { position: relative; display: grid; grid-template-columns: 200px 1fr; gap: 1.5rem; padding: 1.35rem 1.1rem; border-bottom: 1px solid rgba(255,255,255,0.10); overflow: hidden; cursor: default; }
.about-facts__row:first-child { border-top: 1px solid rgba(255,255,255,0.10); }
.about-facts__row::before { content: ''; position: absolute; inset: 0; background: var(--color-green); transform: scaleX(0); transform-origin: left center; transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1); }
.about-facts__row:hover::before { transform: scaleX(1); }
.about-facts__key, .about-facts__val { position: relative; transition: color 0.25s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1); }
.about-facts__key { font-family: var(--font-body); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--color-green); align-self: center; }
.about-facts__val { font-family: var(--font-body); font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.5; color: rgba(255,255,255,0.85); }
.about-facts__row:hover .about-facts__key { color: #0A0A0A; }
.about-facts__row:hover .about-facts__val { color: #0A0A0A; transform: translateX(10px); }
@media (max-width: 768px) {
    .about-facts { padding: 3.5rem 1.5rem; }
    .about-facts__inner { grid-template-columns: 1fr; gap: 1.5rem; }
    .about-facts__row { grid-template-columns: 1fr; gap: 0.35rem; padding: 1.1rem 0.9rem; }
}