/* =========================================
   EKSA Tile and Stone - Site Header
   Ames Tile & Stone style
   ========================================= */

* { box-sizing: border-box; }
body { margin: 0; font-family: 'Jost', sans-serif; overflow-x: hidden; }

.ck-header { font-family: 'Jost', sans-serif; font-weight: 400; background: #fff; position: relative; z-index: 100; }

/* Announcement bar (injected by js/main.js - edit messages there) */
.ck-announce {
    font-family: 'Jost', sans-serif;
    background: #7F6547;
    color: #fff;
    position: relative;
    z-index: 101;
    overflow: hidden;
}
.ck-announce-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 38px;
    padding: 6px 48px;
    position: relative;
}
.ck-announce-track {
    position: relative;
    flex: 1;
    min-height: 20px;
    text-align: center;
}
.ck-announce-msg {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .45s ease, transform .45s ease;
    pointer-events: none;
}
.ck-announce-msg.ck-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.ck-announce-msg a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.ck-announce-msg a:hover { color: #e9ddcd; }
.ck-announce-msg strong { color: #fff; font-weight: 600; }
.ck-announce-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
    color: #fff;
    opacity: .6;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
}
.ck-announce-arrow:hover { opacity: 1; color: #fff; }
.ck-announce-prev { left: 10px; }
.ck-announce-next { right: 10px; }
@media (max-width: 640px) {
    .ck-announce-inner { padding: 6px 38px; }
    .ck-announce-msg { font-size: 11.5px; letter-spacing: .5px; }
}

/* Logo + search */
.ck-mainbar { border-bottom: 1px solid #eee; }
.ck-mainbar-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: stretch; justify-content: space-between; gap: 40px; padding: 0 40px 0 40px; }
.ck-logo { text-decoration: none; flex-shrink: 0; display: flex; align-items: center; padding: 12px 0; }
.ck-logo img { max-height: 84px; width: auto; display: block; }

.ck-search { display: flex; align-items: center; flex: 0 1 520px; align-self: center; border: 1px solid #bbb; background: #fff; padding: 0; transition: border-color .2s ease; position: relative; }

/* Live search dropdown */
.ck-search-drop {
    position: absolute; top: 100%; left: -1px; right: -1px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 14px 32px rgba(0,0,0,.14);
    z-index: 400;
    max-height: 420px; overflow-y: auto;
}
.ck-search-item {
    display: flex; align-items: center; gap: 14px;
    padding: 10px 14px;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
}
.ck-search-item:hover { background: #f3eee7; }
.ck-search-item img, .ck-search-noimg {
    width: 46px; height: 46px; flex-shrink: 0;
    object-fit: contain;
    background: #f4f4f4;
}
.ck-search-item-text { display: flex; flex-direction: column; min-width: 0; }
.ck-search-item-text b {
    font-size: 14px; font-weight: 500; color: #111;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.ck-search-item-text small { font-size: 11px; letter-spacing: 1px; color: #999; text-transform: uppercase; }
.ck-search-all {
    display: block;
    padding: 12px 14px;
    text-align: center; text-decoration: none;
    font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
    color: #7F6547; background: #fafafa;
}
.ck-search-all:hover { background: #f3eee7; }
.ck-search-none {
    padding: 16px 14px;
    text-align: center;
    font-size: 13px; color: #999;
}
.ck-search:focus-within { border-color: #7F6547; }
.ck-search input[type="search"] { flex: 1; border: 0; outline: 0; background: transparent; font-size: 16px; padding: 12px 16px; color: #333; min-width: 0; }
.ck-search input[type="search"]::placeholder { color: #888; }
.ck-search button { border: 0; background: #7F6547; cursor: pointer; color: #fff; padding: 12px 16px; display: flex; align-self: stretch; align-items: center; transition: background .2s ease; }
.ck-search button:hover { background: #111; }

/* Right-side action links (Contact Us / About Us) in full-height divided columns */
.ck-actions { display: flex; align-items: stretch; flex-shrink: 0; }
.ck-action { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #111; padding: 0 30px; border-left: 1px solid #e2e2e2; }
.ck-action:last-child { border-right: 1px solid #e2e2e2; }
.ck-action svg { color: #7F6547; flex-shrink: 0; }
.ck-action-text { display: flex; flex-direction: column; line-height: 1.25; }
.ck-action-text small { font-size: 11px; letter-spacing: .5px; color: #777; }
.ck-action-text strong { font-size: 14px; font-weight: 500; letter-spacing: .5px; }
.ck-action:hover { color: #7F6547; background: #f3eee7; }
.ck-action-sep { display: none; }

/* Nav: light grey bar */
.ck-nav { background: #f2f2f2; border-bottom: 1px solid #e5e5e5; }
.ck-menu { list-style: none; margin: 0; padding: 0 16px; display: flex; flex-wrap: wrap; justify-content: center; gap: 0 44px; }
.ck-menu li { position: relative; }
.ck-menu > li > a { display: block; padding: 17px 2px; color: #222; text-decoration: none; font-size: 14.5px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; }
.ck-menu > li > a:hover { color: #7F6547; }

/* Chevron on items with children */
.ck-menu li.menu-item-has-children > a::after { content: ""; display: inline-block; margin-left: 7px; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-3px); }

/* Dropdowns */
.ck-menu .sub-menu { list-style: none; margin: 0; padding: 8px 0; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 230px; background: #fff; border: 1px solid #eee; box-shadow: 0 8px 24px rgba(0,0,0,.08); opacity: 0; visibility: hidden; transition: opacity .15s ease; z-index: 200; }
.ck-menu li:hover > .sub-menu,
.ck-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; }
.ck-menu .sub-menu a { display: block; padding: 9px 20px; color: #333; text-decoration: none; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; }
.ck-menu .sub-menu a:hover { background: #f3eee7; color: #7F6547; }
/* Third level flies out to the side */
.ck-menu .sub-menu .sub-menu { top: -9px; left: 100%; transform: none; }

/* Mobile */
.ck-nav-toggle { display: none; border: 0; background: transparent; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; align-self: center; }
.ck-nav-toggle span { width: 24px; height: 2px; background: #111; display: block; transition: transform .25s ease, opacity .25s ease; }
.ck-nav-toggle.ck-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ck-nav-toggle.ck-open span:nth-child(2) { opacity: 0; }
.ck-nav-toggle.ck-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
    .ck-mainbar-inner { padding-left: 20px; padding-right: 20px; }
    .ck-mainbar-inner { gap: 16px; }
    .ck-search { flex: 1; }
    .ck-actions { display: none; }
    .ck-nav-toggle { display: flex; }

    /* Slide-in drawer from the right */
    .ck-nav {
        display: block;
        position: fixed;
        top: 0; right: 0; bottom: 0; left: auto;
        width: min(80vw, 340px);
        background: #fff;
        border-bottom: 0;
        z-index: 600;
        transform: translateX(105%);
        transition: transform .3s ease;
        overflow-y: auto;
        box-shadow: -12px 0 40px rgba(0,0,0,.18);
    }
    .ck-nav.ck-open { transform: translateX(0); }
    .ck-nav-drawer-head {
        display: flex; align-items: center; justify-content: space-between;
        padding: 16px 20px;
        border-bottom: 1px solid #eee;
        background: #7F6547;
    }
    .ck-nav-drawer-head span { font-size: 14px; letter-spacing: 3px; text-transform: uppercase; color: #fff; font-weight: 500; }
    .ck-nav-drawer-close { border: 0; background: none; cursor: pointer; padding: 4px; color: #fff; font-size: 26px; line-height: 1; }
    .ck-nav-backdrop {
        position: fixed; inset: 0;
        background: rgba(0,0,0,.45);
        z-index: 550;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease;
    }
    .ck-nav-backdrop.ck-open { opacity: 1; pointer-events: auto; }
    body.ck-drawer-open { overflow: hidden; }

    .ck-menu { flex-direction: column; gap: 0; padding: 8px 22px 40px; }
    .ck-menu > li > a { padding: 13px 0; border-bottom: 1px solid #ececec; font-size: 13.5px; }
    .ck-menu li.menu-item-has-children > a { display: flex; align-items: center; justify-content: space-between; }
    .ck-menu .sub-menu { position: static; transform: none; opacity: 1; visibility: visible; border: 0; box-shadow: none; padding: 4px 0 8px 14px; display: none; min-width: 0; }
    .ck-menu .sub-menu a { white-space: normal; padding: 8px 0; font-size: 13px; }
    .ck-menu li.ck-sub-open > .sub-menu { display: block; }
    .ck-menu li.ck-sub-open > a { color: #7F6547; }
}

/* =========================================
   Hero Slider
   ========================================= */

.ck-slider {
    position: relative;
    width: 100%;
    height: 75vh;                   /* taller hero */
    min-height: 520px;
    max-height: 820px;
    overflow: hidden;
    font-family: 'Jost', sans-serif;
   
    background: #111;
}

.ck-slides { height: 100%; }
.ck-slide {
    position: absolute; inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
}
.ck-slide.ck-active { opacity: 1; z-index: 1; }

.ck-slide-bg {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
}

/* Soft gradient scrim so text always reads over the photo */
.ck-slide::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(90deg,
        rgba(255,255,255,.82) 0%,
        rgba(255,255,255,.55) 30%,
        rgba(255,255,255,0) 62%);
}

.ck-slide-content {
    position: absolute; top: 50%; left: 8%;
    transform: translateY(-50%);
    z-index: 2; max-width: 560px;
}

/* Text entrance animation, staggered, replays each slide change */
.ck-slide-content > * {
    opacity: 0;
    transform: translateY(24px);
}
.ck-slide.ck-active .ck-slide-content > * {
    animation: ck-rise .8s cubic-bezier(.22,.7,.3,1) forwards;
}
.ck-slide.ck-active .ck-slide-kicker    { animation-delay: .25s; }
.ck-slide.ck-active .ck-slide-title     { animation-delay: .40s; }
.ck-slide.ck-active .ck-slide-sub       { animation-delay: .55s; }
.ck-slide.ck-active .ck-slide-btn       { animation-delay: .70s; }
@keyframes ck-rise {
    to { opacity: 1; transform: translateY(0); }
}

.ck-slide-kicker {
    display: inline-block;
    margin: 0 0 14px;
    font-size: 13px; font-weight: 500;
    letter-spacing: 5px; text-transform: uppercase;
    color: #7F6547;
    border-bottom: 2px solid #7F6547;
    padding-bottom: 6px;
}
.ck-slide-title {
    margin: 0 0 14px;
    font-size: clamp(40px, 4.8vw, 72px);
    font-weight: 400;
    letter-spacing: 5px; text-transform: uppercase;
    color: #111; line-height: 1.08;
}
.ck-slide-sub {
    margin: 0 0 30px;
    font-family: 'Jost', sans-serif;
    font-style: italic;
    font-size: 20px; color: #333;
}
.ck-slide-btn {
    display: inline-block;
    background: #7F6547; color: #fff;
    text-decoration: none;
    font-size: 14px; letter-spacing: 3px; text-transform: uppercase;
    padding: 16px 38px;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ck-slide-btn:hover {
    background: #67503a; color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(127,101,71,.35);
}

/* Half-circle edge arrow (right side only) */
.ck-arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    z-index: 3; width: 58px; height: 84px;
    border: 0; cursor: pointer;
    background: rgba(20,20,20,.55); color: #fff;
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(2px);
    transition: background .2s, width .2s;
}
.ck-arrow:hover { background: rgba(20,20,20,.85); width: 66px; }
.ck-next { right: 0; border-radius: 84px 0 0 84px; padding-left: 14px; }

/* Pill dots with active progress bar */
.ck-dots {
    position: absolute; bottom: 28px; left: 50%;
    transform: translateX(-50%);
    z-index: 3; display: flex; gap: 10px; align-items: center;
}
.ck-dot {
    width: 26px; height: 4px; border-radius: 2px;
    border: 0; background: rgba(0,0,0,.25);
    cursor: pointer; padding: 0;
    overflow: hidden; position: relative;
    transition: width .3s ease, background .3s ease;
}
.ck-dot:hover { background: rgba(0,0,0,.45); }
.ck-dot.ck-active { width: 56px; background: rgba(0,0,0,.2); }
.ck-dot.ck-active::after {
    content: "";
    position: absolute; inset: 0;
    background: #7F6547;
    transform-origin: left;
    animation: ck-progress var(--ck-delay, 6s) linear forwards;
}
@keyframes ck-progress {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}

@media (max-width: 900px) {
    .ck-slider { height: 62vh; min-height: 420px; }
    .ck-slide::after {
        background: linear-gradient(180deg,
            rgba(255,255,255,.85) 0%,
            rgba(255,255,255,.55) 45%,
            rgba(255,255,255,.1) 100%);
    }
    .ck-slide-content { left: 24px; right: 24px; top: 44%; }
    .ck-slide-title { letter-spacing: 3px; }
    .ck-arrow { width: 42px; height: 60px; }
    .ck-arrow:hover { width: 42px; }
}

/* =========================================
   Shop By Categories
   ========================================= */

.ck-cats {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 40px 90px;
    font-family: 'Jost', sans-serif;
   
}
.ck-cats-head {
    text-align: center;
    margin-bottom: 48px;
}
.ck-cats-kicker {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 13px; font-weight: 500;
    letter-spacing: 5px; text-transform: uppercase;
    color: #7F6547;
}
.ck-cats-title {
    margin: 0;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 400;
    letter-spacing: 4px; text-transform: uppercase;
    color: #111; line-height: 1.1;
}
.ck-cats-title::after {
    content: "";
    display: block;
    width: 64px; height: 3px;
    background: #7F6547;
    margin: 18px auto 0;
}
.ck-cats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.ck-cat {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    text-decoration: none;
    background: #ddd;
}
.ck-cat-img {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transition: transform .6s ease;
}
.ck-cat:hover .ck-cat-img { transform: scale(1.08); }
.ck-cat::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg,
        rgba(0,0,0,0) 45%,
        rgba(0,0,0,.55) 100%);
    transition: background .3s ease;
}
.ck-cat:hover::after {
    background: linear-gradient(180deg,
        rgba(0,0,0,.05) 0%,
        rgba(0,0,0,.65) 100%);
}
.ck-cat-label {
    position: absolute; left: 0; right: 0; bottom: 24px;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-size: 18px; font-weight: 500;
    letter-spacing: 3px; text-transform: uppercase;
}
.ck-cat-label::after {
    content: "";
    display: block;
    width: 0; height: 2px;
    background: #7F6547;
    margin: 10px auto 0;
    transition: width .35s ease;
}
.ck-cat:hover .ck-cat-label::after { width: 44px; }

@media (max-width: 1100px) {
    .ck-cats-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .ck-cats { padding: 56px 20px 64px; }
}
@media (max-width: 600px) {
    .ck-cats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .ck-cat-label { font-size: 15px; bottom: 16px; }
}

/* =========================================
   Featured Products (home page)
   ========================================= */

.ck-feat {
    width: 100%;
    padding: 80px 40px 90px;
    font-family: 'Jost', sans-serif;
    background: #f7f6f4;
}
.ck-feat-head { text-align: center; margin-bottom: 48px; }
.ck-feat-kicker {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 13px; font-weight: 500;
    letter-spacing: 5px; text-transform: uppercase;
    color: #7F6547;
}
.ck-feat-title {
    margin: 0;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 400;
    letter-spacing: 4px; text-transform: uppercase;
    color: #111; line-height: 1.1;
}
.ck-feat-title::after {
    content: "";
    display: block;
    width: 64px; height: 3px;
    background: #7F6547;
    margin: 18px auto 0;
}
.ck-feat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1440px;
    margin: 0 auto;
}
.ck-featcard {
    background: #fff;
    text-decoration: none;
    display: flex; flex-direction: column;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    transition: box-shadow .3s ease, transform .3s ease;
}
.ck-featcard:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0,0,0,.12);
}
.ck-featcard-media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.ck-featcard-img {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transition: transform .6s ease;
}
.ck-featcard:hover .ck-featcard-img { transform: scale(1.07); }
.ck-featcard-badge {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    background: #7F6547; color: #fff;
    font-size: 11px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    padding: 6px 12px;
}
.ck-featcard-badge.ck-badge-dark { background: #111; }
.ck-featcard-view {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
    background: rgba(17,17,17,.92); color: #fff;
    text-align: center;
    font-size: 13px; letter-spacing: 3px; text-transform: uppercase;
    padding: 14px 0;
    transform: translateY(100%);
    transition: transform .3s ease;
}
.ck-featcard:hover .ck-featcard-view { transform: translateY(0); }
.ck-featcard-info {
    padding: 20px 22px 24px;
    text-align: center;
}
.ck-featcard-cat {
    margin: 0 0 6px;
    font-size: 12px; font-weight: 500;
    letter-spacing: 3px; text-transform: uppercase;
    color: #999;
}
.ck-featcard-name {
    margin: 0 0 6px;
    font-size: 19px; font-weight: 500;
    letter-spacing: 1.5px; text-transform: uppercase;
    color: #111; line-height: 1.25;
}
.ck-featcard-size {
    margin: 0;
    font-size: 14px; color: #777;
}
.ck-feat-more { text-align: center; margin-top: 52px; }
.ck-feat-btn {
    display: inline-block;
    background: #000; color: #fff;
    text-decoration: none;
    font-size: 14px; letter-spacing: 3px; text-transform: uppercase;
    padding: 16px 46px;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ck-feat-btn:hover {
    background: #7F6547;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(201,162,39,.35);
}

@media (max-width: 1100px) {
    .ck-feat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
    .ck-feat { padding: 56px 20px 64px; }
}
@media (max-width: 600px) {
    .ck-feat-grid { gap: 14px; }
    .ck-featcard-info { padding: 14px 12px 18px; }
    .ck-featcard-name { font-size: 15px; }
    .ck-featcard-view { display: none; } /* no hover on touch */
}

/* =========================================
   Testimonials (home page) - light grey cards
   ========================================= */

.ck-testis {
    width: 100%;
    padding: 80px 40px 90px;
    font-family: 'Jost', sans-serif;
    background: #fff;
    overflow: hidden;
}
.ck-testis-head { text-align: center; margin-bottom: 52px; }
.ck-testis-kicker {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 13px; font-weight: 500;
    letter-spacing: 5px; text-transform: uppercase;
    color: #7F6547;
}
.ck-testis-title {
    margin: 0;
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 400;
    letter-spacing: 4px; text-transform: uppercase;
    color: #111; line-height: 1.1;
}
.ck-testis-title::after {
    content: "";
    display: block;
    width: 64px; height: 3px;
    background: #7F6547;
    margin: 18px auto 0;
}
.ck-testis-google {
    margin: 14px 0 0;
    font-size: 13px; letter-spacing: 1px;
    color: #777;
}
.ck-testis-google b { color: #111; font-weight: 600; }
.ck-testis-google .ck-g-stars { color: #7F6547; letter-spacing: 2px; }

/* Viewport + sliding track */
.ck-testis-viewport {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.ck-testis-track {
    display: flex;
    transition: transform .55s cubic-bezier(.4,.1,.2,1);
}
.ck-testi-slot {
    flex: 0 0 33.3333%;   /* 3 per view on desktop */
    padding: 0 12px;
    display: flex;
}
.ck-testi {
    position: relative;
    background: #f0f0f0;
    padding: 40px 32px 34px;
    display: flex; flex-direction: column;
    width: 100%;
}
/* Big decorative quote mark */
.ck-testi::before {
    content: "\201C";
    position: absolute; top: 8px; left: 24px;
    font-size: 90px; line-height: 1;
    color: rgba(0,0,0,.08);
    pointer-events: none;
}
.ck-testi-stars {
    color: #7F6547;
    font-size: 16px;
    letter-spacing: 4px;
    margin: 0 0 18px;
}
.ck-testi-stars .ck-star-empty { color: rgba(0,0,0,.15); }
.ck-testi-text {
    margin: 0 0 26px;
    font-style: italic;
    font-size: 16px; line-height: 1.7;
    color: #444;
    flex: 1;
}
.ck-testi-who {
    border-top: 1px solid rgba(0,0,0,.12);
    padding-top: 16px;
}
.ck-testi-name {
    margin: 0;
    font-size: 15px; font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase;
    color: #111;
}
.ck-testi-meta {
    margin: 2px 0 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #888;
}

/* Dots */
.ck-testis-dots {
    display: flex; justify-content: center; gap: 10px;
    margin-top: 40px;
}
.ck-testis-dot {
    width: 9px; height: 9px; border-radius: 50%;
    border: 0; padding: 0; cursor: pointer;
    background: rgba(0,0,0,.18);
    transition: background .25s, transform .25s;
}
.ck-testis-dot:hover { background: rgba(0,0,0,.4); }
.ck-testis-dot.ck-active { background: #7F6547; transform: scale(1.25); }

/* Read More button */
.ck-testis-more { text-align: center; margin-top: 36px; }
.ck-testis-btn {
    display: inline-block;
    background: #000; color: #fff;
    text-decoration: none;
    font-size: 14px; letter-spacing: 3px; text-transform: uppercase;
    padding: 16px 42px;
    transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ck-testis-btn:hover {
    background: #7F6547; color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(201,162,39,.35);
}

@media (max-width: 1000px) {
    .ck-testi-slot { flex-basis: 100%; }  /* 1 per view */
}
@media (max-width: 900px) {
    .ck-testis { padding: 56px 20px 64px; }
}

/* =========================================
   Footer
   ========================================= */

.ck-footer {
    background: #F2F2F2;
    color: #555;
    font-family: 'Jost', sans-serif;
    margin-top: 0;
    border-top: 1px solid #e5e5e5;
}
.ck-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 56px 40px 40px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 48px;
}
.ck-footer-brand img { max-height: 110px; width: auto; display: block; margin-bottom: 14px; }
.ck-footer-brand p { margin: 0; font-size: 14px; line-height: 1.7; color: #777; max-width: 300px; }
.ck-footer-col h4 {
    margin: 0 0 16px;
    font-size: 13px; font-weight: 500;
    letter-spacing: 3px; text-transform: uppercase;
    color: #111;
}
.ck-footer-col ul { list-style: none; margin: 0; padding: 0; }
.ck-footer-col li { margin-bottom: 10px; }
.ck-footer-col a {
    color: #555; text-decoration: none;
    font-size: 14px; letter-spacing: .5px;
    transition: color .2s ease;
}
.ck-footer-col a:hover { color: #7F6547; }
.ck-footer-bottom {
    border-top: 1px solid rgba(0,0,0,.08);
    text-align: center;
    padding: 18px 40px;
}
.ck-footer-bottom p { margin: 0; font-size: 13px; letter-spacing: 1px; color: #888; }

@media (max-width: 800px) {
    .ck-footer-inner { grid-template-columns: 1fr; gap: 18px; padding: 32px 20px 24px; text-align: center; }
    .ck-footer-brand { display: flex; flex-direction: column; align-items: center; }
    .ck-footer-brand p { max-width: none; }

    /* Shop / Contact collapse into tap-to-open dropdowns */
    .ck-footer-col h4 {
        margin: 0;
        padding: 12px 0;
        cursor: pointer;
        border-top: 1px solid #e0e0e0;
        position: relative;
    }
    .ck-footer-col h4::after {
        content: "";
        display: inline-block;
        margin-left: 8px;
        width: 7px; height: 7px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: rotate(45deg) translateY(-3px);
        transition: transform .2s ease;
    }
    .ck-footer-col.ck-open h4::after { transform: rotate(225deg) translateY(-3px); }
    .ck-footer-col ul { display: none; padding-bottom: 12px; }
    .ck-footer-col.ck-open ul { display: block; }
    .ck-footer-col:nth-child(2).ck-open ul { display: block; }
}

/* =========================================
   Products Grid
   ========================================= */

.ck-products {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 40px 90px;
    font-family: 'Jost', sans-serif;
   
}
.ck-prod-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 20px;
}
.ck-prod {
    background: #fff;
    border: 1px solid #eee;
    transition: box-shadow .25s ease, transform .25s ease;
}
.ck-prod:hover {
    box-shadow: 0 12px 28px rgba(0,0,0,.10);
    transform: translateY(-3px);
}
.ck-prod-imgwrap {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f4f4f4;
}
.ck-prod-imgwrap {
    display: flex; align-items: center; justify-content: center;
    padding: 10px;
    background: #fff;
}
.ck-prod-imgwrap img {
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    object-fit: contain;
    display: block;
    transition: transform .5s ease;
}
.ck-prod:hover .ck-prod-imgwrap img { transform: scale(1.06); }
.ck-prod-noimg {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    color: #999;
    font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
    text-align: center; padding: 20px;
}
.ck-prod-body { padding: 16px 18px 20px; }
.ck-prod-name {
    margin: 0 0 8px;
    font-size: 15px; font-weight: 500;
    letter-spacing: .5px;
    color: #111; line-height: 1.35;
}
.ck-prod-sku {
    margin: 0;
    font-size: 12px; letter-spacing: 1px;
    color: #999; text-transform: uppercase;
}

@media (max-width: 1100px) {
    .ck-prod-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .ck-products { padding: 40px 20px 60px; }
}
@media (max-width: 600px) {
    .ck-prod-grid { grid-template-columns: repeat(2, 1fr); gap: 16px 12px; }
    .ck-prod-body { padding: 12px 12px 14px; }
    .ck-prod-name { font-size: 13px; }
}

a.ck-prod { text-decoration: none; display: block; }

/* =========================================
   Shop Layout + Filters
   ========================================= */

.ck-shop {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    align-items: start;
}
.ck-filters {
    position: sticky; top: 20px;
    border: 1px solid #eee;
    padding: 20px 20px 8px;
    background: #fff;
}
.ck-filters-head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 8px;
}
.ck-filters-head h3 {
    margin: 0;
    font-size: 15px; font-weight: 500;
    letter-spacing: 3px; text-transform: uppercase;
    color: #111;
}
.ck-filters-head button {
    border: 0; background: transparent; cursor: pointer;
    font-family: inherit;
    font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
    color: #999; padding: 4px 0;
}
.ck-filters-head button:hover { color: #7F6547; }

.ck-fgroup { border-top: 1px solid #eee; padding: 12px 0; }
.ck-fgroup summary {
    cursor: pointer; list-style: none;
    display: flex; align-items: center; justify-content: space-between;
    font-size: 13px; font-weight: 500;
    letter-spacing: 2px; text-transform: uppercase;
    color: #111;
}
.ck-fgroup summary::-webkit-details-marker { display: none; }
.ck-fgroup summary::after {
    content: "";
    width: 7px; height: 7px;
    border-right: 1.5px solid #999; border-bottom: 1.5px solid #999;
    transform: rotate(45deg);
    transition: transform .2s ease;
}
.ck-fgroup[open] summary::after { transform: rotate(-135deg); }
.ck-fopts {
    margin-top: 12px;
    max-height: 260px; overflow-y: auto;
    display: flex; flex-direction: column; gap: 2px;
    padding-right: 6px;
}
.ck-fopts label {
    display: flex; align-items: center; gap: 9px;
    font-size: 13px; color: #444;
    padding: 5px 0;
    cursor: pointer;
}
.ck-fopts label:hover { color: #7F6547; }
.ck-fopts input[type="checkbox"] {
    appearance: none; -webkit-appearance: none;
    width: 15px; height: 15px; flex-shrink: 0;
    border: 1px solid #ccc; background: #fff;
    cursor: pointer; position: relative;
    margin: 0;
}
.ck-fopts input[type="checkbox"]:checked {
    background: #7F6547; border-color: #7F6547;
}
.ck-fopts input[type="checkbox"]:checked::after {
    content: "";
    position: absolute; left: 4px; top: 1px;
    width: 4px; height: 8px;
    border-right: 2px solid #fff; border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.ck-fopts label span { flex: 1; }
.ck-fopts label em {
    font-style: normal; font-size: 11px; color: #bbb;
}
.ck-shop-count {
    margin: 0 0 18px;
    font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
    color: #999;
}
.ck-shop-empty {
    margin: 40px 0;
    text-align: center;
    font-size: 14px; letter-spacing: 2px; text-transform: uppercase;
    color: #999;
}

/* Pagination */
.ck-pager {
    display: flex; justify-content: center; align-items: center;
    gap: 8px; flex-wrap: wrap;
    margin-top: 40px;
}
.ck-page-btn {
    min-width: 40px; height: 40px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff; color: #333;
    font-size: 14px; letter-spacing: .5px;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.ck-page-btn:hover:not(:disabled) { border-color: #7F6547; color: #7F6547; }
.ck-page-btn.ck-active { background: #7F6547; border-color: #7F6547; color: #fff; cursor: default; }
.ck-page-btn:disabled { opacity: .35; cursor: default; }
.ck-page-dots { color: #999; padding: 0 2px; }
.ck-shop .ck-prod-grid { grid-template-columns: repeat(3, 1fr); }

/* Mobile filter dropdown toggle (hidden on desktop) */
.ck-filters-toggle { display: none; }

@media (max-width: 1100px) {
    .ck-shop { grid-template-columns: 230px 1fr; gap: 24px; }
    .ck-shop .ck-prod-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
    .ck-shop { grid-template-columns: 1fr; }
    .ck-filters-toggle {
        display: flex; align-items: center; gap: 10px;
        width: 100%;
        border: 1px solid #ddd; background: #fff;
        padding: 13px 18px;
        font-size: 14px; font-weight: 500;
        letter-spacing: 2px; text-transform: uppercase;
        color: #111; cursor: pointer;
    }
    .ck-filters-toggle svg { color: #7F6547; }
    .ck-filters-toggle-arrow {
        margin-left: auto;
        width: 8px; height: 8px;
        border-right: 1.5px solid #555; border-bottom: 1.5px solid #555;
        transform: rotate(45deg);
        transition: transform .25s ease;
    }
    .ck-filters-toggle[aria-expanded="true"] .ck-filters-toggle-arrow { transform: rotate(-135deg); }
    .ck-filters { position: static; display: none; border-top: 0; }
    .ck-filters.ck-open { display: block; }
}

/* =========================================
   Single Product Page
   ========================================= */

.ck-pdp {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 40px 90px;
    font-family: 'Jost', sans-serif;
   
}
.ck-pdp-crumbs {
    margin: 0 0 28px;
    font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
    color: #999;
}
.ck-pdp-crumbs a { color: #999; text-decoration: none; }
.ck-pdp-crumbs a:hover { color: #7F6547; }
.ck-pdp-crumbs span { color: #111; }
.ck-pdp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}
.ck-pdp-media {
    background: #fff;
    border: 1px solid #eee;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    padding: 16px;
}
.ck-pdp-media img {
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    object-fit: contain; display: block;
}
.ck-pdp-media .ck-prod-noimg { height: 100%; }
.ck-pdp-thumbs {
    display: flex; gap: 10px;
    margin-top: 12px;
}
.ck-pdp-thumbs button {
    width: 76px; height: 76px;
    padding: 4px;
    background: #fff;
    border: 1px solid #eee;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: border-color .2s ease;
}
.ck-pdp-thumbs button:hover { border-color: #7F6547; }
.ck-pdp-thumbs button.ck-active { border-color: #7F6547; border-width: 2px; }
.ck-pdp-thumbs button img {
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    object-fit: contain; display: block;
}
.ck-pdp-name {
    margin: 0 0 10px;
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 400;
    letter-spacing: 2px; text-transform: uppercase;
    color: #111; line-height: 1.2;
}
.ck-pdp-sku {
    margin: 0 0 6px;
    font-size: 13px; letter-spacing: 1.5px;
    color: #999; text-transform: uppercase;
}
.ck-pdp-dims {
    margin: 0 0 6px;
    font-size: 13px; letter-spacing: 1.5px;
    color: #999; text-transform: uppercase;
}
.ck-pdp-desc {
    margin: 22px 0 34px;
    font-family: 'Jost', sans-serif;
    font-size: 16px; line-height: 1.7; color: #444;
    border-top: 1px solid #eee;
    padding-top: 22px;
}
.ck-pdp-call {
    display: inline-flex; align-items: center; gap: 10px;
    background: #7F6547; color: #fff;
    text-decoration: none;
    font-size: 14px; letter-spacing: 3px; text-transform: uppercase;
    padding: 16px 38px;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ck-pdp-call:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
}
.ck-pdp-back {
    display: block;
    margin-top: 22px;
    font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
    color: #999; text-decoration: none;
}
.ck-pdp-back:hover { color: #7F6547; }

/* Spec list */
.ck-pdp-specs {
    list-style: none;
    margin: 0 0 34px; padding: 0;
    border-top: 1px solid #eee;
}
.ck-pdp-specs li {
    display: flex; align-items: baseline; gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px; color: #333;
}
.ck-pdp-specs li span {
    flex: 0 0 130px;
    font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
    color: #999;
}

/* Similar products */
.ck-pdp-similar { margin-top: 80px; }
.ck-pdp-similar-title {
    margin: 0 0 32px;
    font-size: clamp(22px, 2.4vw, 30px);
    font-weight: 400;
    letter-spacing: 3px; text-transform: uppercase;
    color: #111; text-align: center;
}
.ck-pdp-similar-title::after {
    content: "";
    display: block;
    width: 56px; height: 3px;
    background: #7F6547;
    margin: 14px auto 0;
}

@media (max-width: 900px) {
    .ck-pdp { padding: 24px 20px 60px; }
    .ck-pdp-grid { grid-template-columns: 1fr; gap: 28px; }
    .ck-pdp-similar { margin-top: 48px; }
}


/* =========================================
   Mobile + cross-browser compatibility
   ========================================= */

/* Buttons/inputs inherit the site font in all browsers */
button, input, select, textarea { font-family: inherit; }

/* iOS Safari: strip native search styling; 16px input prevents focus zoom */
input[type="search"] { -webkit-appearance: none; appearance: none; border-radius: 0; }
input[type="search"]::-webkit-search-decoration { display: none; }

/* Safari prefix for the slider arrow blur */
.ck-arrow { -webkit-backdrop-filter: blur(2px); }

/* Smoother tap behavior on touch devices */
a, button { -webkit-tap-highlight-color: rgba(201,162,39,.2); touch-action: manipulation; }

/* Mobile browsers with dynamic URL bars: use small-viewport units when supported */
@supports (height: 1svh) {
    .ck-slider { height: 75svh; }
    @media (max-width: 900px) {
        .ck-slider { height: 62svh; }
    }
}

/* Fallback square media boxes for browsers without aspect-ratio (older Safari) */
@supports not (aspect-ratio: 1 / 1) {
    .ck-prod-imgwrap, .ck-featcard-media, .ck-pdp-media { height: 300px; }
    .ck-cat { height: 380px; }
}

/* Small phones */
@media (max-width: 520px) {
    /* Header: logo + hamburger on top row, search drops to its own full-width row */
    .ck-mainbar-inner { flex-wrap: wrap; padding: 10px 16px 12px; gap: 8px 12px; align-items: center; }
    .ck-logo { order: 1; padding: 0; }
    .ck-logo img { max-height: 56px; }
    .ck-nav-toggle { order: 2; margin-left: auto; }
    .ck-search { order: 3; flex: 1 1 100%; }

    /* Hero */
    .ck-slider { height: 55vh; min-height: 340px; }
    .ck-slide-title { letter-spacing: 2px; }
    .ck-slide-sub { font-size: 16px; margin-bottom: 20px; }
    .ck-slide-btn { padding: 12px 26px; font-size: 12px; letter-spacing: 2px; }
    .ck-arrow { width: 36px; height: 52px; }

    /* Sections */
    .ck-cats { padding: 40px 16px 48px; }
    .ck-feat { padding: 44px 16px 52px; }
    .ck-testis { padding: 44px 16px 52px; }
    .ck-testi { padding: 32px 22px 26px; }

    /* Product detail */
    .ck-pdp { padding: 18px 16px 48px; }
    .ck-pdp-specs li { flex-wrap: wrap; gap: 4px 16px; }
    .ck-pdp-specs li span { flex-basis: 110px; }
    .ck-pdp-thumbs { flex-wrap: wrap; }
    .ck-pdp-thumbs button { width: 64px; height: 64px; }
    .ck-pdp-call { width: 100%; justify-content: center; }

    /* Footer */
    .ck-footer-brand img { max-height: 84px; }
    .ck-footer-bottom { padding: 14px 16px; }
}

/* Very narrow phones */
@media (max-width: 380px) {
    .ck-prod-grid { grid-template-columns: 1fr 1fr; gap: 10px 8px; }
    .ck-cats-grid { gap: 8px; }
    .ck-feat-grid { gap: 10px; }
    .ck-slide-title { font-size: 32px; }
}


/* =========================================
   Static pages (About / Contact)
   ========================================= */
.ck-page { font-family: 'Jost', sans-serif; color: #111; }
.ck-page-hero {
    background: #555;
    color: #fff;
    text-align: center;
    padding: 56px 20px;
}
.ck-page-hero h1 {
    margin: 0 0 10px;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.ck-page-hero p { margin: 0; color: #fff; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; }
.ck-page-body { max-width: 1100px; margin: 0 auto; padding: 56px 24px; }
.ck-page-body h2 { font-size: 26px; font-weight: 500; margin: 0 0 16px; }
.ck-page-body p.ck-lead { font-size: 18px; line-height: 1.7; color: #333; }
.ck-page-body p { font-size: 16px; line-height: 1.7; color: #444; }

/* About: value props */
.ck-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 44px 0; }
.ck-value { background: #fafafa; border: 1px solid #eee; padding: 28px 24px; text-align: center; }
.ck-value svg { color: #7F6547; margin-bottom: 12px; }
.ck-value h3 { margin: 0 0 8px; font-size: 17px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.ck-value p { margin: 0; font-size: 14.5px; line-height: 1.6; color: #555; }

.ck-page-cta { text-align: center; margin-top: 48px; }
.ck-page-cta a {
    display: inline-block;
    background: #7F6547;
    color: #fff;
    text-decoration: none;
    padding: 14px 36px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: background .2s ease;
}
.ck-page-cta a:hover { background: #b08e1e; }

/* Contact layout */
.ck-contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: start; }
.ck-contact-info h2 { margin-top: 0; }
.ck-contact-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid #eee; }
.ck-contact-item:last-child { border-bottom: 0; }
.ck-contact-item svg { color: #7F6547; flex-shrink: 0; margin-top: 2px; }
.ck-contact-item strong { display: block; font-weight: 600; font-size: 15px; margin-bottom: 2px; }
.ck-contact-item p, .ck-contact-item a { margin: 0; font-size: 15px; color: #555; text-decoration: none; }
.ck-contact-item a:hover { color: #7F6547; }

/* Contact form */
.ck-form { background: #fafafa; border: 1px solid #eee; padding: 32px; }
.ck-form h2 { margin-top: 0; }
.ck-form label { display: block; font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; margin: 18px 0 6px; }
.ck-form input, .ck-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    padding: 12px 14px;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    outline: none;
}
.ck-form input:focus, .ck-form textarea:focus { border-color: #7F6547; }
.ck-form textarea { min-height: 140px; resize: vertical; }
.ck-form button {
    margin-top: 22px;
    background: #7F6547;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 14px 36px;
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: background .2s ease;
}
.ck-form button:hover { background: #67503a; }

@media (max-width: 900px) {
    .ck-values { grid-template-columns: 1fr; }
    .ck-contact-grid { grid-template-columns: 1fr; }
    .ck-page-hero h1 { font-size: 28px; }
}

/* Contact page map */
.ck-map { margin-top: 48px; border: 1px solid #eee; }
.ck-map iframe { display: block; }

/* =========================================
   Series Landing (products.html?sub=...)
   ========================================= */

.ck-series-crumbs { margin: -16px 0 26px; font-size: 14px; letter-spacing: .5px; color: #999; }
.ck-series-crumbs a { color: #777; text-decoration: none; }
.ck-series-crumbs a:hover { color: #7F6547; }
.ck-series-crumbs span { color: #222; }

.ck-series-hero { display: grid; grid-template-columns: 1.5fr 1fr; min-height: 320px; margin-bottom: 46px; }
.ck-series-text { background: #f4efe7; padding: 48px 46px; display: flex; flex-direction: column; justify-content: center; }
.ck-series-text h1 { margin: 0 0 16px; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: 46px; letter-spacing: 1px; color: #171717; }
.ck-series-text p { margin: 0; color: #444; line-height: 1.75; font-size: 15.5px; max-width: 62ch; }
.ck-series-img { background-size: cover; background-position: center; }

.ck-series-sizetitle { margin: 0 0 22px; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: 32px; color: #171717; }
.ck-series-sizes { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-bottom: 46px; }
.ck-size-tile { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; min-height: 132px; background-color: #f4efe7; text-decoration: none; overflow: hidden; transition: background-color .25s ease; }
.ck-size-tile:hover { background-color: #ece4d6; }
.ck-size-tile b { position: relative; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: 30px; color: #171717; }
.ck-size-tile span { position: relative; font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; color: #333; }
.ck-size-tile:hover span { color: #7F6547; }
.ck-size-tile.ck-active { outline: 2px solid #7F6547; outline-offset: -2px; }

.ck-shop-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.ck-shop-topbar .ck-shop-count { margin: 0; }
.ck-sort { font-size: 14px; color: #555; white-space: nowrap; }
.ck-sort select { margin-left: 6px; padding: 8px 12px; border: 1px solid #ddd; background: #fff; font-family: inherit; font-size: 14px; color: #222; cursor: pointer; }

@media (max-width: 800px) {
    .ck-series-hero { grid-template-columns: 1fr; min-height: 0; }
    .ck-series-img { min-height: 200px; }
    .ck-series-text { padding: 30px 24px; }
    .ck-series-text h1 { font-size: 32px; }
    .ck-series-sizetitle { font-size: 26px; }
}

/* =========================================
   Certifications & Standards (home page)
   ========================================= */

.ck-certs { max-width: 1240px; margin: 0 auto; padding: 84px 40px 90px; text-align: center; font-family: 'Jost', sans-serif; }
.ck-certs-kicker { font-size: 13px; letter-spacing: 4px; text-transform: uppercase; color: #a09372; }
.ck-certs-title { margin: 14px 0 20px; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: 46px; color: #16222e; }
.ck-certs-rule, .ck-cert-rule { display: block; width: 64px; height: 1px; background: #b9ad93; margin: 0 auto 26px; }
.ck-certs-lead { max-width: 640px; margin: 0 auto 52px; color: #444; line-height: 1.7; font-size: 16px; }
.ck-certs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.ck-cert { background: #f4f3f0; padding: 52px 42px 48px; }
.ck-cert-logo { height: 150px; display: flex; align-items: center; justify-content: center; margin-bottom: 28px; }
.ck-cert-logo img { max-height: 150px; max-width: 80%; }
.ck-cert h3 { margin: 0 0 10px; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: 30px; color: #16222e; }
.ck-cert-tag { margin: 0 0 20px; font-size: 12.5px; letter-spacing: 3px; text-transform: uppercase; color: #a09372; }
.ck-cert p:last-child { margin: 0 auto; max-width: 48ch; color: #444; line-height: 1.75; font-size: 15.5px; }

@media (max-width: 800px) {
    .ck-certs { padding: 56px 20px 60px; }
    .ck-certs-grid { grid-template-columns: 1fr; gap: 20px; }
    .ck-certs-title { font-size: 32px; }
    .ck-cert { padding: 36px 24px; }
    .ck-cert-logo { height: 110px; }
    .ck-cert-logo img { max-height: 110px; }
}

/* =========================================
   Contact page: phone + hours boxes
   ========================================= */

.ck-contact-boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 36px; }
.ck-contact-box { background: #fafafa; border: 1px solid #eee; padding: 36px 28px; text-align: center; }
.ck-contact-box svg { color: #7F6547; margin-bottom: 12px; }
.ck-contact-box strong { display: block; font-weight: 600; font-size: 16px; letter-spacing: .5px; margin-bottom: 8px; color: #111; }
.ck-contact-box p { margin: 0; font-size: 15px; color: #555; line-height: 1.8; }
.ck-contact-box a { color: #555; text-decoration: none; }
.ck-contact-box a:hover { color: #7F6547; }

@media (max-width: 700px) {
    .ck-contact-boxes { grid-template-columns: 1fr; gap: 16px; }
    .ck-contact-box { padding: 26px 20px; }
}

/* =========================================
   Locations page: showroom + warehouse side by side
   ========================================= */

.ck-locations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.ck-location h2 { margin: 0 0 10px; }
.ck-location-addr { margin: 0 0 4px; color: #555; }
.ck-location .ck-map { margin-top: 18px; }
.ck-map-placeholder { min-height: 400px; display: flex; align-items: center; justify-content: center; background: #f4f3f0; }
.ck-map-placeholder p { margin: 0; color: #999; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }

@media (max-width: 800px) {
    .ck-locations-grid { grid-template-columns: 1fr; }
    .ck-map iframe, .ck-map-placeholder { height: 300px; min-height: 0; }
}

/* Footer Shop links: two columns of four (desktop) */
@media (min-width: 801px) {
    .ck-footer-col:nth-child(2) ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
}

/* Locations page: single shared address + hours cards + full-width map */
.ck-loc-addr { text-align: center; margin-bottom: 30px; }
.ck-loc-addr svg { color: #7F6547; margin-bottom: 8px; }
.ck-loc-addr p { margin: 0 0 4px; font-size: 20px; font-weight: 500; color: #111; letter-spacing: .5px; }
.ck-loc-addr small { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: #a09372; }
.ck-map-full { margin-top: 36px; }

/* Contact page: single merged info block */
.ck-contact-simple { text-align: center; background: #fafafa; border: 1px solid #eee; padding: 34px 24px 30px; margin-bottom: 36px; }
.ck-contact-simple svg { color: #7F6547; margin-bottom: 8px; }
.ck-contact-simple-addr { margin: 0 0 10px; font-size: 20px; font-weight: 500; color: #111; letter-spacing: .5px; }
.ck-contact-simple-line { margin: 0 0 8px; font-size: 16px; }
.ck-contact-simple-line a { color: #7F6547; text-decoration: none; font-weight: 500; }
.ck-contact-simple-line a:hover { text-decoration: underline; }
.ck-contact-simple-hours { margin: 0; font-size: 14.5px; color: #666; }

@media (max-width: 640px) {
    .ck-contact-simple-hours { font-size: 13.5px; line-height: 1.8; }
}

/* Wide dropdown menus: 2-3 columns on desktop */
@media (min-width: 901px) {
    .ck-menu > li > .sub-menu.ck-cols-2 { display: grid; grid-template-columns: repeat(2, 1fr); min-width: 440px; }
    .ck-menu > li > .sub-menu.ck-cols-3 { display: grid; grid-template-columns: repeat(3, 1fr); min-width: 640px; }
    .ck-menu > li > .sub-menu.ck-cols-2 > li > a,
    .ck-menu > li > .sub-menu.ck-cols-3 > li > a { white-space: normal; }
}

/* Drawer chrome only exists on mobile */
@media (min-width: 901px) {
    .ck-nav-drawer-head, .ck-nav-backdrop { display: none; }
}
