﻿@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap");
:root {
    --base-100: #2e2e2e;
    --base-200: #3a3a39;
    --base-300: #f5f5f5;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
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;
}
.lenis.lenis-smooth iframe {
    pointer-events: none;
}
html,
body {
    overflow-x: hidden;
    width: 100%;
}
body {
    font-family: "Host Grotesk";
    background-color: var(--base-300);
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-logo {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 10;
}
.logo-text {
    font-family: serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--base-300);
    letter-spacing: -0.05rem;
    line-height: 1.1;
    white-space: nowrap;
}
.menu-btn {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    pointer-events: auto;
    will-change: transform;
}
.btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.4rem 0.4rem 0.4rem 1.8rem;
    border-radius: 4rem;
    background-color: var(--base-300);
    color: var(--base-100);
    border: 1px solid rgba(24, 23, 23, 0.12);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: none !important;
    width: max-content;
    text-decoration: none;
}
.btn-icon {
    width: 2.8rem;
    height: 2.8rem;
    background-color: #D47328;
    color: var(--base-300);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    border-radius: 100%;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-label span {
    font-size: 0.9rem;
    font-weight: 450;
    line-height: 1;
}
.preloader-progress,
.preloader-mask,
.preloader-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}
.preloader-progress {
    background-color: var(--base-100);
    z-index: 1;
    will-change: opacity;
}
.preloader-progress-bar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0) translateZ(0);
    width: 55%;
    height: 100%;
    background-color: var(--base-300);
    transform-origin: left;
    will-change: transform;
}
.preloader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    mix-blend-mode: difference;
    z-index: 9999;
}
.preloader-logo h1 {
    position: relative;
    color: var(--base-300);
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
}
.preloader-mask {
    background-color: var(--base-100);
    mask: linear-gradient(var(--base-300), var(--base-300)),
        url("../images/mask2.svg") center/50% no-repeat;
    mask-composite: subtract;
    transform: translateZ(0);
    will-change: transform;
    z-index: 9998;
}
.preloader-content {
    z-index: 9999;
}
.preloader-footer {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    text-align: center;
}
.preloader-footer p {
    color: var(--base-300);
    opacity: 0.5;
}
.line,
.char {
    position: relative;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-top: -0.1em;
    margin-bottom: -0.1em;
    will-change: transform;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background-color: var(--base-100);
    z-index: 100;
    display: flex;
    padding: 1rem;
    gap: 1rem;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    pointer-events: none;
}
.menu-left {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.5rem 0 2.5rem 1.5rem;
    position: relative;
    color: var(--base-300);
    z-index: 10;
}
.menu-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}
.menu-link-item {
    overflow: hidden;
    border-bottom: 1px solid rgba(245, 245, 245, 0.08);
}
.menu-link-item:first-child {
    border-top: 1px solid rgba(245, 245, 245, 0.08);
}
.menu-link-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--base-300);
    text-decoration: none;
    font-size: clamp(1.5rem, 4.5vw, 4.5rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    padding: 0.35em 0;
    transform: translateY(110%);
    will-change: transform;
    transition: color 0.3s ease, letter-spacing 0.4s ease;
}
.menu-link-item a::after {
    content: "أ¢â€ â€™";
    font-size: 0.5em;
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
}
.menu-link-item a:hover {
    color: #D47328;
    letter-spacing: -0.02em;
}
.menu-link-item a:hover::after {
    opacity: 1;
    transform: translateX(0);
}
.menu-link-item a sup {
    font-size: clamp(0.7rem, 1.5vw, 1.5rem);
    vertical-align: super;
    opacity: 0.6;
}
.menu-brand {
    font-family: serif;
    font-size: clamp(1rem, 2vw, 1.4rem);
    font-weight: 500;
    color: rgba(245, 245, 245, 0.4);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.menu-footer {
    display: flex;
    align-items: center;
    gap: 2rem;
    z-index: 5;
    position: relative;
    flex-wrap: wrap;
}
.social-links {
    display: flex;
    gap: 0.6rem;
}
.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px solid rgba(245, 245, 245, 0.25);
    border-radius: 50%;
    color: var(--base-300);
    text-decoration: none;
    font-size: 1.1rem;
    transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}
