/* ===== Premium typography: Fraunces (display) + Plus Jakarta Sans (UI) ===== */
*,
*::before,
*::after {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.landing-headline,
.section-header-container,
.big-button,
.small-button,
.menu-item {
    font-family: 'Fraunces', 'Georgia', serif;
    font-optical-sizing: auto;
    letter-spacing: -0.02em;
}

body {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.work-item-content-container h3 {
    font-family: 'Fraunces', 'Georgia', serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.work-item-content-container span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    line-height: 1.55;
}

.work-item-tag {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.team-card-info h3 {
    font-family: 'Fraunces', 'Georgia', serif !important;
    font-weight: 700;
}

.team-card-info p,
.team-description {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    line-height: 1.6;
}

.team-role {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-skill-span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    white-space: nowrap;
}

/* ===== Skill Modal Popup ===== */
.about-skill-container:hover {
    background: rgba(0, 183, 255, 0.08) !important;
}

#skill-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#skill-modal-overlay.skill-modal-visible {
    opacity: 1;
    pointer-events: auto;
}

#skill-modal-banner {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 32px 36px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(30px) scale(0.95);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.skill-modal-visible #skill-modal-banner {
    transform: translateY(0) scale(1);
}

#skill-modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    color: #7c8594;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 10px;
    transition: 0.2s;
}

#skill-modal-close:hover {
    color: #091434;
    background: rgba(0, 0, 0, 0.05);
}

#skill-modal-icon {
    font-size: 40px;
    margin-bottom: 16px;
}

#skill-modal-title {
    font-family: 'Fraunces', 'Georgia', serif;
    font-weight: 700;
    font-size: 20px;
    color: #091434;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
}

#skill-modal-desc {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7c8594;
    line-height: 1.7;
}

footer span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 0.03em;
}

#transition-container {
    position: absolute;
    z-index: 1000;
    width: 200vw;
    bottom: -100%;
    transform: rotate(20deg);
    left: -40%;
    pointer-events: none
}

#transition-wave-svg {
    transform: translateY(20px)
}

#transition-wave-svg-bottom {
    transform: rotate(180deg) translateY(20px)
}

.hideTopTransition {
    animation: hideTopTransition ease-in .7s;
    animation-fill-mode: forwards
}

@keyframes hideTopTransition {
    0% {
        bottom: -120%;
        left: -40%
    }

    to {
        bottom: 100%;
        left: 40%
    }
}

.showTransition {
    animation: showTransition ease-in .7s;
    animation-fill-mode: forwards
}

@keyframes showTransition {
    0% {
        bottom: -450%;
        left: -60%
    }

    to {
        bottom: -120%;
        left: -40%
    }
}

#transition-push {
    height: 200vh;
    background: #FF923E
}

@media (max-aspect-ratio: 12/10) {
    #transition-container {
        transform: translateY(-20%) scale(1.2) rotate(10deg)
    }
}

#overlay-container {
    position: absolute;
    height: calc(100% - 30px);
    padding: 15px 0;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    opacity: 0
}

#header-container {
    position: absolute;
    top: 0;
    width: 100%;
    transition: .25s;
    padding-top: 15px;
    pointer-events: none
}

.overlay-button {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    cursor: pointer;
    pointer-events: auto
}

#header-logo-svg {
    position: absolute;
    transform-origin: center center
}

#logo-dark-background {
    background: #091434;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 15px;
    clip-path: url(#logo-clip-path)
}

#logo-white-background {
    background: white;
    width: 200px
}

#logo-click-container {
    height: 53px;
    width: 49px;
    position: absolute;
    cursor: pointer;
    pointer-events: auto;
    transform-origin: top left
}

#sound-button {
    right: 62px
}

#header-sound-svg {
    height: 48px;
    width: 48px;
    transform: translate(12px) scale(1.2)
}

#sound-button-scale-container {
    transform-origin: top right;
    position: relative
}

#menu-button {
    right: 0
}

