/* Scenic View Canada — BaseLink Dark Theme */
/* Ported from D:\BaseLink\baselink\web\static\style.css */

:root {
    --bg-main: #1a1a1a;
    --bg-panel: #2d2d2d;
    --bg-widget: #3d3d3d;
    --bg-input: #2a2a2a;
    --bg-hover: #4d4d4d;
    --bg-selected: #3d5c3d;
    --accent: #00c853;
    --accent-dark: #00a844;
    --accent-light: #69f0ae;
    --accent-dim: #2e7d32;
    --text-primary: #ffffff;
    --text-secondary: #b0b0b0;
    --text-disabled: #666666;
    --border: #404040;
    --border-light: #505050;
    --separator: #353535;
    --error: #ff5252;
    --warning: #ffc107;
    --success: #4caf50;
    --info: #2196f3;
}

/* ── Reset & Base ── */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { height: 100%; }

body {
    width: 100%;
    min-height: 100vh;
    background: var(--bg-main);
    color: var(--text-primary);
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { color: var(--accent); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--accent-light); }
a img, a:hover img { border: none; }

h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 1rem;
}

div.paragraph, #wsite-search-list div.paragraph,
p, #wsite-search-list p {
    font-size: 14px;
    line-height: 1.75;
    margin: 0 auto 20px;
}

div.paragraph a, p a { color: inherit; font-weight: 600; text-decoration: underline; transition: color 0.15s; }
div.paragraph a:hover, p a:hover { color: var(--accent); text-decoration: none; }

blockquote {
    padding: 1rem 1.5rem;
    margin: 0 auto 20px;
    background: var(--bg-panel);
    border-left: 4px solid var(--accent);
    font-style: italic;
    line-height: 1.7;
}

div.paragraph ul, div.paragraph ol { padding-left: 2em !important; margin: 5px 0 !important; }
div.paragraph li { padding-left: 5px !important; margin: 3px 0 0 !important; }
div.paragraph ul, div.paragraph ul li { list-style: disc outside !important; }
div.paragraph ol, div.paragraph ol li { list-style: decimal outside !important; }

/* ── Header ── */

.birdseye-header {
    position: fixed;
    top: 0;
    z-index: 12;
    width: 100%;
    padding: 0.75rem 2rem;
    background: var(--bg-panel);
    border-bottom: 1px solid var(--border);
    color: var(--text-primary);
    transition: padding 180ms ease, box-shadow 200ms ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.birdseye-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.birdseye-header .hamburger { display: none; box-sizing: initial; }

.birdseye-header .logo { display: flex; align-items: center; }
.birdseye-header .logo * { display: block; }
.birdseye-header .logo a { margin-right: 20px; transition: opacity 200ms ease; }
.birdseye-header .logo a:hover { opacity: 0.7; }
.birdseye-header .logo img { max-width: 180px; max-height: 36px; }
.birdseye-header .logo #wsite-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--accent);
    letter-spacing: 0.02em;
}

body.affix .birdseye-header { box-shadow: 0 1px 4px rgba(0,0,0,0.4); padding: 0.5rem 2rem; }
body.affix .birdseye-header,
body.no-header-page .birdseye-header,
body.splash-banner-page .birdseye-header {
    background: var(--bg-panel);
    color: var(--text-primary);
}

body.affix .birdseye-header .hamburger span,
body.affix .birdseye-header .hamburger span:before,
body.affix .birdseye-header .hamburger span:after,
body.no-header-page .birdseye-header .hamburger span,
body.no-header-page .birdseye-header .hamburger span:before,
body.no-header-page .birdseye-header .hamburger span:after {
    background: var(--text-primary);
}

body.wsite-checkout-page .birdseye-header,
body.wsite-native-mobile-editor .birdseye-header { position: absolute !important; }

.no-header-page .main-wrap { padding-top: 70px; }

/* ── Navigation ── */

.nav { display: flex; align-items: center; }
.nav ul { display: flex; list-style: none; gap: 0.25rem; float: right; overflow: visible; }
.nav li { display: inline-block; }

.nav .wsite-menu-item {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-primary);
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
    text-decoration: none;
}

