@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;
    --section-pad: clamp(4rem, 10vw, 10rem);
    --container-pad: clamp(1.5rem, 5vw, 4rem);
    --accent: #D47328;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: none !important;
}
a, button, input, textarea, select, [role="button"] {
    cursor: none !important;
}
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;
}
.container {
    position: relative;
    width: 100%;
    height: 100%;
}
.main-content-wrapper {
    position: relative;
    width: 100%;
}
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100svh;
    padding: 1rem;
    background-color: var(--base-300);
}
.hero-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4rem;
    overflow: hidden;
}
.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    will-change: transform;
    background-color: var(--base-300);
}
.hero-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2rem;
    color: var(--base-300);
}
.header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
}
.small-label {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    opacity: 0.8;
    margin-bottom: -0.2rem;
    line-height: 1.4;
}
.headline {
    font-family: Georgia;
    font-size: clamp(3rem, 7vw, 9rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    width: 100%;
}
.sub-headline {
    font-size: clamp(1rem, 1.25vw, 1.2rem);
    font-weight: 400;
    opacity: 0.8;
    max-width: 800px;
    white-space: normal;
    line-height: 1.6;
}
.top-logo {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 10;
}
.contact-btn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 10;
}
.logo-text {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--base-300);
    letter-spacing: -0.05rem;
    line-height: 1.1;
    white-space: nowrap;
}
.main-content-wrapper {
    position: relative;
    width: 100%;
}
.menu-btn {
    position: fixed;
    bottom: clamp(1.5rem, 5vw, 2.5rem); 
    left: 50%;
    transform: translateX(-50%) scale(1);
    z-index: 20000;
    transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0.4rem 1.8rem 0.4rem 0.4rem;
    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);
    -webkit-mask-image: url("../images/mask2.svg"), linear-gradient(#000, #000);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 50% auto, 100% 100%;
    -webkit-mask-composite: xor;
    mask-image: url("../images/mask2.svg"), linear-gradient(#000, #000);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 50% auto, 100% 100%;
    mask-composite: exclude;
    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;
    z-index: 10;
}
.preloader-footer p {
    color: var(--base-300);
    opacity: 0.8;
    mix-blend-mode: difference;
}
.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: #363636; 
    z-index: 10000;
    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: flex-start;
    gap: 3.5rem; 
    padding: 2.5rem 1.5rem 2.5rem 0; 
    color: #ffffff;
}
.menu-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}
.menu-link-item {
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); 
}
.menu-link-item:first-child { border-top: 1px solid rgba(255, 255, 255, 0.08); }
.menu-link-item a {
    display: flex;
    align-items: center;
    justify-content: center; 
    color: #ffffff;
    text-decoration: none;
    font-size: clamp(1.2rem, 4vw, 4rem); 
    font-weight: 400;
    line-height: 1;
    padding: 0.35em 0;
    transform: translateY(110%);
    transition: color 0.3s ease, letter-spacing 0.4s ease;
    position: relative; 
}
.menu-link-item a:hover {
    color: var(--accent);
}
.menu-link-item a sup {
    position: absolute;
    right: 0; 
    left: auto;
    font-size: clamp(1rem, 2.2vw, 2rem);
    opacity: 0.6;
    letter-spacing: 0.1rem;
    font-family: "Host Grotesk", sans-serif; 
}
.menu-brand {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1rem, 2vw, 1.4rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4); 
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.menu-footer {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.social-links { display: flex; gap: 0.6rem; }
.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem; 
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1); 
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.5); 
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.4s ease;
}
.social-icon:hover {
    border-color: var(--accent);
    color: var(--accent);
    transform: translateY(-5px); 
    box-shadow: 0 6px 20px rgba(212, 115, 40, 0.2); 
}
.menu-right {
    flex: 0.75;
    border-radius: 3rem;
    overflow: hidden;
    background: #222;
}
@media (max-width: 900px) {
    .menu-right { flex: 0.5; border-radius: 2rem; }
    .menu-link-item a { padding: 0.6em 0; } 
    .menu-left { gap: 3rem; }
}
@media (max-width: 640px) {
    .menu-right { display: none; }
    .menu-left { 
        flex: 1; 
        padding: 3rem 1.5rem 8rem; 
        justify-content: space-between; 
        height: 100%;
    }
    .menu-brand {
        margin-bottom: 0; 
    }
    .menu-links {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center; 
    }
    .menu-link-item a { 
        font-size: clamp(1.4rem, 8vw, 2.5rem); 
        padding: 0.8em 0; 
    } 
}
.menu-btn .btn {
    cursor: none !important;
}
.menu-btn .btn-label {
    overflow: hidden; 
    height: clamp(1.4rem, 2.5vw, 1.8rem);
    display: flex;
    align-items: center;
}
.menu-btn .btn-label span {
    font-family: 'Tajawal', sans-serif;
    font-size: clamp(0.9rem, 1.8vw, 1.1rem); 
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    line-height: normal;
}
.menu-btn.active .btn {
    background-color: var(--base-300);
    color: var(--base-100);
    border-color: rgba(0, 0, 0, 0.08); 
}
.menu-btn .btn:hover {
    background-color: var(--base-300);
    border-color: var(--accent) !important;
}
.menu-btn .btn-icon {
    transform: none;
}
.menu-btn .btn:hover .btn-icon {
    transform: scale(1.1);
}
@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;
    }
}
@media (max-width: 800px) {
    .hero-inner {
        border-radius: 2.5rem;
    }
    .header {
        padding: 0 1rem;
        top: 45% !important; 
        gap: 0.8rem !important; 
    }
    .headline {
        letter-spacing: 0;
    }
    .sub-headline {
        white-space: normal;
        font-size: 1rem;
        line-height: 1.5;
    }
    .top-logo {
        top: 1.5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .contact-btn {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        margin-top: 1.5rem;
        display: flex;
        justify-content: center;
        z-index: 5;
    }
    .logo-text {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }
    .menu-btn {
        position: fixed;
        bottom: 2rem;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .preloader-progress-bar {
        left: 0%;
        width: 100%;
        transform: translateX(0%) scaleX(0);
    }
    .preloader-logo h1 {
        font-size: 2rem;
    }
    .preloader-mask {
    background-color: var(--base-100);
    -webkit-mask-image: url("../images/mask2.svg"), linear-gradient(#000, #000);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 85% auto, 100% 100%;
    -webkit-mask-composite: xor;
    mask-image: url("../images/mask2.svg"), linear-gradient(#000, #000);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 85% auto, 100% 100%;
    mask-composite: exclude;
    }
    .preloader-footer {
        width: 80%;
    }
}
.about-premium {
    position: relative;
    padding: var(--section-pad) var(--container-pad);
    background-color: var(--base-300);
    z-index: 10;
    border-radius: 0 0 3rem 3rem;
    overflow: hidden;
}
.about-premium-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6rem;
}
.about-premium-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    position: relative;
    z-index: 2;
}
.premium-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.premium-label-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.premium-dot {
    width: 6px;
    height: 6px;
    background-color: #D47328;
    border-radius: 50%;
}
.premium-label {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--base-200);
    text-transform: uppercase;
}
.premium-headline {
    font-family: serif;
    font-size: clamp(3rem, 4.5vw, 5rem);
    font-weight: 500;
    line-height: 1.4;
    color: var(--base-100);
    letter-spacing: -0.02em;
}
.premium-text-body {
    padding-right: 2rem;
    border-right: 1px solid rgba(24, 23, 23, 0.1);
}
.premium-desc {
    font-size: 1.15rem;
    color: var(--base-200);
    line-height: 1.7;
    max-width: 90%;
    opacity: 0.85;
}
.premium-features {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.premium-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}
.feature-num {
    font-family: serif;
    font-size: 1.5rem;
    color: #D47328;
    line-height: 1;
    margin-top: 0.15rem;
}
.feature-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.feature-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--base-100);
}
.feature-text {
    font-size: 1rem;
    color: var(--base-200);
    line-height: 1.6;
    opacity: 0.8;
}
.btn-premium,
.project-btn,
.collab-btn-standalone,
.btn.primary-btn,
.btn.outline-btn,
.btn.why-cta-btn,
.btn.form-submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.4rem 1.8rem 0.4rem 0.4rem;
    background-color: var(--base-300);
    color: var(--base-100);
    border: 1px solid rgba(24, 23, 23, 0.12);
    border-radius: 4rem;
    text-decoration: none;
    width: max-content;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: inherit;
}
.btn-premium:hover,
.project-btn:hover,
.collab-btn-standalone:hover,
.btn.primary-btn:hover,
.btn.outline-btn:hover,
.btn.why-cta-btn:hover,
.btn.form-submit-btn:hover {
    background-color: #ffffff;
    border-color: #D47328;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.btn-premium .btn-icon,
.project-btn .btn-icon,
.collab-btn-standalone .btn-icon,
.btn.primary-btn .btn-icon,
.btn.outline-btn .btn-icon,
.btn.why-cta-btn .btn-icon,
.btn.form-submit-btn .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%;
}
.btn-premium:hover .btn-icon {
    transform: scale(1.1) !important
}
.about-premium-images {
    flex: 1.1;
    position: relative;
    min-height: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.premium-img-wrapper {
    position: absolute;
    overflow: hidden;
    will-change: transform;
}
.img-main-wrapper {
    width: 75%;
    height: 80%;
    top: 0%;
    right: 0;
    z-index: 2;
    border-radius: 1rem;
}
.premium-img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    will-change: transform;
}
.img-secondary-wrapper {
    width: 60%;
    height: 60%;
    bottom: -5%;
    left: -5%;
    z-index: 3;
    border: 15px solid var(--base-300);
    background-color: var(--base-300);
    border-radius: 1rem;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.06);
}
.premium-img-secondary {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.15);
    will-change: transform;
}
.premium-accent-box {
    position: absolute;
    top: 5%;
    right: -2rem;
    width: 30%;
    height: 40%;
    border: 1px solid rgba(212, 115, 40, 0.4);
    z-index: 1;
}
.premium-accent-lines {
    position: absolute;
    bottom: 5rem;
    left: -3rem;
    width: 15rem;
    height: 15rem;
    background-image:
        radial-gradient(rgba(24, 23, 23, 0.15) 2px, transparent 2px);
    background-size: 1.5rem 1.5rem;
    z-index: 1;
    opacity: 0.6;
}
@media (max-width: 1100px) {
    .about-premium-container {
        flex-direction: column;
        gap: 5rem;
    }
    .about-premium-content {
        padding-right: 0;
        max-width: 800px;
        margin: 0 auto;
    }
    .about-premium-images {
        min-height: 600px;
        max-width: 800px;
        margin: 0 auto;
        padding-bottom: 2rem;
    }
}
@media (max-width: 640px) {
    .about-premium {
        padding: 5rem 1.5rem;
    }
    .about-premium-images {
        min-height: 450px;
    }
    .img-main-wrapper {
        width: 90%;
        height: 80%;
        top: 0;
        right: 0;
    }
    .img-secondary-wrapper {
        width: 70%;
        height: 55%;
        bottom: 0;
        left: 0;
        border-width: 8px;
    }
    .premium-text-body {
        padding-right: 1.5rem;
    }
    .premium-headline {
        letter-spacing: -0.01em;
    }
}
.facts-section {
    padding: var(--section-pad) var(--container-pad);
    background-color: var(--base-100);
    color: var(--base-300);
    position: relative;
    z-index: 15;
    margin-bottom: -3rem;
}
.facts-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
}
.facts-header {
    flex: 1;
}
.facts-title {
    font-family: serif;
    font-size: clamp(3.5rem, 5vw, 5.5rem);
    font-weight: 500;
    line-height: 1.1;
    color: var(--base-300);
    letter-spacing: -0.05em;
    margin-top: 1rem;
}
.facts-grid {
    flex: 2;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}