.menu-button-bar {
    width: 26px;
    height: 4px;
    background: white;
    margin: 2.5px;
    border-radius: 2px
}

#menu-button-scale-container {
    transform-origin: top right
}

.scroll-container {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.scroll-border-container {
    width: 24px;
    height: 38px;
    border: 3px solid #091434;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: center
}

.scroll-wheel {
    background: #091434;
    width: 4px;
    height: 11px;
    border-radius: 2px;
    margin-top: 4px
}

.scroll-touch-icon {
    height: 38px;
    width: 38px
}

@media (max-width: 800px),
(max-height: 800px) {

    #scroll-icon,
    #menu-button-scale-container,
    #sound-button-scale-container,
    .scroll-container,
    #logo-clip-path,
    #logo-click-container {
        transform: scale(.9)
    }

    #sound-button {
        right: 64px
    }
}

@media (max-width: 550px),
(max-height: 550px) {

    #scroll-icon,
    #menu-button-scale-container,
    #sound-button-scale-container,
    .scroll-container,
    #logo-clip-path,
    #logo-click-container {
        transform: scale(.8)
    }

    #sound-button {
        right: 60px
    }
}

#landing-page {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute
}

#landing-page-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: calc(100% - 30px);
    left: 0;
    position: relative
}

#landing-content-svg {
    width: 550px;
    max-width: 45%;
    max-height: 53%;
    position: relative
}

.landing-headline {
    transform-origin: left;
    font-size: 64px;
    font-weight: 600;
    fill: #091434;
    letter-spacing: -.5px
}

.landing-subheading {
    font-size: 17px;
    fill: #7c8594;
    transform-origin: left
}

@media (max-aspect-ratio: 12/10) {
    #landing-content-svg {
        max-width: 94%;
        max-height: 80%
    }

    #landing-page {
        align-items: flex-start;
        padding-top: 45px;
        background-image: linear-gradient(180deg, #F5EFE6 45%, transparent 50%)
    }

    #landing-page-section {
        max-height: 40vh;
        justify-content: center;
        align-items: center;
        position: unset
    }
}

#scroll-container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%
}

.scroll-container-transitions {
    transition: left .9s cubic-bezier(.645, .045, .355, 1), top .7s cubic-bezier(.6, 0, .4, 1)
}

#hover-icon-color-switch {
    position: absolute;
    width: 300%;
    height: 50%;
    top: 0
}

#about-section {
    justify-content: flex-start;
    align-items: center;
    font-family: Electrolize, sans-serif;
    color: #34bfff;
    min-height: 100vh;
    padding-bottom: 90px
}

#about-content-container {
    width: 580px;
    max-width: 45%;
    display: flex;
    flex-direction: column
}

#about-content-container span {
    color: #34bfff
}

#skills-svg {
    margin-top: 120px;
    width: 100%
}

.about-box-line {
    fill: none;
    stroke: #00b7ff;
    stroke-width: 2
}

.about-up-animation-line,
.about-down-animation-line {
    fill: none;
    stroke: #00b7ff;
    opacity: 0;
    stroke-width: 2
}

.about-box-background {
    stroke-width: 0;
    fill: url(#about-background-gradient)
}

.about-header {
    font-weight: 700;
    font-size: 18px;
    fill: #34bfff
}

.about-text {
    font-weight: 700;
    font-size: 15px;
    fill: #34bfff
}

#about-skills-container {
    padding: 10px 0;
    font-weight: 700;
    font-size: 16px
}

#about-skills-render-container :nth-child(even),
#about-others-render-container :nth-child(odd) {
    background: #2d88dd18
}