.nav .wsite-menu-item:hover {
    background: var(--bg-widget);
    color: var(--accent-light);
    opacity: 1;
}

.nav li:not(.wsite-nav-cart)#active > .wsite-menu-item {
    background: var(--bg-widget);
    color: var(--accent);
    border: 1px solid var(--accent-dim);
}

.nav #wsite-nav-cart-a { padding-right: 0; }
.nav #wsite-nav-cart-num {
    display: inline-block;
    min-width: 10px;
    padding: 2px 5px;
    margin-left: 2px;
    text-align: center;
    background: var(--accent);
    color: #000;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: 600;
}

.mobile-nav { display: none; }

/* Dropdown menus */
#wsite-menus > .wsite-menu-wrap > .wsite-menu .wsite-menu { margin: 0 -1px; }
#wsite-menus .wsite-menu {
    position: relative;
    background: var(--bg-panel);
    border: 1px solid var(--border);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

#wsite-menus .wsite-menu li a {
    background: transparent;
    color: var(--text-primary);
    font-size: 0.85rem;
    font-weight: normal;
    border: none;
    padding: 0.6rem 1rem;
    transition: background 0.15s;
}

#wsite-menus .wsite-menu li a:hover { background: var(--bg-hover); }
#wsite-menus .wsite-menu-arrow { display: none; }

/* Nav dropdown (Services → BaseLink) */
.desktop-nav .wsite-menu-item-has-sub { position: relative; }
.desktop-nav .wsite-submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    list-style: none;
    background: var(--bg-panel);
    border: 1px solid var(--border);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    padding: 0.25rem 0;
    z-index: 20;
}
.desktop-nav .wsite-menu-item-has-sub:hover > .wsite-submenu { display: block; }
.desktop-nav .wsite-submenu li { display: block; }
.desktop-nav .wsite-submenu .wsite-menu-item {
    display: block;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    border-radius: 0;
}

/* ── Banner / Hero ── */

.banner-wrap {
    position: relative;
    height: 100%;
    background: var(--bg-main);
    color: var(--text-primary);
}

.banner-wrap .container { padding: 80px 40px; }
.banner-wrap .banner { text-align: center; transition: opacity 500ms ease; }

.banner-wrap h2 {
    color: var(--text-primary) !important;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.15;
    margin: 15px auto;
    border-bottom: none;
    padding-bottom: 0;
}

.banner-wrap div.paragraph, .banner-wrap p {
    color: inherit;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 15px auto;
}

.wsite-header-section {
    background: url(theme/images/default-bg.jpg) no-repeat top center;
    background-size: cover;
    height: 400px;
}

body.header-overlay-on .wsite-header-section:not(.wsite-section-bg-color):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.5) 100%);
}

/* Banner section headings - large white */
.banner-wrap .wsite-content-title,
.wsite-header-section .wsite-content-title {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    color: var(--text-primary) !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* ── Main Layout ── */

.container { position: relative; width: 100%; box-sizing: border-box; }
.wsite-footer { position: relative; width: 100%; box-sizing: border-box; }

.main-wrap { width: 100%; background: var(--bg-main); }

body.full-width-body-off .banner-wrap .container,
body.full-width-body-off .wsite-footer {
    max-width: 1100px;
    margin: 0 auto;
}

/* ── Content Sections (BaseLink card style) ── */

.main-wrap .wsite-section-wrap {
    max-width: 1100px;
    margin: 1.5rem auto;
    padding: 0 1.5rem;
}

/* Full-width sections with background images should not be constrained */
.main-wrap .wsite-section-wrap:has(.wsite-section-bg-image) {
    max-width: none;
    padding: 0;
    margin: 0 auto;
}

.main-wrap .wsite-section {
    background: var(--bg-panel) !important;
    border: 1px solid var(--border) !important;
    border-radius: 8px !important;
    overflow: hidden;
}

/* Allow inline background images to show through on image sections */
.main-wrap .wsite-section.wsite-section-bg-image {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
}

.main-wrap .wsite-section-content .container {
    padding: 1.5rem;
    max-width: none;
}

/* Content section headings - green like BaseLink */
#wsite-content h2,
#wsite-content .wsite-content-title {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: var(--accent) !important;
    border-bottom: 1px solid var(--border);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem !important;
}

