:root {
    /* Colors */
    --color-dark-blue: #1F3946;
    --color-darker-blue: #1E3846;
    --color-nav-bg: #243746;
    --color-pink: #FC5495;
    --color-pink-dark: #BB3166;
    --color-pink-btn: #FF004F;
    --color-light-blue: #97CCDA;
    --color-blue: #009AFF;
    --color-teal: #00B4C3;
    --color-teal-light: #76CEDD;
    --color-green: #89C300;
    --color-text-grey: #CBCBCB;
    --color-white: #FFFFFF;
    --color-carousel-arrow: #0A0A0A;
    --color-carousel-arrow-hover: rgba(0, 0, 0, 0.10);

    /* Fonts */
    --font-primary: 'figtree', sans-serif;
    --font-script: 'santelia-rough-two', sans-serif;
    --font-display: "podium-soft-variable", sans-serif;

    /* Spacing */
    --letter-spacing-standard: 0.09375rem;

    /* Dividers */
    --dash-gradient: var(--color-teal), var(--color-teal) -0.4rem, var(--color-darker-blue) 0.4rem, var(--color-darker-blue) 0.6rem;
}

/* Base Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-primary);
    font-weight: 400;
    background-color: var(--color-white);
    margin: 0 auto;
    overflow-x: hidden;
}


.menu-footer-1-container ul li, .menu-footer-2-container ul li {
    font-family: var(--font-primary);
    color: #FFFFFF !important;
}

.follow {
    font-family: var(--font-primary);
    color: #CCCCCC !important;
}

body.page-id-13 .container-wrap {
    background-color: var(--color-darker-blue);
}

section {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* Typography Utilities */
.hero-title span,
.student-banner,
.loyalty-header h2,
.loyalty-step h3,
.loyalty-step p,
.feature-title,
.social-text .display {
    letter-spacing: var(--letter-spacing-standard);
}

.thin-text {
    font-variation-settings: 'wdth' 50, 'wght' 100;
    font-weight: 100;
    letter-spacing: 0px;
}

.highlight-pink { color: var(--color-pink); }
.highlight-green { color: var(--color-green); }
.highlight-teal { color: var(--color-teal); }
.highlight-dark-blue { color: var(--color-dark-blue); }

.script {
    font-family: var(--font-script);
    font-weight: 720;
    font-style: normal;
}

/* ===================================
   HERO SECTION
   =================================== */
.hero {
    position: relative;
    min-height: 42.5rem;
    padding: 3.75rem 0;
    background-color: var(--color-light-blue);
    overflow: hidden;
}

.hero-dust {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

body .hero .hero-blondie {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: auto !important;
    max-width: none !important;
}

/* Hero Grid */
.hero-grid {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    max-width: 90rem;
    width: 100%;
    padding: 0 7.5rem;
    z-index: 5;
}

.hero-content {
    position: relative;
    z-index: 30;
    text-align: center;
    align-self: center;
}

body .hero .hero-hand {
    position: relative;
    z-index: 20;
    max-width: 28.5rem !important;
    width: auto !important;
    height: auto;
    justify-self: start;
    align-self: end;
}

/* Decorative Hero Items */
body .hero .hero-nachos {
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: auto !important;
    max-width: none !important;
}

body .hero .hero-churros {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: auto !important;
    max-width: none !important;
}

.hero-content h1 {
    font-family: var(--font-display);
    font-variation-settings: 'wdth' 100;
    font-size: 4.6875rem;
    font-weight: 400;
    color: var(--color-dark-blue);
    text-transform: uppercase;
    line-height: 0.8;
    margin-bottom: 1.25rem;
    position: relative;
}

.hero-content h1 span.white {
    color: var(--color-white);
}

.hero-content p.subtitle {
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.25rem;
    color: var(--color-dark-blue);
    opacity: 0.75;
    margin-bottom: 1.25rem;
}

.hero-content p.script {
    font-size: 1.25rem;
    color: var(--color-dark-blue);
    margin-bottom: 0.625rem;
    letter-spacing: var(--letter-spacing-standard);
    line-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cta-text-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.cta-text-wrapper::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='27' viewBox='0 0 16 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7808 0.945312C10.9474 2.27865 3.98076 8.94531 6.78076 24.9453M6.78076 24.9453L0.780762 17.4453M6.78076 24.9453L11.2808 17.4453' stroke='%231F3946' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(10px);
}

.cta-text-wrapper::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='27' viewBox='0 0 16 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.328613 0.945312C4.16195 2.27865 11.1286 8.94531 8.32861 24.9453M8.32861 24.9453L14.3286 17.4453M8.32861 24.9453L3.82861 17.4453' stroke='%231F3946' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(10px);
}

/* Hero Title Styles */
.hero-title {
    width: 28.75rem;
    height: 7.875rem;
    text-align: center;
    margin: 3rem auto;
    color: var(--color-dark-blue);
    line-height: 3rem;
}

