/* ===================================================================
 * JL Digital — homepage styles
 * Single entry point: imports theme CSS, then homepage overrides.
 * =================================================================== */

@import url("base.css");
@import url("vendor.css");
@import url("main.css");

html {
    scroll-behavior: smooth;
}

/* -------------------------------------------------------------------
 * Hero
 * ------------------------------------------------------------------- */
.s-home {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
}

.s-home .home-content {
    padding-bottom: 6rem;
    z-index: 2;
}

.s-home .home-content__main {
    padding-top: 6rem;
}

.s-home .home-content__buttons {
    padding-top: 3.6rem;
}

.s-home .home-content h1 {
    font-size: 4.4rem;
    line-height: 1.25;
    max-width: 28ch;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
}

.s-home .home-content h3 {
    color: #00c896;
}

.s-home .overlay {
    opacity: 0.5;
    z-index: 1;
}

.s-home .home-content__buttons .btn {
    width: auto;
    min-width: 24rem;
    padding: 0 3.6rem;
    text-align: center;
    letter-spacing: .15rem;
    line-height: calc(5.4rem - .4rem);
}

.hero-video,
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    z-index: 0;
}

.hero-lead {
    font-family: "lora-regular", "Lora", serif;
    font-size: 1.8rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, .85);
    max-width: 58rem;
    margin-top: 1.6rem;
    margin-bottom: 0;
}

.hero-positioning {
    font-family: "montserrat-regular", "Montserrat", sans-serif;
    font-size: 1.3rem;
    letter-spacing: .05rem;
    color: rgba(255, 255, 255, .7);
    max-width: 52rem;
    margin-top: 1.2rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
    .s-home .home-content h1 {
        font-size: 3.6rem;
    }
}

@media only screen and (max-width: 800px) {
    .s-home .home-content h1 {
        font-size: 3rem;
        max-width: none;
    }

    .s-home .home-content__main {
        padding-top: 4rem;
    }
}

@media only screen and (max-width: 600px) {
    .s-home {
        height: auto;
        max-height: none;
        min-height: 100vh;
    }

    .s-home .home-content h1 {
        font-size: 2.6rem;
    }
}

/* -------------------------------------------------------------------
 * Sections
 * ------------------------------------------------------------------- */
.page-section {
    padding: 8rem 0;
}

.page-section--light {
    background: #fff;
    color: #757575;
}

.page-section--light h2,
.page-section--light h3,
.s-about h2,
.s-about h3,
.s-services h2,
.s-services h3 {
    color: #000;
}

.s-about,
.s-services {
    color: #757575;
}

@media (max-width: 768px) {
    .page-section {
        padding: 5rem 0;
    }
}

.section-label {
    font-family: "montserrat-semibold", "Montserrat", sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: #00c896;
    margin-bottom: 1.2rem;
}

.section-title {
    font-family: "montserrat-medium", "Montserrat", sans-serif;
    font-size: 3.2rem;
    line-height: 1.3;
    color: #000;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
}

.section-title--light {
    color: #fff;
}

.section-intro {
    font-family: "lora-regular", "Lora", serif;
    font-size: 1.8rem;
    line-height: 1.765;
    color: #757575;
    max-width: 64rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-intro--light {
    color: rgba(255, 255, 255, .65);
}

.section-intro--narrow {
    max-width: 60rem;
}

.section-intro--left {
    text-align: left;
    margin-left: 0;
    margin-bottom: 3rem;
}

.section-header {
    margin-left: auto;
    margin-right: auto;
}

.section-header .section-intro {
    text-align: center;
}

.section-header .section-intro--left {
    text-align: left;
}

.row-spacer {
    margin-top: 4rem;
}

.row-spacer--lg {
    margin-top: 5rem;
}

/* -------------------------------------------------------------------
 * Cards & grids
 * ------------------------------------------------------------------- */
.card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    padding: 3rem;
    height: 100%;
    box-sizing: border-box;
}

.card-dark {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 3rem;
    height: 100%;
    box-sizing: border-box;
}

.card-dark__icon {
    color: #00c896;
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: .6rem;
}

.card-dark__icon i {
    display: inline-block;
}