#wsite-content div.paragraph,
#wsite-content p {
    color: var(--text-primary) !important;
}

/* ── Footer ── */

.footer-wrap {
    width: 100%;
    background: var(--bg-panel);
    border-top: 1px solid var(--separator);
    color: var(--text-secondary);
    font-size: 0.85rem;
}

.footer-wrap .wsite-footer {
    padding: 1.5rem 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-wrap h2 { font-size: 1rem; margin-bottom: 0.75rem; }
.footer-wrap div.paragraph, .footer-wrap p { font-size: 0.85rem; margin-bottom: 0.75rem; }
.footer-wrap blockquote { font-size: 0.85rem; background: transparent; padding: 0 0 0 1em; border-left: 3px solid var(--border); }

/* ── Buttons (BaseLink .btn style) ── */

.wsite-button {
    display: inline-block;
    height: auto;
    padding: 0;
    background: var(--accent) !important;
    background-image: none !important;
    color: #000 !important;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
    text-decoration: none;
}

.wsite-button:hover { background: var(--accent-light) !important; }

.wsite-button .wsite-button-inner {
    display: inline-block;
    height: auto;
    padding: 0.6rem 1.5rem;
    background: transparent !important;
    background-image: none !important;
    color: inherit !important;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
}

.wsite-button-large { color: #000 !important; border: none !important; }
.wsite-button-large:hover { background: var(--accent-light) !important; }

.wsite-button-highlight,
#wsite-com-product-add-to-cart.wsite-button-highlight {
    background: var(--accent) !important;
    color: #000 !important;
    border: none !important;
}

.wsite-button-highlight:hover,
#wsite-com-product-add-to-cart.wsite-button-highlight:hover {
    background: var(--accent-light) !important;
    color: #000 !important;
}

/* Secondary / outline button */
.wsite-button:not(.wsite-button-highlight) {
    background: var(--bg-widget) !important;
    color: var(--text-primary) !important;
    border: 1px solid var(--border) !important;
}
.wsite-button:not(.wsite-button-highlight):hover {
    background: var(--bg-hover) !important;
}

/* ── Forms (BaseLink style) ── */

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder { color: var(--text-disabled); }

