/* ========================================================================= */
/* 1. GLOBAL STYLES & FONTS */
/* ========================================================================= */
body {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.8em;
    color: #333;
    margin: 0;
    padding-top: 100px; /* Consistent padding for the fixed header */
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    transition: color 0.15s ease-out, border-color 0.15s ease-out;
}

p a:hover {
    color: rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 0, 0, 0.15);
}

a img {
    border: none;
    vertical-align: middle;
}

.content-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0;
}


/* ========================================================================= */
/* 2. HEADER STYLES (Desktop) */
/* ========================================================================= */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 25px 0;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.header-branding a {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 28px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: none;
    transition: color 0.3s ease-in-out;
}
.primary-nav a {
    font-family: 'Arial Narrow', sans-serif;
    font-size: 18px;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: none;
    margin-left: 30px;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.primary-nav:hover a {
    opacity: 0.5;
}
.primary-nav a:hover {
    opacity: 1;
    border-bottom: none;
}
.primary-nav a.active {
    border-bottom: 1px solid;
}
/* --- Header States --- */
.site-header.top-of-page {
    background-color: transparent;
}
.site-header.top-of-page .header-branding a,
.site-header.top-of-page .primary-nav a {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.site-header.top-of-page .primary-nav a.active {
    border-color: rgba(255, 255, 255, 0.5);
}
.site-header.scrolled {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.site-header.scrolled .header-branding a,
.site-header.scrolled .primary-nav a {
    color: #333333;
}
.site-header.scrolled .primary-nav a.active {
    border-color: #333333;
}

/* ========================================================================= */
/* 3. BUTTON STYLES */
/* ========================================================================= */
.button {
    display: inline-block;
    padding: 18px 30px;
    border: 2px solid #333;
    color: #333;
    font-family: 'Arial Narrow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.button:hover {
    background-color: #333;
    color: #fff;
}
.hero-section .button,
.parallax-section .button {
    border-color: #fff;
    color: #fff;
}
.hero-section .button:hover,
.parallax-section .button:hover {
    background-color: #fff;
    color: #333;
}

/* ========================================================================= */
/* 4. HERO SECTION & PARALLAX */
/* ========================================================================= */
@keyframes fadeInSlideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.hero-section {
    height: 100vh;
    padding: 0;
    margin-top: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.hero-section .content-wrapper { 
    padding: 0;
    animation: fadeInSlideUp 1s ease-out 0.3s forwards;
    opacity: 0;
}
.hero-logo { max-width: 300px; margin-bottom: 20px; }
.hero-section h2 {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin: 20px 0;
}
.hero-section h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 45px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin: 20px 0;
    line-height: 1.1em;
}
.parallax-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    position: relative;
}

/* ========================================================================= */
/* 5. VOGUE VISION SECTION */
/* ========================================================================= */
#vogue .content-wrapper {
    max-width: 800px;
    text-align: center;
}
#vogue .content-wrapper >  {
    border-bottom: none;
}
#vogue img {
    max-width: 450px;
    margin-bottom: 40px;
}
#vogue h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 52px;
    color: #131516;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-transform: none;
}
#vogue h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #292929;
    margin-bottom: 40px;
}
#vogue h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.8em;
    color: #545454;
    margin-bottom: 20px;
    font-weight: 400;
    font-style: normal;
}
#vogue .button {
    margin-top: 30px;
}

/* ========================================================================= */
/* 6. ONE HOUR OPTICAL SECTION */
/* ========================================================================= */
#one-hour-optical .columns {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
#one-hour-optical .column-left,
#one-hour-optical .column-right {
    flex: 1;
}
#one-hour-optical .column-left h2 {
    font-family: 'Arial Narrow', sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 10px;
    font-weight: 400;
}
#one-hour-optical .column-left h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3em;
    color: #111;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: none;
}
#one-hour-optical .nested-columns {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
#one-hour-optical .nested-column-logo {
    flex: 0 0 250px;
}
#one-hour-optical .nested-column-logo img {
    width: 100%;
}
#one-hour-optical .nested-column-text {
    flex: 1;
}
#one-hour-optical .nested-column-text p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.8em;
    color: #545454;
    margin-top: 0;
}

/* ========================================================================= */
/* 7. EYEMART OPTICAL SECTION */
/* ========================================================================= */
#eyemart-optical .columns {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
#eyemart-optical .column-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#eyemart-optical .column-left img {
    max-width: 400px;
    margin-bottom: 30px;
}
#eyemart-optical .column-right {
    flex: 1;
}
#eyemart-optical .column-right h2 {
    font-family: 'Arial Narrow', sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 10px;
    font-weight: 400;
}
#eyemart-optical .column-right h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3em;
    color: #111;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: none;
}
#eyemart-optical .column-right p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.8em;
    color: #545454;
    margin-top: 0;
}

/* ========================================================================= */
/* 8. BRANDS / QUAD-COLUMN SECTION */
/* ========================================================================= */
#brands .content-wrapper {
    text-align: center;
}
.quad-columns {
    display: flex;
    gap: 40px;
    text-align: center;
}
.quad-column {
    flex: 1;
}
#brands .quad-column img {
    max-width: 60px;
    height: 60px;
    margin-bottom: 30px;
    filter: grayscale(1) opacity(0.7);
}
#brands .quad-column hr {
    display: block;
    width: 30px;
    margin: 0 auto 30px auto;
    border: none;
    border-top: 1px solid #ddd;
}
#brands .quad-column h2 {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 20px;
    font-weight: 400;
}
#brands .quad-column p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 15px;
    line-height: 1.7em;
    color: #888;
    text-align: left;
}

