/* ============================================================
 * Yannick Gonzales — Homepage (sans Elementor)
 * ============================================================ */

/* ---------- Tokens ---------- */
:root {
    --yg-white:      #FFFFFF;
    --yg-ink:        #0E0E0C;
    --yg-ink-soft:   #1A1917;
    --yg-body:       #3B3A36;
    --yg-muted:      #857F72;
    --yg-line-light: #E0DED8;
    --yg-line-dark:  rgba(255, 255, 255, 0.14);
    --yg-turquoise:  #5C94A7;
    --yg-beige:      #F4F1EB;

    --yg-serif:      'Bebas Neue', Impact, sans-serif;
    --yg-sans:       'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    --yg-wrap:       1200px;
    --yg-space:      clamp(72px, 10vw, 120px);
}

/* ---------- Surbrillance de sélection ---------- */
::selection {
    background: rgba(92, 148, 167, 0.45);
    color: #FFF;
}
::-moz-selection {
    background: rgba(92, 148, 167, 0.45);
    color: #FFF;
}

/* ---------- Reset body (le template autonome n'a pas de reset parent) ---------- */
body.yg-body {
    margin: 0;
    padding: 0;
    font-family: var(--yg-sans);
    background: var(--yg-ink);
    color: var(--yg-white);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.yg-body h1,
body.yg-body h2,
body.yg-body h3,
body.yg-body p,
body.yg-body ul,
body.yg-body ol {
    margin: 0;
    padding: 0;
}
body.yg-body ul { list-style: none; }

/* ---------- Reset local scope ---------- */
.yg-home,
.yg-home *,
.yg-home *::before,
.yg-home *::after {
    box-sizing: border-box;
}
.yg-home {
    font-family: var(--yg-sans);
    font-size: 17px;
    line-height: 1.6;
    color: var(--yg-ink);
    background: var(--yg-white);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.yg-home img { max-width: 100%; height: auto; display: block; }
.yg-home a { color: inherit; text-decoration: none; }
.yg-home button { font: inherit; cursor: pointer; }

.yg-wrap {
    width: 100%;
    max-width: var(--yg-wrap);
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}

/* ============================================================
 * HERO
 * ============================================================ */
.yg-hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    background: var(--yg-ink);
    color: var(--yg-white);
    overflow: hidden;
}
.yg-hero__image {
    position: absolute;
    inset: 0;
    background-image: url('https://yannickgonzales.fr/wp-content/uploads/2025/09/Yannick-Gonzales-Speaker-Sonorisateur-devenements-scaled.png');
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.yg-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.42) 60%, rgba(0,0,0,0.52) 100%);
    z-index: 1;
}
.yg-hero > *:not(.yg-hero__image):not(.yg-hero__overlay) {
    position: relative;
    z-index: 2;
}

/* Nav */
.yg-hero__nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 24px clamp(20px, 5vw, 48px);
    gap: 24px;
}
.yg-hero__nav-left,
.yg-hero__nav-right {
    display: flex;
    gap: 24px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.yg-hero__nav-left { justify-self: start; }
.yg-hero__nav-right { justify-self: end; }
.yg-hero__nav a {
    color: var(--yg-white);
    transition: color 0.2s;
}
.yg-hero__nav a:hover { color: var(--yg-turquoise); }
.yg-hero__logo {
    justify-self: center;
    display: block;
    line-height: 0;
}
.yg-hero__logo img {
    height: 80px;
    width: auto;
    display: block;
    object-fit: contain;
}
.yg-hero__nav-toggle {
    display: none;
    background: none;
    border: none;
    padding: 8px;
}
.yg-hero__nav-toggle span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--yg-white);
    margin: 5px 0;
    transition: transform 0.3s, opacity 0.2s;
}

/* Nom split — composition diagonale au centre */
.yg-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: calc(100vh - 100px);
    min-height: calc(100svh - 100px);
    padding: 0 clamp(20px, 5vw, 48px) 40px;
    gap: clamp(24px, 4vw, 60px);
}
.yg-hero__left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.yg-hero__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}
.yg-hero__yannick,
.yg-hero__gonzales {
    font-family: var(--yg-serif);
    font-weight: 400;
    line-height: 0.85;
    letter-spacing: 0.005em;
    margin: 0;
}
.yg-hero__yannick {
    font-size: clamp(80px, 13vw, 220px);
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.85);
}
.yg-hero__gonzales {
    font-size: clamp(80px, 13vw, 220px);
    color: var(--yg-white);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}