.wsite-form-field .wsite-form-input,
.wsite-form-field .wsite-search-element-input,
.wsite-form-field select,
.wsite-com-product-option-groups select {
    color: var(--text-primary);
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1;
    border-radius: 6px;
    transition: border-color 0.15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

.wsite-form-input, .wsite-search-element-input,
.wsite-form-field select, .wsite-com-product-option-groups select {
    color: var(--text-primary);
    height: auto;
    max-width: 370px;
    padding: 0.5rem 0.75rem !important;
    margin-bottom: 10px;
    background: var(--bg-input);
    border: 1px solid var(--border);
    border-radius: 6px;
}

.wsite-form-input:focus, .wsite-search-element-input:focus,
.wsite-form-field select:focus, .wsite-com-product-option-groups select:focus {
    outline: none;
    border-color: var(--accent);
    background: var(--bg-input);
}

.wsite-form-field textarea { resize: none; }

.wsite-form-field input[type='radio'],
.wsite-form-field input[type='checkbox'],
.wsite-com-product-option-groups input[type='radio'],
.wsite-com-product-option-groups input[type='checkbox'] {
    accent-color: var(--accent);
    width: 18px;
    height: 18px;
}

.wsite-form-label {
    display: block;
    padding: 0;
    color: var(--text-secondary);
    font-size: 0.85rem;
    font-weight: normal;
    margin-bottom: 0.4rem;
}

.wsite-form-sublabel { display: none; }
.wsite-form-container .form-input-error { border: 1px solid var(--error) !important; }
.wsite-search-element { margin-bottom: 10px; }
.wsite-search-element .wsite-search-element-input { margin-bottom: 0; }

/* ── Images & Gallery ── */

.wsite-image img { margin-bottom: 10px; border-radius: 6px; }

.imageGallery .galleryImageHolder .galleryCaptionHolderInnerBg {
    opacity: 1;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    transition: background 260ms ease;
}
.imageGallery .galleryImageHolder:hover .galleryCaptionHolderInnerBg { background: rgba(0,0,0,0.6); }
.imageGallery .galleryImageHolder .galleryCaptionInnerText {
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    text-shadow: none;
}

.fancybox-overlay { background: rgba(0,0,0,0.85); }
.fancybox-skin { background: transparent !important; box-shadow: none !important; }
.fancybox-title { color: var(--text-primary); font-size: 14px; }
.fancybox-close, .fancybox-next span, .fancybox-prev span { background: none !important; width: auto; height: auto; }
.fancybox-close:before, .fancybox-next span:before, .fancybox-prev span:before {
    color: var(--text-primary) !important;
    font-size: 45px;
    font-weight: 400;
    line-height: 0.75em;
    transition: opacity 300ms ease;
}
.fancybox-close:hover:before, .fancybox-next:hover span:before, .fancybox-prev:hover span:before { color: rgba(255,255,255,0.7) !important; }
.fancybox-prev span:before { position: relative; left: -10px; content: '\3008'; }
.fancybox-next span:before { position: relative; right: -10px; content: '\3009'; }
.fancybox-close { top: 20px; right: 20px; }
.fancybox-close:before { content: '\00D7'; }

/* ── Multi-column ── */
.wsite-multicol-table { width: 100%; }

/* ── Map ── */
.wsite-map iframe { border-radius: 6px; }

/* ── YouTube ── */
.wsite-youtube { margin: 1rem 0; }
.wsite-youtube-container iframe { border-radius: 6px; }

/* ── Social Icons ── */
.wsite-social { white-space: normal; }
.wsite-social-item {
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    transition: color 0.15s;
}
.wsite-social-item:first-child { margin-left: 0; }
.wsite-social-item:last-child { margin-right: 0; }
.wsite-social-item:hover { color: var(--accent); }

/* ── Styled HR ── */
.styled-hr { border: none; border-top: 1px solid var(--separator); }

/* ── Slideshow ── */
.sv-slideshow { position: relative; width: 100%; overflow: hidden; border-radius: 6px; }
.sv-slides { position: relative; }
.sv-slide { display: none; width: 100%; border-radius: 6px; }
.sv-slide.active { display: block; }
.sv-prev, .sv-next {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(0,200,83,0.8); color: #fff; border: none;
    font-size: 24px; padding: 10px 15px; cursor: pointer; z-index: 10;
    border-radius: 4px; transition: background 0.15s;
}
.sv-prev:hover, .sv-next:hover { background: var(--accent); }
.sv-prev { left: 10px; }
.sv-next { right: 10px; }
.sv-thumbnails { display: flex; gap: 5px; margin-top: 5px; }
.sv-thumb {
    width: 25%; cursor: pointer; opacity: 0.5; object-fit: cover;
    transition: opacity 0.2s, border-color 0.2s;
    border: 2px solid transparent; border-radius: 4px;
}
.sv-thumb.active { opacity: 1; border-color: var(--accent); }

/* ── Store ── */
#wsite-com-store .wsite-com-category-subcategory-image-wrap { height: 100%; border: none; }
#wsite-com-store #wsite-com-hierarchy ul .wsite-link-unselected { color: var(--text-primary); }
#wsite-com-store #wsite-com-hierarchy ul .wsite-link-unselected:hover { color: var(--accent); }
.wsite-product { border-radius: 0; box-shadow: none; }

#wsite-mini-cart {
    border-radius: 6px;
    border: 1px solid var(--border) !important;
    background: var(--bg-panel);
    padding: 5px !important;
    margin-top: 3px;
}
#wsite-mini-cart:before, #wsite-mini-cart:after { display: none !important; }
#wsite-mini-cart .wsite-product-list { display: block; max-height: 290px; overflow-y: scroll; }
#wsite-mini-cart .wsite-product-list .wsite-product-price,
#wsite-mini-cart .wsite-items-quantity,
#wsite-mini-cart .wsite-name-header,
#wsite-mini-cart .wsite-subtotal-wrapper,
#wsite-mini-cart .wsite-subtotal-wrapper * {
    color: var(--text-primary);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
}

