/* =========================================================
   GREXVAN WEBSITE V4.0
   PREMIUM BRAND SYSTEM

   Design Direction:
   Professional
   Clean
   Modern
   Automotive
   Restrained
   High Trust

   Typography:
   Hero       40–43px
   Section    30–34px
   Product    21–23px
   Body       16px
   Navigation 15px
   Small      12–13px
========================================================= */


/* =========================================================
   01. COLOR SYSTEM
========================================================= */

:root {

    --white: #FFFFFF;

    --warm-white: #F7F7F4;

    --light-gray: #EEF1F1;

    --gray: #DDE2E3;

    --dark: #202426;

    --dark-soft: #303638;

    --text: #24282A;

    --text-soft: #697275;

    --text-light: #8A9295;

    --red: #B3262D;

    --red-dark: #982128;

    --kraft: #CBB486;

    --kraft-light: #DCC9A4;

}


/* =========================================================
   02. RESET
========================================================= */

* {

    box-sizing: border-box;

    margin: 0;

    padding: 0;

}


html {

    scroll-behavior: smooth;

}


body {

    background: var(--warm-white);

    color: var(--text);

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Helvetica Neue",
        Arial,
        sans-serif;

    font-size: 16px;

    line-height: 1.6;

    -webkit-font-smoothing: antialiased;

}


img {

    max-width: 100%;

    display: block;

}


a {

    color: inherit;

}


/* =========================================================
   03. GLOBAL
========================================================= */

.container {

    width: min(1180px, 90%);

    margin: 0 auto;

}


.eyebrow {

    margin-bottom: 14px;

    color: var(--red);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;

}


h1,
h2,
h3 {

    font-weight: 700;

}


p {

    color: var(--text-soft);

}


/* =========================================================
   04. HEADER
========================================================= */

.site-header {

    position: sticky;

    top: 0;

    z-index: 100;

    background:
        rgba(247, 247, 244, 0.96);

    border-bottom:
        1px solid rgba(32, 36, 38, 0.12);

    backdrop-filter:
        blur(10px);

}


.header-inner {

    height: 74px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}


.brand-logo {

    color: var(--dark);

    text-decoration: none;

    font-size: 20px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.main-nav {

    display: flex;

    align-items: center;

    gap: 34px;

}


.main-nav a {

    color: var(--text);

    text-decoration: none;

    font-size: 15px;

    font-weight: 600;

    letter-spacing: 0.15px;

    transition:
        color 0.2s ease;

}


.main-nav a:hover {

    color: var(--red);

}


.header-link {

    padding-bottom: 3px;

    border-bottom:
        1px solid var(--dark);

    color: var(--dark);

    text-decoration: none;

    font-size: 13px;

    font-weight: 650;

}


.header-link:hover {

    color: var(--red);

    border-color: var(--red);

}


/* =========================================================
   05. HERO
========================================================= */

.hero {

    padding-top: 18px;

    background: var(--warm-white);

}


.hero-topline {

    min-height: 42px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom:
        1px solid var(--dark);

}


.hero-topline span {

    color: var(--text-soft);

    font-size: 12px;

    font-weight: 650;

    letter-spacing: 0.8px;

}


.hero-grid {

    display: grid;

    grid-template-columns:
        0.9fr
        1.1fr;

    min-height: 560px;

}


.hero-copy {

    padding:
        78px 70px 70px 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

}


.hero-copy h1 {

    max-width: 560px;

    font-size:
        clamp(40px, 4vw, 43px);

    line-height: 1.08;

    letter-spacing: -1.2px;

    font-weight: 700;

}


.hero-copy h1 span {

    color: var(--red);

}


.hero-description {

    max-width: 500px;

    margin-top: 24px;

    font-size: 16px;

    line-height: 1.75;

}


.hero-actions {

    display: flex;

    align-items: center;

    gap: 27px;

    margin-top: 30px;

}


.button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 44px;

    padding:
        0 18px;

    text-decoration: none;

    font-size: 13px;

    font-weight: 650;

}


.button-dark {

    background: var(--dark);

    color: var(--white);

}


.button-dark:hover {

    background: var(--red);

}


.text-link {

    color: var(--dark);

    text-decoration: none;

    font-size: 13px;

    font-weight: 650;

}


.text-link span {

    margin-left: 8px;

    color: var(--red);

}


