 .ttc-nav-shell {
    position: relative;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.ttc-nav-shell .ttc-nav-new {
    background-color: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
    padding: 0.85rem 0;
    width: 100%;
}

.ttc-nav-shell .ttc-nav-new .ttc-nav__container {
    align-items: center;
    display: flex;
    gap: 20px;
    max-width: 100%;
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
}

.ttc-nav-shell .navbar-brand {
    flex-shrink: 0;
    margin-right: 0;
}

.ttc-nav-shell .ttc-nav__menu {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 24px;
}

.ttc-nav-shell .ttc-nav__list {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ttc-nav-shell li {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    font-size: inherit !important;
}

.ttc-nav-shell li:before {
    content: none !important;
    display: none !important;
}

.ttc-nav-shell .ttc-nav__item {
    position: relative;
}

.ttc-nav-shell .ttc-nav__trigger {
    background: transparent;
    border: none;
    color: #1c1510;
    display: inline-flex;
    font-family: "Century Gothic", CenturyGothStd-Bold, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    gap: 6px;
    align-items: center;
    padding: 0.25rem 0;
}

.ttc-nav-shell .ttc-nav__trigger:focus {
    outline: none;
    color: #c45127;
}

.ttc-nav-shell .ttc-nav__trigger .caret {
    border-color: #1c1510 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    display: inline-block;
    height: 0;
    transition: transform 0.2s ease;
    width: 0;
}

.ttc-nav-shell .ttc-nav__item:hover .ttc-nav__trigger,
.ttc-nav-shell .ttc-nav__item:focus-within .ttc-nav__trigger {
    color: #c45127;
    font-size: 0.95rem;
}

.ttc-nav-shell .ttc-nav__item:hover .ttc-nav__trigger .caret,
.ttc-nav-shell .ttc-nav__item:focus-within .ttc-nav__trigger .caret {
    transform: rotate(180deg);
}

.ttc-nav-shell .ttc-nav__dropdown {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    left: 0;
    min-width: 230px;
    opacity: 0;
    padding: 1rem 1.25rem;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 16px);
    transform: translateY(15px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 10;
}

.ttc-nav-shell .ttc-nav__item:hover .ttc-nav__dropdown,
.ttc-nav-shell .ttc-nav__item:focus-within .ttc-nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.ttc-nav-shell .ttc-nav__dropdown a {
    border-radius: 8px;
    color: #1c1510;
    display: block;
    font-weight: 500;
    padding: 0.45rem 0.35rem;
}

.ttc-nav-shell .ttc-nav__dropdown a:hover,
.ttc-nav-shell .ttc-nav__dropdown a:focus {
    background-color: rgba(247, 184, 42, 0.15);
    color: #c45127;
    text-decoration: none;
}

.ttc-nav-shell .ttc-nav__item--mega .ttc-nav__dropdown {
    display: none;
}

.ttc-nav-shell .ttc-nav__item--mega::after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 100%;
    height: 28px;
}

.ttc-nav-shell .ttc-nav__mega {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 18px;
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.18);
    left: 0;
    opacity: 0;
    padding: 1.5rem;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 8px);
    transform: translateY(16px);
    transition: opacity 0.24s ease, transform 0.24s ease;
    width: min(760px, calc(100vw - 4rem));
    z-index: 12;
}

/* Position dropdowns to the left for Resources and Our Story menu items */
.ttc-nav-shell .ttc-nav__list .ttc-nav__item:nth-child(3) .ttc-nav__mega,
.ttc-nav-shell .ttc-nav__list .ttc-nav__item:nth-child(4) .ttc-nav__mega {
    left: auto;
    right: 0;
}

/* Join Us dropdown - no grid, just menu options */
.ttc-nav-shell .ttc-nav__list .ttc-nav__item:nth-child(5) .ttc-nav__mega {
    width: auto;
    min-width: 260px;
}

.ttc-nav-shell .ttc-nav__item--mega:hover .ttc-nav__mega,
.ttc-nav-shell .ttc-nav__item--mega:focus-within .ttc-nav__mega {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.ttc-nav-shell .ttc-nav__mega-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: 260px 1fr;
}

.ttc-nav-shell .ttc-nav__stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ttc-nav-shell .ttc-nav__studio-link {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #1c1510;
    display: flex;
    font-weight: 600;
    gap: 14px;
    padding: 0.85rem 1rem;
    transition: all 0.2s ease;
}

.ttc-nav-shell .ttc-nav__studio-link--stacked {
    border: none;
    border-radius: 12px;
    padding: 0.4rem 0;
    gap: 12px;
}

.ttc-nav-shell .ttc-nav__studio-link--stacked + .ttc-nav__studio-link--stacked {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 0.8rem;
}