.about-skill-container {
    height: 100%;
    box-sizing: border-box;
    padding: 6px 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.about-skill-container span {
    width: 250px;
    background: transparent !important
}

.about-skill-bar-container {
    width: 100%;
    height: 11px;
    background: #00b7ff33 !important;
    overflow: auto
}

.about-skill-bar {
    height: 100%;
    background: linear-gradient(to right, #2d88dd, #34bfff) !important;
    width: 30%
}

#about-svg-about image {
    image-rendering: pixelated;
    opacity: .9
}

.about-pixel-mask-rect {
    fill: #fff
}

@media (max-aspect-ratio: 12/10) {
    #about-section {
        justify-content: center;
        padding-bottom: 3vh
    }

    #about-content-container {
        max-width: 100%;
        justify-content: flex-start;
        align-items: flex-start
    }

    #skills-svg {
        margin-top: 63vh;
        margin-bottom: 90px
    }
}

.landing-slow-transition {
    transition: top .7s cubic-bezier(.645, .045, .355, 1)
}

.slide-out-left-transition {
    transition: left .9s cubic-bezier(.6, 0, .4, 1), right .9s cubic-bezier(.6, 0, .4, 1)
}

#work-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 3vh;
    position: relative;
    min-height: 100vh;
    width: 100%
}

#work-content {
    position: relative;
    padding: 90px 0;
    box-sizing: border-box;
    margin-top: 20px;
    justify-content: flex-start
}

#work-background {
    box-shadow: 0 30px 70px #93683310;
    background: #F5EFE6;
    width: 300%;
    height: 100%;
    position: absolute;
    z-index: -1
}

#work-render-container {
    position: relative;
    width: 350px;
    height: 570px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin: 80px auto 0
}

.work-item-container {
    background: white;
    height: 100%;
    position: absolute;
    padding: 2px;
    border-radius: 20px;
    width: 100%;
    overflow: hidden
}

.work-item-container-transition {
    transition: transform .4s ease-in-out, opacity .35s ease-in-out, filter .35s ease-in-out
}

.work-inactive-item-container {
    opacity: .7 !important;
    filter: grayscale(.5) !important;
    cursor: pointer
}

.work-inactive-item-container * {
    cursor: unset !important;
    pointer-events: none
}

.work-inactive-item-container:hover {
    border: 2px solid #7C8594;
    padding: 0
}

.work-item-image {
    width: calc(100% - 16px);
    margin: 8px 8px 5px;
    object-fit: cover;
    min-height: 300px;
    border-radius: 13px
}

.work-item-content-container {
    padding: 8px 16px;
    box-sizing: border-box;
    flex: 1
}

.work-item-content-container a {
    text-decoration: underline
}

.work-item-tag-container {
    margin-top: 5px;
    margin-bottom: 15px;
    max-width: 100%;
    flex-wrap: wrap
}

.work-item-tag {
    font-size: .7rem;
    padding: 4px 10px;
    margin-right: 6px;
    color: #091434;
    border-radius: 6px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.05);
}

.work-item-button-container {
    margin: 8px
}

.work-item-orange-button {
    width: 100%;
    padding: 9px !important;
    margin-left: 8px
}

.work-item-gray-button {
    padding: 8px 14px;
    color: #fff;
    border-radius: 13px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer
}

.work-item-gray-button .code-icon {
    fill: #fff;
    height: 28px;
    width: 28px
}

.work-item-gray-button span {
    color: #fff;
    margin-left: 10px
}

.work-banner-container {
    height: 50px;
    width: 300px;
    background-color: #ffcb00;
    position: absolute;
    transform: rotate(-45deg) translate(-92px, -30px)
}

.work-banner-container span {
    color: #091434;
    font-weight: 500;
    line-height: 1.3;
    font-size: 15px
}

.work-banner-container img {
    height: 30px;
    width: 30px;
    margin-right: 12px
}

#work-navigation-container {
    margin-top: 50px;
    margin-bottom: 20px
}

.work-navigation-button {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    margin: 20px 20px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s !important
}

.work-disabled-navigation-button {
    background: #a7adb8 !important;
    cursor: unset !important
}

.work-disabled-navigation-button:hover {
    background: #a7adb8 !important
}

