body.brand-landing-page {
    font-family: 'Kanit', sans-serif;
    background: #ffffff;
    color: #232323;
}

.brand-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 88px 0 0;
}

.brand-hero {
    position: relative;
    min-height: calc(100vh - 88px);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
    overflow: hidden;
    display: grid;
    align-content: center;
    padding: 56px clamp(16px, 5vw, 72px);
    background: linear-gradient(120deg, #121212 0%, #1c1c1c 58%, #2b2b2b 100%);
    box-shadow: none;
}

.hero-bg-wrap {
    position: absolute;
    inset: 0;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
}

.hero-bg-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(95deg, rgba(0, 0, 0, 0.82) 10%, rgba(0, 0, 0, 0.56) 48%, rgba(0, 0, 0, 0.2) 100%);
}

.brand-hero-text {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.brand-kicker {
    color: #c8102e;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.16em;
    font-size: 0.75rem;
    margin-bottom: 12px;
}

.brand-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.2rem, 5.2vw, 4rem);
    line-height: 1.03;
    letter-spacing: -0.02em;
}

.brand-subtitle {
    margin-top: 18px;
    color: #dbdbdb;
    max-width: 56ch;
    font-size: 1.03rem;
}

.brand-hero-actions {
    margin-top: 26px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.brand-hero-stats {
    position: absolute;
    right: 34px;
    bottom: 28px;
    z-index: 2;
    display: flex;
    gap: 28px;
}

.hero-stat-item {
    text-align: right;
}

.hero-stat-value {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.hero-stat-label {
    margin: 4px 0 0;
    color: #bbbbbb;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.brand-section {
    padding: 38px clamp(14px, 3.6vw, 40px);
    width: 100vw;
    margin: 0;
    margin-left: calc(50% - 50vw);
}

.brand-section-soft {
    background: transparent;
    border-radius: 0;
    padding: 38px clamp(14px, 3.6vw, 40px);
    border: 0;
}

.section-shell {
    background: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.section-head {
    width: min(1240px, 100%);
    margin: 0 auto;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eceff3;
}

.about-grid,
.brand-model-grid,
.brand-gallery-grid {
    width: min(1240px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.section-label {
    margin: 0;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #c8102e;
}

.section-title {
    margin: 12px 0 0;
    font-size: clamp(1.7rem, 3.2vw, 2.45rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #141414;
}

.section-divider {
    width: 52px;
    height: 3px;
    margin-top: 18px;
    background: #c8102e;
}

.about-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.brand-panel {
    background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
    border-radius: 16px;
    border: 1px solid #e7eaef;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
    padding: 24px;
}

.brand-panel h3 {
    margin: 0;
    color: #151515;
    font-size: 1.2rem;
}

.brand-panel p {
    margin: 12px 0 0;
    color: #555555;
    line-height: 1.75;
}

.brand-highlight-list {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.brand-chip {
    border-left: 3px solid #c8102e;
    background: #f8f8f8;
    color: #2d2d2d;
    padding: 10px 12px;
    font-weight: 500;
}

.brand-model-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.brand-model-card {
    background: linear-gradient(165deg, #ffffff 0%, #fafafa 100%);
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.brand-model-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.brand-model-card a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.brand-model-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    background: #e9e9e9;
}

.brand-model-body {
    padding: 18px 18px 14px;
    border-top: 1px solid #eceff3;
}

.model-tag {
    margin: 0 0 8px;
    color: #c8102e;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.brand-model-body h3 {
    margin: 0;
    color: #121212;
    font-size: 1.2rem;
}

.brand-model-meta {
    margin-top: 8px;
    color: #666666;
    font-size: 0.88rem;
}

.brand-model-desc {
    margin-top: 10px;
    color: #5a5a5a;
    font-size: 0.94rem;
    line-height: 1.62;
}

.brand-model-footer {
    padding: 0 18px 18px;
}

.brand-model-link {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c8102e;
    border-bottom: 1px solid #c8102e;
    padding-bottom: 2px;
}

.brand-gallery-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 230px 230px;
    gap: 6px;
}

.brand-gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e6e8ed;
}

.brand-gallery-item:first-child {
    grid-row: 1 / 3;
}

.brand-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.brand-gallery-item:hover img {
    transform: scale(1.04);
}

.brand-cta {
    margin-top: 0;
    border-radius: 0;
    background: #111111;
    color: #ffffff;
    padding: 44px 34px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    border: 0;
    box-shadow: none;
}

.brand-cta .section-label {
    color: #c8102e;
}

.brand-cta h2 {
    margin: 10px 0 0;
    max-width: 22ch;
    line-height: 1.15;
    font-size: clamp(1.65rem, 2.8vw, 2.5rem);
}

.brand-cta-text {
    margin-top: 14px;
    color: #b6b6b6;
    line-height: 1.75;
    max-width: 64ch;
}

.brand-actions {
    margin-top: 8px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.action-primary,
.action-secondary {
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-size: 0.76rem;
    border-radius: 2px;
    padding: 12px 16px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.action-primary {
    background: #c8102e;
    color: #ffffff;
}

.action-primary:hover {
    background: #9d0b23;
}

.action-secondary {
    background: #ffffff;
    color: #141414;
    border-color: #d2d2d2;
}

.action-secondary:hover {
    color: #c8102e;
    border-color: #c8102e;
}

.action-secondary.dark {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.45);
}

.action-secondary.dark:hover {
    color: #ffffff;
    border-color: #ffffff;
}

@media (max-width: 1024px) {
    .brand-hero {
        padding: 34px;
    }

    .brand-model-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brand-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 220px 220px;
    }

    .brand-gallery-item:first-child {
        grid-row: auto;
        grid-column: 1 / 3;
    }
}

@media (max-width: 760px) {
    .brand-page {
        padding: 84px 0 0;
    }

    .brand-section,
    .brand-cta {
        width: 100vw;
    }

    .brand-hero {
        min-height: 420px;
        padding: 24px 14px;
        align-content: flex-start;
    }

    .brand-hero-stats {
        position: static;
        margin-top: 22px;
        justify-content: space-between;
    }

    .hero-stat-item {
        text-align: left;
    }

    .hero-stat-value {
        font-size: 1.45rem;
    }

    .brand-section,
    .brand-section-soft {
        padding: 44px 12px;
    }

    .section-head {
        margin-bottom: 18px;
    }

    .about-grid,
    .brand-model-grid,
    .brand-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .brand-gallery-item:first-child {
        grid-column: auto;
    }

    .brand-gallery-item img {
        height: 210px;
    }

    .brand-cta {
        padding: 28px 20px;
    }
}
