@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --primary: #171310;
    --primary-light: #332820;
    --accent: #a8753b;
    --accent-light: #ead7b8;
    --bg-light: #f8f3ea;
    --text-dark: #171310;
    --text-medium: #6f645b;
    --text-light: #a49a91;
    --border-subtle: #e5d9ca;
    --white: #ffffff;
    --shadow-sm: 0 18px 50px rgba(53, 41, 30, 0.08);
    --shadow-hover: 0 30px 80px rgba(53, 41, 30, 0.16);
    --transition: all 0.28s cubic-bezier(.2,.8,.2,1);
}

* {
    font-family: 'Manrope', sans-serif !important;
}

.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
    font-family: "Font Awesome 6 Free" !important;
}

.fab,
.fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
}

.far,
.fa-regular {
    font-weight: 400 !important;
}

.fa,
.fas,
.fa-solid {
    font-weight: 900 !important;
}

.fa::before,
.fas::before,
.fa-solid::before,
.fa::after,
.fas::after,
.fa-solid::after {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.far::before,
.fa-regular::before,
.far::after,
.fa-regular::after {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.fab::before,
.fa-brands::before,
.fab::after,
.fa-brands::after {
    font-family: "Font Awesome 6 Brands" !important;
}

.fa-shopping-cart::before,
.fa-cart-shopping::before {
    content: "\f07a" !important;
}

h1, h2,
.hero-banner h1,
.collection-banner h1,
.page-hero h1,
.page-banner h1,
.page-title,
.section-title,
.section-title h2,
.cart-header h1 {
    font-family: 'Instrument Serif', serif !important;
    font-weight: 400 !important;
    letter-spacing: -0.06em;
}

body {
    color: var(--text-dark) !important;
    background:
        radial-gradient(circle at 14% 10%, rgba(232, 206, 166, 0.42), transparent 26rem),
        radial-gradient(circle at 88% 12%, rgba(23, 19, 16, 0.08), transparent 28rem),
        linear-gradient(180deg, #fbf7ef 0%, #f7efe3 42%, #ffffff 100%) !important;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(168, 117, 59, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(168, 117, 59, 0.055) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.38), transparent 62%);
}

.container {
    max-width: 1380px !important;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 4000;
    padding: 0 !important;
    background: rgba(251, 247, 239, 0.94) !important;
    border-bottom: 1px solid rgba(168,117,59,0.18) !important;
    box-shadow: 0 24px 70px rgba(53,41,30,0.12) !important;
    backdrop-filter: blur(22px) saturate(130%);
}

.header-topline {
    border-bottom: 1px solid rgba(168,117,59,0.14);
    background: linear-gradient(90deg, rgba(197,150,85,0.2), rgba(255,255,255,0.42), rgba(197,150,85,0.16));
}

.header-topline-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 34px;
    color: var(--text-medium);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.header-topline-inner a {
    color: var(--accent) !important;
    text-decoration: none !important;
}

.header-main {
    display: grid !important;
    grid-template-columns: minmax(220px, .8fr) auto minmax(300px, .95fr);
    gap: 24px;
    align-items: center;
    min-height: 86px;
}

.logo,
.header-brand {
    padding-left: 0 !important;
}

.logo::before,
.header-brand::before {
    display: none !important;
}

.logo a,
.brand-lockup {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    text-decoration: none !important;
}

.logo img {
    display: none !important;
}

.brand-kicker {
    color: var(--accent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .24em;
    line-height: 1;
    text-transform: uppercase;
}

.logo-text {
    display: inline-block;
    max-width: 310px;
    color: var(--primary);
    font-family: 'Instrument Serif', serif !important;
    font-size: 32px;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.nav ul {
    display: flex;
    gap: 4px !important;
    margin: 0;
    padding: 0;
    align-items: center;
    list-style: none;
}

.nav li,
.nav .dropdown {
    position: relative;
}

.nav a,
.dropdown-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    color: var(--primary) !important;
    padding: 0 15px !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    background: transparent !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.14em !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transform: none !important;
    white-space: nowrap;
}

.nav a:hover,
.nav a.active,
.dropdown-toggle:hover,
.dropdown.open .dropdown-toggle {
    color: #1b1510 !important;
    border-color: rgba(234,215,184,0.7) !important;
    background: linear-gradient(135deg, #f4d79f, #b98242) !important;
    transform: none !important;
}

.dropdown-menu {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    top: calc(100% + 14px) !important;
    min-width: 310px !important;
    max-height: min(520px, calc(100vh - 160px));
    overflow-y: auto;
    padding: 12px !important;
    margin-top: 0 !important;
    background: rgba(255,255,255,0.98) !important;
    border: 1px solid rgba(168,117,59,0.22) !important;
    border-radius: 14px !important;
    box-shadow: 0 34px 90px rgba(18,13,9,0.24) !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    pointer-events: none;
    z-index: 6000 !important;
}

.nav .dropdown-menu a,
.nav .dropdown-menu .dropdown-item {
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 38px !important;
    color: #171310 !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.35 !important;
    text-transform: none !important;
}

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

.dropdown-item {
    display: flex !important;
    align-items: center;
    min-height: 38px;
    color: var(--primary) !important;
    padding: 9px 12px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.dropdown-item:hover {
    background: #f7efe3 !important;
    color: var(--accent) !important;
}

.nav .dropdown-menu .dropdown-item:hover {
    color: var(--accent) !important;
    background: #f7efe3 !important;
}

.site-header .dropdown-menu a,
.site-header .dropdown-menu .dropdown-item,
.site-header .nav .dropdown-menu a,
.site-header .nav .dropdown-menu .dropdown-item {
    color: #171310 !important;
    background: transparent !important;
    text-shadow: none !important;
}

.site-header .dropdown-menu a:hover,
.site-header .dropdown-menu .dropdown-item:hover {
    color: var(--accent) !important;
    background: #f7efe3 !important;
}

body .site-header .nav a,
body .site-header .dropdown-toggle {
    color: var(--primary) !important;
}

body .site-header .nav a:hover,
body .site-header .nav a.active,
body .site-header .dropdown-toggle:hover,
body .site-header .dropdown.open .dropdown-toggle {
    color: var(--accent) !important;
}

body .site-header .dropdown-menu a,
body .site-header .dropdown-menu .dropdown-item {
    color: #171310 !important;
}

.dropdown-divider {
    height: 1px;
    margin: 8px 0;
    background: rgba(168,117,59,0.18);
}

.dropdown-toggle i {
    transition: transform .18s ease;
}

.dropdown.open .dropdown-toggle i {
    transform: rotate(180deg);
}

.header-actions,
.header-icons {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.header-search {
    min-width: 220px;
}

.search-input {
    width: 240px !important;
    color: var(--primary) !important;
    background: rgba(255,255,255,0.94) !important;
    border: 1px solid rgba(168,117,59,0.24) !important;
    border-radius: 999px !important;
    box-shadow: 0 16px 34px rgba(53,41,30,0.08) !important;
}

.search-input::placeholder,
.search-icon {
    color: var(--text-light) !important;
}

.search-input:focus {
    width: 285px !important;
    background: #ffffff !important;
    border-color: var(--accent) !important;
    box-shadow: 0 0 0 4px rgba(168,117,59,0.12) !important;
}

.cart-icon {
    width: 46px !important;
    height: 46px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #1b1510 !important;
    border: 1px solid rgba(234,215,184,0.7) !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #f4d79f, #b98242) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,0.18) !important;
}

.cart-icon:hover {
    color: #1b1510 !important;
    background: linear-gradient(135deg, #ffe4aa, #c08b4a) !important;
    transform: none !important;
}

.cart-count {
    color: #ffffff !important;
    background: var(--accent) !important;
    border-color: #ffffff !important;
}

.mobile-toggle {
    color: var(--primary) !important;
    border: 1px solid rgba(168,117,59,0.18);
    border-radius: 50%;
    background: rgba(255,255,255,0.62);
}

.hero-banner,
.collection-banner,
.page-hero,
.page-banner {
    padding: 96px 0 84px !important;
    margin-bottom: 0 !important;
    color: var(--primary) !important;
    text-align: left !important;
    border-bottom: 0 !important;
    background:
        linear-gradient(90deg, rgba(251,247,239,0.99) 0 55%, rgba(251,247,239,0.82) 55% 72%, rgba(23,19,16,0.2) 100%),
        radial-gradient(circle at 76% 40%, rgba(168,117,59,0.22), transparent 24rem),
        url('/images/flyer3.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
}

.hero-banner,
.collection-banner,
.page-hero,
.page-banner,
.header,
.footer {
    isolation: isolate;
}

.hero-banner::before,
.collection-banner::before,
.page-hero::before,
.page-banner::before {
    content: "" !important;
    inset: 0 !important;
    width: auto !important;
    background:
        linear-gradient(90deg, rgba(251,247,239,0.94), rgba(251,247,239,0.58) 58%, rgba(23,19,16,0.34)),
        repeating-linear-gradient(90deg, rgba(168,117,59,0.08) 0 1px, transparent 1px 92px) !important;
    transform: none !important;
    letter-spacing: 0 !important;
}

.hero-banner .container,
.collection-banner .container,
.page-hero .container,
.page-banner .container {
    position: relative;
    z-index: 2;
}

.hero-banner h1,
.collection-banner h1,
.page-hero h1,
.page-banner h1,
.page-title {
    max-width: 880px;
    color: var(--primary) !important;
    font-size: clamp(58px, 8vw, 108px) !important;
    line-height: 0.9 !important;
    text-shadow: none !important;
}

.hero-banner p,
.collection-banner p,
.page-hero p,
.page-banner p,
.page-subtitle {
    max-width: 620px;
    margin: 24px 0 0 !important;
    color: var(--text-medium) !important;
    font-size: 18px !important;
    line-height: 1.9 !important;
}

.btn,
.btn-primary,
.btn-secondary,
.btn-primary-custom,
.add-to-cart-btn,
.btn-submit,
.btn-inquiry,
.btn-continue,
.custom-quote {
    color: #ffffff !important;
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    border-radius: 2px !important;
    box-shadow: 0 18px 40px rgba(23,19,16,0.16) !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-primary-custom:hover,
.add-to-cart-btn:hover,
.btn-submit:hover,
.btn-inquiry:hover,
.btn-continue:hover,
.custom-quote:hover {
    color: #ffffff !important;
    background: var(--accent) !important;
    border-color: var(--accent) !important;
    box-shadow: 0 24px 52px rgba(168,117,59,0.24) !important;
    transform: translateY(-2px);
}

.about-intro,
.contact-section,
.why-choose-section,
.products-section,
.product-detail-section,
.related-products,
.cta-section {
    padding: 70px 0 96px !important;
}

.about-content,
.contact-container,
.why-choose-content,
.category-sidebar,
.product-card,
.contact-card,
.process-box,
.mission-statement,
.cart-summary,
.product-details,
.specifications,
.newsletter,
.continue-shopping,
.empty-cart {
    background: rgba(255,255,255,0.88) !important;
    border: 1px solid rgba(168,117,59,0.18) !important;
    border-radius: 2px !important;
    box-shadow: var(--shadow-sm) !important;
    background-image: none !important;
}

.product-card,
.contact-card,
.feature-item,
.process-box,
.category-sidebar,
.cart-summary,
.product-details {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-card:hover,
.contact-card:hover,
.feature-item:hover {
    transform: translateY(-6px);
    border-color: rgba(168,117,59,0.42) !important;
    box-shadow: var(--shadow-hover) !important;
}

.about-content,
.contact-container,
.why-choose-content,
.mission-statement {
    padding: 34px !important;
}

.section-title,
.section-title h2,
.results-header h2,
.summary-title {
    color: var(--primary) !important;
}

.about-text,
.about-text p,
.section-title p,
.contact-card p,
.business-hours p,
.process-step p,
.benefits-list,
.product-meta,
.footer-column p {
    color: var(--text-medium) !important;
}

.feature-item,
.stat-item,
.contact-card,
.process-step,
.business-hours,
.contact-form,
.results-header {
    background: rgba(255,255,255,0.72) !important;
    border: 1px solid rgba(168,117,59,0.18) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}

.feature-icon,
.contact-icon,
.no-results-icon {
    color: #ffffff !important;
    background: var(--accent) !important;
    border-radius: 2px !important;
}

.form-control,
.form-select,
.price-input,
.quantity-input {
    color: var(--primary) !important;
    background: #fffdf9 !important;
    border: 1px solid rgba(168,117,59,0.22) !important;
    border-radius: 2px !important;
}

.form-control:focus,
.form-select:focus,
.price-input:focus,
.quantity-input:focus {
    border-color: var(--accent) !important;
    box-shadow: 0 0 0 4px rgba(168,117,59,0.11) !important;
}

.form-label,
.sidebar-section h3,
.summary-title,
.product-category {
    color: var(--primary) !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase;
}

.product-image {
    background: linear-gradient(135deg, #fffdf9, #f4ebde) !important;
    border-bottom: 1px solid rgba(168,117,59,0.16) !important;
}

.product-image img {
    transition: transform .28s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.045);
}

.product-title,
.product-title a,
.current-price {
    color: var(--primary) !important;
}

.moq-badge {
    color: var(--accent) !important;
    background: #fff8ec !important;
    border: 1px solid rgba(168,117,59,0.22) !important;
    border-radius: 2px !important;
}

.site-footer {
    position: relative;
    overflow: hidden;
    margin-top: 0 !important;
    padding: 0 !important;
    color: rgba(255,255,255,0.74) !important;
    border-top: 0 !important;
    background:
        radial-gradient(circle at 12% 18%, rgba(211,164,93,0.18), transparent 26rem),
        radial-gradient(circle at 88% 6%, rgba(255,255,255,0.08), transparent 22rem),
        linear-gradient(135deg, #15110f 0%, #241b15 54%, #0f0d0c 100%) !important;
}

.footer-accent {
    height: 5px;
    background: linear-gradient(90deg, transparent, #c59655, #f0d49d, #c59655, transparent);
    opacity: .9;
}

.footer-shell {
    display: grid;
    grid-template-columns: minmax(280px, 1.25fr) minmax(220px, .85fr) minmax(300px, 1fr);
    gap: 28px;
    padding: 62px 20px 36px;
}

.footer-brand-panel,
.footer-link-panel,
.footer-contact-card {
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.055);
    box-shadow: 0 24px 70px rgba(0,0,0,0.2);
}

.footer-brand-panel {
    padding: 34px;
}

.footer-eyebrow {
    margin: 0 0 12px;
    color: var(--accent-light);
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.footer-brand-panel h3 {
    margin: 0 0 16px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.footer-brand-panel p:not(.footer-eyebrow) {
    max-width: 560px;
    margin: 0 0 24px;
    color: rgba(255,255,255,0.68);
    font-size: 15px;
    line-height: 1.75;
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-cta,
.footer-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px !important;
    border-radius: 999px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-decoration: none !important;
    text-transform: uppercase;
    transform: none !important;
}

.footer-cta {
    color: #1b1510 !important;
    background: linear-gradient(135deg, #f4d79f, #b98242);
}

.footer-ghost {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.04);
}

.footer-cta:hover,
.footer-ghost:hover {
    transform: none !important;
    filter: brightness(1.06);
}

.footer-link-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 30px;
}

.footer-link-group h4,
.footer-contact-card h4 {
    margin: 0 0 16px;
    color: #fff !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase;
}

.footer-link-group a {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0 0 12px;
    color: rgba(255,255,255,0.66) !important;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none !important;
    transform: none !important;
    padding-left: 0 !important;
    transition: color .18s ease !important;
}

.footer-link-group a:hover {
    color: var(--accent-light) !important;
    transform: none !important;
    padding-left: 0 !important;
}

.footer-contact-card {
    padding: 30px;
}

.footer-contact-grid {
    display: grid;
    gap: 12px;
}

.footer-contact-row {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 34px;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-contact-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.footer-contact-row i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    color: var(--accent-light) !important;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    font-size: 13px;
}

.footer-contact-row span,
.footer-contact-row a {
    min-width: 0;
    color: rgba(255,255,255,0.68) !important;
    font-size: 14px;
    line-height: 1.55;
    text-decoration: none !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    transform: none !important;
    padding-left: 0 !important;
}

.footer-contact-row a:hover {
    color: var(--accent-light) !important;
    transform: none !important;
    padding-left: 0 !important;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 20px 28px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.46) !important;
}

.footer-bottom p {
    margin: 0;
    color: inherit !important;
    font-size: 13px;
    line-height: 1.6;
}

.footer-bottom-note {
    text-align: right;
}

@media (max-width: 992px) {
    .header-topline {
        display: none;
    }

    .header-main {
        display: grid !important;
        grid-template-columns: 1fr auto;
        min-height: 74px;
        gap: 14px;
    }

    .nav {
        grid-column: 1 / -1;
        width: 100%;
        padding: 12px 0 18px;
        background: transparent !important;
        border-top: 1px solid rgba(168,117,59,0.14) !important;
    }

    .nav ul {
        display: grid;
        gap: 8px !important;
    }

    .nav a,
    .dropdown-toggle {
        width: 100%;
        justify-content: space-between;
        color: var(--primary) !important;
        border-color: rgba(168,117,59,0.18) !important;
        background: rgba(255,255,255,0.56) !important;
    }

    .dropdown-menu {
        position: static !important;
        min-width: 0 !important;
        width: 100%;
        max-height: 360px;
        margin-top: 10px !important;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
    }

    .header-icons {
        display: none !important;
    }

    .logo-text {
        max-width: 230px;
        font-size: 27px;
    }

    .footer-shell {
        grid-template-columns: 1fr;
        padding-top: 42px;
    }

    .footer-bottom {
        display: block;
    }

    .footer-bottom-note {
        margin-top: 6px;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .hero-banner h1,
    .collection-banner h1,
    .page-hero h1,
    .page-banner h1,
    .page-title {
        font-size: 52px !important;
    }

    .footer-shell {
        padding-left: 14px;
        padding-right: 14px;
    }

    .footer-brand-panel,
    .footer-link-panel,
    .footer-contact-card {
        padding: 24px;
    }

    .footer-link-panel {
        grid-template-columns: 1fr;
    }
}

/* Unified B2B promotional-gift theme. Kept last so it replaces the earlier decorative treatment. */
:root{--primary:#102a43;--primary-light:#163d63;--accent:#1666c5;--accent-light:#a9d3fb;--bg-light:#f4f7fa;--text-dark:#162433;--text-medium:#637282;--text-light:#7d8c99;--border-subtle:#dce3e9;--white:#fff;--shadow-sm:0 8px 24px rgba(16,42,67,.07);--shadow-hover:0 14px 32px rgba(16,42,67,.12)}
*{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}body{background:#f4f7fa!important;background-image:none!important;color:var(--text-dark)!important}body::before{display:none!important}.container{max-width:1360px!important}
.site-header{position:relative!important;background:#fff!important;border-bottom:1px solid var(--border-subtle)!important;box-shadow:none!important;backdrop-filter:none!important}.header-topline{background:#102a43!important;border:0!important}.header-topline-inner{min-height:34px;color:#d7e5f5!important;font-size:12px!important;font-weight:600!important;letter-spacing:.02em!important;text-transform:none!important}.header-topline-inner a{color:#fff!important}.header-main{display:flex!important;min-height:82px;gap:32px}.brand-kicker{color:var(--accent)!important;font-size:10px!important;font-weight:800!important;letter-spacing:.13em!important}.logo-text{color:#102a43!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:23px!important;font-weight:800!important;letter-spacing:-.045em!important}.nav ul{gap:26px!important}.nav a,.dropdown-toggle,body .site-header .nav a,body .site-header .dropdown-toggle{min-height:auto!important;padding:6px 0!important;color:#33495e!important;border:0!important;border-radius:0!important;background:transparent!important;font-size:14px!important;font-weight:650!important;letter-spacing:0!important;text-transform:none!important}.nav a:hover,.dropdown-toggle:hover,body .site-header .nav a:hover,body .site-header .dropdown-toggle:hover{color:var(--accent)!important;background:transparent!important}.header-search{min-width:0!important}.search-input{width:205px!important;height:40px;color:var(--text-dark)!important;background:#fff!important;border:1px solid #cbd6df!important;border-radius:5px!important;box-shadow:none!important}.search-input:focus{width:235px!important;border-color:var(--accent)!important;box-shadow:0 0 0 3px rgba(22,102,197,.12)!important}.search-icon{color:var(--accent)!important}.cart-icon{width:40px!important;height:40px!important;color:#102a43!important;background:#fff!important;border:1px solid #cbd6df!important;border-radius:5px!important;box-shadow:none!important}.cart-count{background:#ed7d31!important}.dropdown-menu{border:1px solid var(--border-subtle)!important;border-radius:6px!important;box-shadow:0 14px 28px rgba(16,42,67,.12)!important}.dropdown-item:hover,.nav .dropdown-menu .dropdown-item:hover{color:var(--accent)!important;background:#eff6fd!important}
.hero-banner,.collection-banner,.page-hero,.page-banner{position:relative!important;padding:52px 0 48px!important;background:linear-gradient(112deg,#102a43 0%,#143d66 60%,#1b5588 100%)!important;color:#fff!important}.hero-banner::before,.collection-banner::before,.page-hero::before,.page-banner::before{content:""!important;inset:0 0 0 61%!important;background:linear-gradient(135deg,rgba(89,161,229,.2),transparent 62%)!important;transform:skewX(-16deg)!important}.hero-banner h1,.collection-banner h1,.page-hero h1,.page-banner h1,.page-title{max-width:850px!important;color:#fff!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:clamp(32px,4vw,48px)!important;font-weight:750!important;line-height:1.08!important;letter-spacing:-.045em!important}.hero-banner p,.collection-banner p,.page-hero p,.page-banner p,.page-subtitle{max-width:650px!important;margin:14px 0 0!important;color:#cfdfed!important;font-size:16px!important;line-height:1.65!important}.btn,.btn-primary,.btn-secondary,.btn-primary-custom,.add-to-cart-btn,.btn-submit,.btn-inquiry,.btn-continue,.custom-quote{color:#fff!important;background:var(--accent)!important;border:1px solid var(--accent)!important;border-radius:4px!important;box-shadow:none!important;font-size:13px!important;font-weight:750!important;letter-spacing:.01em!important;text-transform:none!important}.btn:hover,.btn-primary:hover,.btn-secondary:hover,.btn-primary-custom:hover,.add-to-cart-btn:hover,.btn-submit:hover,.btn-inquiry:hover,.btn-continue:hover,.custom-quote:hover{color:#fff!important;background:#0d4d99!important;border-color:#0d4d99!important;box-shadow:none!important;transform:none!important}
.about-intro,.contact-section,.why-choose-section,.products-section,.product-detail-section,.related-products,.cta-section{padding:48px 0 68px!important}.about-content,.contact-container,.why-choose-content,.category-sidebar,.product-card,.contact-card,.process-box,.mission-statement,.cart-summary,.product-details,.specifications,.newsletter,.continue-shopping,.empty-cart{background:#fff!important;border:1px solid var(--border-subtle)!important;border-radius:8px!important;box-shadow:none!important}.about-content,.contact-container,.why-choose-content,.mission-statement{padding:28px!important}.section-title,.section-title h2,.results-header h2,.summary-title{color:#102a43!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-weight:750!important;letter-spacing:-.035em!important}.about-text,.about-text p,.section-title p,.contact-card p,.business-hours p,.process-step p,.benefits-list,.product-meta,.footer-column p{color:var(--text-medium)!important}.feature-item,.stat-item,.contact-card,.process-step,.business-hours,.contact-form,.results-header{background:#fff!important;border:1px solid var(--border-subtle)!important;border-radius:6px!important;box-shadow:none!important}.feature-item:hover,.contact-card:hover,.product-card:hover{transform:translateY(-3px)!important;border-color:#afc8e1!important;box-shadow:var(--shadow-hover)!important}.feature-icon,.contact-icon,.no-results-icon{background:var(--accent)!important;border-radius:5px!important}.form-control,.form-select,.price-input,.quantity-input{color:var(--text-dark)!important;background:#fff!important;border:1px solid #cbd6df!important;border-radius:4px!important}.form-control:focus,.form-select:focus,.price-input:focus,.quantity-input:focus{border-color:var(--accent)!important;box-shadow:0 0 0 3px rgba(22,102,197,.12)!important}.form-label,.sidebar-section h3,.summary-title,.product-category{color:#42576a!important;font-weight:750!important;letter-spacing:.045em!important;text-transform:uppercase}.product-image{background:#f8fafc!important;border-bottom:1px solid #e6edf2!important}.product-title,.product-title a,.current-price{color:#102a43!important}.product-title a:hover{color:var(--accent)!important}.moq-badge{color:#0d4d99!important;background:#edf4fb!important;border:0!important;border-radius:3px!important}
.cta-section{background:#eaf3fd!important}.cta-content h2{color:#102a43!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-weight:750!important}.cta-content p{color:#526577!important}.site-footer{background:#0d2438!important}.footer-accent{height:4px;background:#1666c5!important}.footer-shell{padding:52px 20px 32px!important}.footer-brand-panel,.footer-link-panel,.footer-contact-card{background:transparent!important;border:0!important;box-shadow:none!important}.footer-brand-panel{padding:0!important}.footer-eyebrow{color:#8fc4f5!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:11px!important;letter-spacing:.1em!important}.footer-brand-panel h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:26px!important;font-weight:750!important}.footer-cta,.footer-ghost{border-radius:4px!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-weight:750!important;letter-spacing:0!important;text-transform:none!important}.footer-cta{color:#fff!important;background:#1666c5!important}.footer-ghost{border-color:rgba(255,255,255,.28)!important}.footer-link-group h4,.footer-contact-card h4{font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;letter-spacing:.08em!important}.footer-link-group a:hover,.footer-contact-row a:hover{color:#a9d3fb!important}
@media(max-width:992px){.header-main{display:grid!important;grid-template-columns:1fr auto;gap:14px}.nav{grid-column:1/-1}.category-container{grid-template-columns:1fr!important}.category-sidebar{position:static!important}.hero-banner,.collection-banner,.page-hero,.page-banner{padding:42px 0!important}}@media(max-width:700px){.header-search{display:none!important}.hero-banner h1,.collection-banner h1,.page-hero h1,.page-banner h1,.page-title{font-size:33px!important}.footer-shell{grid-template-columns:1fr!important;padding-top:38px!important}}

/* Homepage layout refresh: campaign-led content rather than the standard catalogue layout. */
.home-page{background:#f4f7fa}.home-hero{padding:70px 0 62px;background:linear-gradient(112deg,#102a43 0%,#143d66 60%,#1b5588 100%)}.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.72fr);gap:64px;align-items:center}.home-eyebrow{margin:0 0 12px;color:#287bd3;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.home-hero .home-eyebrow{color:#9ecbf7}.home-hero h1{max-width:760px;margin:0;color:#fff;font-size:clamp(36px,4.5vw,58px);font-weight:760;line-height:1.04;letter-spacing:-.055em}.home-hero-copy>p:not(.home-eyebrow){max-width:670px;margin:20px 0 0;color:#cfdfed;font-size:17px;line-height:1.7}.home-hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}.home-text-link{color:#fff!important;font-size:14px;font-weight:700;text-decoration:none}.home-text-link i{margin-left:7px;color:#9ecbf7}.home-brief-card{padding:28px;border:1px solid rgba(183,217,248,.32);border-radius:8px;background:rgba(255,255,255,.1);box-shadow:0 16px 36px rgba(3,21,39,.15)}.brief-label{margin:0 0 8px;color:#9ecbf7;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.home-brief-card h2{margin:0;color:#fff;font-size:23px;font-weight:730;letter-spacing:-.035em}.home-brief-card ul{display:grid;gap:12px;margin:21px 0;padding:0;list-style:none;color:#e5f0fa;font-size:14px}.home-brief-card li i{width:20px;color:#89c5fb}.home-brief-card a{color:#fff!important;font-size:13px;font-weight:750;text-decoration:none}.home-use-cases{padding:68px 0}.home-section-heading{max-width:700px;margin-bottom:30px}.home-section-heading h2,.home-process h2,.home-cta h2{margin:0;color:#102a43;font-size:clamp(28px,3vw,38px);font-weight:760;line-height:1.13;letter-spacing:-.045em}.home-section-heading>p:last-child,.home-process>p{color:#637282}.home-section-heading>p:last-child{margin:13px 0 0;font-size:16px;line-height:1.65}.home-use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-use-grid article{min-height:238px;padding:23px;border:1px solid #dce3e9;border-radius:7px;background:#fff}.home-use-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:28px;color:#1666c5;background:#eaf3fd;border-radius:5px}.home-use-grid h3{margin:0 0 9px;color:#102a43;font-size:17px;font-weight:730}.home-use-grid p{min-height:66px;margin:0;color:#637282;font-size:14px;line-height:1.6}.home-use-grid a{display:inline-block;margin-top:17px;color:#1666c5!important;font-size:13px;font-weight:750;text-decoration:none}.home-process{padding:65px 0;background:#eaf3fd}.home-process-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:75px;align-items:start}.home-process-grid>div>p:not(.home-eyebrow){max-width:520px;margin:17px 0 26px;color:#526577;line-height:1.7}.home-steps{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid #c9dbe9}.home-steps li{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid #c9dbe9}.home-steps span{color:#1666c5;font-size:13px;font-weight:800}.home-steps h3{margin:0 0 4px;color:#102a43;font-size:16px;font-weight:730}.home-steps p{margin:0;color:#637282;font-size:14px;line-height:1.5}.home-cta{padding:70px 0;text-align:center;background:#fff}.home-cta .container{max-width:780px!important}.home-cta .home-eyebrow{margin-bottom:12px}.home-cta p:not(.home-eyebrow){max-width:600px;margin:16px auto 26px;color:#637282;font-size:16px;line-height:1.65}@media(max-width:992px){.home-hero-grid,.home-process-grid{grid-template-columns:1fr;gap:34px}.home-use-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.home-hero{padding:48px 0}.home-hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.home-use-cases,.home-process,.home-cta{padding:48px 0}.home-use-grid{grid-template-columns:1fr}.home-use-grid article{min-height:auto}.home-use-grid p{min-height:0}}

/* About page refresh: a structured introduction to promotional-gift planning. */
.about-page{background:#f4f7fa}.about-hero-new{padding:66px 0 60px;background:linear-gradient(112deg,#102a43,#143d66 60%,#1b5588)}.about-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:60px;align-items:end}.about-kicker{margin:0 0 12px;color:#287bd3;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.about-hero-new .about-kicker{color:#9ecbf7}.about-hero-new h1{max-width:780px;margin:0;color:#fff;font-size:clamp(36px,4vw,52px);font-weight:760;line-height:1.08;letter-spacing:-.05em}.about-hero-new h1+p{max-width:650px;margin:18px 0 0;color:#cfdfed;font-size:17px;line-height:1.7}.about-hero-note{padding:25px;border:1px solid rgba(183,217,248,.3);border-radius:8px;background:rgba(255,255,255,.1);color:#e5f0fa}.about-hero-note i{color:#89c5fb;font-size:21px}.about-hero-note p{margin:16px 0 0;font-size:15px;line-height:1.65}.about-purpose{padding:72px 0}.about-purpose-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);gap:75px;align-items:start}.about-purpose h2,.about-section-head h2,.about-closing h2{margin:0;color:#102a43;font-size:clamp(29px,3vw,40px);font-weight:760;line-height:1.14;letter-spacing:-.045em}.about-purpose-copy>p:not(.about-kicker){margin:16px 0 0;color:#526577;font-size:16px;line-height:1.75}.about-purpose-list{border-top:1px solid #dce3e9}.about-purpose-list article{display:grid;grid-template-columns:48px 1fr;gap:15px;padding:20px 0;border-bottom:1px solid #dce3e9}.about-purpose-list span{color:#1666c5;font-size:13px;font-weight:800}.about-purpose-list h3{margin:0 0 5px;color:#102a43;font-size:17px;font-weight:730}.about-purpose-list p{margin:0;color:#637282;font-size:14px;line-height:1.6}.about-working-style{padding:64px 0 70px;background:#eaf3fd}.about-section-head{max-width:650px;margin-bottom:30px}.about-work-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.about-work-grid article{padding:24px;border:1px solid #cfe0ee;border-radius:7px;background:#fff}.about-work-grid i{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:26px;color:#1666c5;background:#eaf3fd;border-radius:5px}.about-work-grid h3{margin:0 0 9px;color:#102a43;font-size:17px;font-weight:730}.about-work-grid p{margin:0;color:#637282;font-size:14px;line-height:1.65}.about-closing{padding:66px 0;background:#fff}.about-closing-inner{display:flex;justify-content:space-between;gap:40px;align-items:end}.about-closing-inner>div:first-child{max-width:720px}.about-closing h2{max-width:700px}.about-closing h2+p{margin:16px 0 0;color:#637282;font-size:16px;line-height:1.65}.about-closing-actions{display:flex;align-items:center;gap:22px;white-space:nowrap}.about-closing-actions>a:not(.btn){color:#1666c5!important;font-size:14px;font-weight:750;text-decoration:none}.about-closing-actions i{margin-left:6px}@media(max-width:992px){.about-hero-grid,.about-purpose-grid{grid-template-columns:1fr;gap:32px}.about-work-grid{grid-template-columns:repeat(2,1fr)}.about-closing-inner{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.about-hero-new,.about-purpose,.about-working-style,.about-closing{padding:48px 0}.about-work-grid{grid-template-columns:1fr}.about-closing-actions{align-items:flex-start;flex-direction:column;gap:16px}}

/* Support and policy pages share the same compact information layout. */
.support-page,.privacy-page{background:#f4f7fa}.support-page .page-hero,.privacy-page .page-hero{padding:66px 0 60px!important;background:linear-gradient(112deg,#102a43 0%,#143d66 60%,#1b5588 100%)!important}.support-page .page-hero::before,.privacy-page .page-hero::before{background:linear-gradient(135deg,rgba(89,161,229,.2),transparent 62%)!important;inset:0 0 0 61%!important;transform:skewX(-16deg)!important}.support-page .page-hero h1,.privacy-page .page-hero h1{max-width:780px!important;color:#fff!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:clamp(36px,4vw,52px)!important;font-weight:760!important;line-height:1.08!important;letter-spacing:-.05em!important}.support-page .page-hero p,.privacy-page .page-hero p{max-width:650px!important;margin:18px 0 0!important;color:#cfdfed!important;font-size:17px!important;line-height:1.7!important}.tracking-container{padding:64px 0 76px!important;background:#f4f7fa!important}.tracking-form-container{padding:30px!important;border:1px solid #dce3e9!important;border-radius:8px!important;background:#fff!important;background-image:none!important;box-shadow:none!important}.tracking-form-container .form-label{color:#42576a!important;font-size:12px!important;font-weight:750!important;letter-spacing:.045em!important;text-transform:uppercase}.tracking-form-container .form-control{border:1px solid #cbd6df!important;border-radius:4px!important}.tracking-form-container .form-control:focus{border-color:#1666c5!important;box-shadow:0 0 0 3px rgba(22,102,197,.12)!important}.btn-track{border-radius:4px!important;background:#1666c5!important;border-color:#1666c5!important;box-shadow:none!important;font-size:13px!important;font-weight:750!important;letter-spacing:.01em!important;text-transform:none!important}.btn-track:hover{background:#0d4d99!important;border-color:#0d4d99!important;box-shadow:none!important}.help-box,.order-card,.tracking-timeline,.no-results{border:1px solid #dce3e9!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important}.help-box{padding:24px!important}.help-title,.timeline-title,.order-id,.items-title{color:#102a43!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-weight:750!important}.privacy-content{padding:64px 0 76px}.privacy-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:38px;align-items:start}.privacy-card,.privacy-aside{border:1px solid #dce3e9;border-radius:8px;background:#fff}.privacy-card{padding:34px}.privacy-card h2{margin:34px 0 10px;color:#102a43;font-size:23px;font-weight:760;letter-spacing:-.035em}.privacy-card h2:first-child{margin-top:0}.privacy-card p,.privacy-card li{color:#526577;font-size:15px;line-height:1.75}.privacy-card a,.privacy-aside a{color:#1666c5!important}.privacy-aside{padding:24px}.privacy-aside h2{margin:0 0 10px;color:#102a43;font-size:18px;font-weight:750}.privacy-aside p{margin:0;color:#637282;font-size:14px;line-height:1.65}.privacy-aside a{display:inline-block;margin-top:15px;font-size:14px;font-weight:750;text-decoration:none}(max-width:800px){.privacy-layout{grid-template-columns:1fr}.privacy-content{padding:48px 0}.privacy-card{padding:24px}.tracking-container{padding:48px 0}.tracking-form-container{padding:22px!important}}