@media (max-aspect-ratio: 12/10) {
    #work-content {
        align-items: center;
        justify-content: center
    }

    #work-header-container {
        width: 580px;
        max-width: 100%
    }
}

@media (max-width: 480px) {
    .work-inactive-item-container {
        opacity: 0
    }
}

/* ===== Team Section ===== */
#team-section {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box
}

#team-background {
    background: linear-gradient(180deg, #F5F7FA 0%, #E0E6ED 100%);
    width: 300%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: -100%
}

#team-content {
    position: relative;
    justify-content: flex-start
}

#team-header-container {
    margin-bottom: 50px
}

.team-description {
    color: #7c8594;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 580px;
    margin-top: 15px;
    font-weight: 400
}

#team-cards-container {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center
}

.team-card {
    background: white;
    border-radius: 16px;
    padding: 32px 24px;
    width: 280px;
    max-width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease
}

.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08)
}

.team-card-avatar {
    margin-bottom: 20px
}

.team-avatar-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #091434, #1a3a6b);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(9, 20, 52, 0.25)
}

.team-card-info h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #091434;
    margin: 0 0 6px
}

.team-role {
    display: inline-block;
    background: #091434;
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 14px
}

.team-card-info p {
    font-size: 0.88rem;
    color: #7c8594;
    line-height: 1.6;
    margin: 0;
    font-weight: 400
}

@media (max-aspect-ratio: 12/10) {
    #team-section {
        padding: 60px 0
    }

    #team-header-container {
        width: 580px;
        max-width: 100%
    }

    #team-cards-container {
        flex-direction: column;
        align-items: center
    }

    .team-card {
        width: 100%;
        max-width: 400px
    }
}

@media (max-width: 480px) {
    .team-card {
        padding: 24px 18px
    }

    .team-avatar-placeholder {
        width: 72px;
        height: 72px;
        font-size: 1.8rem
    }
}

/* —— Contact v2 (aligned with site: orange + navy + warm beige) —— */
.contact-section-v2 {
    --brand-orange: #FF923E;
    --brand-orange-deep: #e67a28;
    --brand-orange-soft: rgba(255, 146, 62, 0.14);
    --brand-orange-glow: rgba(255, 146, 62, 0.22);
    --brand-navy: #091434;
    background: #f5efe6
}

.contact-section-v2 .contact-v2-hr {
    background-color: var(--brand-orange) !important
}

.contact-section-v2 .section-subheader-container h5 {
    color: var(--brand-orange)
}

.contact-shell-v2 {
    margin-top: 28px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box
}

.contact-form-v2 {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    padding: clamp(16px, 2vw, 28px) !important;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 40px rgba(9, 20, 52, 0.07);
    border: 1px solid rgba(9, 20, 52, 0.08);
    box-sizing: border-box
}

.contact-split-v2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(24px, 3vw, 40px);
    align-items: start
}

.contact-info-grid-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.contact-info-card-v2 {
    background: #fff;
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(9, 20, 52, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.contact-info-card-v2:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 146, 62, 0.15)
}

.contact-info-icon-v2 {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    border-radius: 12px;
    background: var(--brand-orange-soft);
    color: var(--brand-orange-deep);
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-info-title-v2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--brand-navy);
    margin: 0 0 8px
}

.contact-info-text-v2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #5a6478;
    margin: 0
}

.contact-info-text-v2 a {
    color: var(--brand-navy);
    font-weight: 600;
    text-decoration: none
}

.contact-info-text-v2 a:hover {
    color: var(--brand-orange-deep);
    text-decoration: underline
}

.contact-form-panel-v2 {
    background: #fff;
    border-radius: 16px;
    padding: 8px 4px 4px;
    border: 1px solid rgba(9, 20, 52, 0.08);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04)
}

.contact-send-title-v2 {
    font-family: 'Fraunces', 'Georgia', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--brand-navy);
    margin: 0 0 20px;
    padding: 0 8px
}

.contact-form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px
}

.contact-field-v2 {
    margin-bottom: 0 !important
}