.card-dark h3 {
    color: #fff;
    font-family: "montserrat-medium", sans-serif;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.card-dark p {
    font-family: "lora-regular", serif;
    color: rgba(255, 255, 255, .6);
    margin: 0;
}

.card--panel {
    background: #111;
    border: none;
}

.card--panel .panel-label {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .15rem;
    color: #00c896;
    margin-bottom: 1.5rem;
}

.card--panel p {
    font-family: "lora-regular", serif;
    color: rgba(255, 255, 255, .75);
    margin-bottom: 2rem;
}

.card--panel p:last-child {
    margin-bottom: 0;
}

.card--panel strong {
    color: #fff;
}

.equal-height {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2.4rem;
}

.equal-height::before,
.equal-height::after {
    display: none;
}

.equal-height > .col-block {
    float: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

.equal-height > .col-block > .card,
.equal-height > .col-block > .card-dark,
.equal-height > .col-block > .project-card {
    flex: 1 1 auto;
    width: 100%;
}

/* -------------------------------------------------------------------
 * Partner / audience
 * ------------------------------------------------------------------- */
.cta-band {
    background: #0C0C0C;
    color: #fff;
}

.cta-band .section-intro {
    color: rgba(255, 255, 255, .65);
}

.audience-label {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: rgba(255, 255, 255, .4);
    margin-bottom: 2rem;
}

.audience-tag {
    display: inline-block;
    padding: .6rem 1.4rem;
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .7);
    font-family: "montserrat-regular", "Montserrat", sans-serif;
    font-size: 1.2rem;
    margin: .4rem;
}

.nav-tagline {
    font-family: "lora-regular", "Lora", serif;
    font-style: italic;
    color: rgba(255, 255, 255, .45);
}

/* -------------------------------------------------------------------
 * Problems
 * ------------------------------------------------------------------- */
.problem-list li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.2rem;
    font-family: "lora-regular", "Lora", serif;
    color: #757575;
}

.problem-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .9rem;
    width: .6rem;
    height: .6rem;
    background: #00c896;
    border-radius: 50%;
}

/* -------------------------------------------------------------------
 * Services
 * ------------------------------------------------------------------- */
.service-grid .service-item h3 {
    font-family: "montserrat-medium", "Montserrat", sans-serif;
    font-size: 1.8rem;
    color: #000;
    margin: 1.5rem 0 1rem;
}

.service-grid .service-item p {
    font-family: "lora-regular", "Lora", serif;
    color: #757575;
    margin: 0;
}

/* -------------------------------------------------------------------
 * Why JL Digital
 * ------------------------------------------------------------------- */
.why-item h3 {
    font-family: "montserrat-medium", "Montserrat", sans-serif;
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 1rem;
}

.why-item p {
    font-family: "lora-regular", "Lora", serif;
    color: #757575;
    margin: 0;
}

.partner-statement {
    font-family: "lora-regular", serif;
    font-size: 2rem;
    color: #000;
    max-width: 64rem;
    margin: 0 auto;
    line-height: 1.5;
}

.partner-statement em {
    color: #00c896;
    font-style: italic;
}

/* -------------------------------------------------------------------
 * Projects
 * ------------------------------------------------------------------- */
.works-content.equal-height {
    padding-top: 2rem;
}

.project-card {
    padding: 0;
    overflow: hidden;
}

.project-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.project-card__body {
    padding: 3rem;
}

.project-card__body h3 {
    font-family: "montserrat-medium", sans-serif;
    font-size: 2rem;
    color: #000;
    margin-bottom: 1rem;
}

.project-card__body p {
    font-family: "lora-regular", serif;
    color: #757575;
    margin: 0 0 1.5rem;
}

.project-card__body p:last-child {
    margin-bottom: 0;
}

.project-card__body strong {
    color: #000;
}

.project-outcome {
    display: inline-block;
    font-family: "montserrat-semibold", "Montserrat", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .15rem;
    color: #00c896;
    margin-bottom: .8rem;
}

/* -------------------------------------------------------------------
 * Approach / steps
 * ------------------------------------------------------------------- */
.step-number {
    font-family: "montserrat-semibold", "Montserrat", sans-serif;
    font-size: 1.1rem;
    letter-spacing: .2rem;
    color: #00c896;
    margin-bottom: 1rem;
}

.step-card h3 {
    font-family: "montserrat-medium", sans-serif;
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 1rem;
}

.step-card p {
    font-family: "lora-regular", serif;
    color: #757575;
    margin: 0;
}

/* -------------------------------------------------------------------
 * Contact
 * ------------------------------------------------------------------- */
.s-contact.page-section {
    padding-top: 12rem;
    background-image: url("../images/office/voorstraat-raadhuis.webp");
    background-size: cover;
    background-position: center center;
}

.btn-accent {
    display: inline-block;
    padding: 1.4rem 3.2rem;
    background: #00c896;
    color: #000;
    font-family: "montserrat-semibold", "Montserrat", sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    text-decoration: none;
    transition: all .3s ease;
    margin-bottom: 2rem;
}

.btn-accent:hover {
    background: #00a87d;
    color: #000;
}

.contact-note {
    font-family: "lora-regular", serif;
    color: rgba(255, 255, 255, .55);
    margin: 0;
}

.contact-note a {
    color: #00c896;
}

.contact-block h5 {
    font-family: "montserrat-semibold", "Montserrat", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .15rem;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 1rem;
}

.contact-block p {
    font-family: "lora-regular", "Lora", serif;
    color: rgba(255, 255, 255, .75);
}

.contact-block a {
    color: #00c896;
}

.contact-block a:hover {
    color: #fff;
}

