@font-face {
    font-family: 'Jungka';
    src: url('/wp-content/themes/uniqlo/assets/fonts/Jungka-Regular.woff2') format('woff2'),
        url('/wp-content/themes/uniqlo/assets/fonts/Jungka-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jungka';
    src: url('/wp-content/themes/uniqlo/assets/fonts/Jungka-RegularItalic.woff2') format('woff2'),
        url('/wp-content/themes/uniqlo/assets/fonts/Jungka-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jungka';
    src: url('/wp-content/themes/uniqlo/assets/fonts/Jungka-Medium.woff2') format('woff2'),
        url('/wp-content/themes/uniqlo/assets/fonts/Jungka-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jungka';
    src: url('/wp-content/themes/uniqlo/assets/fonts/Jungka-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/uniqlo/assets/fonts/Jungka-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jungka';
    src: url('/wp-content/themes/uniqlo/assets/fonts/Jungka-Bold.woff2') format('woff2'),
        url('/wp-content/themes/uniqlo/assets/fonts/Jungka-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jungka';
    src: url('/wp-content/themes/uniqlo/assets/fonts/Jungka-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/uniqlo/assets/fonts/Jungka-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

:root {
    --red: #ff0000;
    --black: #000000;
    --white: #ffffff;
    --grey: #f6f6f6;
    --border: #dedede;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--white);
    color: var(--black);
    font-family: "Jungka", sans-serif;
}

a {
    color: inherit;
}

.container {
    max-width: 1280px;
}

#about,
#register,
#location {
    scroll-margin-top: 76px;
}

/* ---------------------------------------------------------
   NAVIGATION
   --------------------------------------------------------- */

.site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: var(--white);
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border);
    transform: translateY(-100%);
}

.site-header.is-sticky.animate-in {
    transform: translateY(0);
    transition: transform 0.5s ease;
}

.header-inner {
    min-height: 76px;
}

.logo {
    display: block;
    width: auto;
    height: 51px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 0;
}

.main-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 76px;
    padding: 0 20px;
    text-decoration: none;
    font-size: 15px;
}

.main-nav a:hover {
    color: var(--red);
}

.main-nav .nav-register {
    min-height: 52px;
    margin-left: 12px;
    padding: 0 27px;
    background: var(--red);
    color: var(--white);
}

.main-nav .nav-register:hover {
    background: var(--black);
    color: var(--white);
}

.navbar-toggler {
    border: 0;
    padding: 8px 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.hero {
    position: relative;
    min-height: calc(100 - 100px);
    padding-top: 76px;
    background: var(--white);
    overflow: hidden;
}

.hero-copy {
    position: relative;
    z-index: 5;
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px;
}

.hero-copy-inner {
    width: 100%;
}

.hero-title {
    max-width: 720px;
    margin: 0;
    font-size: clamp(56px, 6.7vw, 108px);
    line-height: .88;
    font-weight: 500;
}

.hero-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
    font-size: 16px;
}

.hero-meta span + span {
    padding-left: 24px;
    border-left: 1px solid var(--black);
}

.hero-register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin-top: 30px;
    padding: 0 31px;
    background: var(--red);
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
}

.hero-register:hover {
    background: var(--black);
    color: var(--white);
}

.hero-art {
    position: absolute;
    top: 76px;
    right: 0;
    bottom: 0;
    left: 47vw;
    z-index: 2;
    pointer-events: none;
}

.hero-key-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.hero-roger {
    text-align: center;
}

.hero-roger img {
    position: relative;
    z-index: 3;
    height: calc(100vh - 100px);
    width: auto;          
}

/* ---------------------------------------------------------
   ABOUT
   --------------------------------------------------------- */

.section {
    padding: 80px 0;
}

.section-title {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FF0000;
}
.about {
    background: var(--red);
    color: var(--white);
}

.about-copy {
    font-size: 44px;
    line-height: 55px;
}

/* ---------------------------------------------------------
   PASSWORD PROTECT
   --------------------------------------------------------- */

.password-screen {
    position: fixed;
    inset: 0;
    z-index: 99999;

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

    width: 100%;
    min-height: 100vh;

    background: #ffffff;
    color: #000000;
}

.password-screen-inner {
    width: min(90%, 500px);
    text-align: center;
}

.password-screen h1 {
    margin: 0 0 30px;

    font-size: clamp(48px, 7vw, 90px);
    line-height: .88;
    font-weight: 500;
}

.password-screen p {
    margin: 0 0 15px;
    font-size: 16px;
}

.password-screen form {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
}

.password-screen input[type="password"] {
    width: 300px;
    height: 52px;

    padding: 0 15px;

    border: 1px solid #000000 !important;
    border-radius: 0 !important;

    background: #ffffff !important;
    color: #000000 !important;

    font-family: inherit;
    font-size: 16px;
    box-shadow: none !important;
}

.password-screen input[type="submit"] {
    height: 52px;

    padding: 0 25px;

    border: 0 !important;
    border-radius: 0 !important;

    background: #ff0000 !important;
    color: #ffffff !important;

    font-family: inherit;
    font-size: 15px;

    cursor: pointer;
}

.password-screen input[type="submit"]:hover {
    background: #000000 !important;
}

/* ---------------------------------------------------------
   REGISTRATION
   --------------------------------------------------------- */

.registration {
    background: var(--white);
    border-top: 1px solid var(--border);
}

.registration-title {
    margin-bottom: 30px;
}

input[type="text"], input[type="email"] {
    min-height: 52px !important;
    border: 1px solid var(--border) !important;
    border-radius: 0 !important;
    background: var(--white) !important;
    color: var(--black) !important;
    font-family: inherit !important;
    box-shadow: none !important;
    outline: 0 !important; 
}

input[type="text"]:focus, input[type="email"]:focus {
    border-color: var(--red) !important;
}

.form-label, .gfield_label {
    margin-bottom: 7px !important;
    font-size: 13px !important;
}

.form-check-input {
    border-color: var(--black);
    border-radius: 0 !important;
}

.form-check-input:checked {
    background-color: var(--red);
    border-color: var(--red);
}

/* =========================================================
   GRAVITY FORMS — CHECKBOXES & RADIO BUTTONS
   ========================================================= */

/* Remove Gravity Forms default styling */
.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    border: 1px solid #000000 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer !important;
    position: relative !important;
    vertical-align: middle !important;
}


/* ---------------------------------------------------------
   CHECKBOX — SELECTED
   --------------------------------------------------------- */

.gform_wrapper input[type="checkbox"]:checked {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
}


/* Checkbox tick */
.gform_wrapper input[type="checkbox"]:checked::after {
    content: "" !important;
    position: absolute !important;
    left: 0px !important;
    top: 2px !important;
    width: 6px !important;
    height: 11px !important;
    border: solid #ffffff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}


/* ---------------------------------------------------------
   RADIO BUTTON
   --------------------------------------------------------- */

.gform_wrapper input[type="radio"] {
    border-radius: 50% !important;
}


/* Radio — selected */
.gform_wrapper input[type="radio"]:checked {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
}


/* Radio dot */
.gform_wrapper input[type="radio"]:checked::after {
    content: "" !important;

    position: absolute !important;

    top: 4px !important;
    left: 4px !important;

    width: 10px !important;
    height: 10px !important;

    border-radius: 50% !important;

    background: #ffffff !important;
}


/* ---------------------------------------------------------
   HOVER
   --------------------------------------------------------- */

.gform_wrapper input[type="checkbox"]:hover,
.gform_wrapper input[type="radio"]:hover {
    border-color: #ff0000 !important;
}


/* ---------------------------------------------------------
   FOCUS
   --------------------------------------------------------- */

.gform_wrapper input[type="checkbox"]:focus,
.gform_wrapper input[type="radio"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

button[type="submit"] {
    width: 100% !important;
    min-height: 52px !important;
    border: 0 !important;
    background: var(--red) !important;
    color: var(--white) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    border-radius: 0 !important;
}

button[type="submit"]:hover {
    background: var(--black) !important;
}

.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}

/* ---------------------------------------------------------
   LOCATION
   --------------------------------------------------------- */

.map-heading {
    margin-bottom: 25px;
}

.map-wrap {
    position: relative;
    overflow: hidden;
    min-height: 470px;
}

.map-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 0, 0, 1);
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: overlay;
}