.text-link:hover {

    color: var(--red);

}


/* =========================================================
   06. HERO VISUAL
========================================================= */

.hero-visual {

    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding:
        45px 0 45px 45px;

}


.hero-image-frame {

    position: relative;

    width: 100%;

    min-height: 470px;

    overflow: hidden;

    background: var(--light-gray);

}


.hero-image-frame::before {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.75),
            rgba(238,241,241,0.2)
        );

}


.hero-image-placeholder {

    position: absolute;

    inset: 32px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: flex-end;

    padding: 35px;

    background:

        linear-gradient(
            140deg,
            #E7EBEB 0%,
            #D7DDDE 52%,
            #C8CFD0 100%
        );

}


.hero-image-placeholder::before {

    content: "";

    position: absolute;

    width: 280px;

    height: 280px;

    top: 50%;

    left: 50%;

    transform:
        translate(-50%, -55%);

    border-radius: 50%;

    background:
        rgba(255,255,255,0.55);

}


.hero-image-placeholder span {

    position: relative;

    color: var(--dark);

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2.2px;

}


.hero-image-placeholder strong {

    position: relative;

    max-width: 360px;

    margin-top: 10px;

    color: var(--dark);

    font-size: 29px;

    line-height: 1.08;

    letter-spacing: -0.5px;

}


.hero-image-placeholder small {

    position: relative;

    margin-top: 15px;

    color: var(--red);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

}


.hero-caption {

    display: flex;

    justify-content: space-between;

    padding-top: 11px;

}


.hero-caption span {

    color: var(--text-light);

    font-size: 12px;

    font-weight: 650;

    letter-spacing: 0.8px;

}


/* =========================================================
   07. BRAND STRIP
========================================================= */

.brand-strip {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    border-top:
        1px solid var(--dark);

    border-bottom:
        1px solid var(--gray);

}


.brand-strip span {

    padding: 20px 15px;

    text-align: center;

    color: var(--dark);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.2px;

    border-right:
        1px solid var(--gray);

}


.brand-strip span:last-child {

    border-right: none;

}


/* =========================================================
   08. STATEMENT
========================================================= */

.statement {

    padding:
        105px 0;

    background: var(--white);

}


.statement-grid {

    display: grid;

    grid-template-columns:
        180px
        1fr;

    gap: 70px;

}


.statement-label span {

    color: var(--red);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.4px;

}


.statement-content h2 {

    max-width: 700px;

    font-size:
        clamp(30px, 3.2vw, 34px);

    line-height: 1.12;

    letter-spacing: -0.8px;

}


.statement-content h2 span {

    color: var(--red);

}


.statement-content > p {

    margin-top: 16px;

    color: var(--dark);

    font-size: 20px;

    line-height: 1.4;

}


.statement-rule {

    width: 70px;

    height: 3px;

    margin: 32px 0 25px;

    background: var(--red);

}


.statement-description {

    max-width: 610px;

    font-size: 16px;

    line-height: 1.75;

}


/* =========================================================
   09. SYSTEMS
========================================================= */

.systems {

    padding:
        105px 0;

    background: var(--light-gray);

}


.section-intro {

    display: grid;

    grid-template-columns:
        1fr
        0.6fr;

    gap: 70px;

    align-items: end;

    margin-bottom: 55px;

}


.section-intro h2 {

    max-width: 600px;

    font-size:
        clamp(30px, 3.2vw, 34px);

    line-height: 1.1;

    letter-spacing: -0.8px;

}


.section-intro > p {

    max-width: 390px;

    font-size: 16px;

    line-height: 1.75;

}


.system-list {

    border-top:
        1px solid var(--dark);

}


.system-row {

    display: grid;

    grid-template-columns:
        80px
        0.8fr
        1.3fr
        35px;

    gap: 35px;

    align-items: start;

    padding:
        31px 0;

    border-bottom:
        1px solid var(--gray);

    transition:
        padding 0.2s ease;

}


.system-row:hover {

    padding-left: 8px;

    padding-right: 8px;

}


.system-number {

    color: var(--red);

    font-size: 13px;

    font-weight: 700;

}


.system-name h3 {

    color: var(--dark);

    font-size: 23px;

    line-height: 1.15;

}