/* ── Blog ── */
.blog-header h2 a { color: var(--accent) !important; }
.blog-header h2 a:hover { color: var(--accent-light) !important; }
#blogTable .blogCommentWrap { padding-top: 20px; border-top: 1px solid var(--border); background: none; }
#blogTable .blogCommentWrap .blogCommentHeading .blogCommentDate { color: var(--text-secondary); }
#blogTable .blogCommentWrap .blogCommentText div.paragraph,
#blogTable .blogCommentWrap .blogCommentText p { color: var(--text-primary); font-size: 12px; }

#commentPostDiv .field input[type=text],
#commentPostDiv .field textarea {
    padding: 8px 12px;
    background: var(--bg-input);
    border: 1px solid var(--border);
    border-radius: 6px;
    color: var(--text-primary);
}
#commentPostDiv .field input[type=text]:focus,
#commentPostDiv .field textarea:focus { border-color: var(--accent); }

.blog-button {
    height: auto;
    padding: 0.6rem 1.5rem;
    background-image: none;
    background-color: var(--accent);
    color: #000;
    font-family: inherit;
    font-size: 0.9rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
}
.blog-button:hover { background-color: var(--accent-light); }
.blog-button span { background: none; }

/* ── Splash Page ── */
body.splash-page .banner-wrap { display: table; width: 100%; height: 100vh; }
body.splash-page .banner { display: table-cell; vertical-align: middle; text-align: center; }
body.splash-page .footer-wrap { display: none; }
body.splash-page .banner { display: none; }
body.splash-page .birdseye-header {
    top: calc(50% - 132px);
    padding: 40px 80px;
    background: var(--bg-panel);
    color: var(--text-primary);
}
body.splash-page .birdseye-header .container { height: 185px; max-height: none; }
body.splash-page .birdseye-header .wsite-phone { font-size: 14px; color: var(--text-secondary); padding-top: 20px; }
body.splash-page .birdseye-header li#active > .wsite-menu-item { border-color: transparent; background: transparent; }
body.splash-page.alt-nav-on .birdseye-header { background: var(--bg-panel); color: var(--text-primary); }

/* Fade-in animation */
body:not(.wsite-editor) .logo,
body:not(.wsite-editor) .desktop-nav {
    opacity: 0;
    transition: opacity 600ms ease-in 300ms;
}
body:not(.wsite-editor).fade-in .logo,
body:not(.wsite-editor).fade-in .desktop-nav { opacity: 1; }

/* ══════════════════════════════════════ */
/* ── RESPONSIVE                       ── */
/* ══════════════════════════════════════ */