.contact-field-v2#contact-message-input {
    margin-bottom: 0;
    min-height: 120px
}

.contact-send-btn-v2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding: 12px 28px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff9b4f 0%, var(--brand-orange) 45%, var(--brand-orange-deep) 100%);
    color: #fff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(255, 146, 62, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.contact-send-btn-v2:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(255, 146, 62, 0.45)
}

.contact-map-v2 {
    width: 100%;
    margin-top: 48px;
    padding: 36px 24px 40px;
    background: linear-gradient(180deg, #fff5eb 0%, #ffe8d2 55%, #ffd8b8 100%);
    border-top: 1px solid rgba(255, 146, 62, 0.25);
    box-sizing: border-box;
    border-radius: 0 0 20px 20px
}

.contact-map-inner-v2 {
    margin: 0 auto;
    text-align: center
}

.contact-map-pin-v2 {
    color: var(--brand-orange-deep);
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.contact-map-heading-v2 {
    font-family: 'Fraunces', 'Georgia', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--brand-navy);
    margin: 0 0 8px
}

.contact-map-address-v2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    color: #5a6478;
    margin: 0 0 14px
}

.contact-map-link-v2 {
    display: inline-block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--brand-orange-deep);
    text-decoration: underline
}

.contact-map-link-v2:hover {
    color: var(--brand-navy)
}

.contact-map-embed-v2 {
    width: 100%;
    max-width: 720px;
    margin: 16px auto 12px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid rgba(255, 146, 62, 0.35);
    box-shadow: 0 8px 28px rgba(9, 20, 52, 0.1);
    aspect-ratio: 16 / 9;
    min-height: 220px;
    background: #faf8f5
}

.contact-map-embed-v2 iframe {
    width: 100%;
    height: 100%;
    min-height: 220px;
    border: 0;
    display: block
}

.contact-state-v2 {
    border-radius: 16px !important;
    padding: 2.5rem 1.5rem !important;
    min-height: 200px;
    border: 1px solid rgba(9, 20, 52, 0.1) !important;
    box-shadow: 0 8px 32px rgba(9, 20, 52, 0.06) !important;
    background: #fff !important
}

.contact-state-title-v2 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brand-navy)
}

.contact-result-btn-v2 {
    margin-top: 1rem;
    padding: 12px 32px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff9b4f 0%, #FF923E 45%, #e67a28 100%);
    color: #fff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(255, 146, 62, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.contact-result-btn-v2:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(255, 146, 62, 0.45)
}

#contact-container.contact-shell-v2 #contact-form-container textarea,
#contact-container.contact-shell-v2 #contact-form-container.contact-container {
    height: auto;
    min-height: 0
}

#contact-container.contact-shell-v2 #contact-message-input textarea {
    min-height: 140px
}

.contact-section-v2 .input-container:focus-within {
    border-color: rgba(255, 146, 62, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(255, 146, 62, 0.15)
}

#contact-subject-input.contact-field-v2 {
    margin-bottom: 14px !important
}

@media (max-width: 960px) {
    .contact-split-v2 {
        grid-template-columns: 1fr
    }

    .contact-form-row-2 {
        grid-template-columns: 1fr
    }
}

@media (max-width: 520px) {
    .contact-info-grid-v2 {
        grid-template-columns: 1fr
    }

    .contact-map-v2 {
        margin-top: 32px;
        padding: 28px 16px 32px
    }
}

#contact-section {
    align-items: flex-start;
    justify-content: center;
    min-height: 100vh;
    padding: 80px 0 0;
    box-sizing: border-box
}

#contact-container {
    margin-top: 40px;
    padding: 10px;
    border-radius: 20px;
    background: white;
    width: 540px;
    max-width: 45%;
    height: 560px;
    max-height: 90vh;
    box-sizing: border-box
}

#contact-container.contact-shell-v2 {
    margin-top: 28px;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    background: transparent;
    box-shadow: none
}