.hero-title span {
    font-size: 3.75rem;
    font-family: var(--font-display);
    font-variation-settings: 'wdth' 100;
    text-transform: uppercase;
    word-wrap: break-word;
    line-height: 4.0625rem;
}

.hero-title-space,
.hero-title-your {
    color: var(--color-dark-blue);
}

.hero-title-freebies {
    color: var(--color-white);
}

/* App Badges */
.app-badges {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
}

body .hero .app-badges img {
    border-radius: 0.625rem;
    max-width: none !important;
}

@media (max-width: 450px) {
    body .hero {
        padding: 0;
        margin: 0;
    }
    body .hero .app-badges {
        gap: 0;
    }
}

#footer-outer .app-badges img {
    width: 8rem;
    height: auto;
}

#footer-outer .app-badges {
    justify-content: flex-start;
    margin-top: 0.5rem;
}

/* ===================================
   STUDENT BANNER SECTION
   =================================== */
.student-banner {
    background-color: var(--color-darker-blue);
    display: block;
    text-align: center;
    padding: 0;
    color: var(--color-white);
    font-family: var(--font-display);
    font-variation-settings: 'wdth' 100, 'wght' 300;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 2.375rem;
    letter-spacing: var(--letter-spacing-standard);
    word-wrap: break-word;
}

.student-banner .fs-45 { font-size: 2.8125rem; }
.student-banner .fs-40 { font-size: 2.5rem; }
.student-banner .fs-35 { font-size: 2.1875rem; }
.student-banner .fs-32 { font-size: 2rem; }
.student-banner .fs-30 { font-size: 1.875rem; }
.student-banner .fs-24 { font-size: 1.5rem; }

.student-banner .color-green { color: var(--color-green); }
.student-banner .color-teal-light { color: var(--color-teal-light); }
.student-banner .color-pink-light { color: #FB5595; } /* Retaining original pink-light as not in vars */

.student-banner > * {
    width: 100%;
}

.student-banner p {
    padding-bottom: 0.7rem;
}

.devider {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8'%3E%3Crect width='2' height='8' fill='%2300B4C3' /%3E%3C/svg%3E");
    background-repeat: repeat-x;
    width: 100%;
    height: 8px;
    opacity: 1;
    margin: 1.5rem 0rem;
}

/* ===================================
   LOYALTY SECTION
   =================================== */
.loyalty {
    position: relative;
    background-color: var(--color-pink);
    overflow: hidden;
}

.loyalty-header {
    text-align: center;
    margin-bottom: 3.75rem;
    position: relative;
    z-index: 10;
}

.loyalty-header h2 {
    font-family: var(--font-display);
    font-variation-settings: 'wdth' 100, 'wght' 400;
    text-transform: uppercase;
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    line-height: 3.75rem;
}

.loyalty-header-dark {
    font-size: 2.5rem;
    color: var(--color-dark-blue);
}

.loyalty-header-white {
    font-size: 3.125rem;
    color: var(--color-white);
}

.loyalty-subtitle {
    color: var(--color-white);
    font-family: var(--font-script);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 720;
    line-height: 2rem;
    letter-spacing: var(--letter-spacing-standard);
}

.loyalty-steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 100px;
    max-width: 1120px;
    position: relative;
    z-index: 10;
    align-items: center;
    background-image: url('/wp-content/uploads/2026/01/timeline-line.png');
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 200px;
    background-size: 512px;
    margin-left: auto;
    margin-right: auto;
}

.loyalty-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 15.625rem;
}

.loyalty-image-container img {
    max-width: 387px !important;
    height: auto;
}

.loyalty-image-container img:not(:first-child) {
    margin-top: -224px;
    margin-left: 80px;
    z-index: 2;
}

.loyalty-card-image {
    width: 245px !important;
    height: 174px !important;
    border-radius: 20px;
}

.loyalty-bottom-image {
    text-align: center;
    position: relative;
    margin-top: 80px;
    z-index: 10;
}

.loyalty-bottom-image img {
    max-width: 559px !important;
    height: auto;
    margin: 0 auto -10px;
}

/* Rotation Utility */
.rotate-15 { transform: rotate(-15deg); }
.rotate-90 { transform: rotate(-90deg); }

.loyalty-dust {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.25;
    z-index: 15;
    pointer-events: none;
}

