@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

@font-face {
    font-family: 'TT Trailers';
    src: url('../TT Trailers Trial Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
.swb-menu-links a {
    letter-spacing: 0.05em;
    /* Increased text width */
}

/* Navbar */
.swb-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    pointer-events: none; /* Allow clicks through to hero pills */
    transition: background 0.3s ease, padding 0.3s ease;
}

.swb-navbar.scrolled {
    padding: 18px 40px; /* Still shrinks slightly, but no background bar */
}

.swb-navbar > * {
    pointer-events: auto; /* Re-enable for navbar content */
}

.swb-nav-left,
.swb-nav-right,
.swb-nav-center {
    display: flex;
    align-items: center;
    flex: 1;
    pointer-events: none; /* Container doesn't block */
}

.swb-nav-left > *,
.swb-nav-right > *,
.swb-nav-center > * {
    pointer-events: auto; /* Content blocks/clickable */
}

.swb-nav-center {
    justify-content: center;
}

.swb-nav-right {
    justify-content: flex-end;
    gap: 15px;
}

/* Contact button */
.swb-btn-outline {
    border: 2px solid #f7f33a; /* Constant yellow stroke */
    border-radius: 40px;
    padding: 10px 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    text-decoration: none !important;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.swb-btn-outline:hover {
    background: #fff;
    color: #101820;
    border-color: #fff;
}

.swb-lang-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.swb-btn-outline-lang {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    line-height: 1;
}

.swb-btn-outline-lang .swb-lang-chevron {
    transition: transform 0.25s ease;
    stroke: currentColor;
}

.swb-lang-dropdown.open .swb-btn-outline-lang .swb-lang-chevron {
    transform: rotate(180deg);
}

.swb-lang-dropdown.open .swb-btn-outline-lang {
    background: rgba(247, 243, 58, 0.15);
    border-color: #f7f33a;
    color: #f7f33a;
}

/* Language Dropdown Menu */
.swb-lang-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 175px;
    background: rgba(16, 24, 32, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid rgba(247, 243, 58, 0.35);
    border-radius: 14px;
    padding: 6px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.6), 0 0 20px rgba(247, 243, 58, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(0.96);
    transform-origin: top left;
    transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1), transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 3px;
    pointer-events: none;
}

.swb-lang-dropdown.open .swb-lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.swb-lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 9px 12px;
    border-radius: 8px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: #e2e8f0;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.swb-lang-option:hover {
    background: rgba(247, 243, 58, 0.15);
    color: #f7f33a;
    transform: translateX(3px);
}

.swb-lang-option.active {
    background: rgba(247, 243, 58, 0.22);
    color: #f7f33a;
    font-weight: 700;
}

.swb-lang-flag {
    font-size: 16px;
    line-height: 1;
}

.swb-lang-name {
    flex: 1;
}

.swb-lang-code {
    font-size: 11px;
    font-weight: 700;
    opacity: 0.75;
    letter-spacing: 0.05em;
}

/* Google Translate Widget & Banner Complete Suppression */
#google_translate_element {
    display: none !important;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
iframe.VIpgJd-ZVi9od-OR9Pa-OglGFe,
.VIpgJd-ZVi9od-OR9Pa-OglGFe,
.VIpgJd-ZVi9od-OR9Pa-OglGFe-KEvvSb,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-l4eHX-hSRLGd,
body > .skiptranslate,
body > iframe[id*=":1.container"],
body > iframe[id*="goog"],
body > iframe[src*="translate.google.com"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    border: none !important;
}

html, body {
    top: 0px !important;
    position: static !important;
    margin-top: 0px !important;
}

#goog-gt-tt,
.goog-te-balloon-frame,
#goog-gt-votingHTML,
.goog-text-highlight {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

font {
    background: transparent !important;
    box-shadow: none !important;
}

/* Menu Button */
.swb-menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    outline: none !important;
    font-family: 'Permanent Marker', cursive !important;
    transform: rotate(-5deg);
    transition: transform 0.3s;
}

.swb-menu-btn:hover {
    transform: rotate(0deg) scale(1.1);
}

