*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #ffce5b;
    color: #fff9db;
    font-family: Arial, Helvetica, sans-serif;
}



.logo {
    font-weight: bold;
    font-size: 20px;
}

.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    color: inherit;
    text-decoration: none;
}

.hero {
    min-height: 100vh;

    padding: 120px 40px 40px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-title {
    margin: 0;

    font-size: clamp(60px, 10vw, 180px);
    line-height: 0.85;

    letter-spacing: -0.06em;
}

.hero-subtitle {
    margin-top: 40px;

    font-size: 18px;
}

.about,
.projects,
.contact {
    min-height: 100vh;

    padding: 120px 40px;
}

.section-label {
    text-transform: uppercase;
    font-size: 14px;

    letter-spacing: 0.15em;
}


* {
    box-sizing: border-box;
}






/* NAVIGATION */

.navbar {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 30px 40px;

    z-index: 100;
}

.logo img {
    height: 180px;
    width: auto;
    display: block;
    font-size: 20px;
    font-weight: bold;
}



.nav-links a {
    color: #111;
    text-decoration: none;

    font-size: 15px;
}


/* HERO */

.hero {
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 120px 40px 50px;

    overflow: hidden;
}

.hero-title {
    margin: 0;

    font-size: clamp(70px, 11vw, 190px);
    line-height: 0.83;
    letter-spacing: -0.06em;

    width: 100%;
}


/* Each line */

.hero-line {
    display: block;
    width: 100%;

    overflow: hidden;

    padding-bottom: 0.08em;
}


/* Text inside each line */

.hero-text {
    display: block;
}


.line-1 {
    text-align: left;
}

.line-2 {
    text-align: center;
}

.line-3 {
    text-align: right;
}


.hero-subtitle {
    margin-top: 50px;

    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}


/* Different positioning for each line */

.line-1 {
    text-align: left;
}

.line-2 {
    text-align: center;
}

.line-3 {
    text-align: right;
}


.hero-subtitle {
    margin-top: 50px;

    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.hero p {
    margin-top: 40px;

    font-size: 18px;
}


/* SECTIONS */

section:not(.hero) {
    min-height: 100vh;

    padding: 120px 40px;
}

section h2 {
    margin: 0;

    font-size: 100px;
}
/* ------------------------
   ABOUT SECTION
------------------------- */

.about {
    min-height: 120vh;

    padding: 140px 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    overflow: hidden;
}

.section-label {
    margin-bottom: 60px;

    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.about-text {
    width: 100%;
}

.about-line {
    overflow: hidden;

    font-size: clamp(50px, 8vw, 140px);
    line-height: 0.9;

    letter-spacing: -0.05em;
}
.about-line:nth-child(3) {
    margin-top: 90px;
}
.about-line span {
    display: block;
}

/* ========================
   PROJECTS / STATS
======================== */

.projects {
    min-height: 100vh;

    padding: 140px 40px 100px;

    overflow: hidden;
}


.projects-heading {
    margin-bottom: 100px;
}


.projects-heading h2 {
    margin: 0;

    font-size: clamp(60px, 10vw, 160px);
    line-height: 0.85;

    letter-spacing: -0.06em;
}


/* SLIDER */

.stats-slider {
    width: 100%;

    overflow: visible;
}


.swiper-wrapper {
    align-items: stretch;
}


.stat-card {
    min-height: 420px;

    border-top: 1px solid #111;
    border-bottom: 1px solid #111;

    padding: 30px 15px 40px 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    cursor: grab;
}


.stat-card:active {
    cursor: grabbing;
}


.stat-number {
    display: block;

    font-size: clamp(80px, 11vw, 170px);

    line-height: 0.85;
    letter-spacing: -0.07em;

    font-weight: 500;
}


.stat-description {
    display: block;

    font-size: 18px;
    line-height: 1.15;

    letter-spacing: -0.02em;
}


/* SWIPER SCROLL BAR */

.swiper-scrollbar {
    position: relative !important;

    left: 0 !important;
    bottom: auto !important;

    width: 100% !important;

    margin-top: 50px;

    height: 2px !important;

    background: rgba(0, 0, 0, 0.15);
}


.swiper-scrollbar-drag {
    background: #111 !important;
}

/* ========================
   STAT GAUGE
======================== */

.stat-gauge {
    width: 100%;
    height: 8px;

    background: rgba(0, 0, 0, 0.12);

    overflow: hidden;

    margin-top: 30px;
    margin-bottom: 30px;
}


.stat-gauge-fill {
    width: 0%;
    height: 100%;

    background: #7a5151;

    transform-origin: left center;
}
/* ========================
   CONTACT
======================== */

.contact {
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding: 120px 40px;
}

.contact-heading-mask {
    overflow: hidden;
}

.contact .contact-heading {
    margin: 0;

    font-size: clamp(50px, 7vw, 90px);
    line-height: 0.9;
    letter-spacing: -0.05em;
}


/* BULLET LIST */

.contact-list {
    list-style: none;

    margin: 70px 0 0;
    padding: 0;

    width: 100%;
    max-width: 900px;
}

.contact-list li {
    position: relative;

    padding: 22px 0 22px 45px;

    font-size: clamp(24px, 3vw, 46px);
    line-height: 1;

    border-bottom: 1px solid currentColor;
}

.contact-list li::before {
    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 12px;
    height: 12px;

    border-radius: 50%;

    background: currentColor;

    transform: translateY(-50%);
}
/* ========================
   QUALITIES SECTION
======================== */

.qualities {
    min-height: 100vh;

    padding: 120px 40px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qualities-heading-mask {
    overflow: hidden;
}

.qualities-heading {
    margin: 0;

    font-size: clamp(50px, 7vw, 90px);
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.qualities-list {
    list-style: none;

    width: 100%;
    max-width: 900px;

    margin: 70px 0 0;
    padding: 0;
}

.qualities-list li {
    position: relative;

    padding: 22px 0 22px 25px;

    font-size: clamp(24px, 3vw, 46px);

    border-bottom: 1px solid currentColor;
}

.qualities-list li::before {
    content: "";

    position: absolute;

    left: -2px;
    top: 50%;

    width: 12px;
    height: 12px;

    border-radius: 50%;
    background: currentColor;

    transform: translateY(-50%);
}
.qualities-list {
    margin-left: 0;
}
.contact,
.qualities {
    padding: 120px 40px;
}

.section-inner {
    width: 100%;
    margin: 0;
    padding: 0;
}

.contact-heading-mask,
.qualities-heading-mask {
    width: 100%;
    margin: 0;
    padding: 0;
}

.contact-heading,
.qualities-heading {
    margin: 0;
    padding: 0;
}
/* EXACT ALIGNMENT FOR CONTACT + QUALITIES */

.contact,
.qualities {
    width: 100%;
    padding: 120px 40px;
    margin: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.contact-heading-mask,
.qualities-heading-mask {
    width: 100%;
    margin: 0;
    padding: 0;
}

.contact .contact-heading,
.qualities .qualities-heading {
    width: 100%;

    margin: 0;
    padding: 0;

    text-align: left;
}