.social-icon:hover {
    background-color: #D47328;
    color: var(--base-300);
    border-color: #D47328;
    transform: scale(1.1);
}
.concept-text {
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgba(245, 245, 245, 0.45);
}
.close-btn-container {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    left: auto;
    transform: none;
    z-index: 100;
}
.close-menu-btn {
    background-color: var(--base-300);
    color: var(--base-100);
    cursor: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.close-menu-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}
.menu-right {
    flex: 0.75;
    position: relative;
    height: 100%;
    border-radius: 3rem;
    overflow: hidden;
}
.menu-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.menu-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(8rem, 18vw, 20vw);
    font-weight: 500;
    color: var(--base-300);
    letter-spacing: -0.05em;
    line-height: 1;
    z-index: 2;
    pointer-events: none;
    white-space: nowrap;
}
.site-of-day {
    position: absolute;
    top: 5rem;
    right: 0;
    background-color: #000;
    color: #fff;
    padding: 1.25rem 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.5rem;
    z-index: 3;
    border-radius: 0.5rem 0 0 0.5rem;
}
.w-logo {
    font-family: serif;
    font-weight: 700;
    font-size: 1.4rem;
}
.sotd-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
@media (max-width: 900px) {
    .menu-right {
        flex: 0.5;
        border-radius: 2rem;
    }
    .menu-image-text {
        font-size: clamp(5rem, 16vw, 12rem);
        right: -5%;
    }
    .site-of-day {
        display: none;
    }
    .menu-left {
        padding: 2rem 0 2rem 1rem;
    }
}
@media (max-width: 640px) {
    .menu-right {
        display: none;
    }
    .menu-overlay {
        padding: 0.5rem;
    }
    .menu-left {
        flex: 1;
        padding: 1.5rem 1rem;
        justify-content: space-between;
        gap: 1.5rem;
    }
    .menu-links {
        margin-top: 1.5rem;
        margin-bottom: 0;
    }
    .menu-link-item a {
        font-size: clamp(2rem, 9vw, 3rem);
        padding: 0.4em 0;
    }
    .menu-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .concept-text {
        font-size: 0.75rem;
    }
    .close-btn-container {
        position: absolute;
        bottom: 2rem;
        right: 1.5rem;
        left: auto;
        transform: none;
        margin: 0;
        z-index: 100;
    }
    .preloader-footer {
        width: 80%;
    }
}
@media (hover: hover) and (pointer: fine) {
    body,
    body * {
        cursor: none !important;
    }
}
@media (hover: none) {
    .cursor-dot,
    .cursor-ring {
        display: none !important;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.projects-header .small-label,
.projects-header .section-title,
.projects-header .section-description {
    opacity: 0;
}
::selection {
    background-color: rgba(212, 115, 40, 0.25);
    color: var(--base-100);
}
::-moz-selection {
    background-color: rgba(212, 115, 40, 0.25);
    color: var(--base-100);
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    background: var(--base-300);
}
::-webkit-scrollbar-thumb {
    background: rgba(212, 115, 40, 0.4);
    border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
    background: #D47328;
}
a:focus-visible,
button:focus-visible {
    outline: 2px solid rgba(212, 115, 40, 0.5);
    outline-offset: 4px;
    border-radius: 4px;
}
img {
    transition: opacity 0.3s ease;
}
img[loading="lazy"] {
    opacity: 0;
}
img[loading="lazy"].loaded {
    opacity: 1;
}
:root {
    --ba-black: #181717;
    --ba-off-black: #1f1f1f;
    --ba-charcoal: #242424;
    --ba-white: #f9f8f6;
    --ba-warm-white: #ede9e4;
    --ba-accent: #D47328;
    --ba-accent-lt: rgb(229, 160, 114);
    --ba-gold: #D47328;
    --ba-muted: rgba(249, 248, 246, 0.38);
    --ba-border-d: rgba(249, 248, 246, 0.07);
    --ba-border-l: rgba(8, 8, 8, 0.08);
    --ba-radius: 6px;
    --ba-ease: cubic-bezier(0.16, 1, 0.3, 1);
    --ba-pad: clamp(80px, 12vw, 160px);
    --ba-font-s: "Host Grotesk", sans-serif;
    --ba-font-d: serif, "Times New Roman", Georgia;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body.no-preloader .preloader-progress,
body.no-preloader .preloader-mask,
body.no-preloader .preloader-content {
    display: none !important;
}
html {
    scroll-behavior: auto;
}
body {
    font-family: var(--ba-font-s);
    background: var(--ba-black);
    color: var(--ba-white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
@media (hover: hover) and (pointer: fine) {
    body,
    body * {
        cursor: none !important;
    }
}
@media (hover: none) {
    .cursor-dot,
    .cursor-ring {
        display: none !important;
    }
    body,
    body * {
        cursor: none !important;
    }
}
.ba-w {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(24px, 6vw, 100px);
}
.ba-label {
    font-family: var(--ba-font-s);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--ba-muted);
}
.ba-label--accent {
    color: var(--ba-accent);
}
.ba-label--dark {
    color: rgba(8, 8, 8, 0.38);
}
.ba-display {
    font-family: var(--ba-font-d);
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: -0.045em;
}
.ba-rule {
    width: 100%;
    height: 1px;
    background: var(--ba-border-d);
}
.ba-rule--light {
    background: var(--ba-border-l);
}
.ba-hero {
    position: relative;
    min-height: 100vh;
    background: var(--ba-black);
    display: flex;
    flex-direction: column;
    overflow: visible;
}
.ba-hero__topbar {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px clamp(24px, 6vw, 100px);
    border-bottom: 1px solid var(--ba-border-d);
}
.ba-logo {
    font-family: var(--ba-font-d);
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--ba-white);
    text-decoration: none;
    opacity: 0.85;
}
.ba-hero__topbar-right {
    display: flex;
    align-items: center;
    gap: 48px;
}
.ba-hero__service-tag {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(249, 248, 246, 0.3);
    padding: 10px 22px;
    border: 1px solid var(--ba-border-d);
    border-radius: 100px;
}
.ba-hero__main {
    position: relative;
    z-index: 10;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 120px clamp(24px, 6vw, 100px) 60px;
}
.ba-hero__pre {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}
.ba-hero__pre-line {
    width: 48px;
    height: 1px;
    background: var(--ba-accent);
}
.ba-hero__title-mask {
    overflow: hidden;
}
.ba-hero__title {
    font-family: var(--ba-font-d);
    font-size: clamp(4.5rem, 10vw, 12rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: var(--ba-white);
    will-change: transform;
    display: block;
}
.ba-hero__title em {
    font-style: italic;
    color: var(--ba-accent);
}
.ba-hero__footer {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid var(--ba-border-d);
}
.ba-hero__footer-cell {
    padding: 28px clamp(24px, 4vw, 60px);
    border-right: 1px solid var(--ba-border-d);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ba-hero__footer-cell:last-child {
    border-right: none;
}
.ba-hero__footer-num {
    font-family: var(--ba-font-d);
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--ba-white);
    letter-spacing: -0.03em;
}
.ba-hero__footer-label {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--ba-muted);
}
.ba-hero__cta-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.ba-hero__scroll {
    position: absolute;
    right: clamp(24px, 6vw, 100px);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 10;
}
.ba-hero__scroll-bar {
    width: 1px;
    height: 80px;
    background: var(--ba-border-d);
    position: relative;
    overflow: hidden;
}
.ba-hero__scroll-fill {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--ba-accent);
    animation: ba-fill 2.2s ease-in-out infinite;
}
@keyframes ba-fill {
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}
.ba-hero__scroll p {
    font-size: 0.6rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--ba-muted);
    writing-mode: vertical-lr;
}
.ba-intro {
    padding: 100px clamp(24px, 6vw, 100px);
    background: var(--ba-off-black);
    border-bottom: 1px solid var(--ba-border-d);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.ba-intro__headline {
    font-family: var(--ba-font-d);
    font-size: clamp(1.8rem, 3.5vw, 3.5rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--ba-white);
}
.ba-intro__headline em {
    font-style: italic;
    color: var(--ba-accent);
}
.ba-intro__right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}
.ba-intro__text {
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    line-height: 1.85;
    color: var(--ba-muted);
}
.ba-about {
    background: var(--ba-white);
    color: var(--ba-black);
    padding: clamp(40px, 6vw, 80px) clamp(24px, 6vw, 100px) clamp(40px, 6vw, 80px);
    border: 3px solid var(--ba-accent);
    border-radius: 60px;
    margin-top: -60px;
    margin-bottom: -60px;
    position: relative;
    z-index: 5;
}
.ba-about__top {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--ba-border-l);
    margin-bottom: 80px;
    align-items: start;
}
.ba-about__index {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.ba-about__section-num {
    font-family: var(--ba-font-d);
    font-size: 6rem;
    font-weight: 400;
    color: rgba(8, 8, 8, 0.06);
    line-height: 1;
}
.ba-about__eyebrow {
    font-family: var(--ba-font-s);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--ba-accent);
    margin-bottom: 28px;
    display: block;
}
.ba-about__title {
    font-family: var(--ba-font-d);
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: var(--ba-black);
    margin-bottom: 36px;
}
.ba-about__title em {
    font-style: italic;
    color: var(--ba-accent);
}
.ba-about__body {
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    line-height: 1.85;
    color: rgba(8, 8, 8, 0.55);
    max-width: 620px;
    margin-bottom: 48px;
}
.ba-expertise-block {
    padding: 40px;
    background: var(--ba-warm-white);
    border-radius: 16px;
    max-width: 620px;
}
.ba-expertise-block__icon {
    width: 50px;
    height: 50px;
    background: rgba(201, 109, 34, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ba-accent);
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.ba-expertise-block__title {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(8, 8, 8, 0.55);
    margin-bottom: 12px;
}
.ba-expertise-block__text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(8, 8, 8, 0.55);
}
.ba-outcomes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--ba-border-l);
    border: 1px solid var(--ba-border-l);
    border-radius: 16px;
    overflow: hidden;
}
.ba-outcome-card {
    background: var(--ba-white);
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: background 0.3s ease;
}
.ba-outcome-card:hover {
    background: var(--ba-warm-white);
}
.ba-outcome-card__icon {
    width: 50px;
    height: 50px;
    background: rgba(201, 109, 34, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ba-accent);
    font-size: 1.3rem;
    transition: all 0.3s ease;
    margin-bottom: 4px;
}
.ba-outcome-card:hover .ba-outcome-card__icon {
    background: var(--ba-accent);
    color: #fff;
}
.ba-outcome-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ba-black);
    line-height: 1.3;
}
.ba-outcome-card__text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(8, 8, 8, 0.5);
}
.ba-mission {
    background: var(--ba-charcoal);
    padding: var(--ba-pad) clamp(24px, 6vw, 100px);
    position: relative;
    overflow: hidden;
    text-align: center;
}
.ba-mission::before {
    content: '"';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--ba-font-d);
    font-size: clamp(20rem, 40vw, 50rem);
    font-weight: 400;
    color: rgba(249, 248, 246, 0.02);
    line-height: 1;
    pointer-events: none;
}
.ba-mission__eyebrow {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--ba-gold);
    margin-bottom: 48px;
}
.ba-mission__quote {
    font-family: var(--ba-font-d) !important;
    font-size: clamp(1.8rem, 4vw, 4.5rem);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: var(--ba-white);
    max-width: 1100px;
    margin: 0 auto 48px;
    position: relative;
    z-index: 2;
}
.ba-mission__quote-ar {
    font-family: 'Tajawal', sans-serif !important;
    font-size: clamp(1.8rem, 4vw, 4.5rem);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: var(--ba-white);
    max-width: 1100px;
    margin: 0 auto 48px;
    position: relative;
    z-index: 2;
}
.ba-mission__quote em,
.ba-mission__quote-ar em {
    font-style: italic;
    color: var(--ba-gold);
}
.ba-mission__attr {
    font-size: 0.85rem;
    color: var(--ba-muted);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.ba-scope {
    background: var(--ba-white);
    padding: clamp(80px, 15vw, 140px) 0;
    border: 3px solid var(--ba-accent);
    border-radius: 60px;
    margin-top: -80px;
    margin-bottom: -80px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.ba-scope__head {
    padding: 0 clamp(24px, 6vw, 100px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 80px;
}
.ba-scope__title {
    font-family: var(--ba-font-d);
    font-size: clamp(2.5rem, 5vw, 5.5rem);
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: -0.045em;
    color: var(--ba-black);
}
.ba-scope__title em {
    font-style: italic;
    color: var(--ba-accent);
}
.ba-scope__intro {
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    line-height: 1.85;
    color: rgba(8, 8, 8, 0.5);
    padding-bottom: 8px;
}
.ba-scope__list {
    border-top: 1px solid var(--ba-border-l);
}
.ba-scope-row {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    align-items: center;
    gap: 0 40px;
    padding: 36px clamp(24px, 6vw, 100px);
    border-bottom: 1px solid var(--ba-border-l);
    cursor: default;
    transition: background 0.35s ease;
    position: relative;
}
.ba-scope-row__icon {
    display: none;
}
.ba-scope-row::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--ba-accent);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s var(--ba-ease);
}
.ba-scope-row:hover {
    background: rgba(8, 8, 8, 0.02);
}
.ba-scope-row:hover::before {
    transform: scaleY(1);
}
.ba-scope-row__num {
    font-family: var(--ba-font-d);
    font-size: 0.85rem;
    color: rgba(8, 8, 8, 0.25);
    letter-spacing: 0.1em;
}
.ba-scope-row__title {
    font-family: var(--ba-font-d);
    font-size: clamp(1rem, 1.6vw, 1.4rem);
    font-weight: 400;
    color: var(--ba-black);
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}
.ba-scope-row__desc {
    font-size: 0.98rem;
    line-height: 1.65;
    color: rgba(8, 8, 8, 0.45);
    max-width: 580px;
}
.ba-scope-row__tag {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(8, 8, 8, 0.2);
    white-space: nowrap;
    transition: color 0.3s;
}
.ba-scope-row:hover .ba-scope-row__tag {
    color: var(--ba-accent);
}
.ba-method {
    background: var(--ba-black);
    padding: clamp(100px, 15vw, 160px) clamp(24px, 6vw, 100px);
    position: relative;
    overflow: hidden;
}
.ba-method__ghost {
    position: absolute;
    right: -2%;
    bottom: 0;
    font-family: var(--ba-font-d);
    font-size: clamp(8rem, 20vw, 22rem);
    font-weight: 700;
    color: rgba(249, 248, 246, 0.02);
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}
.ba-method__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 100px;
    align-items: end;
}
.ba-method__title {
    font-family: var(--ba-font-d);
    font-size: clamp(2.5rem, 5vw, 5.5rem);
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: -0.045em;
    color: var(--ba-white);
}
.ba-method__title em {
    font-style: italic;
    color: var(--ba-accent);
}
.ba-method__desc {
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    line-height: 1.85;
    color: var(--ba-muted);
    padding-bottom: 8px;
}
.ba-method__steps {
    border-top: 1px solid var(--ba-border-d);
}
.ba-step {
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    gap: 0 60px;
    padding: 52px 0;
    border-bottom: 1px solid var(--ba-border-d);
    transition: all 0.4s var(--ba-ease);
    position: relative;
}
.ba-step:hover .ba-step__num {
    color: var(--ba-accent);
}
.ba-step:hover .ba-step__title {
    color: var(--ba-accent-lt);
}
.ba-step__num {
    font-family: var(--ba-font-d);
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(249, 248, 246, 0.18);
    letter-spacing: 0.1em;
    align-self: start;
    padding-top: 4px;
    transition: color 0.35s;
}
.ba-step__title {
    font-family: var(--ba-font-d);
    font-size: clamp(1.1rem, 2vw, 1.7rem);
    font-weight: 400;
    color: var(--ba-white);
    letter-spacing: -0.02em;
    transition: color 0.35s;
}
.ba-step__text {
    font-size: 0.93rem;
    line-height: 1.8;
    color: var(--ba-muted);
    align-self: start;
}
.ba-cta {
    background: var(--ba-accent);
    padding: clamp(20px, 4vw, 40px) clamp(24px, 6vw, 100px) clamp(10rem, 15vw, 18rem);
    position: relative;
    border-radius: 60px 60px 0 0;
    margin-top: -60px;
    z-index: 2;
}
.ba-cta__ghost {
    position: absolute;
    bottom: -80px;
    right: -40px;
    font-family: var(--ba-font-d);
    font-size: clamp(8rem, 25vw, 28rem);
    font-weight: 700;
    color: rgba(8, 8, 8, 0.08);
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}
.ba-cta__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: center;
}
.ba-cta__eyebrow {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(8, 8, 8, 0.5);
    margin-bottom: 32px;
    display: block;
}
.ba-cta__title {
    font-family: var(--ba-font-d);
    font-size: clamp(2.5rem, 6vw, 7rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: var(--ba-black);
}
.ba-cta__title em {
    font-style: italic;
    color: rgb(8, 8, 8);
}
.ba-cta__sub {
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    line-height: 1.8;
    color: rgba(8, 8, 8, 0.55);
    max-width: 520px;
    margin-top: 28px;
}
@media (max-width: 1200px) {
    .ba-hero__title {
        font-size: clamp(3rem, 8vw, 6.5rem) !important;
    }
    .ba-hero__footer {
        grid-template-columns: repeat(3, 1fr);
    }
    .ba-about__top {
        grid-template-columns: 200px 1fr;
        gap: 48px;
    }
    .ba-outcomes {
        grid-template-columns: repeat(2, 1fr);
    }
    .ba-scope__head {
        grid-template-columns: 1fr;
    }
    .ba-method__top {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ba-step {
        grid-template-columns: 60px 1fr;
    }
    .ba-step__text {
        grid-column: 2;
        margin-top: 12px;
    }
    .ba-cta__inner {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    :root {
        --ba-pad: 120px !important;
    }
    .ba-hero {
        height: 100vh !important;
        height: 100svh !important;
        min-height: 100svh !important;
        min-height: 100vh !important;
        padding: 4rem 1rem 2rem !important;
    }
    .ba-hero__main {
        padding: 0 0.75rem !important;
        justify-content: center;
    }
    .ba-hero__title {
        font-size: clamp(1.8rem, 8vw, 3.2rem) !important;
        line-height: 1.3 !important;
        letter-spacing: -0.02em !important;
    }
    .ba-hero__pre {
        margin-bottom: 20px;
    }
    .ba-hero__footer {
        grid-template-columns: 1fr 1fr;
    }
    .ba-hero__footer-cell {
        padding: 20px 15px;
    }
    .ba-hero__footer-cell:last-child {
        grid-column: 1/-1;
        border-right: none;
        border-top: 1px solid var(--ba-border-d);
        padding: 30px 15px;
    }
    .ba-hero__footer-num {
        font-size: 1.4rem;
    }
    .ba-intro {
        grid-template-columns: 1fr;
    }
    .ba-about__top {
        grid-template-columns: 1fr;
    }
    .ba-outcomes {
        grid-template-columns: 1fr;
    }
    .ba-scope-row {
        grid-template-columns: 60px 1fr;
    }
    .ba-scope-row__icon {
        display: none;
    }
    .ba-scope-row__tag {
        display: none;
    }
    .ba-hero__topbar-right,
    .ba-hero__scroll {
        display: none !important;
    }
    .ba-hero__scroll {
        display: none !important;
    }
    .ba-btn {
        width: 100%;
        max-width: 320px;
        margin: 4rem auto 0 !important;
        display: flex;
        height: 58px;
        justify-content: space-between;
        padding: 0.5rem 0.5rem 0.5rem 2.2rem;
        min-width: unset;
        border-radius: 4rem;
        transform: translateY(-10px);
    }
    .ba-btn__label {
        flex: 1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        font-size: 0.95rem;
    }
    .ba-method {
        padding-top: 140px !important;
        padding-bottom: 120px !important;
    }
    .ba-mission {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
}
.premium-form .form-group input:focus,
.premium-form .form-group textarea:focus {
    border-color: var(--ba-accent);
}
.premium-form .form-group label {
    color: rgba(8, 8, 8, 0.4);
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Host Grotesk', sans-serif;
    background-color: var(--nw-b300);
    color: var(--nw-b100);
    overflow-x: hidden;
}
@media (hover: hover) and (pointer: fine) {
    body,
    body * {
        cursor: none !important;
    }
}