/* Marketing Studio specific styles */
.ttc-nav-shell .ttc-nav__studio-link--marketing {
    border: none;
    border-radius: 0;
    padding: 1rem 0;
    gap: 16px;
    font-family: "Century Gothic", CenturyGothStd-Bold, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.ttc-nav-shell .ttc-nav__studio-link--marketing:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.ttc-nav-shell .ttc-nav__studio-link--marketing .ttc-nav__studio-icon {
    background: transparent;
    border-radius: 0;
    height: auto;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ttc-nav-shell .ttc-nav__studio-link--marketing .ttc-nav__studio-icon img {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
}

.ttc-nav-shell .ttc-nav__studio-link--marketing .ttc-nav__studio-copy {
    display: inline;
    line-height: 100%;
    vertical-align: middle;
    white-space: nowrap;
}

.ttc-nav-shell .ttc-nav__studio-link--marketing .ttc-nav__studio-copy small {
    display: none;
}

.ttc-nav-shell .ttc-nav__studio-icon {
    background: rgba(247, 184, 42, 0.2);
    border-radius: 12px;
    color: #c45127;
    font-size: 1rem;
    height: 42px;
    width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ttc-nav-shell .ttc-nav__studio-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.ttc-nav-shell .ttc-nav__studio-link--stacked .ttc-nav__studio-icon {
    background: transparent;
    height: 42px;
    width: 42px;
}

.ttc-nav-shell .ttc-nav__studio-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    white-space: nowrap;
}

.ttc-nav-shell .ttc-nav__studio-copy small {
    color: #6a5c4a;
    font-size: 0.78rem;
    font-weight: 500;
}

.ttc-nav-shell .ttc-nav__studio-link:hover,
.ttc-nav-shell .ttc-nav__studio-link:focus {
    border-color: rgba(247, 184, 42, 0.7);
    background: rgba(247, 184, 42, 0.12);
    color: #c45127;
    text-decoration: none;
}

.ttc-nav-shell .ttc-nav__studio-link--marketing:hover,
.ttc-nav-shell .ttc-nav__studio-link--marketing:focus {
    background: transparent;
    color: #1c1510;
    text-decoration: none;
}

.ttc-nav-shell .ttc-nav__studio-link--stacked:hover,
.ttc-nav-shell .ttc-nav__studio-link--stacked:focus {
    border: none;
    background: rgba(242, 238, 229, 0.6);
}

.ttc-nav-shell .ttc-nav__mega-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 1.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-shadow: 0 20px 45px rgba(17, 17, 17, 0.08);
}

.ttc-nav-shell .ttc-nav__mega-card--solid {
    background: #1c1510;
    color: #fff;
}

.ttc-nav-shell .ttc-nav__mega-card--solid p {
    color: #fff;
}

.ttc-nav-shell .ttc-nav__mega-card--solid .ttc-nav__cta {
    background: #fff;
    color: #1c1510;
}

.ttc-nav-shell .ttc-nav__mega-card--solid .ttc-nav__cta:hover {
    background: #f7b82a;
}

.ttc-nav-shell .ttc-nav__mega-visual {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.ttc-nav-shell .ttc-nav__mega-visual img {
    width: 100%;
    display: block;
}

.ttc-nav-shell .ttc-nav__mega-thumb {
    background: linear-gradient(140deg, #3f226c, #a4247a, #ff5b92);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.14);
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 700;
    height: 150px;
    letter-spacing: 10px;
    margin-bottom: 1.25rem;
    overflow: hidden;
    padding: 1.5rem;
    text-transform: uppercase;
}

.ttc-nav-shell .ttc-nav__mega-kicker {
    color: #3365d6;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ttc-nav-shell .ttc-nav__mega-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.45;
    margin: 0.8rem 0 1.1rem;
}

.ttc-nav-shell .ttc-nav__mega-card p {
    color: #1c1510;
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}

.ttc-nav-shell .ttc-nav__cta {
    background: #f7b82a;
    border: none;
    color: #1c1510;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.55rem 1.45rem;
    text-decoration: none;
    white-space: nowrap;
    margin-left: auto;
}

.ttc-nav-shell .ttc-nav__cta:hover,
.ttc-nav-shell .ttc-nav__cta:focus {
    background: #1c1510;
    color: #fff;
}

.ttc-nav-shell .ttc-nav__cta--outline {
    background: transparent;
    border: 1.5px solid #1c1510;
    border-radius: 6px;
    color: #1c1510;
    padding: 0.6rem 1.6rem;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.ttc-nav-shell .ttc-nav__cta--outline:hover,
.ttc-nav-shell .ttc-nav__cta--outline:focus {
    background: #1c1510;
    color: #fff;
}

.ttc-nav-shell .ttc-nav__caption {
    color: #1c1510;
    display: block;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    text-transform: none;
}

/* Ensure uniform font size for all nav trigger states */
.ttc-nav-shell .ttc-nav__trigger,
.ttc-nav-shell .ttc-nav__trigger:hover,
.ttc-nav-shell .ttc-nav__trigger:focus,
.ttc-nav-shell .ttc-nav__trigger:active,
.ttc-nav-shell .ttc-nav__item:hover .ttc-nav__trigger,
.ttc-nav-shell .ttc-nav__item:focus-within .ttc-nav__trigger,
.ttc-nav-shell .ttc-nav__item.active .ttc-nav__trigger {
    font-family: "Century Gothic", CenturyGothStd-Bold, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    vertical-align: middle !important;
}

.ttc-nav-shell .ttc-nav__caption,
.ttc-nav-shell .ttc-nav__item:hover .ttc-nav__caption,
.ttc-nav-shell .ttc-nav__item:focus-within .ttc-nav__caption,
.ttc-nav-shell .ttc-nav__item.active .ttc-nav__caption {
    font-size: 0.95rem !important;
}

/* Active nav item styling - removed for uniform appearance */

.ttc-nav-shell .ttc-nav-new .menu-option {
    display: none;
    margin-left: 1rem;
}

@media (max-width: 1200px) {
    .ttc-nav-shell .ttc-nav__list {
        gap: 12px;
    }
}

@media (max-width: 991px) {
    .ttc-nav-shell .ttc-nav-new .ttc-nav__container {
        padding: 0 1rem;
    }

    .ttc-nav-shell .ttc-nav__menu {
        display: none;
    }

    .ttc-nav-shell .ttc-nav__cta {
        display: none;
    }

    .ttc-nav-shell .ttc-nav-new .menu-option {
        display: block;
        margin-left: auto;
    }
}