.yg-hero__right .yg-hero__intro,
.yg-hero__right .yg-hero__tagline {
    max-width: 420px;
    font-family: var(--yg-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0;
    text-transform: none;
    color: var(--yg-white);
}
.yg-hero__intro {
    margin: 24px 0 0;
}
.yg-hero__tagline {
    margin: 0;
}
.yg-hero__eyebrow {
    margin: 24px 0 8px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--yg-white);
}
.yg-hero__right .yg-btn {
    margin-top: 28px;
}

/* ============================================================
 * BOUTONS
 * ============================================================ */
.yg-btn {
    display: inline-block;
    padding: 16px 32px;
    font-family: var(--yg-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid currentColor;
    background: transparent;
    color: var(--yg-white);
    transition: background 0.2s, color 0.2s;
    margin-top: 32px;
    cursor: pointer;
}
.yg-btn--outline:hover,
.yg-btn--outline:focus-visible {
    background: var(--yg-white);
    color: var(--yg-ink);
}

/* ============================================================
 * BANDEAU DÉFILANT
 * ============================================================ */
.yg-strip {
    background: var(--yg-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
    overflow: hidden;
}
.yg-strip__track {
    display: flex;
    gap: 40px;
    white-space: nowrap;
    animation: yg-scroll 40s linear infinite;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--yg-turquoise);
    will-change: transform;
}
.yg-strip__track > span {
    flex-shrink: 0;
}
@keyframes yg-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ============================================================
 * SECTIONS COMMUNES
 * ============================================================ */
.yg-section {
    padding: var(--yg-space) 0;
}
.yg-section--dark {
    background: var(--yg-ink);
    color: var(--yg-white);
}
.yg-section--light {
    background: var(--yg-white);
    color: var(--yg-ink);
}

.yg-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--yg-turquoise);
    margin-bottom: 20px;
}
.yg-eyebrow--dark { color: var(--yg-turquoise); }

.yg-heading {
    font-family: var(--yg-serif);
    font-weight: 400;
    font-size: clamp(48px, 8vw, 120px);
    line-height: 0.92;
    letter-spacing: 0.005em;
    margin: 0 0 32px;
    color: var(--yg-white);
}
.yg-heading--dark { color: var(--yg-ink); }
.yg-heading span { display: block; }
.yg-heading__outline {
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.85);
}
.yg-heading__outline--dark {
    -webkit-text-stroke: 1.5px var(--yg-ink);
}

.yg-section__lede {
    max-width: 620px;
    margin: 0 0 60px;
    font-size: 18px;
    line-height: 1.6;
    color: currentColor;
    opacity: 0.85;
}

/* ============================================================
 * À PROPOS
 * ============================================================ */
.yg-about__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: start;
}
.yg-about__body p {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
}
.yg-about__body p:last-child { margin-bottom: 0; }
.yg-about__signature {
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--yg-turquoise) !important;
    margin-top: 32px !important;
}
.yg-about__stats {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--yg-line-dark);
}
.yg-about__stats li {
    padding: 24px 0;
    border-bottom: 1px solid var(--yg-line-dark);
    display: flex;
    align-items: baseline;
    gap: 20px;
}
.yg-about__stat-num {
    font-family: var(--yg-serif);
    font-size: 48px;
    color: var(--yg-white);
    min-width: 90px;
    line-height: 1;
}
.yg-about__stat-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

/* ============================================================
 * SERVICES
 * ============================================================ */
.yg-services {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--yg-line-light);
}
.yg-service {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: clamp(24px, 4vw, 80px);
    padding: 48px 0;
    border-bottom: 1px solid var(--yg-line-light);
    align-items: start;
}
.yg-service__name {
    font-family: var(--yg-serif);
    font-weight: 400;
    font-size: clamp(36px, 4.5vw, 64px);
    line-height: 0.95;
    letter-spacing: 0.005em;
    color: var(--yg-ink);
    margin: 0;
}
.yg-service__desc {
    font-size: 16px;
    line-height: 1.75;
    color: var(--yg-body);
    margin: 0;
}

.yg-rcpro {
    margin-top: 56px;
    padding: 32px clamp(24px, 4vw, 40px);
    background: var(--yg-beige);
    border-left: 3px solid var(--yg-turquoise);
}
.yg-rcpro__eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--yg-turquoise);
    margin: 0 0 10px;
}
.yg-rcpro__text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--yg-ink);
    margin: 0;
}

/* ============================================================
 * FAQ
 * ============================================================ */