#contact-container input,
textarea {
    border: none;
    font-size: 1.1rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: transparent !important;
    font-weight: 500;
    color: #111029;
    resize: none
}

#contact-container input:focus,
textarea:focus {
    outline: none;
    border: none
}

#contact-message-input {
    flex: 1
}

#contact-container textarea,
.contact-container {
    height: 100%
}

.input-container {
    width: 100%;
    box-sizing: border-box;
    background: #F5F5F5;
    color: #acacac;
    border-radius: 13px;
    padding: 7px 7px 7px 15px;
    border: 2px solid #F5F5F5
}

.input-container:focus-within {
    border: 2px solid #c7c7c7
}

.input-container label,
.input-container span {
    font-size: .8rem;
    font-weight: 500;
    margin-right: 10px
}

#contact-name-input,
#contact-email-input {
    margin-bottom: 20px
}

#contact-button-container {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

#contact-button-container .small-button {
    margin-left: auto;
    font-size: 1rem
}

#contact-button-container .social-icon {
    margin: 0 8px
}

.error-label {
    color: #d85454
}

.error-container {
    background: #ffdbdb;
    border-color: #f0caca
}

#contact-result-message-container {
    margin-bottom: auto
}

#contact-result-message-container h4 {
    text-align: center;
    margin: 3px
}

#contact-result-message-container span {
    font-size: 1rem;
    text-align: center;
    margin: 3px
}

#contact-result-container svg {
    margin-top: auto;
    margin-bottom: 50px;
    height: 90px;
    min-height: 90px
}

#contact-result-container polyline,
line {
    fill: none;
    stroke-width: 15
}

#contact-result-button {
    font-size: 1rem
}

@media (max-aspect-ratio: 12/10) {
    #contact-section {
        margin-top: 10vh;
        align-items: center;
        justify-content: flex-start;
        height: fit-content;
        margin-bottom: 80vh;
        padding: 0;
        min-height: unset
    }

    #contact-header-container {
        width: 580px;
        max-width: 100%
    }

    #contact-container {
        max-width: 100%;
        width: 580px
    }
}

@media (max-width: 360px),
(max-width: 800px) and (min-aspect-ratio: 12/10) {
    #contact-button-container .social-icon {
        margin: 0 4px;
        width: 24px;
        height: 24px
    }
}

@media (max-width: 360px),
(max-width: 700px) and (min-aspect-ratio: 12/10) {
    #contact-button-container .social-icon {
        display: none
    }
}

#hover-icon {
    position: absolute;
    border-radius: 50%;
    border-style: solid;
    top: 0;
    left: 0;
    z-index: 999;
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height .2s, width .2s, border-color .2s, border-width .2s;
    opacity: 0
}

.clickCTA:after {
    content: "Click to enable\asounds.";
    line-height: 17px;
    white-space: pre-wrap;
    text-align: center;
    min-width: 200px;
    position: relative;
    top: 50px;
    color: #7c8594
}

.hover-spread {
    height: 16px;
    min-width: 16px;
    background: #FF923E;
    position: absolute;
    opacity: .1;
    border-radius: 50%
}

#menu-container {
    position: absolute;
    right: 0;
    width: calc(300px + (100vw - 90rem)/2);
    height: 100%;
    background: white;
    z-index: 2;
    max-width: 45vw;
    box-sizing: border-box;
    padding: 50px 50px 70px
}

#menu-content-container {
    position: relative;
    height: 100%;
    width: 240px
}

#menu-items-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.menu-items-column-container {
    width: 100%
}

.menu-item {
    border-radius: 15px;
    margin: 15px 0;
    font-weight: 600;
    font-size: 1.8rem;
    width: fit-content;
    color: #091434;
    cursor: pointer
}

.active-menu-item {
    position: relative
}

.active-menu-item {
    cursor: unset !important;
    transform: translate(28px)
}