.loyalty-glow {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -50%;
    left: 0;
    background: url('/wp-content/uploads/2026/01/Beams.png') no-repeat center bottom / cover, radial-gradient(ellipse at 50% 80%, #fc5495 20%, transparent 80%);
    z-index: 9;
    mix-blend-mode: normal;
    -webkit-mask-image: radial-gradient(ellipse at 50% 80%, #fc5495 20%, transparent 80%);
    mask-image: radial-gradient(ellipse at 50% 80%, #fc5495 20%, transparent 80%);
}

.timeline-line {
    position: absolute;
    left: 32.3125rem;
    top: 36.71875rem;
    width: 25.4375rem;
    height: 64.78125rem;
    border-radius: 0.625rem;
    outline: 0.5rem solid ;
    outline-offset: -0.25rem;
    pointer-events: none;
    z-index: 3;
}

/* Loyalty Text Blocks */
.loyalty-step-title {
    font-family: var(--font-display);
    font-variation-settings: 'wdth' 100;
    font-size: 2.25rem;
    font-weight: 200;
    line-height: 2.1875rem;
    text-transform: uppercase;
    color: var(--color-white);
    letter-spacing: var(--letter-spacing-standard);
    margin-bottom: 1.25rem;
}

.loyalty-step-script {
    font-family: var(--font-script);
    font-weight: 720;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 2rem;
    color: var(--color-white);
    letter-spacing: var(--letter-spacing-standard);
    margin-bottom: 0.9375rem;
}

.loyalty-step-desc {
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-white);
    line-height: 1.25rem;
}

/* ===================================
   FEATURES SECTION
   =================================== */
.features {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--color-darker-blue);
    position: relative;
}

.feature-col {
    width: 50%;
    flex: none;
    position: relative;
    overflow: hidden;
    background-color: var(--color-darker-blue);
    height: 18.75rem;
}

.feature-col:nth-child(1) {
    position: relative;
}

@media (min-width: 1440px) {
    .feature-col:nth-child(1)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 8px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6'%3E%3Crect width='8' height='2' fill='%2300B4C3' /%3E%3C/svg%3E");
        background-repeat: repeat-y;
        z-index: 1;
    }
}

.feature-col.middle {
    flex: 1;
}

.feature-col .bg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.3125rem;
    background-color: var(--color-teal);
    z-index: 5;
}

.feature-content {
    padding: 2.5rem 7.5rem 3.5rem 7.5rem;
    position: relative;
    z-index: 10;
}

.feature-title {
    font-family: var(--font-display);
    font-variation-settings: 'wdth' 100;
    font-size: 2.125rem;
    font-weight: 200;
    text-transform: uppercase;
    color: var(--color-white);
}

.feature-script {
    font-family: var(--font-script);
    font-weight: 720;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 2rem;
    letter-spacing: var(--letter-spacing-standard);
    color: var(--color-white);
    margin: 0.625rem 0;
}

.feature-desc {
    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--color-white);
    line-height: 1.25rem;
}

.feature-content-padded {
    padding-left: 4.375rem;
}

.feature-image-col1 {
    position: absolute;
    top: 30px;
    left: 412px;
    width: 316px !important;
    z-index: 10;
}

.feature-image-col2 {
    position: absolute;
    top: 0;
    left: 388px;
    width: 212px !important;
    z-index: 10;
}

/* ===================================
   SOCIAL SECTION
   =================================== */
.social {
    display: flex;
    position: relative;
    padding: 5rem 0;
    background-color: var(--color-teal);
}

.social-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

.social-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 7.5rem;
    padding-right: 0;
    flex-wrap: wrap;
}

.social-text {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    text-align: left;
    max-width: 25%;
}

.social-right-section {
    width: 70%;
    display: flex;
    justify-content: center;
}

.social-text .script {
    color: var(--color-white);
    font-family: var(--font-script);
    font-size: 1.375rem;
    line-height: 2rem;
    letter-spacing: var(--letter-spacing-standard);
}

.social-text .display {
    color: var(--color-dark-blue);
    font-family: var(--font-display);
    font-variation-settings: 'wdth' 100;
    font-size: 1.75rem;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 2.375rem;
}

/* Carousel */
.carousel {
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
    align-items: center;
    position: relative;
    padding: 0.5rem;
}

.carousel-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.carousel-images {
    display: flex;
    gap: 1rem;
    padding: 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
    scroll-behavior: smooth;
    flex-grow: 1;
}

.carousel img {
    width: 12.5rem;
    border-radius: 0.9375rem;
}

.carousel-navigation {
    display: flex;
    gap: 0.625rem;
    margin-top: 1.25rem;
    align-items: center;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    padding-right: 1.25rem;
    border-right: 0.2rem dotted var(--color-white);
}

.social-link:last-child {
    border-right: none;
}

.social-icon-bg {
    background: var(--color-dark-blue);
    border-radius: 50%;
    padding: 0.25rem;
}

.social-handle {
    color: var(--color-dark-blue);
    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-weight: 600;
}

/* Carousel Controls */
.carousel-dot {
    width: 0.625rem;
    height: 0.625rem;
    background: var(--color-white);
    border-radius: 50%;
}

.carousel-dot-active {
    width: 0.9375rem;
    height: 0.9375rem;
}