@media (max-width: 768px) {
    .swb-btn-outline-lang {
        display: inline-flex !important;
        padding: 6px 12px !important;
        font-size: 11px !important;
        gap: 4px !important;
        border-width: 1.5px !important;
    }

    .swb-lang-chevron {
        width: 8px !important;
        height: 5px !important;
    }

    .swb-lang-menu {
        min-width: 150px;
        padding: 5px;
    }

    .swb-lang-option {
        padding: 7px 10px;
        font-size: 12px;
    }

    .swb-navbar {
        padding: 16px 18px !important;
    }

    .swb-nav-center img {
        height: 52px !important;
    }

    .swb-btn-outline {
        padding: 6px 16px !important;
        font-size: 11px !important;
        border-width: 1.5px !important;
    }

    .swb-menu-btn {
        font-size: 20px !important;
        gap: 8px !important;
    }

    .swb-hamburger span {
        width: 22px !important;
        height: 2.5px !important;
    }

    .swb-menu-close {
        font-size: 20px !important;
    }

    .swb-menu-links a {
        font-size: 32px !important;
    }

    .swb-menu-links li {
        margin: 8px 0 !important; /* Small space */
    }

    .swb-overlay-header {
        top: 20px !important;
        left: 20px !important;
        right: 20px !important;
    }

    .swb-menu-overlay {
        padding: 60px 20px 40px !important; /* Reduced to bring content up */
    }

    /* Mobile specific "brought up" positioning */
    .swb-overlay-left {
        padding-top: 0 !important;
    }

    .swb-overlay-right {
        padding-top: 0 !important; /* Brought all the way up */
        justify-content: flex-start !important;
        padding-right: 20px !important;
    }
}

.swb-hamburger {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.swb-hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    transition: 0.3s;
}

/* Fullscreen Menu Overlay Redesign */
.swb-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #101820;
    z-index: 9999;
    padding: 100px 60px 60px; /* Restored Desktop spacing */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    overflow-y: auto;
}

.swb-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.swb-overlay-header {
    position: absolute;
    top: 30px;
    left: 40px;
    right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swb-menu-close {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    outline: none !important;
    font-family: 'Permanent Marker', cursive !important;
}

.swb-overlay-content {
    display: flex;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .swb-overlay-content {
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px !important; /* Reduced to bring snacks up */
    }
}

.swb-overlay-left {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px; /* Restored Desktop position */
    align-items: flex-start;
    padding-left: 30px; /* Pushed slightly to the right */
}

.swb-overlay-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Restored Desktop centering */
    align-items: flex-end;
    text-align: right;
    padding-right: 60px; /* Restored Desktop padding */
    padding-top: 180px; /* Restored Desktop position */
    position: relative;
}

.swb-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.swb-menu-links li {
    margin: 2px 0; /* Restored Desktop spacing */
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.swb-menu-overlay.active .swb-menu-links li:nth-child(1) {
    transition-delay: 0.1s;
}

.swb-menu-overlay.active .swb-menu-links li:nth-child(2) {
    transition-delay: 0.2s;
}

.swb-menu-overlay.active .swb-menu-links li:nth-child(3) {
    transition-delay: 0.3s;
}

.swb-menu-overlay.active .swb-menu-links li:nth-child(4) {
    transition-delay: 0.4s;
}

.swb-menu-overlay.active .swb-menu-links li:nth-child(5) {
    transition-delay: 0.5s;
}

.swb-menu-overlay.active .swb-menu-links li:nth-child(6) {
    transition-delay: 0.6s;
}

.swb-menu-overlay.active .swb-menu-links li {
    transform: translateY(0);
    opacity: 1;
}

.swb-menu-links a {
    font-family: 'TT Trailers', sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.05; /* Restored Desktop line height */
}

.swb-menu-links a:hover {
    color: #c4d600;
}

.swb-overlay-marker {
    font-family: 'Permanent Marker', cursive;
    color: #FF585D;
    font-size: clamp(28px, 4vw, 55px);
    text-transform: uppercase;
    margin-bottom: 15px;
    transform: rotate(-5deg);
    align-self: flex-end;
    text-align: right;
    line-height: 0.9;
}

.swb-product-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.swb-product-list li {
    font-family: 'TT Trailers', 'Inter', sans-serif;
    color: #fff;
    font-size: clamp(45px, 9vw, 125px);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9;
    margin-bottom: 5px;
    /* Added small spacing */
    letter-spacing: 0.02em;
}

.swb-overlay-socials {
    position: absolute;
    right: 40px;
    top: 50%; /* Restored Desktop centering */
    transform: translateY(-50%); /* Restored Desktop centering */
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 10;
}

@media (max-width: 991px) {
    .swb-overlay-socials {
        position: static;
        flex-direction: row;
        margin-top: 10px; /* Reduced margin to bring up on mobile */
        justify-content: center;
    }
}

.swb-overlay-social-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none !important;
}