.active-menu-item:after {
    position: absolute;
    height: 14px;
    width: 14px;
    display: flex;
    border-radius: 50%;
    content: "";
    color: #fff;
    background: #FF923E;
    left: -10px;
    top: 50%;
    transform: translate(-16px, -50%)
}

#menu-container .social-icon {
    margin-right: 15px
}

#music-credit-container {
    margin-bottom: 10px
}

#music-credit-container a,
#music-credit-container span {
    font-size: .9rem;
    color: #7c8594
}

#music-credit-container a:hover {
    text-decoration: underline
}

@media (max-aspect-ratio: 12/10) {
    #menu-container {
        right: -100%;
        width: 100% !important;
        max-width: unset;
        align-items: center
    }

    .menu-items-column-container {
        align-items: center
    }

    #menu-social-container,
    #music-credit-container {
        justify-content: center
    }

    .active-menu-item:after {
        position: absolute;
        height: 3px;
        margin: 0 auto;
        content: "";
        background: #FF923E;
        width: 100%;
        bottom: -2px;
        left: 0;
        transform: translateY(16px);
        border-radius: 0
    }

    .active-menu-item {
        transform: unset
    }
}

@media (max-height: 600px) {
    .menu-item {
        font-size: 1.3rem;
        margin: 10px 0
    }

    #menu-container .social-icon {
        height: 24px;
        width: 24px
    }

    #menu-container hr {
        margin: 15px 0
    }

    #music-credit-container a,
    #music-credit-container span {
        font-size: 12px
    }

    .menu-items-column-container {
        justify-content: center
    }
}

@media (max-height: 450px) {
    #menu-items-container {
        flex-direction: row
    }

    #menu-container {
        padding: 30px 30px 45px
    }
}

#intro-container {
    z-index: 998;
    background: #F5EFE6;
    height: 100%;
    width: 100%;
    position: absolute;
    cursor: wait
}

footer {
    margin-bottom: 20px
}

footer span,
footer a {
    font-size: .9rem;
    color: #7c8594
}

footer a:hover {
    text-decoration: underline
}

#legal-container {
    margin-left: 40px
}

#legal-container :first-child {
    margin-right: 40px
}

@media (max-width: 420px) {
    footer {
        flex-direction: column !important
    }

    #legal-container {
        margin-left: 0
    }
}

* {
    margin: 0;
    padding: 0
}

html,
body {
    height: 100%;
    overflow: hidden
}

#main-canvas {
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    max-width: 100%;
    max-height: 100%;
    pointer-events: all
}

body {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    color: #091434;
    position: relative;
    display: flex;
    justify-content: center
}

.content-width {
    width: 92rem;
    max-width: calc(100% - 60px)
}

.hide {
    display: none !important
}

.pointer {
    cursor: pointer
}

.center {
    display: flex;
    justify-content: center;
    align-items: center
}

.row {
    display: flex;
    flex-direction: row
}

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

.width-100 {
    width: 100%
}

.height-100 {
    height: 100%
}

.no-transition {
    transition: none !important
}

h1 {
    font-size: 4.3rem;
    font-family: 'Fraunces', 'Georgia', serif;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.03em;
    font-optical-sizing: auto
}

h3 {
    font-size: 1.6rem;
    font-weight: 600
}

h4 {
    font-size: 1.4rem;
    font-weight: 600
}

h5 {
    color: #ff923e;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.12em;
    text-transform: uppercase
}

span {
    color: #7c8594;
    font-size: 1rem
}

a {
    cursor: pointer !important;
    text-decoration: none;
    color: inherit
}

hr {
    height: 2px;
    width: 100%;
    background-color: #f0f0f0;
    margin: 25px 0;
    border: none
}