.yg-faq {
    background: var(--yg-beige);
    color: var(--yg-ink);
}
.yg-faq__list {
    margin-top: 56px;
    border-top: 1px solid rgba(20, 20, 20, 0.12);
}
.yg-faq__item {
    border-bottom: 1px solid rgba(20, 20, 20, 0.12);
}
.yg-faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 28px 0;
    cursor: pointer;
    font-family: var(--yg-serif);
    font-weight: 400;
    font-size: clamp(20px, 2.4vw, 32px);
    line-height: 1.15;
    letter-spacing: 0.005em;
    color: var(--yg-ink);
    list-style: none;
    transition: color 0.2s;
}
.yg-faq__question::-webkit-details-marker { display: none; }
.yg-faq__question::marker { display: none; content: ''; }
.yg-faq__item:hover .yg-faq__question,
.yg-faq__item[open] .yg-faq__question {
    color: var(--yg-turquoise);
}
.yg-faq__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 300;
    font-family: var(--yg-sans);
    color: var(--yg-turquoise);
    transition: transform 0.3s ease;
    line-height: 1;
}
.yg-faq__item[open] .yg-faq__icon {
    transform: rotate(45deg);
}
.yg-faq__answer {
    padding: 0 0 28px;
    max-width: 780px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--yg-body);
}
.yg-faq__answer p { margin: 0; }
.yg-faq__answer a {
    color: var(--yg-turquoise);
    border-bottom: 1px solid currentColor;
    transition: opacity 0.2s;
}
.yg-faq__answer a:hover { opacity: 0.7; }

/* ============================================================
 * CONTACT
 * ============================================================ */
.yg-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: start;
}

.yg-contact__block {
    padding: 20px 0;
    border-bottom: 1px solid var(--yg-line-dark);
}
.yg-contact__block:first-child { border-top: 1px solid var(--yg-line-dark); }
.yg-contact__label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 6px;
}
.yg-contact__value {
    font-family: var(--yg-serif);
    font-size: 24px;
    line-height: 1.1;
    color: var(--yg-white);
    margin: 0;
}
.yg-contact__value a { border-bottom: 1px solid transparent; transition: border-color 0.2s; }
.yg-contact__value a:hover { border-bottom-color: var(--yg-turquoise); }
.yg-contact__hint {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    margin: 4px 0 0;
}
.yg-contact__socials {
    display: flex;
    gap: 24px;
    margin-top: 32px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.yg-contact__socials a { color: var(--yg-white); border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 4px; transition: border-color 0.2s, color 0.2s; }
.yg-contact__socials a:hover { color: var(--yg-turquoise); border-color: var(--yg-turquoise); }

/* Formulaire */
.yg-contact__formwrap { color: var(--yg-white); }
.yg-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.yg-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.yg-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.yg-form__label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}
.yg-form input,
.yg-form textarea,
.yg-form select {
    font-family: var(--yg-sans);
    font-size: 16px;
    color: var(--yg-white);
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 0;
    border-radius: 0;
    transition: border-color 0.2s;
}
.yg-form textarea {
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 14px;
    min-height: 140px;
    resize: vertical;
}
.yg-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 32px;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='rgba(255,255,255,0.65)' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 4px center;
    cursor: pointer;
}
.yg-form select:hover,
.yg-form select:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%235C94A7' stroke-width='1.5'/%3E%3C/svg%3E");
}
.yg-form input:focus,
.yg-form textarea:focus,
.yg-form select:focus {
    outline: none;
    border-color: var(--yg-turquoise);
}
.yg-form input::placeholder,
.yg-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.yg-form__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.yg-form .yg-btn { align-self: flex-start; margin-top: 12px; }

/* Alertes */
.yg-alert {
    padding: 20px 24px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.5;
    border-left: 3px solid;
}
.yg-alert--success {
    background: rgba(92, 148, 167, 0.12);
    border-left-color: var(--yg-turquoise);
    color: var(--yg-white);
}
.yg-alert--error {
    background: rgba(200, 60, 60, 0.15);
    border-left-color: #E36767;
    color: var(--yg-white);
}
.yg-alert strong { display: block; margin-bottom: 4px; }

/* ============================================================
 * FOOTER
 * ============================================================ */