/* ===================================
   SLIDER OVERLAY SECTION
   =================================== */
.trg-slider-overlay-wrapper {
    position: relative;
    width: 100%;
}

.trg-slider-overlay-wrapper .trg-slider-container {
    width: 100%;
}

.trg-slider-overlay-wrapper .trg-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 100%;
    pointer-events: none; /* Allow clicks to pass through to the slider if needed, but InnerBlocks content should be clickable */
}

.trg-slider-overlay-wrapper .trg-overlay-content > * {
    pointer-events: auto; /* Re-enable clicks for actual content like buttons */
    text-align: center;
}

.trg-slider-overlay-wrapper .trg-overlay-inner {
    top: 10rem;
}

.trg-slider-overlay-wrapper .trg-overlay-content .container {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}

/* Editor adjustments */
.editor-slider-overlay {
    position: relative;
    border: 1px dashed #ddd;
    padding: 1rem;
    background: #fafafa;
}

.editor-slider-overlay .trg-overlay-content {
    position: static;
    transform: none;
    border: 2px solid #FC5495;
    background: white;
}

/* ===================================
   FOOTER
   =================================== */
footer {
    background-color: var(--color-dark-blue);
    padding: 3.125rem 0;
    color: var(--color-white);
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.footer-links {
    display: flex;
    gap: 1.25rem;
}

.footer-links a {
    color: var(--color-text-grey);
    text-decoration: none;
    font-size: 0.875rem;
}

.copyright {
    color: var(--color-text-grey);
    font-size: 0.75rem;
    margin-top: 1.25rem;
}

/* ===================================
   MOBILE RESPONSIVE STYLES
   Breakpoint: max-width 90rem (1440px) - Large Laptop/Desktop
   =================================== */

@media (max-width: 90rem) {
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    section {
        overflow-x: hidden;
    }

    /* Hero Section Mobile */
    .hero {
        min-height: 40rem;
        padding: 3rem 1.25rem 0 1.25rem;
        display: flex !important;
        flex-direction: column !important;
    }

    .hero-grid {
        order: 1 !important;
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        display: grid;
        grid-template-columns: 1fr;
        padding: 0 1rem;
        min-height: auto;
        gap: 2rem;
    }

    .hero-content {
        position: relative;
        transform: none;
        left: auto;
        width: 100%;
        margin: 0 auto;
        z-index: 30;
    }

    .home-about-us.hero .hero-nachos {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        height: auto !important;
        z-index: 0 !important;
        order: 10 !important;
        margin-top: 2rem !important;
        max-width: 100% !important;
        width: auto !important;
        display: block !important;
    }

    .hero-nachos {
        right: -20rem !important;
        height: 100% !important;
    }

    body .hero .hero-churros,
    body .hero .hero-blondie {
        width: 30vw !important;
    }

    body .hero .hero-hand {
        position: relative;
        width: 60% !important;
        margin: 0 auto;
        justify-self: center;
    }

    .hero-title {
        width: 100%;
        height: auto;
    }

    .hero-title span {
        font-size: 2.5rem;
        line-height: 2.8125rem;
    }

    .app-badges {
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
    }

    body .hero .app-badges img {
        width: 11.875rem !important;
        height: 3.75rem !important;
    }

    @media (max-width: 500px) {
        body .hero .app-badges img {
            width: 10rem !important;
            height: auto !important;
        }
        body .hero .app-badges {
            gap: 0.5rem !important;
        }

        body .hero-content .script {
            padding-left: 0;
        }
    }

    /* Student Banner Mobile */
    .student-banner {
        height: auto;
        padding: 1.875rem 0.5rem;
        font-size: 1.25rem;
    }

    /* Loyalty Section Mobile */
    .loyalty {
        width: 100%;
        max-width: 100%;
        padding: 2.5rem 1.25rem 0rem 1.25rem;
    }

    .loyalty-header h2 {
        font-size: 2rem;
    }

    .loyalty-subtitle {
        font-size: 1.25rem;
    }

    .loyalty-steps-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        background-image: none;
        display: flex;
        flex-direction: column;
    }

    /* Images first, then text */
    .loyalty-steps-grid > :nth-child(1) { order: 1; }  /* Image 1 */
    .loyalty-steps-grid > :nth-child(2) { order: 2; }  /* Text 1 */
    .loyalty-steps-grid > :nth-child(3) { order: 4; }  /* Text 2 */
    .loyalty-steps-grid > :nth-child(4) { order: 3; }  /* Image 2 */
    .loyalty-steps-grid > :nth-child(5) { order: 5; }  /* Image 3 */
    .loyalty-steps-grid > :nth-child(6) { order: 6; }  /* Text 3 */
    .loyalty-steps-grid > :nth-child(7) { order: 8; }  /* Text 4 */
    .loyalty-steps-grid > :nth-child(8) { order: 7; }  /* Image 4 */
    .loyalty-steps-grid > :nth-child(9) { order: 9; }  /* Image 5 */
    .loyalty-steps-grid > :nth-child(10) { order: 10; } /* Text 5 */

    .loyalty-image-container {
        min-height: 15rem;
        justify-content: center;
        overflow: visible;
    }

    .loyalty-image-container img:not(:first-child) {
        margin-top: -8rem;
        margin-left: 3rem;
        z-index: 2;
    }

    .loyalty-step-title {
        font-size: 1.75rem;
        line-height: 1.875rem;
    }

    .loyalty-step-script {
        font-size: 1.25rem;
    }

    .loyalty-step-desc {
        font-size: 0.875rem;
    }

    /* Features Section Mobile */
    .features {
        flex-direction: column;
    }

    .feature-col {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0 1.25rem;
    }

    .feature-col:nth-child(1)::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 8px;
        right: 0;
        top: auto;
        bottom: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8'%3E%3Crect width='2' height='8' fill='%2300B4C3' /%3E%3C/svg%3E");
        background-repeat: repeat-x;
        z-index: 1;
    }

    .feature-content {
        padding: 1.25rem;
        text-align: center;
    }

    .feature-content-padded {
        padding-left: 1.25rem;
    }

    .feature-title {
        font-size: 1.75rem;
    }

    .feature-image-col1,
    .feature-image-col2 {
        position: sticky;
        display: block;
        max-width: 100%;
        margin: 0 auto;
        left: unset;
    }

    /* Social Section Mobile */
    .social {
        padding: 1.5rem 1.25rem;
        min-height: auto;
    }

    .social-content {
        flex-direction: column;
        padding: 0;
        gap: 0.75rem;
    }

    .social-text {
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .social-text .display {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .social-text .script {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .social-icons {
        justify-content: center;
        margin-top: 0.5rem;
    }

    .carousel,
    .social-right-section {
        width: 100%;
    }

    .carousel-images {
        overflow: hidden;
        width: 100%;
        position: relative;
    }

    .carousel img {
        width: 100%;
        max-height: 18rem;
        object-fit: cover;
    }

    .carousel-navigation {
        margin-top: 0.5rem;
    }

    .carousel-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .carousel-button-left {
        left: 0.5rem;
    }

    .carousel-button-right {
        right: 0.5rem;
    }

    /* Utility adjustments */
    .timeline-line {
        display: none;
    }
}

/* Editor styles to match Frontend aspect ratio */
.editor-styles-wrapper .social-right-section {
    background: var(--color-light-blue);
    width: 70% !important;
}

.block-editor-block-list__block .loyalty-glow {
    padding-bottom: 0;
}

.block-editor-block-list__block.wp-block-embed .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 181.8% !important;
    height: 0 !important;
    overflow: hidden;
}

.block-editor-block-list__block.wp-block-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Editor Specific Fixes */
.editor-styles-wrapper .hero {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 680px !important;
}

.editor-styles-wrapper .hero-blondie {
    width: 204px !important;
}

.editor-styles-wrapper .hero-hand {
    width: 228px !important;
}

.editor-styles-wrapper .hero-nachos {
    width: 466px !important;
}

.editor-styles-wrapper .hero-churros {
    width: 181px !important;
}

.editor-styles-wrapper .hero-grid {
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    max-height: 100% !important;
    padding: 0 !important;
    grid-template-columns: 50% 50% !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    align-self: center !important;
}

.editor-styles-wrapper .student-banner p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.editor-styles-wrapper .student-banner .devider {
    margin: 1.5rem 0 !important;
    height: 8px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8'%3E%3Crect width='2' height='8' fill='%2300B4C3' /%3E%3C/svg%3E") !important;
    background-repeat: repeat-x !important;
}

.editor-styles-wrapper .loyalty {
    padding: 3rem !important;
}

.editor-styles-wrapper .loyalty-image-container {
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1rem !important;
}

.editor-styles-wrapper .loyalty-image-container img {
    position: relative !important;
    margin: 0 !important;
    max-width: 15rem !important;
    height: auto !important;
    z-index: 10 !important;
}

.editor-styles-wrapper .loyalty-image-container img:not(:first-child) {
    margin-top: -10rem !important;
    margin-left: 5rem !important;
}

.editor-styles-wrapper .loyalty-steps-grid {
    background-image: none !important;
    gap: 2rem !important;
}

.editor-styles-wrapper .loyalty-dust,
.editor-styles-wrapper .loyalty-glow {
    display: none !important;
}

.editor-styles-wrapper .script,
.editor-styles-wrapper .loyalty-subtitle,
.editor-styles-wrapper .feature-script,
.editor-styles-wrapper .social-text .script {
    font-family: var(--font-script) !important;
}

.editor-styles-wrapper .hero-content .script {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
}

.editor-styles-wrapper .hero-content .script::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='27' viewBox='0 0 16 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7808 0.945312C10.9474 2.27865 3.98076 8.94531 6.78076 24.9453M6.78076 24.9453L0.780762 17.4453M6.78076 24.9453L11.2808 17.4453' stroke='%231F3946' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(10px);
}

