/* ============================================================
   BRANDMIND DIGITAL — Main Stylesheet
   Premium | Editorial | Asymmetrical Layout
   ============================================================ */

/* ---------------------- Reset ---------------------- */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 56px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    border: none;
    background: none;
}

/* ---------------------- Shared ---------------------- */
.section-divider {
    width: 100%;
    height: 1px;
    background: #e2e8f0;
}

.section__label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: #0f766e;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
}

.section__heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.35;
}

/* ============================================================
   HEADER
   ============================================================ */
.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    height: 56px;
}

.header--shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.header__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.header__logo {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: -0.01em;
    flex-shrink: 0;
}

.header__logo span {
    color: #0f766e;
    font-weight: 500;
}

/* Nav */
.header__nav-list {
    display: flex;
    gap: 2rem;
}

.header__link {
    font-size: 0.85rem;
    font-weight: 500;
    color: #64748b;
    transition: color 0.15s;
}

.header__link:hover,
.header__link--active {
    color: #0f172a;
}

/* Header CTA */
.header__btn {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0f172a;
    border: 1px solid #0f172a;
    padding: 0.4rem 1.1rem;
    border-radius: 4px;
    transition: background 0.15s, color 0.15s;
    flex-shrink: 0;
}

.header__btn:hover {
    background: #0f172a;
    color: #ffffff;
}

/* Hamburger */
.header__toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    width: 28px;
    height: 22px;
    justify-content: center;
    z-index: 101;
}

.header__toggle span {
    display: block;
    height: 2px;
    background: #0f172a;
    border-radius: 1px;
    transition: all 0.25s;
}

.header__toggle--open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.header__toggle--open span:nth-child(2) {
    opacity: 0;
}

.header__toggle--open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* ============================================================
   HERO (Split Layout)
   ============================================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 5rem 2rem;
    background: #0f172a;
    overflow: hidden;
}

.hero__bg {
    position: absolute;
    inset: 0;
    background: url('167088.jpg') center / cover no-repeat;
    z-index: 0;
}

.hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
}

.hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero__left {
    max-width: 480px;
}

.hero__label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.hero__title {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
}

.hero__subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.hero__btn {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0f172a;
    background: #ffffff;
    padding: 0.65rem 1.5rem;
    border-radius: 4px;
    transition: background 0.15s;
}

.hero__btn:hover {
    background: #e2e8f0;
}

/* Hero right — statistics panel */
.hero__right {
    display: flex;
    justify-content: flex-end;
}

.hero__stats {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2rem 2.5rem;
    gap: 0;
}

.hero__stat {
    text-align: center;
    padding: 0 1.5rem;
}

.hero__stat-num {
    display: block;
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.hero__stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hero__stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

/* ============================================================
   ABOUT (Asymmetrical)
   ============================================================ */
.about {
    padding: 0;
}

.about__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 5rem 2rem;
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 3rem;
}

.about__side {
    padding-top: 0.25rem;
}

.about__main {
    max-width: 680px;
}

.about__text {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.about__text p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.7;
}

.about__stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.about__stat-num {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.about__stat-label {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.4;
}

/* ============================================================
   SERVICES (Horizontal Rows)
   ============================================================ */
.services {
    background: #f8fafc;
}

.services__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.services__header {
    margin-bottom: 2.5rem;
}

.services__list {
    display: flex;
    flex-direction: column;
}

.service-row {
    display: grid;
    grid-template-columns: 50px 1fr 40px;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e2e8f0;
    transition: background 0.15s, padding-left 0.15s;
    margin: 0 -0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 4px;
}

.service-row:first-child {
    border-top: 1px solid #e2e8f0;
}

.service-row:hover {
    background: #ffffff;
    padding-left: 1.25rem;
}

.service-row__num {
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
}

.service-row__content {
    min-width: 0;
}

.service-row__title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.3rem;
}

.service-row__desc {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.55;
}

.service-row__arrow {
    font-size: 1.1rem;
    color: #cbd5e1;
    text-align: right;
    transition: color 0.15s, transform 0.15s;
}

.service-row:hover .service-row__arrow {
    color: #0f766e;
    transform: translateX(3px);
}

/* ============================================================
   FEATURE STRIP
   ============================================================ */
.features {
    background: #0f172a;
}