.fact-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-right: 2px solid rgba(245, 245, 245, 0.15);
    padding-right: 2rem;
    transition: transform 0.3s ease;
}
.fact-item:hover {
    transform: translateY(-8px);
}
.fact-number {
    font-family: serif;
    font-size: clamp(4rem, 5vw, 5rem);
    font-weight: 400;
    color: #D47328;
    line-height: 1;
}
.fact-text {
    font-size: 1.15rem;
    color: var(--base-300);
    opacity: 0.85;
    line-height: 1.5;
}
@media (max-width: 1024px) {
    .facts-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 4rem;
    }
    .facts-grid {
        width: 100%;
        gap: 2rem;
    }
    .fact-item {
        padding-right: 1.5rem;
    }
}
@media (max-width: 640px) {
    .facts-section {
        padding: 5rem 1.5rem 8rem 1.5rem;
        border-radius: 2rem 2rem 0 0;
    }
    .facts-grid {
        flex-direction: column;
        gap: 3rem;
    }
    .fact-item {
        border-left: none;
        border-top: 2px solid rgba(245, 245, 245, 0.15);
        padding-left: 0;
        padding-top: 1.5rem;
        align-items: center;
        text-align: center;
    }
    .fact-item:first-child {
        border-top: none;
        padding-top: 0;
    }
}
.services-section {
    background-color: var(--base-300);
    color: var(--base-100);
    padding: var(--section-pad) var(--container-pad);
    border-radius: 3rem 3rem 0 0;
    position: relative;
    z-index: 20;
}
.services-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 6rem;
    gap: 4rem;
}
.services-header-left {
    flex: 1;
}
.services-header-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
}
.services-header-left .small-label {
    color: var(--base-100);
    opacity: 0.6;
}
.section-title {
    font-family: serif;
    font-size: clamp(2.2rem, 4.5vw, 4.5rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.05rem;
    margin-top: 1rem;
}
.section-description {
    font-size: clamp(1rem, 1.2vw, 1.3rem);
    opacity: 0.8;
    line-height: 1.6;
    max-width: 90%;
}
.services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    perspective: 2000px;
}
.service-row {
    width: calc((100% - 6rem) / 4);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem;
    border: 1px solid rgba(24, 23, 23, 0.1);
    border-radius: 1.5rem;
    background-color: var(--base-300);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition:
        background-color 0.4s ease,
        transform 0.1s ease-out,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
    cursor: none !important;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    will-change: transform;
}
.service-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y),
            rgba(212, 115, 40, 0.1),
            transparent 40%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
}
.service-row:hover::before {
    opacity: 1;
}
.service-row:hover {
    background-color: #ffffff;
    border-color: rgba(24, 23, 23, 0.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}
.service-number {
    font-size: 1.5rem;
    opacity: 0.3;
    font-family: serif;
    width: auto;
}
.service-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    transform: translateZ(20px);
}
.service-name {
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    width: 100%;
}
.service-desc {
    font-size: clamp(0.95rem, 1vw, 1.1rem);
    opacity: 0.6;
    line-height: 1.5;
    transition: opacity 0.3s ease;
    width: 100%;
}
.service-row:hover .service-desc {
    opacity: 0.9;
}
.service-link-circle {
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid rgba(24, 23, 23, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--base-100);
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    align-self: flex-end;
    margin-top: auto;
}
.service-row:hover .service-link-circle {
    background-color: #D47328;
    color: var(--base-300);
    border-color: #D47328;
    transform: scale(1.1);
}
.services-footer-cta {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3rem;
    padding-bottom: 0;
}
.final-cta {
    font-family: serif;
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 500;
    letter-spacing: -0.05rem;
    line-height: 1.1;
}
.btn.outline-btn,
.btn.primary-btn,
.btn.why-cta-btn {
    background-color: var(--base-300);
    color: var(--base-100);
    border: 1px solid rgba(24, 23, 23, 0.12);
    padding: 0.4rem 1.8rem 0.4rem 0.4rem;
}
.btn.form-submit-btn {
    align-self: flex-start;
    margin-top: 1rem;
}
.btn.form-submit-btn .btn-icon {
    background-color: #D47328 !important;
    color: var(--base-300) !important;
}
.btn.primary-btn:hover,
.btn.outline-btn:hover {
    background-color: #ffffff;
    border-color: #D47328;
}
.btn.primary-btn .btn-icon,
.btn.outline-btn .btn-icon,
.btn.why-cta-btn .btn-icon,
.btn.form-submit-btn .btn-icon {
    background-color: #D47328;
    color: var(--base-300);
}
@media (max-width: 1200px) {
    .service-row {
        width: calc((100% - 4rem) / 3);
    }
}
@media (max-width: 1024px) {
    .services-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
    .service-row {
        width: calc((100% - 2rem) / 2);
    }
}
@media (max-width: 640px) {
    .services-section {
        padding: 5rem 1.5rem;
        border-radius: 2rem 2rem 0 0;
    }
    .service-row {
        width: 100%;
        padding: 2rem;
    }
}
.projects-section {
    position: relative;
    width: 100%;
    min-height: 120vh;
    padding: 1rem 0 14rem 0;
    background-color: var(--base-300);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 3rem 3rem;
    z-index: 15;
}
.projects-bg-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: serif;
    font-size: 26vw;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 1px rgba(24, 23, 23, 0.04);
    pointer-events: none;
    white-space: nowrap;
    z-index: 1;
    user-select: none;
    letter-spacing: -0.02em;
    will-change: transform;
}
.projects-bg-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, rgba(212, 115, 40, 0.12) 0%, transparent 65%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    filter: blur(40px);
    will-change: transform, opacity;
    animation: glow-breathe 5s ease-in-out infinite alternate;
}
@keyframes glow-breathe {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.5;
    }
}
.projects-axis-x {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(24, 23, 23, 0.08) 50%, transparent);
    z-index: 1;
    pointer-events: none;
}
.projects-axis-y {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(24, 23, 23, 0.08) 50%, transparent);
    z-index: 1;
    pointer-events: none;
}
.projects-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100vw;
}
.projects-arc-container {
    order: 1;
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 5rem;
}
.projects-header {
    order: 2;
    text-align: center;
    z-index: 5;
    margin-top: 1rem;
    margin-bottom: 4rem;
    padding: 0 2rem;
}
.projects-header .section-description {
    margin: 1.5rem auto 0 auto;
    max-width: 600px;
    opacity: 0.7;
}
.projects-nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 10;
}
.nav-arrow {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 1px solid rgba(24, 23, 23, 0.2);
    background: transparent;
    color: var(--base-100);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-arrow:hover {
    background-color: #D47328;
    color: var(--base-300);
    border-color: #D47328;
    transform: scale(1.1);
}
@media (max-width: 640px) {
    .projects-nav-arrows {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        margin-top: 1rem;
    }
}
.projects-arc {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    z-index: 2;
}
.project-card {
    position: absolute;
    left: -170px;
    top: 0;
    bottom: auto;
    width: 340px;
    height: 480px;
    transform-origin: center center;
    will-change: transform;
}
.project-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: -15px 25px 50px rgba(0, 0, 0, 0.3);
    cursor: none !important;
    background-color: var(--base-200);
    border: 1px solid rgba(255, 255, 255, 0.1);
    will-change: transform;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
    isolation: isolate;
}
.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}
.project-card:hover img {
    transform: scale(1.1);
}
.project-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.2rem 1.8rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    color: var(--base-300);
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    transform: translateY(0);
    transition: transform 0.5s ease;
}
.project-category {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.9;
}
.project-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0.8rem;
}
.project-btn {
    align-self: flex-start;
    background-color: #f5f5f5;
    color: var(--base-100);
    padding: 0.2rem 1.2rem 0.2rem 0.2rem;
    border: none;
    font-family: inherit;
    cursor: none !important;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}