.system-name span {

    display: block;

    margin-top: 8px;

    color: var(--text-light);

    font-size: 12px;

    font-weight: 650;

    letter-spacing: 0.8px;

}


.system-description p {

    max-width: 490px;

    font-size: 16px;

    line-height: 1.7;

}


.system-description ul {

    display: flex;

    flex-wrap: wrap;

    gap: 7px 20px;

    margin-top: 14px;

    padding: 0;

    list-style: none;

}


.system-description li {

    color: var(--text-soft);

    font-size: 13px;

}


.system-description li::before {

    content: "•";

    margin-right: 7px;

    color: var(--red);

}


.system-arrow {

    color: var(--red);

    font-size: 21px;

}


/* =========================================================
   10. VEHICLES
========================================================= */

.vehicles {

    padding:
        105px 0;

    background: var(--dark);

}


.vehicles-header {

    display: grid;

    grid-template-columns:
        1fr
        0.55fr;

    gap: 80px;

    align-items: end;

    margin-bottom: 55px;

}


.vehicles-header h2 {

    max-width: 550px;

    color: var(--white);

    font-size:
        clamp(30px, 3.2vw, 34px);

    line-height: 1.1;

    letter-spacing: -0.8px;

}


.vehicles-header > p {

    max-width: 390px;

    color: #B8C0C2;

    font-size: 16px;

    line-height: 1.75;

}


.vehicle-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    border-top:
        1px solid #4A5153;

    border-left:
        1px solid #4A5153;

}


.vehicle-item {

    min-height: 275px;

    padding: 25px;

    border-right:
        1px solid #4A5153;

    border-bottom:
        1px solid #4A5153;

}


.vehicle-item > span {

    color: var(--red);

    font-size: 13px;

    font-weight: 700;

}


.vehicle-item h3 {

    margin-top: 54px;

    color: var(--white);

    font-size: 22px;

    letter-spacing: 1px;

}


.vehicle-item p {

    margin-top: 15px;

    color: #AEB6B9;

    font-size: 14px;

    line-height: 1.8;

}


.fitment-note {

    margin-top: 20px;

    color: #899194;

    font-size: 12px;

}


/* =========================================================
   11. QUALITY
========================================================= */

.quality {

    padding:
        105px 0;

    background: var(--white);

}


.quality-header {

    max-width: 750px;

    margin-bottom: 60px;

}


.quality-header h2 {

    font-size:
        clamp(30px, 3.2vw, 34px);

    line-height: 1.12;

    letter-spacing: -0.8px;

}


.quality-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    border-top:
        1px solid var(--dark);

}


.quality-item {

    min-height: 250px;

    padding:
        23px 25px 30px;

    border-right:
        1px solid var(--gray);

}


.quality-item:last-child {

    border-right: none;

}


.quality-item > span {

    color: var(--red);

    font-size: 13px;

    font-weight: 700;

}


.quality-item h3 {

    margin-top: 43px;

    color: var(--dark);

    font-size: 21px;

    line-height: 1.25;

}


.quality-item p {

    margin-top: 13px;

    font-size: 14px;

    line-height: 1.7;

}


/* =========================================================
   12. BRAND STORY
========================================================= */

.brand-story {

    padding:
        105px 0;

    background: var(--light-gray);

}


.brand-story-grid {

    display: grid;

    grid-template-columns:
        1fr
        0.85fr;

    gap: 100px;

    align-items: center;

}


.brand-story-copy h2 {

    max-width: 500px;

    font-size:
        clamp(32px, 3.5vw, 40px);

    line-height: 1.08;

    letter-spacing: -1px;

}


.brand-story-copy h2 span {

    color: var(--red);

}


.brand-story-copy > p:not(.eyebrow):not(.brand-small) {

    max-width: 520px;

    margin-top: 23px;

    font-size: 16px;

    line-height: 1.75;

}


.brand-line {

    width: 70px;

    height: 3px;

    margin-top: 30px;

    background: var(--red);

}


.brand-small {

    margin-top: 18px;

    color: var(--text-light);

    font-size: 12px;

    font-weight: 650;

    letter-spacing: 0.7px;

}


/* =========================================================
   13. PACKAGE VISUAL
========================================================= */