@media screen and (max-width: 992px) {
    font[size="1"] { font-size: 50% !important; }
    font[size="2"] { font-size: 75% !important; }
    font[size="3"] { font-size: 110% !important; }
    font[size="4"] { font-size: 130% !important; }
    font[size="5"] { font-size: 150% !important; }
    font[size="6"] { font-size: 175% !important; }
    font[size="7"] { font-size: 200% !important; }

    .container, .wsite-footer { overflow: hidden; }

    .birdseye-header { padding: 0.5rem 1rem !important; min-height: 50px; }
    .birdseye-header .birdseye-header, .birdseye-header .logo, .birdseye-header .logo img { max-height: 35px; }
    .birdseye-header .logo { overflow: hidden; padding-right: 25px; }
    .birdseye-header .logo a { margin-left: 0; margin-right: 0; }
    .birdseye-header .logo #wsite-title { display: block; max-width: 100%; font-size: 1rem !important; }
    .birdseye-header .container { min-height: 40px; }

    .birdseye-header .hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        padding: 10px;
        cursor: pointer;
        transition: all 300ms ease;
    }

    .hamburger span, .hamburger span:before, .hamburger span:after {
        position: relative;
        display: block;
        width: 22px;
        height: 2px;
        background: var(--text-primary);
        content: '';
        transition: all 200ms ease;
    }
    .hamburger span { top: 9px; left: 4px; margin: 5px 0; }
    .hamburger span:before { top: -8px; }
    .hamburger span:after { bottom: -6px; }

    body.nav-open .mobile-nav { padding: 50px 0; max-height: 100vh; }
    body.nav-open .birdseye-header label.hamburger span { position: relative; background: transparent; }
    body.nav-open .birdseye-header label.hamburger span:before { top: 1px; transform: rotate(45deg); }
    body.nav-open .birdseye-header label.hamburger span:after { top: -1px; transform: rotate(135deg); }

    body.cart-full #wsite-mini-cart { display: block !important; }
    body.cart-full .wsite-footer { padding-bottom: 70px; }

    .desktop-nav { display: none; }

    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 12;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        max-height: 0;
        padding: 0;
        background: var(--bg-panel);
        transition: max-height 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
    }

    .mobile-nav .hamburger { position: absolute; top: 5px; right: 10px; }
    .mobile-nav .hamburger span { background: transparent; }
    .mobile-nav .hamburger span:before { top: 1px; background: var(--text-primary); transform: rotate(45deg); }
    .mobile-nav .hamburger span:after { top: -1px; background: var(--text-primary); transform: rotate(135deg); }

    .mobile-nav ul { list-style: none; float: none; height: auto; max-width: none; }
    .mobile-nav li { position: relative; display: block !important; margin: 0; border: none; text-align: center; }
    .mobile-nav li .wsite-menu-link-styles,
    .mobile-nav li > a.wsite-menu-item { position: relative; padding: 12px 0; border: none; font-size: 1rem; }

    .mobile-nav li > a.wsite-menu-subitem {
        display: block;
        position: relative;
        padding: 10px 0;
        color: var(--text-secondary);
        border: none;
        font-size: 0.9rem;
        transition: all 300ms ease;
    }

    .mobile-nav li .wsite-menu-wrap { display: block !important; overflow: hidden; max-height: 0; transition: max-height 500ms ease-in-out 250ms; }
    .mobile-nav li .wsite-menu-wrap li.wsite-nav-current > a.wsite-menu-subitem { background: var(--bg-widget); border: none; }
    .mobile-nav li .wsite-menu-wrap .wsite-menu-arrow { display: none; }
    .mobile-nav li .wsite-menu-wrap.open { max-height: 1000px; }

    .mobile-nav li.wsite-menu-item-wrap#active > a.wsite-menu-item,
    .mobile-nav li.wsite-menu-item-wrap > a.wsite-menu-item:hover,
    .mobile-nav li.wsite-menu-subitem-wrap > a.wsite-menu-subitem:hover {
        background: var(--bg-widget);
        color: var(--accent);
        border: none;
    }

    .mobile-nav li.has-submenu > span.icon-caret {
        position: absolute; top: 0; right: 0;
        display: block; width: 20px; height: 20px;
        padding: 5px 20px; cursor: pointer;
        transition: transform 300ms ease;
    }
    .mobile-nav li.has-submenu > span.icon-caret:before {
        position: relative; display: block;
        color: var(--text-primary);
        font-size: 24px; content: '\203A';
        transform: rotate(90deg);
    }
    .mobile-nav li.wsite-nav-more { display: none !important; }

    .mobile-nav .wsite-submenu {
        display: block;
        position: static;
        min-width: 0;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        list-style: none;
    }
    .mobile-nav .wsite-submenu li { text-align: center; }
    .mobile-nav .wsite-submenu .wsite-menu-item {
        font-size: 0.9rem;
        color: var(--text-secondary);
        padding: 8px 0;
    }

    .banner-wrap .container { padding: 60px 20px; word-wrap: break-word; }
    .banner-wrap h2 { font-size: 2rem; }
    .banner-wrap .wsite-content-title,
    .wsite-header-section .wsite-content-title { font-size: 2rem !important; }
    .main-wrap .wsite-section-wrap { margin: 1rem auto; padding: 0 1rem; }
    .footer-wrap .wsite-footer { width: 100%; padding: 1.5rem 1rem; box-sizing: border-box; }

    .no-header-page .main-wrap { padding-top: 50px; }
    .no-header-page .birdseye-header { padding: 0.5rem 1rem; }

    #wsite-mini-cart {
        position: fixed !important; top: initial !important; bottom: 0;
        left: 0 !important; z-index: 9;
        width: 100%; border: none; border-radius: 0;
    }

    body.splash-page .birdseye-header { padding: 5px 20px; }
    body.splash-page h2 { font-size: 9vw; }
}