.section-subheader-container {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.section-subheader-container hr {
    width: 40px;
    background-color: #ff923e;
    margin: 0 20px 0 0
}

::-moz-selection {
    color: #343352;
    background: #93683327
}

::selection {
    color: #343352;
    background: #9368332a
}

.big-button {
    padding: 13px 34px;
    border-radius: 26px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    width: max-content
}

.small-button {
    padding: 9px 36px;
    color: #fff;
    border-radius: 13px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer
}

.orange-hover {
    background-color: #ff923e;
    background-image: radial-gradient(circle at center, #ff9b4f 50%, transparent 50%);
    background-repeat: no-repeat;
    transition: background-size .3s;
    background-size: 0 0;
    background-position: 50% 50%
}

.orange-hover:hover {
    background-size: 200% 200%
}

.gray-hover {
    background-color: #b9bbbe;
    background-image: radial-gradient(circle at center, #caccce 50%, transparent 50%);
    background-repeat: no-repeat;
    transition: background-size .3s;
    background-size: 0 0;
    background-position: 50% 50%
}

.gray-hover:hover {
    background-size: 200% 200%
}

.social-icon {
    cursor: pointer;
    filter: grayscale(1) brightness(8);
    transition: .125s ease-in
}

.social-icon:hover {
    filter: unset;
    transform: scale(1.05)
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.content-container {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-aspect-ratio: 12/10) {
    .content-width {
        max-width: calc(100% - 30px)
    }
}

@media (max-width: 800px),
(max-height: 800px) {
    h1 {
        font-size: 3.8rem
    }
}

@media (max-width: 480px),
(max-height: 480px) {
    h1 {
        font-size: 3rem
    }
}

@font-face {
    font-family: Electrolize;
    font-style: normal;
    font-weight: 400;
    src: url(/electrolize-v14-latin-regular.eot);
    src: local(""), url(/electrolize-v14-latin-regular.eot?#iefix) format("embedded-opentype"), url(/electrolize-v14-latin-regular.woff2) format("woff2"), url(/electrolize-v14-latin-regular.woff) format("woff"), url(/electrolize-v14-latin-regular.ttf) format("truetype"), url(/electrolize-v14-latin-regular.svg#Electrolize) format("svg");
    font-display: swap
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(/poppins-v19-latin-regular.eot);
    src: local(""), url(/poppins-v19-latin-regular.eot?#iefix) format("embedded-opentype"), url(/poppins-v19-latin-regular.woff2) format("woff2"), url(/poppins-v19-latin-regular.woff) format("woff"), url(/poppins-v19-latin-regular.ttf) format("truetype"), url(/poppins-v19-latin-regular.svg#Poppins) format("svg");
    font-display: swap
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url(/poppins-v19-latin-500.eot);
    src: local(""), url(/poppins-v19-latin-500.eot?#iefix) format("embedded-opentype"), url(/poppins-v19-latin-500.woff2) format("woff2"), url(/poppins-v19-latin-500.woff) format("woff"), url(/poppins-v19-latin-500.ttf) format("truetype"), url(/poppins-v19-latin-500.svg#Poppins) format("svg");
    font-display: swap
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(/poppins-v19-latin-600.eot);
    src: local(""), url(/poppins-v19-latin-600.eot?#iefix) format("embedded-opentype"), url(/poppins-v19-latin-600.woff2) format("woff2"), url(/poppins-v19-latin-600.woff) format("woff"), url(/poppins-v19-latin-600.ttf) format("truetype"), url(/poppins-v19-latin-600.svg#Poppins) format("svg");
    font-display: swap
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url(/poppins-v19-latin-700.eot);
    src: local(""), url(/poppins-v19-latin-700.eot?#iefix) format("embedded-opentype"), url(/poppins-v19-latin-700.woff2) format("woff2"), url(/poppins-v19-latin-700.woff) format("woff"), url(/poppins-v19-latin-700.ttf) format("truetype"), url(/poppins-v19-latin-700.svg#Poppins) format("svg");
    font-display: swap
}

.social-icon {
    opacity: 1 !important;
    /* Force icons to be visible */
    transition: transform 0.2s ease;
    /* Optional: smooth transform on hover */
}

.social-icon:hover {
    transform: scale(1.1);
    /* Optional: slight scale up on hover */
}