.contact-content {
    margin-top: 4rem;
}

/* Form fields fill the left column; keep contact sidebar on the right */
.s-contact .contact-content .contact-form .form-field {
    width: 100%;
    margin-bottom: 1.8rem;
}

.s-contact .contact-content .contact-form .form-field label,
.s-contact .contact-content .contact-form .form-field label::after {
    all: unset;
}

.s-contact .contact-content .contact-form .form-field label {
    display: block;
    position: static;
    margin: 0 0 0.7rem;
    padding: 0;
    font-family: "montserrat-semibold", "Montserrat", sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: .12rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
    background: none;
}

.s-contact .contact-content .contact-form input[type="email"],
.s-contact .contact-content .contact-form input[type="text"],
.s-contact .contact-content .contact-form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.contact-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Stronger field contrast over busy contact background */
.s-contact .contact-content .contact-form input[type="email"],
.s-contact .contact-content .contact-form input[type="text"],
.s-contact .contact-content .contact-form textarea {
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .28);
    border-bottom: 2px solid rgba(255, 255, 255, .45);
    border-radius: 2px;
    padding: 1.4rem 1.6rem;
    margin-bottom: 0;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.s-contact .contact-content .contact-form textarea {
    min-height: 16rem;
    resize: vertical;
}

.s-contact .contact-content .contact-form input[type="email"]:focus,
.s-contact .contact-content .contact-form input[type="text"]:focus,
.s-contact .contact-content .contact-form textarea:focus {
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border-color: rgba(0, 200, 154, .55);
    border-bottom-color: #00c89a;
    outline: none;
    box-shadow: 0 0 0 1px rgba(0, 200, 154, .25);
}

.s-contact .contact-content .contact-form input::placeholder,
.s-contact .contact-content .contact-form textarea::placeholder {
    color: rgba(255, 255, 255, .62);
    opacity: 1;
}

.s-contact .contact-content .contact-form input::-webkit-input-placeholder,
.s-contact .contact-content .contact-form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .62);
}

.s-contact .contact-content .contact-form input::-moz-placeholder,
.s-contact .contact-content .contact-form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .62);
    opacity: 1;
}

.s-contact .contact-content .contact-form input:-ms-input-placeholder,
.s-contact .contact-content .contact-form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .62);
}

.contact-form__honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.contact-form__turnstile {
    margin: 1.8rem 0 0.6rem;
}

.contact-form__status {
    margin-top: 2rem;
    padding: 1.2rem 1.6rem;
    font-family: "lora-regular", "Lora", serif;
    font-size: 1.5rem;
    line-height: 1.5;
}

.contact-form__status--success {
    color: #00c896;
    background: rgba(0, 200, 150, .12);
    border: 1px solid rgba(0, 200, 150, .35);
}

.contact-form__status--error {
    color: #ffb4b4;
    background: rgba(180, 40, 40, .18);
    border: 1px solid rgba(255, 120, 120, .35);
}

.contact-note {
    margin-top: 3rem;
}

.s-contact .contact-form .btn--primary {
    background: #00c896;
    border-color: #00c896;
    color: #000;
}

.s-contact .contact-form .btn--primary:hover,
.s-contact .contact-form .btn--primary:focus {
    background: #00a87d;
    border-color: #00a87d;
    color: #000;
}

.s-contact .contact-form .btn--primary:disabled {
    opacity: .7;
    cursor: wait;
}

/* -------------------------------------------------------------------
 * Language switcher
 * ------------------------------------------------------------------- */
.lang-switch {
    font-family: "montserrat-medium", "Montserrat", sans-serif;
    font-size: 1.2rem;
    letter-spacing: .15rem;
    text-transform: uppercase;
}

.lang-switch a {
    color: rgba(255, 255, 255, .45);
    text-decoration: none;
    transition: color .25s ease;
}

.lang-switch a:hover,
.lang-switch a:focus {
    color: #fff;
}

.lang-switch a.is-active {
    color: #00c896;
}

.lang-switch__sep {
    color: rgba(255, 255, 255, .25);
    margin: 0 .4rem;
}

.lang-switch--header {
    position: fixed;
    right: 230px;
    top: 24px;
    z-index: 501;
    height: 42px;
    line-height: 42px;
    padding: 0 1.4rem;
    background-color: transparent;
    transition: background-color 0.5s ease-in-out;
}

.lang-switch--header.opaque {
    background-color: #000000;
}

.lang-switch--footer {
    display: inline-block;
    margin-left: 1.2rem;
}

.lang-switch--footer a {
    color: rgba(255, 255, 255, .35);
}

.lang-switch--footer a.is-active,
.lang-switch--footer a:hover {
    color: #00c896;
}

@media only screen and (max-width: 600px) {
    .lang-switch--header {
        right: 85px;
        top: 24px;
        font-size: 1rem;
        letter-spacing: .08rem;
    }

    .header-menu-text {
        display: none;
    }
}