.project-card:hover .project-btn {
    opacity: 1;
    transform: translateY(0);
}
.project-btn .btn-icon {
    background-color: #D47328;
    width: 2.22rem;
    height: 2.22rem;
}
.project-btn .btn-label span {
    font-size: 0.8rem;
    font-weight: 600;
}
@media (max-width: 900px) {
    .project-card {
        width: 260px;
        height: 380px;
        left: -130px;
    }
    .projects-header {
        margin-top: 1rem;
    }
}
@media (max-width: 640px) {
    .projects-arc-container {
        height: 480px;
        margin-top: 2rem;
    }
    .projects-arc {
        position: absolute;
        left: 50%;
        top: 30px;
        width: 100%;
        display: block;
    }
    .project-card {
        position: absolute;
        left: -130px;
        top: 0;
        width: 260px;
        height: 380px;
    }
    .project-card-clone {
        display: block !important;
    }
    .project-btn {
        opacity: 1;
        transform: translateY(0);
    }
}
.main-footer {
    position: relative;
    background-color: var(--base-100);
    color: var(--base-300);
    padding: 0;
    z-index: 30;
}
.collaboration-premium {
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--base-100);
    overflow: hidden;
    z-index: 20;
}
.collab-glass-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle at 50% 50%, rgba(212, 115, 40, 0.1) 0%, transparent 60%);
    z-index: 1;
    will-change: transform;
    animation: collab-drift 10s ease-in-out infinite alternate;
}
@keyframes collab-drift {
    0% {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.1) rotate(10deg);
    }
}
.collab-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    width: 100%;
    max-width: 1200px;
    padding: 3rem 4rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(212, 115, 40, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(212, 115, 40, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.collab-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    gap: 1rem;
    flex: 1;
}
.collab-label {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #D47328;
    text-transform: uppercase;
}
.collab-title {
    font-family: serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 500;
    color: var(--base-300);
    line-height: 1.15;
    letter-spacing: -0.01em;
}
.collab-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 600px;
}
.collab-btn-standalone {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    flex-shrink: 0;
    background-color: #D47328 !important;
    color: #ffffff !important;
    border: none;
    box-shadow: 0 10px 30px rgba(212, 115, 40, 0.4);
    min-width: 200px;
    padding: 1rem 2rem !important;
    border-radius: 4rem;
    text-decoration: none;
    z-index: 100;
    font-size: 1.15rem;
    font-weight: 600;
    font-family: sans-serif;
    transition: all 0.3s ease;
    visibility: visible !important;
    opacity: 1 !important;
}
.collab-btn-standalone:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(212, 115, 40, 0.6);
    background-color: #a85520 !important;
    color: #ffffff !important;
}
.collab-btn-standalone .icon-arrow {
    font-size: 1.4rem;
    line-height: 1;
    transition: transform 0.3s ease;
}
.collab-btn-standalone:hover .icon-arrow {
    transform: translateX(5px);
}
@media (max-width: 900px) {
    .collab-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 3rem 2rem;
        gap: 2rem;
    }
    .collab-text-wrapper {
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 640px) {
    .collaboration-premium {
        padding: 4rem 1.5rem;
    }
    .collab-content {
        padding: 2.5rem 1.5rem;
    }
    .collab-title {
        font-size: 2rem;
    }
    .collab-desc {
        font-size: 0.95rem;
    }
}
.why-choose-section {
    position: relative;
    width: 100%;
    background-color: var(--base-300);
    color: var(--base-100);
    padding: var(--section-pad) var(--container-pad);
    border-radius: 3rem 3rem 0 0;
    margin-top: -3rem;
    z-index: 25;
    overflow: hidden;
}
.why-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 7rem;
}
.why-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}
.why-label {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #D47328;
}
.why-title {
    font-family: serif;
    font-size: clamp(2.5rem, 4vw, 4.2rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
}
.why-title em {
    font-style: italic;
    color: #D47328;
    font-weight: 400;
}
.why-center-layout {
    display: grid;
    grid-template-columns: 1fr 400px 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
}
.why-column {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.why-left .why-item {
    justify-content: flex-end;
    text-align: right;
    flex-direction: row; 
    margin-left: 4rem;
    margin-right: -2rem;
}
.why-right .why-item {
    justify-content: flex-start; 
    text-align: right;
    flex-direction: row; 
    margin-right: 4rem;
    margin-left: -3rem;
}
.why-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    transition: transform 0.4s ease;
    cursor: default;
}
.why-item:hover {
    transform: translateY(-5px);
}
.why-item:hover .why-icon-wrap {
    background-color: #D47328;
    color: var(--base-300);
    box-shadow: 0 10px 20px rgba(212, 115, 40, 0.3);
}
.why-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: rgba(212, 115, 40, 0.1);
    color: #D47328;
    flex-shrink: 0;
    transition: all 0.4s ease;
}
.why-num {
    font-family: serif;
    font-size: 1.25rem;
    font-weight: 500;
}
.why-item-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.why-item-title {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: var(--base-100);
}
.why-item-desc {
    font-size: 1rem;
    opacity: 0.7;
    line-height: 1.5;
}
.why-center-img-col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-center-glow {
    position: absolute;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(212, 115, 40, 0.1) 0%, transparent 65%);
    z-index: 1;
    border-radius: 50%;
    animation: slow-pulse 4s ease-in-out infinite alternate;
    will-change: transform, opacity;
}
.why-center-shadow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 30px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, transparent 70%);
    z-index: 1;
    filter: blur(8px);
    border-radius: 50%;
    pointer-events: none;
    animation: shadow-float 4s ease-in-out infinite alternate;
    will-change: transform, opacity;
}
@keyframes slow-pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.05);
        opacity: 1;
    }
}
@keyframes shadow-float {
    0% {
        transform: translateX(-50%) scale(0.85);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) scale(1.1);
        opacity: 0.3;
    }
}
@keyframes image-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-25px);
    }
}
.why-center-img {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.08));
    animation: image-float 4s ease-in-out infinite alternate;
    will-change: transform;
}
.why-footer {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.why-cta-btn,
a.btn.why-cta-btn {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}
@media (max-width: 1200px) {
    .why-center-layout {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    .why-center-img-col {
        order: 2 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5rem 0; 
        position: relative;
    }
    .why-center-glow {
        width: 300px !important;
        height: 300px !important;
        background: radial-gradient(circle, rgba(212, 115, 40, 0.25) 0%, transparent 70%) !important;
        opacity: 1 !important;
        display: block !important;
    }
    .why-left { order: 1 !important; }
    .why-right { order: 3 !important; }
    .why-left, .why-right {
        grid-template-columns: 1fr !important;
        display: grid;
        gap: 3rem;
    }
}
@media (max-width: 900px) {
    .why-item {
        flex-direction: row !important; 
        gap: 1.5rem;
    }
    .why-left .why-item {
        justify-content: flex-end;
        text-align: right;
    }
    .why-right .why-item {
        justify-content: flex-start;
        text-align: right;
    }
}
@media (max-width: 640px) {
    .why-choose-section {
        padding: 3rem 1.5rem 1rem 1.5rem;
        border-radius: 2rem 2rem 0 0;
        margin-top: -2rem;
    }
    .why-item-title {
        font-size: 1.2rem;
    }
    .why-item-desc {
        font-size: 0.9rem;
    }
    .why-item {
        gap: 1rem;
    }
    .why-footer .btn {
        width: fit-content !important;
        justify-content: center !important;
        margin: 0 auto;
    }
}
.premium-form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.form-row {
    display: flex;
    gap: 2rem;
}
.form-row .form-group {
    flex: 1;
}
.form-group {
    position: relative;
    display: flex;
    flex-direction: column;
}
.form-group input,
.form-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(24, 23, 23, 0.2);
    padding: 1rem 0;
    font-size: 1.05rem;
    font-family: inherit;
    color: var(--base-100);
    transition: border-color 0.3s ease;
    resize: none;
    text-align: right;
    direction: rtl;
}
.form-group label {
    position: absolute;
    top: 1rem;
    right: 0;
    left: auto;
    font-size: 1rem;
    color: rgba(24, 23, 23, 0.6);
    pointer-events: none;
    transition: all 0.3s ease;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-bottom-color: #D47328;
}
.form-group input:focus~label,
.form-group input:not(:placeholder-shown)~label,
.form-group textarea:focus~label,
.form-group textarea:not(:placeholder-shown)~label {
    top: -1rem;
    font-size: 0.8rem;
    color: #D47328;
    font-weight: 500;
}
.form-consent {
    margin-top: 0.5rem;
}
.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: none !important;
    font-size: 0.95rem;
    color: rgba(24, 23, 23, 0.7);
    line-height: 1.4;
}
.consent-text a {
    color: #D47328;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(212, 115, 40, 0.2);
}
.consent-text a:hover {
    color: var(--base-100);
    border-bottom-color: #D47328;
}
.custom-checkbox input {
    display: none;
}
.checkmark {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(24, 23, 23, 0.3);
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.custom-checkbox input:checked~.checkmark {
    background-color: #D47328;
    border-color: #D47328;
}
.custom-checkbox input:checked~.checkmark::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-submit-btn {
    align-self: flex-start;
    margin-top: 1rem;
}
@media (max-width: 640px) {
    .form-row {
        flex-direction: column;
        gap: 2.5rem;
    }
    .form-submit-btn {
        width: 100%;
    }
}
.aboutus-animated-section {
    position: relative;
    width: 100vw;
    background-color: var(--base-100);
    color: var(--base-300);
    display: flex;
    flex-direction: column;
    z-index: 10;
    margin-top: -3rem;
}
.about-card {
    position: relative;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    padding: 1.5rem;
}
.about-card-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    will-change: transform;
    z-index: 1;
}
.about-card-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 400px;
    overflow: hidden;
    background-color: var(--base-200);
}
.about-card-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(2);
    will-change: transform;
}
.about-card-marquee {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 0;
}
.marquee-inner {
    display: inline-flex;
    white-space: nowrap;
    font-size: clamp(6rem, 12vw, 15rem);
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Host Grotesk", sans-serif;
    animation: marquee-scroll 28s linear infinite;
    will-change: transform;
}
.marquee-inner h1 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding-right: 0.5em;
    letter-spacing: -0.05em;
}
.about-card-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 2;
    top: 0;
    left: 0;
    pointer-events: none;
}
.about-card-title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.about-card-title h1 {
    font-family: serif;
    font-size: clamp(3rem, 6vw, 7.5rem);
    font-weight: 500;
    color: var(--base-300);
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.about-card-description {
    text-align: center;
    width: 50%;
    margin-bottom: 5rem;
    position: relative;
    transform: translate(0, 40px);
    opacity: 0;
    pointer-events: auto;
}
.about-card-description p {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}
.char-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.char-wrapper span {
    transform: translate(100%);
    display: inline-block;
    will-change: transform;
}
@media (max-width: 900px) {
    .about-card-description {
        width: 90%;
        margin-bottom: 3rem;
    }
}
@media (max-width: 640px) {
    .about-card-title h1 {
        font-size: 3rem;
    }
    .aboutus-animated-section {
        margin-top: -2rem;
    }
}
.about-panels-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    will-change: opacity, backdrop-filter;
    transform: translate3d(0, 0, 0);
    background:
        linear-gradient(to right,
            rgba(24, 23, 23, 0.90) 0%,
            rgba(24, 23, 23, 0.80) 40%,
            rgba(24, 23, 23, 0.65) 70%,
            rgba(24, 23, 23, 0.50) 100%);
    transition: opacity 0.4s ease;
}
.about-panels-topbar {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    opacity: 0;
    transform: translateY(-12px);
}
.about-panels-brand {
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #D47328;
    font-weight: 700;
    white-space: nowrap;
}
.about-panels-rule {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(212, 115, 40, 0.5), rgba(212, 115, 40, 0));
}
.about-panels-tagline {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(245, 245, 245, 0.35);
    white-space: nowrap;
}
.about-panels-track-outer {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    pointer-events: auto;
    padding-right: 20vw;
}
.about-panels-track {
    display: flex;
    align-items: stretch;
    gap: 0;
    will-change: transform;
}
.about-panel {
    flex-shrink: 0;
    width: clamp(450px, 45vw, 650px);
    height: auto;
    max-height: 80vh;
    padding: 5rem 6rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(212, 115, 40, 0.5);
    border-radius: 3rem;
    margin-left: 6rem;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
    transform-origin: left center;
    will-change: transform, opacity;
    transform: translate3d(0, 0, 0);
}
.about-panel:last-child {
    border-left: none;
    margin-left: 0;
}
.about-panel-index {
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    color: #D47328;
    font-family: var(--font-secondary);
    font-weight: 700;
    margin-bottom: -0.5rem;
    background: rgba(212, 115, 40, 0.1);
    padding: 0.4rem 1rem;
    border-radius: 2rem;
    width: fit-content;
    border: 1px solid rgba(212, 115, 40, 0.2);
}
.about-panel-category {
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(245, 245, 245, 0.35);
    font-weight: 500;
}
.about-panel-heading {
    font-family: serif;
    font-size: clamp(2.8rem, 5vw, 5.5rem);
    font-weight: 400;
    color: var(--base-300);
    line-height: 1.0;
    letter-spacing: -0.03em;
    margin: 0;
}
.about-panel-divider {
    width: 2.5rem;
    height: 1px;
    background: #D47328;
    opacity: 0.7;
}
.about-panel-body {
    font-size: 1rem;
    color: rgba(245, 245, 245, 0.7);
    line-height: 1.75;
    max-width: 38ch;
}
.about-panel-pillars {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.about-panel-pillars li {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    font-size: 0.95rem;
    color: rgba(245, 245, 245, 0.7);
    line-height: 1.55;
}
.ap-num {
    font-family: serif;
    font-style: italic;
    font-size: 1rem;
    color: #D47328;
    min-width: 1.4rem;
    padding-top: 0.05rem;
    opacity: 0.85;
}
.about-panel-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.5rem;
    padding: 0.75rem 1.6rem;
    border: 1px solid rgba(212, 115, 40, 0.5);
    color: #D47328;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
    transition: background 0.3s ease, color 0.3s ease;
    pointer-events: auto;
}
.about-panel-cta:hover {
    background: rgba(212, 115, 40, 0.12);
}
.about-panels-footer {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    opacity: 0;
    transform: translateY(12px);
}
.about-panels-progress-wrap {
    flex: 1;
    height: 1px;
    background: rgba(245, 245, 245, 0.1);
    overflow: hidden;
    max-width: 280px;
}
.about-panels-progress-bar {
    height: 100%;
    width: 0%;
    background: #D47328;
    transition: width 0.05s linear;
}
.about-panels-nav-hint {
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(245, 245, 245, 0.3);
}
@media (max-width: 1024px) {
    .about-panel {
        width: 65vw;
        padding: 4rem;
        margin-left: 4rem;
    }
}
@media (max-width: 900px) {
    .about-panels-overlay {
        padding: 2rem 1.5rem;
        background:
            linear-gradient(to bottom,
                rgba(24, 23, 23, 0.95) 0%,
                rgba(24, 23, 23, 0.85) 50%,
                rgba(24, 23, 23, 0.95) 100%);
    }
    .about-panels-track-outer {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-left: 0;
        align-items: flex-start;
        padding-top: 4rem;
    }
    .about-panels-track-outer::-webkit-scrollbar {
        display: none;
    }
    .about-panel {
        width: 85vw;
        padding: 2.5rem;
        margin-left: 2rem;
        border-radius: 2rem;
    }
    .about-panel-heading {
        font-size: 2.5rem;
    }
    .about-panel-body {
        font-size: 1rem;
        max-width: 100%;
    }
}
.marquee-strip {
    width: 100%;
    overflow: hidden;
    padding: 1.4rem 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    z-index: 5;
}
.marquee-dark {
    background-color: var(--base-100);
    color: var(--base-300);
    border-top: 1px solid rgba(245, 245, 245, 0.06);
    border-bottom: 1px solid rgba(245, 245, 245, 0.06);
}
.marquee-light {
    background-color: var(--base-300);
    color: var(--base-100);
    border-top: 1px solid rgba(24, 23, 23, 0.08);
    border-bottom: 1px solid rgba(24, 23, 23, 0.08);
}
.marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 2.5rem;
    animation: marquee-scroll 28s linear infinite;
    will-change: transform;
}
.marquee-reverse .marquee-track {
    animation-direction: reverse;
}
.marquee-track span {
    font-size: clamp(0.85rem, 1.1vw, 1.1rem);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    flex-shrink: 0;
    opacity: 0.75;
    transition: opacity 0.3s ease;
}
.marquee-track span:hover {
    opacity: 1;
}
.marquee-sep {
    color: #D47328 !important;
    font-size: 0.6rem !important;
    opacity: 1 !important;
    flex-shrink: 0;
}
@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(50%);
    }
}
.hscroll-section {
    position: relative;
    background-color: var(--base-300);
}
.hscroll-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.hscroll-left {
    width: 38%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5rem 4rem 5rem 5rem;
    background-color: var(--base-100);
    color: var(--base-300);
    position: relative;
    z-index: 2;
    border-top-left-radius: 4.5rem;
    border-bottom-left-radius: 4.5rem;
    overflow: hidden;
}
.hscroll-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(212, 115, 40, 0.5), transparent);
}
.hscroll-label {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #D47328;
    margin-bottom: 1.5rem;
}
.hscroll-title {
    font-family: serif;
    font-size: clamp(2.8rem, 4vw, 5rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: var(--base-300);
    margin-bottom: 3rem;
}
.hscroll-title em {
    font-style: italic;
    color: #D47328;
}
.hscroll-progress-bar-wrap {
    width: 100%;
    height: 1px;
    background: rgba(245, 245, 245, 0.12);
    margin-bottom: 1.2rem;
    border-radius: 999px;
    overflow: hidden;
}
.hscroll-progress-bar {
    height: 100%;
    background: #D47328;
    border-radius: 999px;
    width: 0%;
    transition: width 0.1s linear;
}
.hscroll-counter {
    font-size: 1rem;
    opacity: 0.45;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.hscroll-current {
    color: var(--base-300);
    opacity: 1;
}
.hscroll-right {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.hscroll-track {
    display: flex;
    align-items: stretch;
    height: 100%;
    width: max-content;
    will-change: transform;
}
.hscroll-card {
    width: 42vw;
    min-width: 380px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4rem 3.5rem;
    position: relative;
    border-right: 1px solid rgba(24, 23, 23, 0.08);
    background-color: var(--base-300);
    transition: background-color 0.5s ease;
    overflow: hidden;
    cursor: default;
}
.hscroll-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(212, 115, 40, 0.04) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
}
.hscroll-card:hover::before {
    opacity: 1;
}
.hscroll-card:hover {
    background-color: #faf9f7;
}
.hscroll-card-num {
    position: absolute;
    top: 3rem;
    left: 3.5rem;
    font-family: serif;
    font-size: 1rem;
    font-weight: 400;
    color: #D47328;
    letter-spacing: 0.05em;
    opacity: 0.7;
}
.hscroll-card-icon {
    position: absolute;
    top: 3.5rem;
    right: 3.5rem;
    font-size: 3.5rem;
    color: rgba(24, 23, 23, 0.12);
    margin-bottom: 0;
    line-height: 1;
    transition: color 0.4s ease, transform 0.4s ease;
}
.hscroll-card:hover .hscroll-card-icon {
    color: #D47328;
    transform: scale(1.1) rotate(15deg);
}
.hscroll-card-title {
    font-family: serif;
    font-size: clamp(1.8rem, 2.5vw, 2.8rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--base-100);
    margin-bottom: 1.5rem;
}
.hscroll-card-desc {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--base-200);
    opacity: 0.85;
    max-width: 90%;
    margin-bottom: 2rem;
}
.hscroll-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #D47328;
    border: 1px solid rgba(212, 115, 40, 0.3);
    border-radius: 999px;
    padding: 0.4rem 1rem;
    width: fit-content;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.hscroll-card:hover .hscroll-card-tag {
    background-color: #D47328;
    color: white;
    border-color: #D47328;
}
.hscroll-card::after {
    content: attr(data-num);
    position: absolute;
    bottom: -1.5rem;
    right: 2rem;
    font-family: serif;
    font-size: 12rem;
    font-weight: 700;
    color: rgba(24, 23, 23, 0.03);
    pointer-events: none;
    line-height: 1;
    transition: opacity 0.4s ease;
}
@media (max-width: 1024px) {
    .hscroll-card {
        width: 60vw;
    }
}
@media (max-width: 900px) {
    .hscroll-section {
        height: auto;
    }
    .hscroll-sticky {
        position: relative;
        height: auto;
        flex-direction: column;
    }
    .hscroll-left {
        width: 100%;
        padding: var(--section-pad) var(--container-pad);
        border-radius: 0 0 3rem 3rem;
    }
    .hscroll-left::after {
        display: none;
    }
    .hscroll-right {
        overflow: visible;
    }
    .hscroll-track {
        flex-direction: column;
        width: 100%;
        gap: 2rem;
        padding: 4rem var(--container-pad);
    }
    .hscroll-card {
        width: 100%;
        min-width: unset;
        height: auto;
        min-height: 350px;
        padding: 3rem 2rem;
        border-right: none;
        border-bottom: 1px solid rgba(24, 23, 23, 0.08);
        border-radius: 2rem;
    }
    .hscroll-progress-bar-wrap,
    .hscroll-counter {
        display: none;
    }
}
@media (max-width: 640px) {
    .marquee-track span {
        font-size: 0.75rem;
    }
}
.draw-path {
    stroke-dasharray: var(--path-length, 2000);
    stroke-dashoffset: var(--path-length, 2000);
    will-change: stroke-dashoffset;
}
.svg-path-divider {
    position: relative;
    width: 100%;
    overflow: visible;
    pointer-events: none;
    z-index: 5;
}
.divider-wave {
    height: 80px;
    margin: 0;
    background: transparent;
}
.divider-geo {
    height: 60px;
    margin: 0;
    background: transparent;
}
.divider-wave svg,
.divider-geo svg {
    width: 100%;
    height: 100%;
    display: block;
}
.collab-svg-signature {
    position: absolute;
    bottom: 2rem;
    right: 4rem;
    width: clamp(220px, 35vw, 500px);
    height: auto;
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
}
.collab-svg-signature svg {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
}
.collaboration-premium {
    position: relative;
}
@media (max-width: 768px) {
    .collab-svg-signature {
        right: 1rem;
        bottom: 1rem;
        width: 55vw;
        opacity: 0.5;
    }
    .divider-wave {
        height: 50px;
    }
    .divider-geo {
        height: 40px;
    }
}
body::after {
    content: '';
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 99990;
    opacity: 0.018;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 128px 128px;
}
.hero-inner::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.55) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 40%);
    z-index: 2;
    pointer-events: none;
}
.hero-content {
    z-index: 3;
}
.hero-scroll-hint {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(245, 245, 245, 0.5);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    pointer-events: none;
}
.hero-scroll-hint .scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0.5), transparent);
    animation: scroll-pulse 2s ease-in-out infinite;
}
@keyframes scroll-pulse {
    0%,
    100% {
        transform: scaleY(1);
        opacity: 0.5;
    }
    50% {
        transform: scaleY(0.6);
        opacity: 1;
    }
}
.about-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 4rem;
    right: 4rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 115, 40, 0.3) 50%, transparent);
    pointer-events: none;
}
.fact-item {
    position: relative;
    overflow: visible;
}
.fact-number {
    position: relative;
    display: inline-block;
}
.fact-number::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    left: auto;
    width: 0%;
    height: 2px;
    background: #D47328;
    transition: width 1s ease 0.3s;
}
.fact-item.in-view .fact-number::after {
    width: 60%;
}
.service-row::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D47328, transparent);
    transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 999px;
}
.service-row:hover::after {
    width: 100%;
}
.service-number {
    transition: opacity 0.4s ease, color 0.4s ease;
    font-family: serif;
    color: var(--base-100);
}
.service-row:hover .service-number {
    opacity: 1;
    color: #D47328;
}
.hscroll-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 115, 40, 0.4) 50%, transparent);
}
.hscroll-card-title {
    position: relative;
}
.hscroll-card-title::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 2rem;
    height: 1px;
    background: #D47328;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), width 0.4s ease;
}
.hscroll-card:hover .hscroll-card-title::after {
    transform: scaleX(1);
    width: 3rem;
}
.projects-axis-x,
.projects-axis-y {
    opacity: 0;
    transition: opacity 0.8s ease;
}
.projects-section:hover .projects-axis-x,
.projects-section:hover .projects-axis-y {
    opacity: 1;
}
.project-card-inner {
    box-shadow:
        -8px 20px 40px rgba(0, 0, 0, 0.25),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.project-category {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border: 1px solid rgba(245, 245, 245, 0.2);
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
    width: fit-content;
}
.pillar-premium-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    transition: width 0.6s ease;
    border-radius: 999px;
}
.pillar-premium-item {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 2rem;
}
.pillar-premium-item:hover::before {
    width: 100%;
}
.aboutus-mission-premium::before {
    content: '"';
    position: absolute;
    top: 3rem;
    left: 0;
    font-family: serif;
    font-size: 12rem;
    line-height: 1;
    color: rgba(212, 115, 40, 0.06);
    pointer-events: none;
    font-weight: 700;
}
.collab-content {
    position: relative;
    isolation: isolate;
}
.collab-content::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(212, 115, 40, 0.12) 0%, rgba(255, 255, 255, 0.02) 100%);
    z-index: -1;
}
.form-group {
    position: relative;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(212, 115, 40, 0.15);
}
.menu-overlay::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 40%;
    background: radial-gradient(circle, rgba(212, 115, 40, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.menu-link-item {
    position: relative;
    counter-increment: nav-counter;
}
.menu-link-item a::before {
    content: '0' counter(nav-counter);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.5em;
    opacity: 0.3;
    font-family: 'Host Grotesk', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
}
.menu-link-item a:hover::before {
    opacity: 0.8;
}
.menu-links {
    counter-reset: nav-counter;
}
@keyframes btn-pulse {
    0%,
    100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-50%) scale(1.5);
        opacity: 1;
    }
}
.facts-section {
    box-shadow: 0 -2px 0 rgba(212, 115, 40, 0.08) inset;
}
.fact-item::before {
    content: '';
    position: absolute;
    right: -1px;
    left: auto;
    top: 0;
    width: 2px;
    height: 0%;
    background: #D47328;
    transition: height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.fact-item:hover::before {
    height: 100%;
}
.final-cta {
    background: linear-gradient(135deg, var(--base-100) 0%, #D47328 50%, var(--base-100) 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.6s ease;
}
.final-cta:hover {
    background-position: 100% 0;
}
.preloader-footer p {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}
.marquee-sep {
    opacity: 0.6 !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.marquee-track:hover .marquee-sep {
    opacity: 1 !important;
    transform: rotate(45deg);
}
.projects-header .section-title {
    position: relative;
    display: inline-block;
}
.projects-header .section-title::after {
    content: '';
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 1px;
    background: #D47328;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.form-submit-btn {
    position: relative;
    overflow: hidden;
}
.form-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}
.form-submit-btn:hover::before {
    left: 100%;
}
.form-consent {
    flex: 1;
}
.form-submit-btn {
    flex-shrink: 0;
    min-width: 220px;
    justify-content: center;
}
.collaboration-premium::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 128px 128px;
    pointer-events: none;
    z-index: 0;
}
.overview-divider {
    position: relative;
}
.overview-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(212, 115, 40, 0.5);
}
.why-center-img-col::before {
    content: '';
    position: absolute;
    inset: -20px;
    border-radius: 50%;
    border: 1px solid rgba(212, 115, 40, 0.08);
    animation: ring-rotate 12s linear infinite;
}
@keyframes ring-rotate {
    from {
        transform: rotate(0deg) scale(1);
    }
    to {
        transform: rotate(360deg) scale(1);
    }
}
.header .headline {
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}
.header .small-label,
.header .sub-headline {
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}
.btn:hover .btn-icon {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.menu-btn .btn:hover .btn-icon ion-icon {
    transform: none;
}
.btn-icon ion-icon {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.premium-dot {
    animation: dot-pulse 2.5s ease-in-out infinite;
}
@keyframes dot-pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.6;
    }
}
.hscroll-progress-bar {
    box-shadow: 0 0 8px rgba(212, 115, 40, 0.4);
}
.svg-path-divider {
    opacity: 0.8;
}
.img-main-wrapper::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 30%;
    height: 30%;
    border-right: 1px solid rgba(212, 115, 40, 0.3);
    border-bottom: 1px solid rgba(212, 115, 40, 0.3);
    pointer-events: none;
    transition: opacity 0.4s ease;
    opacity: 0.7;
}
.top-logo {
    mix-blend-mode: normal;
}
.pillar-desc {
    font-size: 1.15rem;
    line-height: 1.65;
    color: rgba(245, 245, 245, 0.8);
}
.marquee-strip.marquee-dark {
    box-shadow:
        0 -1px 0 rgba(212, 115, 40, 0.06) inset,
        0 1px 0 rgba(212, 115, 40, 0.06) inset;
}
.hero-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(212, 115, 40, 0.08) 0%, transparent 60%);
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: multiply;
}
.why-choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30vw;
    height: 30vw;
    background: radial-gradient(circle, rgba(212, 115, 40, 0.04) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
.why-container {
    position: relative;
    z-index: 1;
}
.collab-btn-standalone .icon-arrow {
    display: inline-block;
    margin-left: 0.25rem;
}
.concept-text {
    font-size: 0.72rem;
    letter-spacing: 0.05em;
}
@media (max-width: 800px) {
    .hero-scroll-hint {
        display: none;
    }
    .about-premium::before {
        left: 1.5rem;
        right: 1.5rem;
    }
    .final-cta {
        -webkit-text-fill-color: var(--base-100);
        background: none;
    }
    .aboutus-mission-premium::before {
        font-size: 7rem;
        opacity: 0.04;
    }
}
.hscroll-section {
    position: relative;
    background-color: var(--base-300);
}
.hscroll-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.hscroll-left {
    width: 38%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 5rem 4rem 5rem 5rem;
    background-color: var(--base-100);
    color: var(--base-300);
    position: relative;
    z-index: 2;
}
.hscroll-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(212, 115, 40, 0.5), transparent);
}
.hscroll-label {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #D47328;
    margin-bottom: 1.5rem;
}
.hscroll-title {
    font-family: serif;
    font-size: clamp(2.8rem, 4vw, 5rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.04em;
    color: var(--base-300);
    margin-bottom: 3rem;
}
.hscroll-title em {
    font-style: italic;
    color: #D47328;
}
.hscroll-progress-bar-wrap {
    width: 100%;
    height: 1px;
    background: rgba(245, 245, 245, 0.12);
    margin-bottom: 1.2rem;
    border-radius: 999px;
    overflow: hidden;
}
.hscroll-progress-bar {
    height: 100%;
    background: #D47328;
    border-radius: 999px;
    width: 0%;
    transition: width 0.1s linear;
}
.hscroll-counter {
    font-size: 1rem;
    opacity: 0.45;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.hscroll-current {
    color: var(--base-300);
    opacity: 1;
}
.hscroll-right {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.hscroll-track {
    display: flex;
    align-items: stretch;
    height: 100%;
    width: max-content;
    will-change: transform;
}
.hscroll-card {
    width: 42vw;
    min-width: 380px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4rem 3.5rem;
    position: relative;
    border-right: 1px solid rgba(24, 23, 23, 0.08);
    background-color: var(--base-300);
    transition: background-color 0.5s ease;
    overflow: hidden;
    cursor: default;
}
.hscroll-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(212, 115, 40, 0.04) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
}
.hscroll-card:hover::before {
    opacity: 1;
}
.hscroll-card:hover {
    background-color: #faf9f7;
}
.hscroll-card-num {
    position: absolute;
    top: 3rem;
    left: 3.5rem;
    font-family: serif;
    font-size: 1rem;
    font-weight: 400;
    color: #D47328;
    letter-spacing: 0.05em;
    opacity: 0.7;
}
.hscroll-card-icon {
    font-size: 3.5rem;
    color: rgba(24, 23, 23, 0.12);
    margin-bottom: 1.5rem;
    line-height: 1;
    transition: color 0.4s ease, transform 0.4s ease;
}
.hscroll-card:hover .hscroll-card-icon {
    color: #D47328;
    transform: scale(1.1) rotate(15deg);
}
.hscroll-card-title {
    font-family: serif;
    font-size: clamp(1.8rem, 2.5vw, 2.8rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--base-100);
    margin-bottom: 1.5rem;
}
.hscroll-card-desc {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--base-200);
    opacity: 0.85;
    max-width: 340px;
    margin-bottom: 2rem;
}
.hscroll-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #D47328;
    border: 1px solid rgba(212, 115, 40, 0.3);
    border-radius: 999px;
    padding: 0.4rem 1rem;
    width: fit-content;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.hscroll-card:hover .hscroll-card-tag {
    background-color: #D47328;
    color: white;
    border-color: #D47328;
}
.hscroll-card::after {
    content: attr(data-num);
    position: absolute;
    bottom: -1.5rem;
    right: 2rem;
    font-family: serif;
    font-size: 12rem;
    font-weight: 700;
    color: rgba(24, 23, 23, 0.03);
    pointer-events: none;
    line-height: 1;
    transition: opacity 0.4s ease;
}
@media (max-width: 900px) {
    .hscroll-section {
        height: auto;
    }
    .hscroll-sticky {
        position: relative;
        height: auto;
        flex-direction: column;
    }
    .hscroll-left {
        width: 100%;
        padding: 4rem 2rem 3rem 2rem;
    }
    .hscroll-left::after {
        display: none;
    }
    .hscroll-right {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .hscroll-track {
        width: 100%;
        height: auto;
        min-height: 480px;
        align-items: center;
    }
    .hscroll-card {
        width: 78vw;
        min-width: 300px;
        height: 480px;
    }
    .hscroll-progress-bar-wrap,
    .hscroll-counter {
        display: none;
    }
}
.hero-inner .hero-scroll-hint,
.hero-scroll-hint {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    color: rgba(245, 245, 245, 0.55);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    pointer-events: none;
    opacity: 0;
}
.hero-scroll-hint .scroll-line {
    width: 1px;
    height: 36px;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0.6), transparent);
    animation: scroll-pulse 2.2s ease-in-out infinite;
    order: -1;
}
.service-row:focus-within .service-number {
    opacity: 1;
    color: #D47328;
}
.aboutus-mission-premium {
    position: relative;
    overflow: hidden;
}
.pillar-premium-item {
    border-top: none;
}
.pillar-premium-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    z-index: 0;
}
.pillar-premium-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #D47328;
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1;
}
.pillar-premium-item:hover::after {
    width: 100%;
}
.overview-divider {
    transform-origin: top;
    height: 100%;
    min-height: 120px;
}
@supports not (-webkit-background-clip: text) {
    .final-cta {
        color: var(--base-100);
    }
}
.hero-inner {
    position: relative;
}
h1,
h2,
h3,
.logo-text,
.headline,
.facts-title,
.section-title,
.overview-title,
.mission-premium-text,
.why-title,
.collab-title,
.contact-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.hscroll-section .service-link-circle {
    border-color: rgba(245, 245, 245, 0.2);
    color: var(--base-300);
}
.why-choose-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 115, 40, 0.15) 50%, transparent);
    pointer-events: none;
}
.projects-header .small-label,
.projects-header .section-title,
.projects-header .section-description {
    opacity: 0;
}
.btn,
.btn-premium,
.collab-btn-standalone,
.why-cta-btn {
    transition:
        transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.35s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        filter 0.3s ease;
}
.form-group::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 1px;
    background: #D47328;
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}
.form-group:focus-within::after {
    width: 100%;
}
.marquee-strip {
    will-change: transform;
}
.about-premium {
    border-radius: 0 0 0 0;
}
.hscroll-card {
    will-change: transform, background-color;
}
::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 {
    --mobile-padding: 1.25rem;
    --mobile-section-gap: 4rem;
    --touch-target: 48px;
    --mobile-radius: 1.5rem;
    --mobile-radius-lg: 2rem;
}
@media (max-width: 480px) {
    .hero-inner {
        border-radius: var(--mobile-radius-lg);
    }
    .hero {
        padding: 0.65rem;
    }
    .top-logo {
        top: 1.2rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 20;
    }
    .logo-text {
        font-size: 2rem;
        letter-spacing: -0.02rem;
    }
    .headline {
        font-size: clamp(2.4rem, 10vw, 3.5rem);
        letter-spacing: -0.01rem;
        line-height: 1.3;
    }
    .sub-headline {
        font-size: 0.92rem;
        max-width: 100%;
        opacity: 0.85;
        line-height: 1.55;
    }
    .small-label {
        font-size: 0.75rem;
        letter-spacing: 0.1rem;
    }
    .hero-scroll-hint {
        display: none;
    }
    .menu-btn {
        bottom: 1.2rem;
        display: flex;
        justify-content: space-between;
    }
    .menu-btn .btn {
        padding: 0.4rem 1.8rem 0.4rem 0.4rem;
        font-size: 0.9rem;
        gap: 1rem;
    }
    .menu-btn .btn-icon {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
    }
    .menu-btn .btn-label span {
        font-size: 0.9rem;
    }
    .menu-btn .btn-icon ion-icon {
    --ionicon-stroke-width: 32px;
    }
}
@media (max-width: 480px) {
    .preloader-footer {
        width: 90%;
        bottom: 3.5rem;
    }
    .preloader-footer p {
        font-size: 0.85rem;
        line-height: 1.4;
        opacity: 1;
    }
}
@media (max-width: 480px) {
    .about-premium {
        padding: 4rem var(--mobile-padding);
        border-radius: 0 0 var(--mobile-radius-lg) var(--mobile-radius-lg);
    }
    .about-premium-container {
        gap: 3rem;
    }
    .premium-headline {
        font-size: clamp(2.2rem, 8vw, 3rem);
        line-height: 1.4;
    }
    .premium-desc {
        font-size: 0.95rem;
        line-height: 1.65;
        opacity: 1;
        max-width: 100%;
    }
    .premium-text-body {
        padding-left: 1rem;
    }
    .premium-feature-item {
        gap: 1rem;
    }
    .feature-title {
        font-size: 1.1rem;
    }
    .feature-text {
        font-size: 0.9rem;
    }
    .feature-num {
        font-size: 1.3rem;
        min-width: 2.5rem;
    }
    .about-premium-images {
        min-height: 360px;
    }
    .img-main-wrapper {
        width: 88%;
        height: 75%;
    }
    .img-secondary-wrapper {
        width: 65%;
        height: 55%;
        bottom: 0;
        left: -2%;
        border-width: 6px;
    }
    .premium-accent-box {
        display: none;
    }
}
@media (max-width: 480px) {
    .svg-path-divider {
        padding: 0 var(--mobile-padding);
    }
}
@media (max-width: 480px) {
    .facts-section {
        padding: 4rem var(--mobile-padding) 6rem var(--mobile-padding);
        border-radius: var(--mobile-radius-lg) var(--mobile-radius-lg) 0 0;
    }
    .facts-title {
        font-size: clamp(2.8rem, 10vw, 4rem);
    }
    .facts-grid {
        flex-direction: column;
        gap: 0;
    }
    .fact-item {
        border-left: none;
        border-top: 1px solid rgba(245,245,245,0.12);
        padding: 1.8rem 1.5rem 1.8rem 0;
        align-items: flex-start;
        text-align: right;
    }
    .fact-item:first-child {
        border-top: none;
        padding-top: 0;
    }
    .fact-number {
        font-size: 3.5rem;
    }
    .fact-text {
        font-size: 1rem;
        opacity: 0.75;
    }
}
@media (max-width: 480px) {
    .services-section {
        padding: 4rem var(--mobile-padding);
        border-radius: var(--mobile-radius-lg) var(--mobile-radius-lg) 0 0;
    }
    .services-top {
        margin-bottom: 2.5rem;
        gap: 1.5rem;
    }
    .section-title {
        font-size: clamp(2rem, 8vw, 2.8rem);
        line-height: 1.1;
    }
    .section-description {
        font-size: 0.95rem;
        max-width: 100%;
        opacity: 0.75;
    }
    .services-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        perspective: none;
    }
    .service-row {
        width: 100%;
        padding: 1.75rem;
        border-radius: var(--mobile-radius);
        transform-style: flat;
        gap: 1rem;
    }
    .service-row:hover {
        transform: none;
    }
    .service-desc {
        opacity: 0.7;
        font-size: 0.9rem;
    }
    .service-name {
        font-size: 1.3rem;
    }
    .service-number {
        font-size: 1.1rem;
        opacity: 0.25;
    }
    .service-link-circle {
        width: 3rem;
        height: 3rem;
        font-size: 1rem;
    }
    .final-cta {
        font-size: clamp(2rem, 8vw, 3rem);
        letter-spacing: -0.02rem;
    }
    .services-footer-cta {
        gap: 2rem;
    }
    .services-footer-cta .btn {
        width: 100%;
        justify-content: space-between;
    }
}
@media (max-width: 480px) {
    .projects-section {
        padding: 2rem 0 8rem 0;
        min-height: auto;
        border-radius: 0 0 var(--mobile-radius-lg) var(--mobile-radius-lg);
    }
    .projects-header {
        margin-top: 0.5rem;
        margin-bottom: 2rem;
        padding: 0 var(--mobile-padding);
    }
    .projects-header .section-title {
        font-size: clamp(2rem, 8vw, 2.8rem);
    }
    .projects-header .section-description {
        max-width: 100%;
        font-size: 0.9rem;
    }
}
@media (max-width: 480px) {
    .marquee-track span {
        font-size: 0.75rem;
        letter-spacing: 0.08em;
    }
    .marquee-strip {
        padding: 1rem 0;
    }
}
@media (max-width: 480px) {
    .about-card {
        padding: 0.65rem;
    }
    .about-card-img {
        border-radius: 200px;
    }
    .about-card-title h1 {
        font-size: 2.2rem;
        line-height: 1.1;
    }
    .about-card-description {
        width: 92%;
        margin-bottom: 2.5rem;
    }
    .about-card-description p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    .marquee-inner {
        font-size: clamp(5rem, 20vw, 8rem);
    }
}
@media (max-width: 480px) {
    .about-panels-overlay {
        padding: 1.5rem var(--mobile-padding);
    }
    .about-panels-track-outer {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-left: var(--mobile-padding);
    }
    .about-panel {
        width: 82vw;
        padding: 1.8rem 1.5rem;
        border-radius: var(--mobile-radius-lg);
        margin-right: 1rem;
    }
    .about-panel-heading {
        font-size: 2.2rem;
    }
    .about-panel-body {
        font-size: 0.88rem;
        line-height: 1.7;
    }
    .about-panels-footer {
        display: none;
    }
    .about-panels-topbar {
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .about-panels-tagline {
        display: none;
    }
}
@media (max-width: 480px) {
    .hscroll-section {
        height: auto !important;
    }
    .hscroll-sticky {
        position: relative;
        height: auto;
        flex-direction: column;
        overflow: visible;
    }
    .hscroll-left {
        width: 100%;
        padding: 3rem var(--mobile-padding);
        border-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .hscroll-left::after {
        display: none;
    }
    .hscroll-title {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }
    .hscroll-right {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .hscroll-right::-webkit-scrollbar {
        display: none;
    }
    .hscroll-track {
        width: 100%;
        height: auto;
        min-height: 380px;
        padding: 1.5rem var(--mobile-padding);
        gap: 1rem;
        align-items: center;
    }
    .hscroll-card {
        width: 80vw;
        min-width: 260px;
        height: 380px;
        border-radius: var(--mobile-radius-lg);
        padding: 2rem 1.5rem;
    }
    .hscroll-card-title {
        font-size: 1.6rem;
    }
    .hscroll-card-desc {
        font-size: 0.9rem;
    }
    .hscroll-card-num {
        top: 1.5rem;
        left: 1.5rem;
    }
    .hscroll-progress-bar-wrap,
    .hscroll-counter {
        display: none;
    }
}
@media (max-width: 480px) {
    .collaboration-premium {
        padding: 3.5rem var(--mobile-padding);
    }
    .collab-content {
        padding: 2rem var(--mobile-padding);
        gap: 2rem;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    .collab-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .collab-desc {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    .collab-btn-standalone {
        width: 100%;
        justify-content: center;
        padding: 0.9rem 2rem !important;
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .why-choose-section {
        padding: 3rem var(--mobile-padding) 2rem var(--mobile-padding);
        border-radius: var(--mobile-radius-lg) var(--mobile-radius-lg) 0 0;
        margin-top: -1.5rem;
    }
    .why-container {
        gap: 3rem;
    }
    .why-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
        line-height: 1.1;
    }
    .why-center-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .why-center-img-col {
        order: -1;
    }
    .why-center-img {
        max-width: 220px;
        animation: none;
    }
    .why-center-glow,
    .why-center-shadow {
        display: none;
    }
    .why-item {
        flex-direction: row !important;
        align-items: flex-start;
        text-align: right !important;
        gap: 1rem;
    }
    .why-left .why-item {
        flex-direction: row-reverse !important;
        justify-content: flex-start;
    }
    .why-right .why-item {
        flex-direction: row !important;
        justify-content: flex-start;
    }
    .why-icon-wrap {
        width: 3rem;
        height: 3rem;
        flex-shrink: 0;
    }
    .why-item-title {
        font-size: 1.1rem;
    }
    .why-item-desc {
        font-size: 0.88rem;
        line-height: 1.55;
    }
    .why-footer .btn,
    .why-footer a.btn {
        width: 100%;
        justify-content: space-between;
    }
}
@media (max-width: 480px) {
    .menu-overlay {
        padding: 0;
    }
    .menu-left {
        padding: 2rem var(--mobile-padding);
        justify-content: flex-start;
        gap: 0;
    }
    .menu-links {
        margin-top: 3rem;
        flex: 1;
    }
    .menu-link-item a {
        font-size: clamp(2.2rem, 10vw, 3rem);
        padding: 0.5em 0;
        min-height: var(--touch-target);
    }
    .menu-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
        padding-bottom: 5rem;
    }
    .close-btn-container {
        bottom: 1.5rem;
        right: var(--mobile-padding);
    }
    .social-links {
        gap: 0.8rem;
    }
    .social-icon {
        width: 2.6rem;
        height: 2.6rem;
    }
}
@media (max-width: 640px) {
    .service-row {
        position: relative;
        -webkit-tap-highlight-color: transparent;
    }
    .service-row:active {
        transform: scale(0.98);
        transition: transform 0.15s ease;
    }
    .menu-btn {
        bottom: calc(1.5rem + env(safe-area-inset-bottom));
    }
    .hscroll-right,
    .projects-arc,
    .about-panels-track-outer {
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
}
@media (max-width: 480px) {
    body > div[style*="position:fixed"][style*="height:2px"] {
        height: 3px !important;
    }
}
@media (max-width: 480px) {
    .btn,
    .collab-btn-standalone,
    .btn.primary-btn,
    .btn.outline-btn,
    .btn.why-cta-btn,
    .btn.form-submit-btn {
        min-height: var(--touch-target);
    }
    .btn:hover,
    .btn-premium:hover,
    .collab-btn-standalone:hover {
        transform: none;
    }
    .btn:active,
    .btn-premium:active {
        transform: scale(0.97);
        transition: transform 0.1s ease;
    }
}
@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
    .about-card-img img {
        transform: scale(1.5) !important; 
    }
    .projects-bg-glow {
        animation-duration: 8s;
    }
    .collab-glass-bg {
        animation-duration: 14s;
    }
}
@media (min-width: 641px) and (max-width: 900px) {
    .about-premium {
        padding: 7rem 3rem;
    }
    .facts-section {
        padding: 6rem 3rem 9rem 3rem;
    }
    .services-section {
        padding: 6rem 3rem;
    }
    .why-choose-section {
        padding: 5rem 3rem 2rem 3rem;
    }
    .footer-main-grid {
        padding: 6rem 3rem 3rem 3rem;
    }
    .service-row {
        width: calc((100% - 2rem) / 2);
        padding: 2rem;
    }
}
@media (max-width: 900px) and (orientation: landscape) and (max-height: 500px) {
    .hero {
        height: auto;
        min-height: 100vh;
        min-height: 100svh;
    }
    .hero-inner {
        border-radius: 1.5rem;
    }
    .headline {
        font-size: clamp(2rem, 6vw, 3rem);
    }
}
@supports (padding: env(safe-area-inset-top)) {
    @media (max-width: 640px) {
        .hero {
            padding-top: max(0.65rem, env(safe-area-inset-top));
            padding-left: max(0.65rem, env(safe-area-inset-left));
            padding-right: max(0.65rem, env(safe-area-inset-right));
        }
        .menu-overlay {
            padding-top: max(0, env(safe-area-inset-top));
        }
        .menu-left {
            padding-bottom: max(2rem, env(safe-area-inset-bottom));
        }
        .main-footer {
            padding-bottom: env(safe-area-inset-bottom);
        }
    }
}
@media (max-width: 1024px) {
    :root {
        --section-pad: clamp(4rem, 8vw, 8rem);
        --container-pad: 3rem;
    }
    .projects-arc-container {
        height: 500px !important;
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
        overflow: hidden !important;
        width: 100% !important;
    }
    .projects-arc {
        position: absolute !important;
        top: 40px !important;
        left: 50% !important;
        height: 100% !important;
        display: block !important;
        width: 100% !important;
    }
    .project-card {
        position: absolute !important;
        left: -150px !important;
        top: 0 !important;
        width: 300px !important;
        height: 420px !important;
    }
    .project-card-inner {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    }
}
@media (max-width: 768px) {
    :root {
        --section-pad: clamp(3rem, 10vw, 6rem);
        --container-pad: 1.5rem;
    }
    .hscroll-card-icon {
        top: 2rem;
        right: 2rem;
        font-size: 2.5rem;
    }
    .hscroll-card-num {
        top: 2rem;
        left: 2rem;
    }
}
@media (max-width: 900px) {
    .hscroll-card {
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        padding: 6rem 1.5rem 3rem 1.5rem !important;
    }
    .hscroll-card-desc {
        max-width: 100% !important;
        font-size: 0.95rem;
    }
}
@media (max-width: 640px) {
    .projects-container {
        padding: 0 1rem;
    }
    .section-title {
        font-size: 2.2rem;
    }
    .project-card {
        width: 260px !important;
        height: 380px !important;
    }
}
@media (max-width: 1024px) {
    .about-panel {
        width: 380px !important;
        padding: 3.5rem 2.5rem !important;
        margin-left: 2rem !important;
        border-radius: 2rem !important;
    }
    .about-panel-heading {
        font-size: 2.5rem !important;
    }
    .about-panel-body {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }
    .about-panel--pillars .about-panel-pillars {
        gap: 0.6rem !important;
    }
    .about-panel--pillars .about-panel-pillars li {
        font-size: 0.82rem !important;
        line-height: 1.35 !important;
        gap: 0.8rem !important;
    }
    .about-panel--pillars .ap-num {
        min-width: 1rem !important;
        font-size: 0.9rem !important;
    }
}
@media (max-width: 640px) {
    .about-panel {
        width: 82vw !important;
        padding: 2.5rem 1.8rem !important;
        margin-left: 1.5rem !important;
    }
    .about-panel-heading {
        font-size: 1.8rem !important;
    }
    .collab-btn-standalone {
        min-width: unset !important;
        width: fit-content !important;
        padding: 1.2vw 6vw !important; 
        font-size: clamp(0.9rem, 3.5vw, 1.1rem) !important;
        gap: 0.5rem !important;
        border-radius: 2rem !important;
    }
    .collab-btn-standalone .btn-icon {
        font-size: 1.1rem !important;
    }
    .form-submit-btn {
        margin-bottom: 3.5rem !important;
    }
}
        body, html, button, input, textarea, p, h1, h2, h3, h4, span, a, li, div, section {
            font-family: 'Tajawal', 'Host Grotesk', sans-serif !important;
        }
        body, html {
            direction: rtl;
            text-align: right;
        }
        em, i {
            font-style: normal !important;
        }
        .btn:not(.menu-btn .btn) .btn-icon, .service-link-circle ion-icon, .collab-btn-standalone .btn-icon {
            transform: scaleX(-1);
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .btn:not(.menu-btn .btn):hover .btn-icon,
        .btn-premium:hover .btn-icon,
        .collab-btn-standalone:hover .btn-icon {
            transform: scale(-1.1, 1.1) !important;
        }
        .hero-scroll-hint {
            left: 5%;
            right: auto;
        }
        @media (max-width: 768px) {
            .hero-scroll-hint {
                left: 20px;
                right: auto;
            }
        }
        .custom-checkbox .checkmark {
            margin-left: 12px;
            margin-right: 0;
        }
        .menu-link-item a {
            text-align: right;
        }
        .premium-feature-item .feature-num {
            text-align: center;
        }
.lang-switch {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .lang-switch {
        top: 2rem;
    }
}
[dir="rtl"] .lang-switch {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .lang-switch {
        top: 2rem;
    }
}
.lang-btn {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.lang-btn:hover {
    background: #D47328;
    border-color: #D47328;
    transform: scale(1.1);
    color: #fff;
    box-shadow: 0 8px 25px rgba(212, 115, 40, 0.4);
}
@media (max-width: 640px) {
    .lang-switch {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .lang-switch {
        top: 2rem;
    }
}
    [dir="rtl"] .lang-switch {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .lang-switch {
        top: 2rem;
    }
}
    .lang-btn {
        width: 42px;
        height: 42px;
        font-size: 11px;
    }
}


* {
    -webkit-tap-highlight-color: transparent !important;
}


a[href^="tel"], 
a[href^="mailto"],
.nw-contact-item span,
.menu-contact-item a,
.nw-footer-socials a,
.social-links a,
.social-grid a {
    color: inherit !important;
    text-decoration: none !important;
}


.nw-footer-socials a ion-icon,
.social-links a ion-icon,
.social-grid a ion-icon {
    color: inherit !important;
}