.features__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.features__statement {
    font-size: 1.05rem;
    font-weight: 500;
    color: #e2e8f0;
    flex-shrink: 0;
}

.features__items {
    display: flex;
    gap: 2.5rem;
}

.features__item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.features__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.features__label {
    font-size: 0.8rem;
    color: #94a3b8;
    white-space: nowrap;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.contact__header {
    margin-bottom: 2.5rem;
}

.contact__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.contact__item-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
}

.contact__item-value {
    font-size: 0.95rem;
    color: #0f172a;
    font-weight: 500;
    line-height: 1.5;
}

a.contact__item-value:hover {
    color: #0f766e;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
    border-top: 1px solid #e2e8f0;
}

.footer__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 2rem 2rem;
}

.footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.footer__logo {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
}

.footer__logo span {
    color: #0f766e;
    font-weight: 500;
}

.footer__links {
    display: flex;
    gap: 1.5rem;
}

.footer__links a {
    font-size: 0.8rem;
    color: #94a3b8;
    transition: color 0.15s;
}

.footer__links a:hover {
    color: #0f172a;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    color: #cbd5e1;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 900px) {
    /* Header mobile */
    .header__nav {
        position: fixed;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100vh;
        height: 100dvh;
        background: #ffffff;
        box-shadow: -2px 0 12px rgba(0, 0, 0, 0.08);
        padding: 5rem 1.5rem 1.5rem;
        transition: right 0.3s;
        z-index: 100;
    }

    .header__nav--open {
        right: 0;
    }

    .header__nav-list {
        flex-direction: column;
        gap: 1.25rem;
    }

    .header__link {
        font-size: 1rem;
    }

    .header__btn {
        display: none;
    }

    .header__toggle {
        display: flex;
    }

    .header__overlay {
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.4);
        z-index: 99;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
    }

    .header__overlay--on {
        opacity: 1;
        pointer-events: auto;
    }

    /* Hero */
    .hero {
        padding: 3.5rem 1.5rem;
    }

    .hero__inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .hero__title {
        font-size: 1.5rem;
    }

    .hero__right {
        justify-content: flex-start;
    }

    .hero__stats {
        width: 100%;
        justify-content: space-around;
        padding: 1.5rem 1rem;
    }

    .hero__stat {
        padding: 0 1rem;
    }

    .hero__stat-num {
        font-size: 1.4rem;
    }

    /* About */
    .about__inner {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 3.5rem 1.5rem;
    }

    .about__text {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .about__stats-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    /* Services */
    .services__inner {
        padding: 3.5rem 1.5rem;
    }

    .service-row {
        grid-template-columns: 36px 1fr 30px;
        gap: 1rem;
        padding: 1.25rem 0;
        margin: 0 -0.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .service-row:hover {
        padding-left: 0.75rem;
    }

    /* Features */
    .features__inner {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
        gap: 1.5rem;
    }

    .features__items {
        gap: 1.5rem;
    }

    /* Contact */
    .contact__inner {
        padding: 3.5rem 1.5rem;
    }

    .contact__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .hero {
        padding: 2.5rem 1rem;
    }

    .hero__title {
        font-size: 1.35rem;
    }

    .hero__subtitle {
        font-size: 0.9rem;
    }

    .hero__stats {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
    }

    .hero__stat-divider {
        width: 100%;
        height: 1px;
    }

    .hero__stat {
        padding: 0;
    }

    .about__inner {
        padding: 2.5rem 1rem;
    }

    .about__stats-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .services__inner {
        padding: 2.5rem 1rem;
    }

    .service-row {
        grid-template-columns: 36px 1fr 24px;
        gap: 0.75rem;
    }

    .service-row__title {
        font-size: 0.95rem;
    }

    .service-row__desc {
        font-size: 0.8rem;
    }

    .service-row__arrow {
        font-size: 1rem;
    }

    .features__inner {
        padding: 2rem 1rem;
    }

    .features__statement {
        font-size: 0.95rem;
    }

    .features__items {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .contact__inner {
        padding: 2.5rem 1rem;
    }

    .contact__grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .footer__inner {
        padding: 1.5rem 1rem;
    }

    .footer__top {
        flex-direction: column;
        gap: 1rem;
    }

    .footer__links {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .footer__bottom {
        flex-direction: column;
        gap: 0.25rem;
        text-align: center;
    }
}