@media screen and (max-width: 767px) {
    font[size="1"] { font-size: 50% !important; }
    font[size="2"] { font-size: 75% !important; }
    font[size="3"] { font-size: 110% !important; }
    font[size="4"] { font-size: 120% !important; }
    font[size="5"] { font-size: 130% !important; }
    font[size="6"] { font-size: 140% !important; }
    font[size="7"] { font-size: 150% !important; }

    .wsite-section { height: auto !important; }
    .banner-wrap .banner h2 { font-size: 7vw; }
    .banner-wrap .wsite-content-title,
    .wsite-header-section .wsite-content-title { font-size: 7vw !important; }

    .pricing-plans { flex-direction: column; align-items: center; }
    .pricing-card { max-width: 100%; }

    .imageGallery > div { width: 49.95% !important; }

    td.wsite-multicol-col { float: none; display: block; width: 100% !important; box-sizing: border-box; }

    #blogTable td { float: none; display: block; clear: both; width: 100%; margin: 0; padding: 0; }
    #blogTable td.blog-sidebar { width: 100%; }
    #blogTable td .blog-body { float: none !important; }
    #blogTable td .column-blog { width: 100%; float: none; }

    #wsite-com-store .wsite-com-sidebar {
        position: relative; float: none !important; z-index: 6;
        width: 100%; text-align: center;
    }
    #wsite-com-store .wsite-com-sidebar #wsite-com-hierarchy {
        background: var(--bg-panel);
        border-radius: 6px;
    }
}

@media screen and (max-width: 480px) {
    .main-wrap .wsite-section-wrap { margin: 0.75rem auto; padding: 0 0.75rem; }
    .pricing-plans { gap: 1rem; }
    .pricing-card { padding: 1.25rem; }
    .pricing-amount { font-size: 2rem; }
}

/* ── Pricing Plans ── */

.pricing-plans {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    padding: 1.5rem 0;
    flex-wrap: wrap;
}

.pricing-card {
    position: relative;
    flex: 1 1 280px;
    max-width: 360px;
    background: var(--bg-widget);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.15s, box-shadow 0.15s;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.pricing-card-featured {
    border-color: var(--accent);
    box-shadow: 0 0 0 1px var(--accent);
}

.pricing-card-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 16px;
    border-radius: 12px;
}

.pricing-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.pricing-card-price {
    margin-bottom: 0.5rem;
}

.pricing-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent);
}

.pricing-period {
    font-size: 1rem;
    color: var(--text-secondary);
}

.pricing-card-savings {
    font-size: 0.85rem;
    color: var(--accent-light);
    margin-bottom: 1rem;
}

.pricing-card-features {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0;
    text-align: left;
}

.pricing-card-features li {
    padding: 0.4rem 0 0.4rem 1.5rem;
    position: relative;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.pricing-card-features li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: 700;
}

.pricing-btn {
    display: inline-block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    background: var(--bg-hover);
    color: var(--text-primary);
    border: 1px solid var(--border);
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.pricing-btn:hover {
    background: var(--border-light);
}

.pricing-btn-featured {
    background: var(--accent);
    color: #000;
    border-color: var(--accent);
}

.pricing-btn-featured:hover {
    background: var(--accent-light);
    border-color: var(--accent-light);
}

.pricing-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ── Pricing Billing Toggle ── */

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.pricing-toggle-label {
    font-size: 0.95rem;
    color: var(--text-secondary);
    transition: font-weight 0.15s;
}

.pricing-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
}

.pricing-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pricing-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--bg-hover);
    border: 1px solid var(--border);
    border-radius: 26px;
    transition: background 0.2s;
}

.pricing-slider::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background: var(--text-primary);
    border-radius: 50%;
    transition: transform 0.2s;
}

.pricing-switch input:checked + .pricing-slider {
    background: var(--accent);
    border-color: var(--accent);
}

.pricing-switch input:checked + .pricing-slider::before {
    transform: translateX(22px);
    background: #000;
}