.editor-styles-wrapper .hero-content .script::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='27' viewBox='0 0 16 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.328613 0.945312C4.16195 2.27865 11.1286 8.94531 8.32861 24.9453M8.32861 24.9453L14.3286 17.4453M8.32861 24.9453L3.82861 17.4453' stroke='%231F3946' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(10px);
}

/* Social Editor Fixes */
.editor-styles-wrapper .social .social-icons {
    display: flex !important;
    gap: 1.25rem !important;
    margin-top: 1.25rem !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.editor-styles-wrapper .social .social-link {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

.editor-styles-wrapper .social .social-handle {
    color: var(--color-dark-blue) !important;
    font-weight: 600 !important;
    display: inline-block !important;
}

/* Features Editor Fixes */
.editor-styles-wrapper .features {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    height: 18.75rem !important;
    min-height: 18.75rem !important;
    width: 100% !important;
    background-color: var(--color-darker-blue) !important;
}

.editor-styles-wrapper .feature-col {
    flex: 0 0 50% !important;
    width: 50% !important;
    min-height: 18.75rem !important;
    height: auto !important;
    position: relative !important;
    overflow: visible !important;
}

.editor-styles-wrapper .feature-content {
    padding: 1.5rem 1.5rem 3.5rem 1.5rem !important;
    z-index: 10 !important;
}

.editor-styles-wrapper .feature-image-col1 {
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    /* width: 12rem !important; */
    height: auto !important;
    z-index: 5 !important;
}

.editor-styles-wrapper .feature-image-col2 {
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    left: auto !important;
    /* width: 10rem !important; */
    height: auto !important;
    z-index: 5 !important;
}

/* ===================================
   EMPTY STATE EDITOR FIXES
   =================================== */
/* Ensure empty RichText areas are visible in the editor so users can click to type */
.editor-styles-wrapper .hero-title:empty,
.editor-styles-wrapper .hero-content .subtitle:empty,
.editor-styles-wrapper .hero-content .script:empty,
.editor-styles-wrapper .loyalty-header div:empty,
.editor-styles-wrapper .loyalty-subtitle:empty,
.editor-styles-wrapper .loyalty-step div:empty,
.editor-styles-wrapper .feature-content div:empty,
.editor-styles-wrapper .social-text div:empty {
    min-height: 30px;
    outline: 1px dashed rgba(0, 0, 0, 0.3);
    min-width: 100px;
    display: block;
    cursor: text;
}

.editor-styles-wrapper .hero-title:empty::before,
.editor-styles-wrapper .loyalty-header div:empty::before {
    content: 'Title';
    color: rgba(0, 0, 0, 0.3);
    font-size: 1rem;
    pointer-events: none;
}

.editor-styles-wrapper .hero-content .subtitle:empty::before,
.editor-styles-wrapper .loyalty-subtitle:empty::before {
    content: 'Subtitle';
    color: rgba(0, 0, 0, 0.3);
    font-size: 0.8rem;
    pointer-events: none;
}

.editor-styles-wrapper .hero-content .script:empty::before {
    content: 'CTA / Script';
    color: rgba(0, 0, 0, 0.3);
    font-size: 0.8rem;
    pointer-events: none;
}

.editor-styles-wrapper .feature-content div:empty::before {
    content: 'Feature Content';
    color: rgba(255, 255, 255, 0.5); /* Light text for dark bg */
    pointer-events: none;
}

.editor-styles-wrapper .social-text div:empty::before {
    content: 'Social Text';
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.editor-styles-wrapper .loyalty-step div:empty::before {
    content: 'Step Content';
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

/* Sidebar HTML Editor Fields */
.components-panel__body .block-editor-rich-text__editable {
    background-color: #f0f0f0 !important;
    border: 1px solid #ddd !important;
    padding: 10px !important;
    border-radius: 4px !important;
    min-height: 100px !important;
    color: #1f3946 !important;
}

/* Homepage Styles - ONLY for Frontend to avoid editor issues */
.home:not(.wp-admin) .main-content {
    background-color: var(--color-dark-blue, #fff) !important;
}

home:not(.wp-admin) .hero-title {
    height: unset;
}

/* Remove theme container constraints - Frontend Only */
body:not(.wp-admin) .container-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body:not(.wp-admin) .main-content {
    padding: 0 !important;
    max-width: none !important;
}
body:not(.wp-admin) .main-content > .row {
    margin-bottom: 0 !important;
    max-width: none !important;
    width: 100% !important;
}
body:not(.wp-admin) .main-content > .row > .col {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

/* Breakout Layouts - centering constrained elements to full width */
body:not(.wp-admin) section.hero, 
body:not(.wp-admin) section.student-banner, 
body:not(.wp-admin) section.loyalty, 
body:not(.wp-admin) .loyalty,
body:not(.wp-admin) section.features, 
body:not(.wp-admin) section.social,
body:not(.wp-admin) .homepage-container,
body:not(.wp-admin) .home .main-content .wp-block-image:not(.pulsate-floating-button),
body:not(.wp-admin) .home .main-content .wp-block-image.aligncenter:not(.pulsate-floating-button) {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: none !important;
}

body:not(.wp-admin) .homepage-container figure:not(.pulsate-floating-button),
body:not(.wp-admin) .home .main-content .wp-block-image:not(.pulsate-floating-button) {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    /* Re-enforce breakout margin since margin: 0 would override it */
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

body:not(.wp-admin) .homepage-container figure:not(.pulsate-floating-button) img,
body:not(.wp-admin) .home .main-content .wp-block-image:not(.pulsate-floating-button) img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Homepage Dividers */
.devider-after::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8'%3E%3Crect width='2' height='8' fill='%2300B4C3' /%3E%3C/svg%3E");
    background-color: var(--color-dark-blue, #fff);
    background-repeat: repeat-x;
    width: 100%;
    height: 8px;
    margin: 5px 0 !important;
}

.devider-before::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8'%3E%3Crect width='2' height='8' fill='%2300B4C3' /%3E%3C/svg%3E");
    background-color: var(--color-dark-blue, #fff);
    background-repeat: repeat-x;
    width: 100%;
    height: 8px;
    margin: 5px 0 !important;
}

/* Floating Pulsate Button */
.pulsate-floating-button {
    position: fixed !important;
    top: 150px;
    left: 20px;
    z-index: 20000;
    width: 150px;
    margin: 0 !important;
}

.pulsate {
    animation: pulsate 2s ease-out infinite;
}

@keyframes pulsate {
    0% { transform: scale(1.0, 1.0); }
    50% { transform: scale(1.05, 1.05); }
    100% { transform: scale(1.0, 1.0); }
}

@media (max-width: 768px) {
    .pulsate-floating-button {
        position: fixed !important;
        top: 9rem !important;
        left: 10px !important;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .pulsate {
        top: 7rem !important;
        width: 6rem;
    }
}

.restaurants-grid {
    max-width: 1200px;
    align-items: flex-start;
    margin: 0 auto;
    padding: 4rem 2rem;
    gap: 1.5rem;
}

.page-id-11 .main-content .row {
    background-color: #f1f5f9;
}

.restaurants-grid .wp-block-group {
    gap: 1.5rem;
    padding-bottom: 1rem;
}

.restaurant-card {
    display: flex;
    max-width: 395px;
    min-height: 600px;
    background-color: var(--color-white);
    border-radius: 10px;
    border: 1px solid #F1F5F9;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.restaurants-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 1rem;
}

.restaurants-grid .restaurant-card h3,
.restaurants-grid .restaurant-card p {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0;
}

.restaurants-grid .hours-text {
    font-family: var(--font-script);
    color: #DA252A;
    font-size: 21px;
    font-style: normal;
    font-weight: 720;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-top: 2rem;
}

.restaurants-grid h2,
.restaurants-grid h3 {
    font-family: var(--font-display);
    color: #1E3846;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-wrap: break-word;
}

.restaurants-grid h2 {
    font-size: 26px;
    margin: 2rem 0;
}

.restaurants-grid h3 {
    font-size: 18px;
}

@media (max-width: 1124px) {
    .restaurants-grid .wp-block-group.is-layout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .restaurants-grid .wp-block-group.is-layout-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

.restaurants-grid h2:empty,
.restaurants-grid h2:blank {
    display: none !important;
}

/* Hide grid cells containing only hidden/empty headings to collapse empty space */
.restaurants-grid .wp-block-group.is-layout-grid > *:has(h2:empty),
.restaurants-grid .wp-block-group.is-layout-grid > *:has(h2:blank) {
    display: none !important;
}
/* Fallback for hiding grid cells with empty headings if :has() is not preferred or supported */
.restaurants-grid .wp-block-group.is-layout-grid h2:empty {
    display: none !important;
}

/* Alternative approach: target the headings specifically */
.restaurants-grid h2:empty {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden;
}

.restaurants-grid .wp-block-group {
    gap: 1.5rem;
    padding-bottom: 0 !important;
}

.restaurants-grid .wp-block-group > .wp-block-group.is-layout-grid {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.our-menu-section .wp-block-group{
    padding: 2rem;
}

@media (max-width: 1440px) {
    .our-menu-section .wp-block-group.is-layout-grid,
    .our-menu-section.wp-block-group.is-layout-grid,
    .career-jurney .wp-block-group.is-layout-grid,
    .career-jurney.wp-block-group.is-layout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 756px) {
    .our-menu-section .wp-block-group.is-layout-grid,
    .our-menu-section.wp-block-group.is-layout-grid,
    .career-jurney .wp-block-group.is-layout-grid,
    .career-jurney.wp-block-group.is-layout-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

.career-jurney .wp-block-group__inner-container {
    padding: 4rem 2rem;
    background-color: #f1f5f9;
}

.career-jurney .wp-block-group-is-layout-grid {
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
    max-width: 900px;
    gap: 4rem;
}

.career-jurney .wp-block-group.is-layout-flex {
    padding: 2rem;
    max-width: 300px;
    box-shadow: 0px 1px 2px -1px #0000001A;
    box-shadow: 0px 1px 3px 0px #0000001A;
    border-radius: 10px;
}

.career-jurney .wp-block-group.is-layout-flex p {
    padding: 0;
    padding-bottom: 0.7rem;
    color: #000000;
}

.career-jurney .wp-element-button {
    min-width: 7rem;
    border-radius: 4px !important;
    font-size: 13px !important;
    padding: 0.5rem 1rem !important;
}

mark {
    background: transparent;
    padding: 0;
    color: inherit;
}

.menu-fix-margins .row-bg-wrap {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
}

/* ===================================
   FIX: Global Page Spacing
   =================================== */

/* Reset all main wrappers to have standard top padding */
.main-content {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.container-wrap {
    padding-top: 40px !important;
    margin-top: 0px !important;
    padding-bottom: 40px !important;
}

@media (max-width: 999px) {
    .container-wrap {
        padding-top: 120px !important;
    }
}

/* Specific adjustment for standard content width on non-homepage pages */
body:not(.home) .main-content {
    padding-left: 32px !important;
    padding-right: 32px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Specific adjustment for Contact Us padding */
body.page-id-15 .container-wrap {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

@media (max-width: 768px) {
    body:not(.home) .main-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

#footer-outer .wp-block-heading {
    font-family: var(--font-display);
    font-size: 1rem;
    line-height: 1.125rem;
}

#footer-outer .row {
    padding: 3rem 0 0rem 0;
}

@media only screen and (min-width: 1000px) {
    body #footer-outer .row {
        padding: 3rem 0 0rem 0;
    }
}

#footer-outer #footer-widgets .col p {
    padding-bottom: 0;
}

#footer-outer .widget.widget_block .follow {
    margin-bottom: 1rem;
}

.home-about-us .hero-title {
    width: unset;
    height: unset;
    text-align: left;
    margin: 1rem auto;
}

.home-about-us .hero-title .thin-text {
    font-variation-settings: 'wdth' 100, 'wght' 100;
    letter-spacing: unset;
    font-size: 3rem;
}

.home-about-us .subtitle {
    text-align: left;
    opacity: 1;
    width: 100%;
}

.home-about-us .script {
    text-align: left;
    font-weight: 600;
    justify-content: flex-start !important;
    padding-left: 3rem;
}

.home-about-us .app-badges {
    justify-content: flex-start;
}

.home-about-us .hero-nachos {
    position: absolute !important;
    height: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    width: auto !important;
    max-width: none !important;
}

.home-about-us .hero-grid {
    bottom: unset !important;
    max-width: 80rem !important;
    left: unset !important;
    transform: unset !important;
}
.career-jurney .wp-block-group.is-layout-flex p:nth-child(3) {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
}

/* Header Menu Typography */
#header-outer nav > ul > li > a,
#header-outer nav > ul > li > a > .menu-title-text,
#mobile-menu ul li a {
    font-family: 'Figtree', sans-serif !important;
    font-size: 14px !important;
}

/* Hero Slider Button Typography */
.trg-slider-overlay-wrapper .wp-block-button__link {
    font-family: 'Figtree', sans-serif !important;
    font-size: 13px !important;
}

@media (max-width: 90rem) {
    .page-id-13 .hero-title {
        margin-top: 6rem !important;
    }

    .page-id-13 .subtitle {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    .page-id-13 .hero .hero-churros {
        top: -50px !important;
        bottom: auto !important;
        left: 0 !important;
        right: auto !important;

        width: 10rem !important;
        transform: rotate(90deg);
    }


    .page-id-13 .hero .hero-blondie {
        top: -50px !important;
        bottom: auto !important;
        left: auto !important;
        right: 0 !important;

        width: 10rem !important;
        transform: rotate(90deg);
    }
    
    .page-id-13 .hero .hero-nachos {
        top: auto !important;
        bottom: 0 !important;
        left: auto !important;
        right: -7rem !important;

        width: 15rem !important;
        height: auto !important;
    }
}

@media (max-width: 500px) {
    .page-id-13 .feature-content {
        text-align: left !important;
    }
}