.yg-footer {
    background: #0A0A08;
    color: rgba(255, 255, 255, 0.6);
    padding: clamp(48px, 6vw, 80px) 0 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.yg-footer__top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(24px, 4vw, 60px);
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.yg-footer__logo {
    display: block;
    line-height: 0;
}
.yg-footer__logo img {
    height: 56px;
    width: auto;
    display: block;
    object-fit: contain;
}
.yg-footer__tagline {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    max-width: 340px;
    justify-self: center;
    line-height: 1.5;
    margin: 0;
}
.yg-footer__socials {
    display: flex;
    gap: 20px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.yg-footer__socials a {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid transparent;
    padding-bottom: 4px;
    transition: color 0.2s, border-color 0.2s;
    text-decoration: none;
}
.yg-footer__socials a:hover {
    color: var(--yg-turquoise);
    border-bottom-color: var(--yg-turquoise);
}
.yg-footer__bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
}
.yg-footer__bottom p { margin: 0; }

/* ============================================================
 * MOBILE
 * ============================================================ */
@media (max-width: 900px) {
    .yg-hero { min-height: 100vh; }

    /* Nav mobile — logo à gauche, burger tout à droite */
    .yg-hero__nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px clamp(20px, 5vw, 48px);
        gap: 12px;
    }
    .yg-hero__nav-left,
    .yg-hero__nav-right { display: none; }
    .yg-hero__logo { justify-self: unset; }
    .yg-hero__logo img { height: 56px !important; }
    .yg-hero__nav-toggle { display: block; justify-self: unset; }

    /* Hero content — flex column, aligné à gauche mais centré verticalement */
    .yg-hero__grid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        min-height: calc(100vh - 100px);
        padding: 40px clamp(20px, 5vw, 48px);
        gap: 8px;
    }
    .yg-hero__left {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    .yg-hero__right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        text-align: left;
    }
    .yg-hero__yannick,
    .yg-hero__gonzales {
        font-size: clamp(64px, 22vw, 110px);
        margin: 0;
        text-align: left;
    }
    .yg-hero__gonzales { margin-bottom: 20px; }
    .yg-hero__intro,
    .yg-hero__tagline,
    .yg-hero__right .yg-hero__intro,
    .yg-hero__right .yg-hero__tagline {
        max-width: 100%;
        text-align: left;
    }

    /* Backdrop noir qui cache tout quand menu ouvert */
    body:has(.yg-hero__nav.is-open)::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        z-index: 998;
    }

    /* Menu ouvert — side panel qui vient de la droite */
    .yg-hero__nav.is-open {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
        width: min(85vw, 320px) !important;
        background: var(--yg-ink) !important;
        z-index: 999 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        padding: 80px 32px 40px !important;
        gap: 8px !important;
        box-shadow: -20px 0 60px rgba(0, 0, 0, 0.5) !important;
    }
    .yg-hero__nav.is-open .yg-hero__logo { display: none !important; }
    .yg-hero__nav.is-open .yg-hero__nav-toggle {
        position: absolute !important;
        top: 24px !important;
        right: 24px !important;
    }
    .yg-hero__nav.is-open .yg-hero__nav-left,
    .yg-hero__nav.is-open .yg-hero__nav-right {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        font-size: 20px !important;
        letter-spacing: 0.14em !important;
        align-items: flex-start !important;
        text-align: left !important;
    }
    .yg-hero__nav.is-open .yg-hero__nav-right { margin-top: 20px !important; }

    /* About */
    .yg-about__grid { grid-template-columns: 1fr; }
    .yg-about__stat-num { font-size: 40px; min-width: 70px; }

    /* Services */
    .yg-service {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 36px 0;
    }
    .yg-service__name { font-size: 40px; }

    /* Contact */
    .yg-contact__grid { grid-template-columns: 1fr; }
    .yg-form__row { grid-template-columns: 1fr; gap: 24px; }
    .yg-contact__value { font-size: 20px; }

    /* FAQ */
    .yg-faq__question {
        font-size: 18px;
        padding: 20px 0;
        gap: 16px;
    }
    .yg-faq__icon {
        width: 32px;
        height: 32px;
        font-size: 24px;
    }
    .yg-faq__answer { padding-bottom: 24px; font-size: 15px; }

    /* Footer */
    .yg-footer__top {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    .yg-footer__logo { justify-self: center; }
    .yg-footer__logo img { height: 48px; margin: 0 auto; }
    .yg-footer__tagline { justify-self: center; text-align: center; }
    .yg-footer__socials { justify-content: center; }
    .yg-footer__bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

/* ============================================================
 * A11Y
 * ============================================================ */
@media (prefers-reduced-motion: reduce) {
    .yg-strip__track { animation: none; }
    .yg-home *,
    .yg-home *::before,
    .yg-home *::after {
        transition: none !important;
        animation: none !important;
    }
}

.yg-home *:focus-visible {
    outline: 2px solid var(--yg-turquoise);
    outline-offset: 3px;
}