.package-visual {

    position: relative;

    min-height: 420px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.package-shadow {

    position: absolute;

    width: 290px;

    height: 340px;

    background: var(--dark);

    transform:
        translate(18px, 18px);

}


.package-box {

    position: relative;

    width: 290px;

    height: 340px;

    padding: 25px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    background: var(--kraft);

    border:
        1px solid #A28C66;

}


.package-top {

    color: var(--dark);

    font-size: 20px;

    font-weight: 800;

    letter-spacing: 2.3px;

}


.package-middle {

    color: var(--dark);

    font-size: 23px;

    font-weight: 750;

    line-height: 1.15;

    letter-spacing: 0.3px;

}


.package-red-line {

    width: 82px;

    height: 3px;

    background: var(--red);

}


.package-bottom {

    color: var(--dark);

    font-size: 12px;

    font-weight: 700;

    line-height: 1.6;

    letter-spacing: 0.8px;

}


/* =========================================================
   14. ABOUT
========================================================= */

.about {

    padding:
        105px 0;

    background: var(--white);

}


.about-grid {

    display: grid;

    grid-template-columns:
        0.9fr
        1.1fr;

    gap: 100px;

}


.about-grid h2 {

    max-width: 470px;

    font-size:
        clamp(32px, 3.5vw, 40px);

    line-height: 1.08;

    letter-spacing: -1px;

}


.about-lead {

    max-width: 590px;

    color: var(--text);

    font-size: 18px;

    line-height: 1.65;

}


.about-facts {

    display: grid;

    grid-template-columns:
        1fr
        1fr;

    margin-top: 50px;

    border-top:
        1px solid var(--dark);

}


.about-facts div {

    min-height: 105px;

    padding:
        18px 20px 18px 0;

    border-bottom:
        1px solid var(--gray);

}


.about-facts div:nth-child(odd) {

    border-right:
        1px solid var(--gray);

}


.about-facts span {

    display: block;

    margin-bottom: 8px;

    color: var(--red);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;

}


.about-facts strong {

    color: var(--dark);

    font-size: 15px;

    font-weight: 650;

}


/* =========================================================
   15. SUPPORT
========================================================= */

.support {

    padding:
        105px 0;

    background: var(--warm-white);

}


.support-header {

    max-width: 650px;

}


.support-header h2 {

    font-size:
        clamp(30px, 3.2vw, 34px);

    line-height: 1.1;

    letter-spacing: -0.8px;

}


.support-header > p:last-child {

    max-width: 520px;

    margin-top: 18px;

    font-size: 16px;

    line-height: 1.75;

}


.support-links {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    margin-top: 60px;

    border-top:
        1px solid var(--dark);

}


.support-links a {

    min-height: 120px;

    display: grid;

    grid-template-columns:
        35px
        1fr
        20px;

    align-items: center;

    padding:
        18px 20px;

    border-right:
        1px solid var(--gray);

    color: var(--dark);

    text-decoration: none;

    font-size: 15px;

    font-weight: 650;

}


.support-links a:last-child {

    border-right: none;

}


.support-links a:hover {

    color: var(--red);

}


.support-links span {

    color: var(--red);

    font-size: 12px;

}


.support-links strong {

    font-size: 19px;

    font-weight: 400;

}


/* =========================================================
   16. FOOTER
========================================================= */

.footer {

    padding:
        28px 0;

    background: var(--dark);

    color: #929A9D;

}


.footer-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

}


.footer-inner div {

    display: flex;

    align-items: center;

    gap: 18px;

}


.footer-inner strong {

    color: var(--white);

    font-size: 13px;

    letter-spacing: 1.5px;

}


.footer-inner span {

    font-size: 12px;

}


/* =========================================================
   17. TABLET
========================================================= */

@media (max-width: 950px) {


    .hero-grid {

        grid-template-columns:
            1fr
            1fr;

    }


    .hero-copy {

        padding-right: 40px;

    }


    .hero-visual {

        padding-left: 20px;

    }


    .system-row {

        grid-template-columns:
            55px
            0.8fr
            1.2fr
            25px;

        gap: 20px;

    }


    .quality-grid {

        grid-template-columns:
            1fr
            1fr;

    }


    .quality-item:nth-child(2) {

        border-right: none;

    }


    .vehicle-grid {

        grid-template-columns:
            1fr
            1fr;

    }


    .vehicle-item {

        min-height: 230px;

    }


    .brand-story-grid {

        gap: 55px;

    }


}