.map-wrap iframe {
    display: block;
    width: 100%;
    min-height: 470px;
    border: 0;
    filter: grayscale(1);
}

.map-label {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    padding: 20px 25px;
    background: var(--white);
    border-left: 5px solid var(--red);
}

.map-label h3 {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: 400;
}

.map-label p {
    margin: 0;
    font-size: 14px;
}

/* ---------------------------------------------------------
   FOOTER
   --------------------------------------------------------- */

.site-footer {
    padding: 55px 0 25px;
    background: var(--black);
    color: var(--white);
}

.footer-inner {
    display: flex;
    flex-direction: column;
}

.footer-logo img {
    display: block;
    width: auto;
    height: 51px;
}

.footer-links {
    display: flex;
    gap: 35px;
    margin-top: 45px;
}

.footer-links a,
.footer-bottom a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover,
.footer-bottom a:hover {
    color: var(--red);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.25);
    font-size: 13px;
}

.footer-bottom div {
    display: flex;
    gap: 30px;
}


/* MOBILE FOOTER */

@media (max-width: 767.98px) {

    .site-footer {
        padding: 40px 15px;
    }

    .footer-logo img {
        height: 43px;
    }

    .footer-links {
        flex-direction: column;
        gap: 0;
        margin-top: 35px;
    }

    .footer-links a {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-top: 45px;
    }

    .footer-bottom div {
        flex-direction: column;
        gap: 10px;
    }

}