/* ========================================================================= */
/* 9. FOOTER STYLES */
/* ========================================================================= */
.site-footer {
    padding: 60px 0;
    text-align: center;
    background-color: #f8f8f8;
    border-top: 1px solid #e0e0e0;
}
.footer-nav a {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 24px;
    letter-spacing: .2em;
    text-transform: uppercase;
    border-bottom: none;
    color: #555;
}
.footer-nav a:hover {
    color: #111;
}
.copyright {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}
.copyright a {
    border-bottom: 1px solid #ccc;
    color: #777;
}
.copyright a:hover {
    color: #111;
    border-color: #111;
}

/* ========================================================================= */
/* 10. RESPONSIVE & MOBILE STYLES (Corrected) */
/* ========================================================================= */

.Mobile {
    display: none;
}

@media screen and (max-width: 900px) {
    body {
        padding-top: 60px;
    }
    .content-wrapper {
        padding: 40px 0;
    }
    .site-header {
        display: none;
    }
    .Mobile {
        display: block;
    }
    .Mobile-bar {
        background: transparent;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 1001;
        transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    }
    body.scrolled .Mobile-bar {
        background: #fff;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    .Mobile-bar-branding {
        font-family: 'Julius Sans One', sans-serif;
        font-size: 21px;
        color: #fff;
        text-decoration: none;
        border: none;
        letter-spacing: .05em;
        text-transform: uppercase;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
    }
    body.scrolled .Mobile-bar-branding {
        color: #333;
        text-shadow: none;
    }
    
    /* --- Corrected Plus Icon Styles --- */
    .Mobile-bar-menu {
        background: none;
        border: none;
        padding: 10px;
        cursor: pointer;
        width: 24px;
        height: 24px;
        z-index: 1011;
        position: relative;
    }
    .Mobile-bar-menu span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: transform 0.3s, background-color 0.3s;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px; /* Vertically centers the lines */
    }
    .Mobile-bar-menu span:nth-child(2) {
        transform: rotate(90deg);
    }
    .Mobile-bar-menu span:nth-child(3) {
        display: none; /* We only need two lines for a plus */
    }
    body.scrolled .Mobile-bar-menu span {
        background-color: #333;
    }
    /* Transform into an "X" when the menu is open */
    body.is-mobile-overlay-active .Mobile-bar-menu span:nth-child(1) {
        transform: rotate(45deg);
    }
    body.is-mobile-overlay-active .Mobile-bar-menu span:nth-child(2) {
        transform: rotate(-45deg);
    }
    
    .Mobile-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        z-index: 1010;
        visibility: hidden;
        transition: background-color 0.3s, visibility 0s 0.3s;
    }
    .Mobile-overlay-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        max-width: 300px;
        height: 100%;
        background-color: #131516;
        padding: 80px 30px 30px;
        box-sizing: border-box;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(.55,0,.1,1);
    }
    .Mobile-overlay-nav-item {
        display: block;
        font-family: 'Arial Narrow', sans-serif;
        font-size: 18px;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: #fff;
        padding: 15px 0;
        text-decoration: none;
        border: none;
    }
    body.is-mobile-overlay-active .Mobile-overlay {
        visibility: visible;
        background-color: rgba(0, 0, 0, 0.5);
        transition: background-color 0.3s;
    }
    body.is-mobile-overlay-active .Mobile-overlay-menu {
        transform: translateX(0);
    }
    .hero-section {
       margin-top: -60px;
       height: 90vh; 
       background-size: cover !important;
       background-position: center center !important;
    }
    .columns, .quad-columns {
        flex-direction: column;
        gap: 40px;
    }
    .hero-section h1 {
        font-size: 48px !important;
        line-height: 1.2em !important;
    }
    .hero-section h2 {
        font-size: 16px !important;
        letter-spacing: 0.15em !important;
    }
    #vogue h1 {
        font-size: 38px;
    }
    .columns h1 {
        font-size: 32px;
    }
    .column-main-text {
        order: 2;
        padding-right: 0;
    }
    .column-side-images {
        order: 1;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    .column-side-images figure {
        max-width: 300px;
    }
    #one-hour-optical .nested-columns {
        flex-direction: column;
        align-items: center;
    }
    #one-hour-optical .nested-columns p {
        text-align: center;
    }
    #one-hour-optical .nested-column-logo {
        flex-basis: auto;
    }
}
/* ========================================================================= */
/* 9. ABOUT US PAGE STYLES (vendors.html) */
/* ========================================================================= */

.main-content {
    padding-top: 1px;
}

.main-content .content-wrapper.columns {
    align-items: flex-start;
    max-width: 1200px; 
}

.column-main-text {
    flex: 2; /* Gives the text column 2/3 of the space */
    padding-right: 10px;
    box-sizing: border-box;
}

.column-main-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #888;
    font-weight: 400;
    margin-bottom: 20px;
}

.column-side-images {
    flex: 1; /* Gives the image column 1/3 of the space */
    display: flex;
    flex-direction: row; /* This is the key change for side-by-side images */
    gap: 20px; /* Space between the two images */
    align-items: flex-start;
}

.column-side-images figure {
    margin: 0;
    flex: 1; /* Each figure takes up equal space in the row */
    text-align: center;
}

.column-side-images img {
    max-width: 100%;
    height: auto;
}

.column-side-images figcaption {
    margin-top: 10px;
    font-family: 'Arial Narrow', sans-serif;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #888;
}