/* =========================================================
   18. MOBILE
========================================================= */

@media (max-width: 700px) {


    .container {

        width: 88%;

    }


    .main-nav,
    .header-link {

        display: none;

    }


    .header-inner {

        height: 64px;

    }


    .hero {

        padding-top: 12px;

    }


    .hero-topline span:last-child {

        display: none;

    }


    .hero-grid {

        grid-template-columns: 1fr;

    }


    .hero-copy {

        min-height: auto;

        padding:
            55px 0 45px;

    }


    .hero-copy h1 {

        font-size: 40px;

    }


    .hero-description {

        font-size: 16px;

    }


    .hero-actions {

        flex-wrap: wrap;

        gap: 20px;

    }


    .hero-visual {

        padding:
            0 0 35px;

    }


    .hero-image-frame {

        min-height: 390px;

    }


    .hero-image-placeholder {

        inset: 20px;

        padding: 25px;

    }


    .hero-image-placeholder strong {

        font-size: 25px;

    }


    .brand-strip {

        grid-template-columns:
            1fr
            1fr;

    }


    .brand-strip span {

        border-bottom:
            1px solid var(--gray);

    }


    .brand-strip span:nth-child(2) {

        border-right: none;

    }


    .statement,
    .systems,
    .vehicles,
    .quality,
    .brand-story,
    .about,
    .support {

        padding:
            75px 0;

    }


    .statement-grid {

        grid-template-columns: 1fr;

        gap: 25px;

    }


    .statement-content h2 {

        font-size: 30px;

    }


    .section-intro {

        grid-template-columns: 1fr;

        gap: 20px;

        margin-bottom: 40px;

    }


    .section-intro h2 {

        font-size: 30px;

    }


    .system-row {

        grid-template-columns:
            40px
            1fr
            25px;

        gap: 12px;

    }


    .system-description {

        grid-column:
            2 / 4;

    }


    .system-name h3 {

        font-size: 22px;

    }


    .system-description p {

        font-size: 16px;

    }


    .vehicles-header {

        grid-template-columns: 1fr;

        gap: 20px;

        margin-bottom: 40px;

    }


    .vehicles-header h2 {

        font-size: 30px;

    }


    .vehicle-grid {

        grid-template-columns:
            1fr
            1fr;

    }


    .vehicle-item {

        min-height: 220px;

        padding: 20px;

    }


    .vehicle-item h3 {

        margin-top: 35px;

        font-size: 20px;

    }


    .quality-header {

        margin-bottom: 40px;

    }


    .quality-header h2 {

        font-size: 30px;

    }


    .quality-grid {

        grid-template-columns: 1fr;

    }


    .quality-item {

        min-height: auto;

        padding:
            20px 0 28px;

        border-right: none;

        border-bottom:
            1px solid var(--gray);

    }


    .quality-item h3 {

        margin-top: 25px;

    }


    .brand-story-grid {

        grid-template-columns: 1fr;

        gap: 55px;

    }


    .brand-story-copy h2 {

        font-size: 34px;

    }


    .package-visual {

        min-height: 380px;

    }


    .about-grid {

        grid-template-columns: 1fr;

        gap: 45px;

    }


    .about-grid h2 {

        font-size: 34px;

    }


    .about-lead {

        font-size: 17px;

    }


    .support-header h2 {

        font-size: 30px;

    }


    .support-links {

        grid-template-columns:
            1fr
            1fr;

    }


    .support-links a:nth-child(2) {

        border-right: none;

    }


    .support-links a {

        border-bottom:
            1px solid var(--gray);

    }


    .footer-inner {

        flex-direction: column;

        align-items: flex-start;

    }


    .footer-inner div {

        flex-wrap: wrap;

    }

}


/* =========================================================
   19. SMALL MOBILE
========================================================= */

@media (max-width: 430px) {


    .hero-copy h1 {

        font-size: 37px;

    }


    .hero-image-frame {

        min-height: 350px;

    }


    .vehicle-grid {

        grid-template-columns: 1fr;

    }


    .support-links {

        grid-template-columns: 1fr;

    }


    .support-links a {

        border-right: none;

    }


    .package-box,
    .package-shadow {

        width: 260px;

        height: 315px;

    }


    .package-middle {

        font-size: 21px;

    }

}