.hide-mobile {
    display: block;
}

.hide-desktop {
    display: none;
}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 1199.98px) {
    .hero-art {
        left: 46vw;
    }


    .hero-key-visual {
        right: -20vw;
        width: calc(100% + 27vw);
    }

    .hero-roger {
        width: min(48vw, 590px);
    }
}

@media (max-width: 991.98px) {

    .hide-mobile {
        display: none;
    }

    .hide-desktop {
        display: block;
    }

    .mobile-roger img {
        max-width: 100%;
    }

    .header-inner {
        min-height: 68px;
    }

    .logo {
        height: 43px;
    }

    .main-nav {
        display: block;
        padding: 12px 0 20px;
        border-top: 1px solid var(--border);
    }

    .main-nav a {
        display: flex;
        min-height: 44px;
        padding: 0 !important;
    }

    .main-nav .nav-register {
        display: inline-flex;
        min-height: 48px;
        margin: 10px 0 0;
        padding: 0 23px !important;
    }

    .hero {
        min-height: 0;
        padding-top: 68px;
    }

    .hero-copy {
        min-height: 0;
        padding: 40px 15px;
    }

    .hero-art {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100vw;
        height: 460px;
        margin-left: calc(50% - 50vw);
        margin-top: 0;
    }

    .hero-key-visual {
        top: 0;
        right: -12vw;
        width: 112vw;
        height: 100%;
        object-fit: cover;
        object-position: left center;
    }

    .hero-roger {
        top: 51%;
        left: 57%;
        width: min(57vw, 480px);
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 51px;
    }

    .hero-meta {
        gap: 13px;
        font-size: 14px;
    }

    .hero-meta span + span {
        padding-left: 13px;
    }

    .hero-art {
        height: 360px;
    }

    .hero-roger {
        width: 62vw;
        left: 58%;
    }

    .section {
        padding: 65px 15px;
    }

    .about-copy {
        margin-top: 25px;
        font-size: 18px;
        line-height: 28px;
    }

    .map-wrap,
    .map-wrap iframe {
        min-height: 390px;
    }

    .map-label {
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 44px;
    }

    .hero-art {
        height: 300px;
    }

    .hero-key-visual {
        right: -20vw;
        width: 125vw;
    }

    .hero-roger {
        width: 70vw;
        left: 60%;
    }
}

/* ---------------------------------------------------------
   MOBILE FULL-SCREEN NAVIGATION
   --------------------------------------------------------- */

@media (max-width: 991.98px) {

    .site-header {
        z-index: 1000;
        background: var(--white);
    }

    .header-inner {
        position: relative;
        z-index: 1002;
    }

    /* Hamburger */
    .navbar-toggler {
        position: relative;
        z-index: 1003;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--black);
        font-size: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler::before,
    .navbar-toggler::after,
    .navbar-toggler i {
        content: "";
        position: absolute;
        display: block;
        width: 25px;
        height: 2px;
        background: var(--black);
        transition: transform .25s ease, opacity .25s ease;
    }

    .navbar-toggler::before {
        transform: translateY(-8px);
    }

    .navbar-toggler i {
        transform: translateY(0);
    }

    .navbar-toggler::after {
        transform: translateY(8px);
    }

    .navbar-toggler[aria-expanded="true"]::before {
        transform: translateY(0) rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] i {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"]::after {
        transform: translateY(0) rotate(-45deg);
    }


    /* -----------------------------------------------------
       FULL SCREEN MENU
       ----------------------------------------------------- */

    #mobileNav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1001;

        width: 100vw;
        height: 100vh;
        height: 100dvh;

        background: var(--white);
    }

    #mobileNav.collapsing {
        height: 100vh !important;
        height: 100dvh !important;
        transition: none;
    }

    #mobileNav.show {
        display: flex !important;
    }

    #mobileNav .main-nav {
        width: 100%;
        height: 100%;
        padding: 76px 30px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 0;
    }

    #mobileNav .main-nav a {
        display: flex;
        align-items: center;
        justify-content: center;

        width: auto;
        min-height: auto;
        padding: 8px 0 !important;

        color: var(--black);
        text-decoration: none;

        font-size: clamp(32px, 7vw, 56px);
        line-height: 1;
    }

    #mobileNav .main-nav a:hover {
        color: var(--red);
    }

    #mobileNav .main-nav .nav-register {
        display: inline-flex;

        min-height: 52px;
        margin-top: 20px;
        padding: 0 30px !important;

        background: var(--red);
        color: var(--white);

        font-size: 16px;
    }

    #mobileNav .main-nav .nav-register:hover {
        background: var(--black);
        color: var(--white);
    }

}