/* ===== Detail knihy CSS ===== */
        :root {
            --bg: #f8f8f6;
            --surface: #ffffff;
            --ink: #1f232a;
            --muted: #646c79;
            --line: #d9d9d3;
            --brand: #a9463b;
            --brand-dark: #8e3a30;
            --accent: #5f7686;
            --accent-soft: #e6edf2;
            --radius: 16px;
            --shadow-sm: 0 8px 20px rgba(16, 20, 28, 0.05);
            --shadow-lg: 0 24px 44px rgba(16, 20, 28, 0.12);
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            color: var(--ink);
            font-family: "Manrope", sans-serif;
            background: linear-gradient(180deg, #fcfcfb 0%, var(--bg) 220px);
            padding-top: 72px;
            padding-bottom: 0;
        }

        h1, h2, h3, h4, h5, h6, .navbar-brand {
            font-family: "Bricolage Grotesque", sans-serif;
            letter-spacing: 0.01em;
        }

        .topbar {
            position: fixed;
            inset: 0 0 auto 0;
            z-index: 1080;
            background: rgba(255, 255, 255, 0.94);
            backdrop-filter: blur(8px);
            border-top: 3px solid var(--brand);
            border-bottom: 1px solid var(--line);
        }

        .topbar .navbar {
            padding: 0.65rem 0;
        }

        .navbar-brand img {
            height: 34px;
            width: auto;
        }

        .navbar .nav-link {
            font-weight: 700;
            color: var(--ink);
            font-size: 0.9rem;
            letter-spacing: 0.01em;
        }

        .navbar .nav-link:hover,
        .navbar .nav-link.active {
            color: var(--brand);
        }

        .utility-links {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }

        .utility-links a {
            width: 2.2rem;
            height: 2.2rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            color: var(--ink);
            text-decoration: none;
            transition: 0.18s ease;
        }

        .utility-links a:hover {
            color: var(--brand);
            background: #f6ecea;
        }

        .page-intro {
            padding: 1.7rem 0 1.3rem;
        }

        .breadcrumb {
            font-size: 0.92rem;
            margin-bottom: 0.55rem;
        }

        .breadcrumb-item a {
            color: var(--muted);
            text-decoration: none;
        }

        .breadcrumb-item.active {
            color: #434b58;
            font-weight: 600;
        }

        .page-intro h1 {
            font-size: clamp(1.58rem, 3.1vw, 2.5rem);
            line-height: 1.16;
            margin-bottom: 0.25rem;
        }

        .page-intro p {
            margin: 0;
            color: var(--muted);
            font-size: 1rem;
        }

        .content-layout {
            display: grid;
            gap: 1.8rem;
            grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.9fr);
            align-items: start;
        }

        .card-shell {
            background: var(--surface);
            border: 1px solid #e2e0d9;
            border-radius: var(--radius);
            box-shadow: var(--shadow-sm);
        }

        .product-top {
            display: grid;
            grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.2fr);
            gap: 1.8rem;
            padding: 1.45rem;
        }

        .cover-panel {
            position: sticky;
            top: 96px;
            align-self: start;
        }

        .main-cover-wrap {
            border: 1px solid #d8d6cf;
            border-radius: 12px;
            overflow: hidden;
            background: #f7f6f3;
        }

        .main-cover-wrap img {
            width: 100%;
            aspect-ratio: 4 / 5;
            object-fit: cover;
            display: block;
        }

        .thumb-row {
            display: flex;
            gap: 0.55rem;
            margin-top: 0.65rem;
        }

        .thumb-btn {
            border: 1px solid #d7d4cc;
            border-radius: 10px;
            padding: 0;
            width: 62px;
            height: 76px;
            overflow: hidden;
            background: #fff;
            transition: 0.18s ease;
        }

        .thumb-btn img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .thumb-btn.active,
        .thumb-btn:hover {
            border-color: var(--brand);
            transform: translateY(-1px);
        }

        .book-meta-head {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-bottom: 0.55rem;
        }

        .tag-pill {
            font-size: 0.74rem;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            font-weight: 800;
            border-radius: 999px;
            padding: 0.28rem 0.62rem;
            background: #f6ecea;
            color: var(--brand);
        }

        .tag-pill.alt {
            background: #ebf1f5;
            color: #3e5665;
        }

        .product-info h2 {
            font-size: clamp(1.35rem, 2.5vw, 2rem);
            margin-bottom: 0.45rem;
            line-height: 1.2;
        }

        .book-authors {
            color: #454f5d;
            font-weight: 600;
            margin-bottom: 0.4rem;
        }

        .rating-row {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-bottom: 0.75rem;
        }

        .stars {
            color: #de5f4f;
            letter-spacing: 0.02em;
        }

        .rating-row .score {
            color: #3f4a58;
            font-size: 0.92rem;
            font-weight: 700;
        }

        .price-block {
            display: flex;
            align-items: end;
            flex-wrap: wrap;
            gap: 0.55rem 0.8rem;
            margin: 0 0 0.85rem;
        }

        .price-current {
            font-size: clamp(1.5rem, 3vw, 2rem);
            font-weight: 800;
            color: #1e242b;
            line-height: 1;
        }

        .price-old {
            font-size: 1.12rem;
            color: #788190;
            text-decoration: line-through;
            font-weight: 700;
        }

        .discount-badge {
            background: #f7e6e2;
            color: #9f3d33;
            border-radius: 999px;
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            padding: 0.33rem 0.62rem;
        }

        .lead-copy {
            color: #4e5866;
            font-size: 1rem;
            line-height: 1.72;
            margin-bottom: 1.2rem;
        }

        .format-row {
            margin-bottom: 0.86rem;
        }

        .field-title {
            margin-bottom: 0.36rem;
            font-size: 0.88rem;
            text-transform: uppercase;
            letter-spacing: 0.07em;
            font-weight: 800;
            color: #5f6774;
        }

        .format-group {
            display: flex;
            flex-wrap: wrap;
            gap: 0.42rem;
        }

        .format-btn {
            border: 1px solid #cfd4da;
            background: #fff;
            color: #2a3340;
            border-radius: 10px;
            font-size: 0.9rem;
            font-weight: 700;
            padding: 0.45rem 0.76rem;
        }

        .format-btn.active,
        .format-btn:hover {
            border-color: #5f7686;
            background: #eef3f7;
            color: #2c4452;
        }

        .meta-grid {
            display: grid;
            gap: 0.6rem 1.4rem;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            margin-bottom: 1.25rem;
            font-size: 0.93rem;
        }

        .meta-grid strong {
            color: #495262;
            margin-right: 0.2rem;
        }

        .stock-ok {
            color: #177f4c;
            font-weight: 800;
        }

        .buy-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.8rem;
            margin-bottom: 1.15rem;
        }

        .qty-wrap {
            display: inline-flex;
            align-items: center;
            border: 1px solid #cfd4da;
            border-radius: 10px;
            overflow: hidden;
            background: #fff;
        }

        .qty-wrap button {
            border: 0;
            background: #f4f6f8;
            width: 2.2rem;
            height: 2.45rem;
            font-weight: 700;
            color: #303846;
        }

        .qty-wrap input {
            border: 0;
            text-align: center;
            width: 3rem;
            height: 2.45rem;
            font-weight: 700;
            color: #222b34;
        }

        .btn-main,
        .btn-ghost {
            border-radius: 10px;
            border: 1px solid transparent;
            padding: 0.62rem 1rem;
            font-weight: 800;
            letter-spacing: 0.02em;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.38rem;
            transition: 0.18s ease;
        }

        .btn-main {
            background: var(--accent);
            border-color: var(--accent);
            color: #fff;
            min-width: 178px;
        }

        .btn-main:hover {
            background: #516978;
            border-color: #516978;
            color: #fff;
        }

        .btn-ghost {
            border-color: #c8ccd2;
            background: #fff;
            color: #2e3744;
        }

        .btn-ghost:hover {
            border-color: #afb6bf;
            background: #f7f8fa;
            color: #2e3744;
        }

        .benefits {
            display: grid;
            gap: 0.65rem;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .benefits li {
            display: flex;
            align-items: flex-start;
            gap: 0.52rem;
            color: #4b5563;
            font-size: 0.92rem;
        }

        .benefits i {
            color: #607887;
            font-size: 1rem;
            margin-top: 0.05rem;
        }

        .aside-stack {
            display: grid;
            gap: 1.25rem;
            align-self: stretch;
            align-content: start;
        }

        .aside-card {
            padding: 1.2rem;
        }

        .aside-buy-sticky {
            position: sticky;
            top: 90px;
            z-index: 5;
            align-self: start;
        }

        .aside-buy-price {
            display: flex;
            align-items: end;
            gap: 0.55rem;
            flex-wrap: wrap;
            margin-bottom: 0.7rem;
        }

        .aside-buy-price .price-current {
            font-size: 1.55rem;
        }

        .aside-buy-meta {
            color: #4e5866;
            font-size: 0.92rem;
            line-height: 1.55;
            margin-bottom: 0.75rem;
        }

        .buy-row.buy-row-side {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.55rem;
            margin-bottom: 0.7rem;
        }

        .buy-row.buy-row-side .btn-main,
        .buy-row.buy-row-side .btn-ghost {
            width: 100%;
        }

        .buy-row.buy-row-side .qty-wrap {
            width: 100%;
            justify-content: space-between;
        }

        .buy-row.buy-row-side .qty-wrap input {
            width: 100%;
            flex: 1;
        }

        .aside-card h3 {
            font-size: 1.22rem;
            margin-bottom: 0.75rem;
        }

        .credits {
            margin: 0;
            padding: 0;
            list-style: none;
            display: grid;
            gap: 0.45rem;
        }

        .credits li {
            font-size: 0.94rem;
            color: #45505f;
            line-height: 1.45;
        }

        .credits strong {
            color: #2b3440;
        }

        .author-photo {
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #d8d6cf;
            margin-bottom: 0.7rem;
            background: #f2f4f7;
        }

        .author-photo img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            display: block;
        }

        .author-card p {
            margin-bottom: 0.65rem;
            color: #4d5868;
            line-height: 1.58;
            font-size: 0.95rem;
        }

        .author-card a {
            font-weight: 800;
            color: var(--brand);
            text-decoration: none;
            font-size: 0.92rem;
        }

        .section-card {
            margin-top: 2rem;
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
        }

        .section-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.7rem;
            margin-bottom: 1rem;
        }

        .section-head h3 {
            margin: 0;
            font-size: clamp(1.15rem, 2.4vw, 1.6rem);
        }

        .excerpt-shell {
            background: #fff;
            border: 1px solid #ddd9d2;
            border-radius: 14px;
            padding: 1.15rem;
        }

        .excerpt-shell p {
            color: #4c5664;
            line-height: 1.72;
            margin-bottom: 0.8rem;
        }

        .excerpt-shell .excerpt-tag {
            display: inline-flex;
            align-items: center;
            gap: 0.32rem;
            font-size: 0.76rem;
            text-transform: uppercase;
            letter-spacing: 0.07em;
            font-weight: 800;
            color: #6a7382;
            background: #f3f5f7;
            border-radius: 999px;
            padding: 0.3rem 0.62rem;
            margin-bottom: 0.7rem;
        }

        .excerpt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.55rem;
        }

        .excerpt-note {
            margin-top: 0.7rem;
            color: #677282;
            font-size: 0.86rem;
        }

        .format-item {
            border: 1px solid #d8d7d1;
            border-radius: 12px;
            padding: 0.9rem;
            display: grid;
            grid-template-columns: 54px 1fr auto;
            gap: 0.85rem;
            align-items: center;
            margin-bottom: 0.8rem;
            background: #fff;
        }

        .format-item img {
            width: 54px;
            height: 70px;
            object-fit: cover;
            border-radius: 8px;
        }

        .format-item .title {
            font-weight: 700;
            color: #2d3542;
            line-height: 1.35;
        }

        .format-item .sub {
            font-size: 0.88rem;
            color: #5f6876;
        }

        .format-item .price {
            font-weight: 800;
            color: #28313e;
            font-size: 1rem;
        }

        .tab-controls {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 1rem;
            border-bottom: 1px solid #dcd9d2;
            padding-bottom: 0.2rem;
        }

        .tab-trigger {
            border: 0;
            border-bottom: 2px solid transparent;
            background: transparent;
            color: #33404d;
            border-radius: 0;
            padding: 0.38rem 0;
            font-size: 0.9rem;
            font-weight: 800;
            letter-spacing: 0.02em;
        }

        .tab-trigger.active {
            background: transparent;
            color: #2f3b48;
            border-color: #2f3b48;
        }

        .tab-panel {
            display: none;
            color: #4b5563;
            line-height: 1.7;
            font-size: 1rem;
        }

        .tab-panel.active {
            display: block;
        }

        .tab-panel p:last-child {
            margin-bottom: 0;
        }

        .params-list {
            margin: 0;
            padding: 0;
            list-style: none;
            display: grid;
            gap: 0.45rem;
        }

        .params-list li {
            border-bottom: 1px dashed #d7d7d2;
            padding-bottom: 0.4rem;
        }

        .reviews-grid {
            display: grid;
            gap: 0.9rem;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .review-card {
            border: 1px solid #d8d7d1;
            border-radius: 12px;
            padding: 1rem;
            background: #fbfbfa;
        }

        .review-card h5 {
            margin: 0 0 0.22rem;
            font-size: 1rem;
        }

        .review-card p {
            margin: 0;
            color: #4e5866;
            font-size: 0.92rem;
            line-height: 1.55;
        }

        .faq .accordion-item {
            border: 1px solid #d7d4cc;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 0.45rem;
        }

        .faq .accordion-button {
            font-weight: 700;
            color: #303844;
            background: #fff;
            box-shadow: none !important;
        }

        .faq .accordion-button:not(.collapsed) {
            color: #2e4453;
            background: #eef3f7;
        }

        .related-products .card {
            border-radius: 0.55rem;
            border: 1px solid var(--line);
            box-shadow: none;
            overflow: hidden;
            background: var(--surface);
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .related-products .card:hover {
            border-color: #c8c6bd;
            box-shadow: var(--shadow-sm);
        }

        .related-products .card:hover .card-img-overlay {
            opacity: 1;
        }

        .related-products .card-img-top {
            border-radius: 0;
        }

        .related-products .product-card .card-img-top {
            aspect-ratio: 3 / 4;
            object-fit: cover;
        }

        .related-products .product-card-price {
            font-size: 1.03rem;
            color: var(--brand);
            font-weight: 700;
        }

        .related-products .product-overlay {
            position: absolute;
            inset: auto 0 0;
            opacity: 0;
            transition: opacity 0.25s ease;
            padding: 0.9rem;
            background: linear-gradient(180deg, transparent, rgba(18, 24, 32, 0.72));
        }

        .related-products .product-overlay .btn {
            background: rgba(255, 255, 255, 0.95);
            color: #1f252d;
            border: 1px solid #d8d7cf;
        }

        .related-products .product-badge {
            position: absolute;
            top: 0.6rem;
            left: 0.6rem;
            z-index: 2;
            font-size: 0.62rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            padding: 0.28em 0.65em;
            border-radius: 0.3rem;
            pointer-events: none;
            line-height: 1.4;
        }

        .related-products .badge-audio {
            background: var(--ink);
            color: #fff;
        }

        .related-products .badge-ebook {
            background: #2a6496;
            color: #fff;
        }

        .related-products .badge-sale {
            background: #d63b2f;
            color: #fff;
        }

        .related-products .product-badge + .product-badge {
            top: 2.1rem;
        }

        .related-products .price-old {
            font-size: 0.82rem;
            color: var(--muted);
            text-decoration: line-through;
            font-weight: 500;
        }

        .related-products .price-sale {
            color: #d63b2f;
            font-weight: 700;
            font-size: 1.03rem;
        }

        .related-products .product-card .card-body a:hover h5 {
            color: var(--brand);
        }

        .mobile-buy-bar {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1060;
            background: rgba(255, 255, 255, 0.96);
            border-top: 1px solid #d7d4cd;
            padding: 0.65rem 0;
            backdrop-filter: blur(10px);
        }

        .mobile-buy-bar .inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.8rem;
        }

        .mobile-buy-bar .mobile-price {
            font-size: 1.22rem;
            font-weight: 800;
            color: #1f2731;
        }

        .mobile-buy-bar .btn-main {
            min-width: 160px;
            padding: 0.58rem 0.9rem;
        }

        .site-footer-main {
            margin-top: 2.4rem;
            padding: 3rem 0 2rem;
            background: #1f232a;
            color: #f1f3f6;
            border-top: 1px solid #323845;
        }

        .site-footer-main .footer-label {
            font-size: 0.78rem;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            font-weight: 800;
            margin-bottom: 0.8rem;
            color: #d5dbe5;
        }

        .site-footer-main a {
            color: #f1f3f6;
            text-decoration: none;
        }

        .site-footer-main a:hover {
            color: #f6c4bb;
        }

        .site-footer-main .copyright {
            color: #b9c0cc;
            font-size: 0.86rem;
        }

        @media (max-width: 991px) {
            .content-layout {
                grid-template-columns: 1fr;
            }

            .cover-panel {
                position: static;
            }

            .aside-buy-sticky {
                display: none;
            }
        }

        @media (max-width: 991px) {
            body {
                padding-top: 69px;
            }

            .product-top {
                grid-template-columns: 1fr;
            }

            .reviews-grid {
                grid-template-columns: 1fr;
            }

            .meta-grid {
                grid-template-columns: 1fr;
            }

            .navbar-collapse {
                border-top: 1px solid #e2dfd8;
                margin-top: 0.5rem;
                padding-top: 0.4rem;
            }

            .section-card {
                margin-top: 1.5rem;
            }

            .mobile-buy-bar {
                display: none;
            }
        }

        @media (min-width: 992px) {
            .mobile-buy-bar {
                display: none;
            }
        }


/* ===== Index CSS ===== */
        :root {
            --color-bg: #f8f8f6;
            --color-surface: #ffffff;
            --color-ink: #1f232a;
            --color-muted: #646c79;
            --color-brand: #a9463b;
            --color-brand-soft: #f4ebe8;
            --color-line: #d9d9d3;
            --radius-lg: 0.55rem;
            --shadow-sm: 0 4px 12px rgba(17, 20, 24, 0.05);
            --shadow-lg: 0 10px 22px rgba(17, 20, 24, 0.08);
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: "Manrope", sans-serif;
            color: var(--color-ink);
            background: linear-gradient(180deg, #fcfcfb 0%, var(--color-bg) 220px);
            padding-top: calc(4.4rem + 3px + env(safe-area-inset-top, 0px));
        }

        body.mobile-nav-open {
            overflow: hidden;
        }

        .bg-light {
            background-color: #f3f3ef !important;
        }

        .text-muted {
            color: var(--color-muted) !important;
        }

        .breadcrumb {
            flex-wrap: wrap;
            row-gap: 0.25rem;
        }

        .breadcrumb-item {
            max-width: 100%;
            overflow-wrap: anywhere;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        .navbar-brand {
            font-family: "Bricolage Grotesque", sans-serif;
        }

        .navbar {
            padding-top: env(safe-area-inset-top, 0px);
            padding-bottom: 0;
            background: #ffffff;
            border-bottom: 1px solid var(--color-line);
            border-top: 3px solid var(--color-brand);
            transition: background-color 0.2s ease, box-shadow 0.2s ease;
        }

        .navbar .container {
            align-items: center;
            min-height: 4.4rem;
        }

        .nav-scrolled .navbar {
            background: rgba(255, 255, 255, 0.96);
            box-shadow: 0 8px 24px rgba(17, 20, 24, 0.08);
        }

        .navbar-brand {
            padding: 0.28rem 0;
            margin-right: 2.5rem;
        }

        .navbar-brand img {
            max-height: 38px;
        }

        .navbar-nav .nav-link {
            margin-left: 0.2rem;
            position: relative;
            font-weight: 700;
            color: var(--color-ink) !important;
            letter-spacing: 0.02em;
            font-size: 0.9rem;
            transition: color 0.2s ease;
            padding: 0.5rem 0.75rem;
            border-radius: 0;
        }

        .navbar-nav {
            align-items: center;
            gap: 0.1rem;
        }

        .navbar-nav .nav-link::after {
            content: "";
            position: absolute;
            left: 0.75rem;
            right: 0.75rem;
            bottom: 0.24rem;
            height: 2px;
            background: var(--color-brand);
            transform: scaleX(0);
            transform-origin: left center;
            transition: transform 0.2s ease;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active,
        .navbar-nav .show > .nav-link {
            color: var(--color-brand) !important;
        }

        .navbar-nav .nav-link:hover::after,
        .navbar-nav .nav-link.active::after,
        .navbar-nav .show > .nav-link::after {
            transform: scaleX(1);
        }

        .dropdown-menu {
            border-radius: 0.82rem;
            border: 1px solid rgba(205, 203, 196, 0.92);
            box-shadow: 0 20px 38px rgba(17, 20, 24, 0.14);
            animation: fadeIn 0.18s ease-in-out;
            padding: 0.46rem;
            min-width: 13.8rem;
            margin-top: 0.58rem;
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(8px);
        }

        .nav-submenu {
            min-width: 22rem;
            background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 248, 245, 0.98) 100%);
        }

        .dropdown-item {
            font-size: 0.88rem;
            font-weight: 600;
            border-radius: 0.6rem;
            padding: 0.62rem 0.68rem;
            transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .nav-submenu .dropdown-item {
            display: grid;
            grid-template-columns: 2rem minmax(0, 1fr);
            align-items: center;
            gap: 0.62rem;
            color: #2a313c;
            transform: none;
            border: 1px solid transparent;
            background: transparent;
        }

        .nav-submenu .dropdown-item:hover,
        .nav-submenu .dropdown-item:focus-visible {
            background-color: rgba(169, 70, 59, 0.08);
            border-color: rgba(169, 70, 59, 0.2);
            color: var(--color-brand);
            transform: translateX(2px);
        }

        .nav-submenu .submenu-divider {
            list-style: none;
            margin: 0.4rem 0.4rem 0.28rem;
            border-top: 1px solid #dfd9cf;
            height: 0;
            pointer-events: none;
        }

        .submenu-icon {
            width: 2rem;
            height: 2rem;
            border-radius: 0.52rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #f1ece7;
            color: var(--color-brand);
            font-size: 0.95rem;
            transition: background-color 0.15s ease, transform 0.15s ease;
        }

        .nav-submenu .dropdown-item:hover .submenu-icon,
        .nav-submenu .dropdown-item:focus-visible .submenu-icon {
            background: #f5e5e2;
            transform: scale(1.03);
        }

        .submenu-copy {
            min-width: 0;
            display: grid;
            gap: 0.08rem;
        }

        .submenu-title {
            display: block;
            font-size: 0.88rem;
            font-weight: 800;
            letter-spacing: 0.01em;
            color: inherit;
        }

        .submenu-copy small {
            display: block;
            color: #6f7784;
            font-size: 0.74rem;
            line-height: 1.38;
            white-space: normal;
        }

        .navbar .dropdown > .nav-link i {
            transition: transform 0.2s ease;
        }

        .navbar .dropdown > .nav-link.show i {
            transform: rotate(180deg);
        }

        .navbar-nav .dropdown-toggle::after {
            display: none !important;
        }

        .nav-chevron {
            font-size: 0.7rem;
            margin-top: 1px;
        }

        .navbar-toggler {
            border: 1px solid var(--color-line);
            box-shadow: none !important;
            border-radius: 0.45rem;
            padding: 0.36rem 0.52rem;
        }

        .navbar-toggler:hover {
            background: #f6f3f0;
        }

        /* Navbar utility icons */
        .navbar-util {
            display: flex;
            align-items: center;
            gap: 0.25rem;
        }

        .navbar-util a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 2.2rem;
            height: 2.2rem;
            border-radius: 0.4rem;
            color: var(--color-ink);
            font-size: 1.05rem;
            text-decoration: none;
            transition: background-color 0.15s ease, color 0.15s ease;
        }

        .navbar-util a:hover {
            background-color: var(--color-brand-soft);
            color: var(--color-brand);
        }

        .navbar-nav .nav-link:focus-visible,
        .dropdown-item:focus-visible,
        .navbar-util a:focus-visible,
        .navbar-toggler:focus-visible,
        .social-icons a:focus-visible {
            outline: 2px solid var(--color-brand);
            outline-offset: 2px;
        }

        .navbar-util .nav-cart {
            position: relative;
        }

        .navbar-util .nav-cart .badge {
            position: absolute;
            top: 0.15rem;
            right: 0.15rem;
            font-size: 0.55rem;
            padding: 0.2em 0.38em;
            line-height: 1;
        }

        .navbar-util .nav-cart[aria-expanded="true"] {
            background-color: var(--color-brand-soft);
            color: var(--color-brand);
        }

        .cart-overlay {
            position: fixed;
            inset: 0;
            z-index: 1048;
            background: rgba(12, 14, 20, 0.22);
            backdrop-filter: blur(1px);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.2s ease, visibility 0.2s ease;
        }

        .cart-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .cart-panel {
            position: absolute;
            top: 5.15rem;
            right: clamp(0.7rem, 4vw, 3.2rem);
            width: min(92vw, 760px);
            max-height: calc(100vh - 6rem);
            display: grid;
            grid-template-rows: auto minmax(0, 1fr) auto;
            overflow: hidden;
            background: #fff;
            border: 1px solid #d8d7d1;
            border-radius: 0.55rem;
            box-shadow: 0 26px 56px rgba(17, 20, 24, 0.2);
            padding: 1.1rem 1.2rem 1.2rem;
            transform: translateY(-8px);
            transition: transform 0.2s ease;
        }

        .cart-overlay.active .cart-panel {
            transform: translateY(0);
        }

        .cart-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 0.8rem;
            padding-bottom: 0.7rem;
            border-bottom: 1px solid var(--color-line);
        }

        .cart-head h4 {
            margin: 0;
            font-size: 1.1rem;
            font-weight: 700;
        }

        .cart-close {
            width: 2rem;
            height: 2rem;
            border: 1px solid var(--color-line);
            background: #fff;
            border-radius: 0.35rem;
            color: var(--color-ink);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.15s ease, color 0.15s ease;
        }

        .cart-close:hover {
            background: var(--color-brand-soft);
            color: var(--color-brand);
        }

        .cart-items {
            display: flex;
            flex-direction: column;
            gap: 0.7rem;
            margin-bottom: 1rem;
            min-height: 0;
            overflow: auto;
            padding-right: 0.2rem;
        }

        .cart-item {
            display: flex;
            gap: 0.85rem;
            padding-bottom: 0.7rem;
            border-bottom: 1px solid #ecebe5;
        }

        .cart-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .cart-item-remove {
            width: 1.75rem;
            height: 1.75rem;
            flex: 0 0 auto;
            margin-left: auto;
            align-self: flex-start;
        }

        .cart-item img {
            width: 68px;
            height: 96px;
            object-fit: cover;
            border: 1px solid var(--color-line);
            border-radius: 0.3rem;
            background: #fafaf8;
        }

        .cart-item-info {
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 0.25rem;
        }

        .cart-item-title {
            font-size: 1.08rem;
            line-height: 1.28;
            font-weight: 700;
            color: #2a2f36;
            margin: 0;
            text-decoration: none;
            display: inline-block;
        }

        .cart-item-title:hover {
            color: var(--color-brand);
            text-decoration: underline;
        }

        .cart-item-meta {
            font-size: 0.95rem;
            color: var(--color-muted);
        }

        .cart-item-meta-empty {
            margin: 0;
        }

        .cart-summary {
            border-top: 1px solid var(--color-line);
            margin-top: 0.8rem;
            padding-top: 0.9rem;
            display: grid;
            gap: 0.45rem;
        }

        .cart-summary-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 1.05rem;
            color: #2c3139;
            font-weight: 600;
        }

        .cart-summary-row strong {
            color: #c43d33;
            font-weight: 700;
            margin-left: 1rem;
            white-space: nowrap;
        }

        .cart-actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.75rem;
            margin-top: 1.1rem;
        }

        .cart-actions .btn {
            padding-block: 0.7rem;
            font-size: 0.88rem;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }

        .cart-actions .btn-cart-detail {
            background: #e8edf1;
            color: #3d4854;
            border: 1px solid #d0d7de;
        }

        .cart-actions .btn-cart-checkout {
            background: #738793;
            border-color: #738793;
            color: #fff;
        }

        .login-overlay {
            position: fixed;
            inset: 0;
            z-index: 1049;
            background: rgba(12, 14, 20, 0.2);
            backdrop-filter: blur(1px);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.2s ease, visibility 0.2s ease;
        }

        .login-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .login-panel {
            position: absolute;
            top: 5.2rem;
            right: clamp(0.7rem, 4vw, 3.2rem);
            transform: translateY(-8px);
            width: min(92vw, 520px);
            background: #fff;
            border: 1px solid var(--color-line);
            border-radius: 0.55rem;
            box-shadow: 0 20px 44px rgba(17, 20, 24, 0.18);
            padding: 1rem 1rem 1.05rem;
            transition: transform 0.2s ease;
        }

        .login-overlay.active .login-panel {
            transform: translateY(0);
        }

        .login-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 0.8rem;
            padding-bottom: 0.7rem;
            border-bottom: 1px solid var(--color-line);
        }

        .login-title {
            margin: 0;
            font-family: "Bricolage Grotesque", sans-serif;
            font-size: 1.1rem;
            font-weight: 700;
            color: var(--color-ink);
        }

        .login-close {
            width: 2rem;
            height: 2rem;
            border: 1px solid var(--color-line);
            background: #fff;
            border-radius: 0.35rem;
            color: var(--color-ink);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.15s ease, color 0.15s ease;
        }

        .login-close:hover {
            background: var(--color-brand-soft);
            color: var(--color-brand);
        }

        .login-form {
            display: grid;
            gap: 0.78rem;
        }

        .login-form label {
            font-size: 0.84rem;
            color: #5a626e;
            margin-bottom: 0.18rem;
            font-weight: 600;
        }

        .login-form .form-control {
            border-radius: 0.35rem !important;
            border: 1px solid #d7d7d2;
            background: #fff;
            min-height: 2.55rem;
            font-size: 0.96rem;
            padding: 0.55rem 0.85rem;
        }

        .login-actions {
            display: flex;
            align-items: center;
            gap: 0.85rem;
            margin-top: 0.18rem;
            flex-wrap: wrap;
        }

        .btn-login-submit {
            min-width: 140px;
            border-radius: 0.35rem !important;
            background: #6f8190;
            border: 1px solid #6f8190;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            padding: 0.58rem 1rem;
            font-size: 0.75rem;
            font-weight: 700;
        }

        .btn-login-submit:hover {
            background: #607280;
            border-color: #607280;
            color: #fff;
        }

        .login-links {
            font-size: 0.9rem;
            color: #4e5460;
            text-decoration: none;
            transition: color 0.15s ease;
        }

        .login-links-group {
            display: inline-flex;
            align-items: center;
            gap: 0.7rem;
            flex-wrap: wrap;
        }

        .login-links:hover {
            color: var(--color-brand);
        }

        body.cart-open {
            overflow: hidden;
        }

        .navbar-divider {
            width: 1px;
            height: 1.2rem;
            background: var(--color-line);
            margin: 0 0.5rem;
        }

        .social-icons a {
            color: var(--color-ink);
            margin-left: 0.2rem;
            font-size: 0.9rem;
            transition: color 0.2s ease;
        }

        .social-icons a:hover {
            color: var(--color-brand);
        }

        .btn {
            border-radius: 0.35rem !important;
            font-weight: 700;
            letter-spacing: 0.01em;
        }

        .btn-outline-dark {
            border-color: #2d333c;
        }

        .btn-outline-dark:hover {
            background: #2d333c;
            border-color: #2d333c;
        }

        .form-control {
            border-radius: 0.35rem !important;
            border: 1px solid var(--color-line);
            padding-inline: 0.95rem;
        }

        .section {
            padding: clamp(3.2rem, 6vw, 5.2rem) 0;
        }

        .section-title,
        .section-title-sm {
            color: #282d34;
            letter-spacing: -0.02em;
            text-wrap: balance;
            line-height: 1.02;
        }

        .section-title {
            font-size: clamp(2rem, 4.8vw, 3.35rem);
            margin-bottom: 1.25rem;
            font-weight: 800;
        }

        .section-title-sm {
            font-size: clamp(1.75rem, 4.2vw, 2.45rem);
            margin-bottom: 1.1rem;
            font-weight: 800;
        }

        .section-title::before,
        .section-title-sm::before {
            content: "";
            display: block;
            width: 32px;
            height: 1px;
            background: var(--color-brand);
            margin-bottom: 0.75rem;
            opacity: 0.8;
        }

        .card {
            border-radius: var(--radius-lg);
            border: 1px solid var(--color-line);
            box-shadow: none;
            overflow: hidden;
            background: var(--color-surface);
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .card:hover {
            border-color: #c8c6bd;
            box-shadow: var(--shadow-sm);
        }

        .card:hover .card-img-overlay {
            opacity: 1;
        }

        .card-img-top {
            border-radius: 0;
        }

        .product-card .card-img-top {
            aspect-ratio: 3 / 4;
            object-fit: cover;
        }

        #blog .card-img-top {
            aspect-ratio: 16 / 10;
            object-fit: cover;
        }

        .product-card-price {
            font-size: 1.03rem;
            color: var(--color-brand);
            font-weight: 700;
        }

        .product-meta-row {
            width: 100%;
        }

        .product-card-cart-left {
            width: 2.1rem;
            height: 2.1rem;
            border-radius: 50%;
            border: 0;
            background: #b7342c;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .product-card-cart-left:hover {
            background: #9e2e27;
        }

        .product-overlay {
            position: absolute;
            inset: auto 0 0;
            opacity: 0;
            transition: opacity 0.25s ease;
            padding: 0.9rem;
            background: linear-gradient(180deg, transparent, rgba(18, 24, 32, 0.72));
        }

        .product-overlay .btn {
            background: rgba(255, 255, 255, 0.95);
            color: #1f252d;
            border: 1px solid #d8d7cf;
        }

        .btn-link {
            color: #282d34;
            font-weight: 800;
            font-size: clamp(1rem, 2.4vw, 1.2rem);
            text-decoration: none;
        }

        .btn-link:hover,
        .btn-link:active {
            color: var(--color-brand);
            text-decoration: none;
        }

        .transition-hover {
            transition: box-shadow 0.2s ease, border-color 0.2s ease;
        }

        .transition-hover:hover {
            box-shadow: var(--shadow-sm);
        }

        .event-row {
            border: 1px solid var(--color-line);
            border-radius: var(--radius-lg);
            margin-bottom: 0.85rem;
            padding: 1rem 1.1rem;
            cursor: pointer;
            background: var(--color-surface);
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .event-row:hover {
            border-color: #c8c6bd;
            box-shadow: var(--shadow-sm);
        }

        .event-row.homepage-event-row {
            cursor: default;
        }

        .event-date {
            font-weight: 700;
            margin-right: 0.95rem;
            white-space: nowrap;
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 3.45rem;
            height: 3.45rem;
            border: 1px solid var(--color-brand);
            color: var(--color-brand);
            font-size: 0.8rem;
            line-height: 1.15;
            text-align: center;
            border-radius: 0.6rem;
            background: #fff;
        }

        .event-info {
            flex: 1;
            font-size: clamp(1rem, 1.9vw, 1.2rem);
        }

        .event-details {
            display: none;
            padding: 0.45rem 1rem 1.35rem;
            color: var(--color-muted);
        }

        .event-row.active+.event-details {
            display: block;
        }

        .more-events {
            text-align: right;
            margin-top: 1.3rem;
        }

        .card-title {
            font-weight: 700;
            text-align: center;
        }

        .project-tile {
            aspect-ratio: 1 / 1;
            overflow: hidden;
            position: relative;
            border-radius: var(--radius-lg);
            border: 1px solid var(--color-line);
            box-shadow: none;
        }

        .project-tile img {
            transition: transform 0.26s ease;
        }

        .project-tile:hover img {
            transform: scale(1.03);
        }

        .project-tile .overlay {
            position: absolute;
            inset: 0;
            background-color: rgba(7, 9, 12, 0.03);
            transition: background-color 0.3s ease;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding: 0;
        }

        .project-title {
            width: 100%;
            background: linear-gradient(180deg, transparent, rgba(9, 11, 15, 0.68));
            padding: 0.85rem 0.75rem;
            transform: translateY(0);
            transition: all 0.3s ease;
        }

        .project-tile:hover .overlay {
            background-color: rgba(8, 11, 16, 0.44);
        }

        .project-tile:hover .project-title {
            transform: translateY(-20%);
            background-color: transparent;
        }

        .project-description {
            opacity: 0;
            transition: opacity 0.3s ease;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            transform: translate(-50%, -50%);
            z-index: 1;
        }

        .project-tile:hover .project-description {
            opacity: 1;
        }

        .search-overlay {
            position: fixed;
            inset: 0;
            background: rgba(12, 14, 20, 0.84);
            z-index: 1055;
            display: none;
        }

        .search-overlay.active {
            display: flex;
        }

        .search-form input {
            font-size: 1.35rem;
            border-radius: 0.55rem !important;
            border: 1px solid #d4d8df;
            box-shadow: none;
        }

        .search-form-shell {
            max-width: 600px;
        }

        .add-to-cart-notice {
            display: none;
            position: fixed;
            left: 50%;
            transform: translateX(-50%);
            top: 86px;
            z-index: 1200;
            background: #10151f;
            color: #fff;
            padding: 12px 16px;
            border-radius: 12px;
        }

        .cart-counter.is-hidden {
            display: none;
        }

        body > footer a:hover {
            text-decoration: underline;
        }

        .carousel-bg,
        .carousel-bg-2 {
            min-height: clamp(420px, 62vh, 690px);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .carousel-bg {
            background-image: linear-gradient(115deg, rgba(13, 18, 27, 0.82), rgba(13, 18, 27, 0.4)),
                url('../img/bwt/onas_2.jpg');
        }

        .carousel-bg.carousel-bg-dynamic {
            background-image: linear-gradient(90deg, rgba(8, 14, 22, 0.84) 0%, rgba(8, 14, 22, 0.52) 54%, rgba(8, 14, 22, 0.26) 100%),
                var(--carousel-image);
        }

        .carousel-bg-2 {
            background-image: linear-gradient(115deg, rgba(13, 18, 27, 0.82), rgba(13, 18, 27, 0.4)),
                url('../img/bwt/large_20250611132646.jpg');
        }

        .carousel-bg .text-white,
        .carousel-bg-2 .text-white {
            padding: clamp(1rem, 2.7vw, 1.65rem);
            max-width: min(740px, 92%);
            margin-left: clamp(2.4rem, 10vw, 10rem);
            margin-right: auto;
            border-left: 2px solid rgba(255, 255, 255, 0.86);
            background: rgba(8, 11, 17, 0.46);
        }

        #uvodniCarousel .carousel-control-prev,
        #uvodniCarousel .carousel-control-next {
            width: clamp(2.8rem, 8vw, 6.5rem);
        }

        .carousel-bg h1,
        .carousel-bg-2 h1 {
            font-size: clamp(1.95rem, 4.6vw, 3.35rem);
            font-weight: 800;
            line-height: 1.04;
            margin-bottom: 0.8rem;
            letter-spacing: -0.02em;
        }

        .carousel-bg p,
        .carousel-bg-2 p {
            font-size: clamp(1rem, 1.95vw, 1.2rem);
            margin-bottom: 1.2rem;
            color: rgba(255, 255, 255, 0.92);
        }

        .carousel-bg .btn,
        .carousel-bg-2 .btn {
            padding: 0.65rem 1.55rem;
            font-size: 0.94rem;
            font-weight: 800;
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.88);
            color: #fff;
            box-shadow: none;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .carousel-bg .btn:hover,
        .carousel-bg-2 .btn:hover {
            background: #fff;
            color: #1e2430;
        }

        .carousel-eyebrow {
            display: block;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 0.75rem;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Section label */
        .section-label {
            display: block;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: var(--color-brand);
            margin-bottom: 0.45rem;
            font-family: "Manrope", sans-serif;
        }

        /* Blockquote */
        blockquote.blockquote {
            border-left: 2px solid var(--color-brand);
            padding-left: 1.35rem;
            margin-left: 0;
        }

        blockquote.blockquote p {
            font-size: 1.05rem;
            font-style: italic;
            color: var(--color-ink);
            margin-bottom: 0.75rem;
        }

        blockquote.blockquote .blockquote-footer {
            font-size: 0.8rem;
            color: var(--color-muted);
            margin-top: 0;
        }

        /* Newsletter */
        .section-newsletter {
            background: var(--color-brand);
        }

        .section-newsletter .section-title-sm {
            color: #fff;
        }

        .section-newsletter .section-title-sm::before {
            background: rgba(255, 255, 255, 0.45);
        }

        .section-newsletter .section-label {
            color: rgba(255, 255, 255, 0.7);
        }

        .section-newsletter .form-control {
            background: rgba(255, 255, 255, 0.95);
            border: none;
        }

        .section-newsletter .btn {
            background: var(--color-ink);
            color: #fff;
            border-color: var(--color-ink);
        }

        .section-newsletter .btn:hover {
            background: #fff;
            color: var(--color-brand);
            border-color: #fff;
        }

        /* Blog cards */
        #blog .card-body {
            text-align: left !important;
            align-items: flex-start !important;
            justify-content: flex-start !important;
        }

        #blog .card-title {
            text-align: left;
            font-size: 1rem;
        }

        .blog-meta {
            font-size: 0.72rem;
            color: var(--color-muted);
            font-weight: 600;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            margin-bottom: 0.5rem;
        }

        #blog .card-text {
            font-size: 0.88rem;
            color: var(--color-muted);
            margin-top: 0.35rem;
        }

        /* Drag scroll */
        .row-scroll-mobile {
            cursor: grab;
            user-select: none;
        }

        .row-scroll-mobile.is-dragging {
            cursor: grabbing;
            scroll-snap-type: none;
        }

        /* Product badges */
        .product-badge {
            position: absolute;
            top: 0.6rem;
            left: 0.6rem;
            z-index: 2;
            font-size: 0.62rem;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            padding: 0.28em 0.65em;
            border-radius: 0.3rem;
            pointer-events: none;
            line-height: 1.4;
        }

        .badge-audio {
            background: var(--color-ink);
            color: #fff;
        }

        .badge-ebook {
            background: #2a6496;
            color: #fff;
        }

        .badge-sale {
            background: #d63b2f;
            color: #fff;
        }

        /* Multiple badges stacked */
        .product-badge + .product-badge {
            top: 2.1rem;
        }
        .product-card .product-badge:nth-of-type(3) {
            top: 3.6rem;
        }

        .badge-preorder {
            background: #b07b30;
            color: #fff;
        }

        .badge-soldout {
            background: #7c8797;
            color: #fff;
        }

        /* Sale price */
        .price-old {
            font-size: 0.82rem;
            color: var(--color-muted);
            text-decoration: line-through;
            font-weight: 500;
        }

        .price-sale {
            color: #d63b2f;
            font-weight: 700;
            font-size: 1.03rem;
        }

        /* Product card title link */
        .product-card .card-body a:hover h5 {
            color: var(--color-brand);
        }

        .products-head {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            gap: 1rem;
            margin-bottom: 1.1rem;
        }

        .products-head-text .section-title {
            margin-bottom: 0;
        }

        .product-switch {
            display: flex;
            flex-wrap: wrap;
            gap: 0.45rem;
            justify-content: flex-end;
        }

        .product-filter-btn {
            border: 1px solid var(--color-line);
            background: #fff;
            color: var(--color-ink);
            font-size: 0.78rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 700;
            padding: 0.52rem 0.82rem;
            border-radius: 0.35rem;
            transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
        }

        .product-filter-btn:hover {
            border-color: #bbb9b2;
        }

        .product-filter-btn.is-active {
            background: var(--color-ink);
            color: #fff;
            border-color: var(--color-ink);
        }

        /* Press cards */
        .press-card {
            border: 1px solid var(--color-line);
            border-radius: var(--radius-lg);
            padding: 1.6rem;
            height: 100% !important;
            display: flex;
            flex-direction: column;
            background: var(--color-surface);
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .press-card:hover {
            border-color: #c8c6bd;
            box-shadow: var(--shadow-sm);
        }

        .press-source {
            display: block;
            font-size: 0.68rem;
            font-weight: 700;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--color-brand);
            margin-bottom: 0.6rem;
        }

        .press-card h5 {
            font-size: 0.95rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            line-height: 1.35;
        }

        .press-card p {
            font-size: 0.88rem;
            color: var(--color-muted);
            margin-bottom: 1rem;
        }

        .press-card .press-btn {
            margin-top: auto;
        }

        /* Page footer */
        .site-footer {
            margin-top: 0;
            padding: 3rem 0 1.3rem;
            border-top: 3px solid var(--color-brand);
            background: #141a22;
            color: #edf1f5;
        }

        .footer-top {
            display: grid;
            grid-template-columns: minmax(0, 1.45fr) minmax(300px, 1fr);
            gap: 1.25rem;
            padding-bottom: 1.4rem;
            margin-bottom: 1.35rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        }

        .footer-brand-block {
            padding-right: 0.2rem;
        }

        .footer-kicker {
            margin: 0 0 0.48rem;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.58);
        }

        .footer-brand-block h3 {
            margin: 0 0 0.58rem;
            font-size: clamp(1.2rem, 2vw, 1.6rem);
            line-height: 1.14;
            color: #fff;
        }

        .footer-brand-block p {
            margin: 0;
            max-width: 62ch;
            font-size: 0.94rem;
            line-height: 1.62;
            color: rgba(237, 241, 245, 0.76);
        }

        .footer-brand-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 0.58rem;
            margin-top: 1rem;
        }

        .btn-footer-main,
        .btn-footer-ghost {
            border-radius: 999px !important;
            padding: 0.58rem 1rem;
            font-size: 0.8rem;
            font-weight: 800;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .btn-footer-main {
            color: #fff;
            background: var(--color-brand);
            border: 1px solid var(--color-brand);
        }

        .btn-footer-main:hover {
            color: #fff;
            background: #923b30;
            border-color: #923b30;
        }

        .btn-footer-ghost {
            color: #fff;
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.28);
        }

        .btn-footer-ghost:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 255, 255, 0.45);
        }

        .footer-mini-newsletter {
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 0.78rem;
            padding: 1.08rem;
            background: #1b222d;
        }

        .site-footer .footer-label {
            margin: 0 0 0.68rem;
            font-size: 0.68rem;
            font-weight: 700;
            letter-spacing: 0.13em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.52);
        }

        .footer-mini-newsletter h4 {
            margin: 0 0 0.72rem;
            font-size: 1.02rem;
            line-height: 1.34;
            color: #fff;
        }

        .footer-newsletter-form {
            display: flex;
            gap: 0.45rem;
        }

        .footer-newsletter-form input {
            flex: 1;
            min-height: 2.5rem;
            padding: 0 0.9rem;
            border-radius: 999px;
            border: 1px solid #38404c;
            background: #121821;
            color: #fff;
        }

        .footer-newsletter-form input::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .footer-newsletter-form button {
            min-height: 2.5rem;
            padding: 0 0.92rem;
            border-radius: 999px;
            border: 1px solid var(--color-brand);
            background: var(--color-brand);
            color: #fff;
            font-size: 0.77rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .footer-newsletter-form button:hover {
            background: #923b30;
            border-color: #923b30;
            color: #fff;
        }

        .footer-links-row {
            padding: 0.3rem 0 1.2rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        }

        .footer-list,
        .footer-contact {
            margin: 0;
            padding: 0;
            list-style: none;
            display: grid;
            gap: 0.48rem;
        }

        .footer-list a,
        .footer-contact a,
        .footer-contact li {
            font-size: 0.91rem;
            line-height: 1.5;
            text-decoration: none;
            color: rgba(237, 241, 245, 0.76);
        }

        .footer-list a:hover,
        .footer-contact a:hover {
            color: #fff;
        }

        .footer-socials {
            display: flex;
            flex-wrap: wrap;
            gap: 0.45rem;
        }

        .footer-socials a {
            width: 2.25rem;
            height: 2.25rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.22);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
        }

        .footer-socials a:hover {
            transform: translateY(-1px);
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 255, 255, 0.45);
        }

        .footer-bottom {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 0.65rem 1rem;
            padding-top: 0.9rem;
        }

        .footer-bottom p {
            margin: 0;
            font-size: 0.82rem;
            color: rgba(237, 241, 245, 0.62);
        }

        .footer-legal {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.75rem;
        }

        .footer-legal a {
            font-size: 0.82rem;
            text-decoration: none;
            color: rgba(237, 241, 245, 0.72);
        }

        .footer-legal a:hover {
            color: #fff;
        }

        .footer-list a:focus-visible,
        .footer-contact a:focus-visible,
        .footer-socials a:focus-visible,
        .footer-newsletter-form input:focus-visible,
        .footer-newsletter-form button:focus-visible,
        .footer-legal a:focus-visible {
            outline: 2px solid rgba(255, 255, 255, 0.9);
            outline-offset: 2px;
        }

        @media (max-width: 991.98px) {
            .footer-top {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .footer-mini-newsletter {
                max-width: 540px;
            }
        }

        @media (max-width: 575.98px) {
            .site-footer {
                padding-top: 2.5rem;
            }

            .footer-brand-actions {
                width: 100%;
            }

            .footer-brand-actions .btn {
                width: 100%;
            }

            .footer-newsletter-form {
                flex-direction: column;
            }

            .footer-newsletter-form input,
            .footer-newsletter-form button {
                width: 100%;
            }

            .footer-bottom {
                align-items: flex-start;
            }
        }

        /* Stats strip */
        .stats-strip {
            display: flex;
            flex-wrap: wrap;
            border-top: 1px solid var(--color-line);
            border-bottom: 1px solid var(--color-line);
            margin: 1.5rem 0 2rem;
        }

        .home-about-copy {
            max-width: 620px;
        }

        .stat-block {
            flex: 1 1 120px;
            text-align: center;
            padding: 1.5rem 1rem;
        }

        .stat-block + .stat-block {
            border-left: 1px solid var(--color-line);
        }

        .stat-number {
            font-family: "Bricolage Grotesque", sans-serif;
            font-size: clamp(2rem, 4vw, 2.8rem);
            font-weight: 800;
            color: var(--color-brand);
            line-height: 1;
            margin-bottom: 0.25rem;
        }

        .stat-label {
            font-size: 0.78rem;
            color: var(--color-muted);
            font-weight: 600;
            letter-spacing: 0.04em;
        }

        @media (max-width: 991.98px) {
            .navbar .container {
                min-height: 4rem;
                padding-left: 0.95rem;
                padding-right: 0.95rem;
            }

            .navbar-brand {
                padding: 0.24rem 0;
            }

            .navbar-toggler {
                width: 2.75rem;
                height: 2.45rem;
                border-radius: 0.65rem;
                padding: 0;
            }

            .navbar-toggler-icon {
                width: 1.25rem;
                height: 1.25rem;
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(31,35,42,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.35' d='M4 7.5h22M4 15h22M4 22.5h22'/%3e%3c/svg%3e");
            }

            .navbar-collapse {
                position: fixed;
                left: 0;
                right: 0;
                top: calc(4.4rem + 3px + env(safe-area-inset-top, 0px));
                margin-top: 0;
                padding: 0;
                border-top: 1px solid #dfdad1;
                border-bottom: 1px solid #dfdad1;
                border-left: 0;
                border-right: 0;
                border-radius: 0;
                background: linear-gradient(180deg, #ffffff 0%, #f9f7f2 100%);
                box-shadow: 0 22px 38px rgba(17, 20, 24, 0.14);
                max-height: calc(100vh - (4.4rem + 3px + env(safe-area-inset-top, 0px)));
                overflow-y: auto;
                overscroll-behavior: contain;
                z-index: 1060;
            }

            .navbar-nav {
                gap: 0;
                padding: 0;
            }

            .navbar-nav .nav-item {
                width: 100%;
            }

            .navbar-nav .nav-link {
                margin-left: 0;
                display: block;
                width: 100%;
                padding: 1rem 1rem;
                border-radius: 0;
                font-size: 1.04rem;
                letter-spacing: 0.01em;
                border-bottom: 1px solid #ece8e0;
            }

            .navbar-nav .nav-link::after {
                display: none;
            }

            .navbar-nav .nav-link:hover,
            .navbar-nav .nav-link.active {
                background: rgba(169, 70, 59, 0.08);
                border-bottom-color: rgba(169, 70, 59, 0.18);
            }

            .navbar-nav .dropdown-menu {
                min-width: 100%;
                box-shadow: none;
                margin: 0;
                border: 0;
                border-radius: 0;
                background: #f7f4ee;
                padding: 0;
                backdrop-filter: none;
            }

            .navbar-nav .dropdown-item {
                width: 100%;
                padding: 0.9rem 1rem;
                border-radius: 0;
                transform: none !important;
            }

            .navbar-nav .dropdown-item + .dropdown-item {
                margin-top: 0;
                border-top: 1px solid #e7e1d6;
            }

            .navbar-nav .dropdown > .nav-link {
                justify-content: space-between;
            }

            .navbar-nav .dropdown.show > .nav-link {
                margin-bottom: 0;
            }

            .nav-submenu {
                min-width: 100%;
                background-image: none;
            }

            .nav-submenu .dropdown-item {
                grid-template-columns: 2rem minmax(0, 1fr);
                gap: 0.62rem;
                border-color: transparent;
                background: transparent;
            }

            .nav-submenu .dropdown-item:hover,
            .nav-submenu .dropdown-item:focus-visible {
                transform: none;
            }

            .nav-submenu .submenu-divider {
                margin: 0;
                border-top: 1px solid #e1dbd1;
            }

            .submenu-icon {
                width: 1.85rem;
                height: 1.85rem;
                font-size: 0.85rem;
            }

            .submenu-copy small {
                font-size: 0.72rem;
            }

            .navbar-collapse > .d-flex.align-items-center {
                margin-top: 0;
                padding: 0.85rem 1rem 0.85rem;
                border-top: 1px solid #e1dbd1;
                justify-content: flex-start;
            }

            .navbar-util {
                gap: 0.7rem;
            }

            .navbar-util a {
                width: 2.9rem;
                height: 2.9rem;
                font-size: 1.24rem;
                border-radius: 0.7rem;
                border: 1px solid #e2ddd3;
                background: #fff;
            }
        }

        @media (max-width: 767.98px) {
            body {
                padding-top: calc(4.4rem + 3px + env(safe-area-inset-top, 0px));
            }

            .navbar-collapse {
                top: calc(4.15rem + 3px + env(safe-area-inset-top, 0px));
                max-height: calc(100vh - (4.15rem + 3px + env(safe-area-inset-top, 0px)));
                padding-left: 0;
                padding-right: 0;
            }

            .section {
                padding: 3rem 0;
            }

            .section-title::before,
            .section-title-sm::before {
                width: 24px;
                margin-bottom: 0.6rem;
            }

            .event-row {
                flex-wrap: wrap;
                gap: 0.75rem;
                padding: 0.95rem;
            }

            .event-button {
                margin-left: 0;
                width: 100%;
            }

            .event-button .btn {
                width: 100%;
            }

            .more-events,
            .text-end {
                text-align: left !important;
            }

            .products-head {
                flex-direction: column;
                align-items: center;
                gap: 0.85rem;
                margin-bottom: 0.95rem;
            }

            .products-head-text {
                text-align: center;
            }

            .products-head-text .section-title::before {
                margin-left: auto;
                margin-right: auto;
            }

            .product-switch {
                justify-content: center;
            }

            .product-filter-btn {
                white-space: nowrap;
            }

            .cart-panel {
                top: 4.85rem;
                right: 0.5rem;
                left: 0.5rem;
                width: auto;
                bottom: 0.5rem;
                max-height: none;
                height: auto;
                padding: 0.85rem 0.8rem 0.8rem;
                border-radius: 0.75rem;
            }

            .cart-head {
                margin-bottom: 0.65rem;
                padding-bottom: 0.6rem;
            }

            .cart-head h4 {
                font-size: 1.02rem;
            }

            .cart-close {
                width: 2.15rem;
                height: 2.15rem;
                font-size: 1rem;
            }

            .cart-item {
                display: grid;
                grid-template-columns: 56px minmax(0, 1fr) auto;
                gap: 0.68rem;
                align-items: start;
                padding-bottom: 0.6rem;
            }

            .cart-item img {
                width: 56px;
                height: 78px;
            }

            .cart-item-remove {
                width: 2rem;
                height: 2rem;
                margin-left: 0;
                border-radius: 0.45rem;
                font-size: 1.2rem;
                line-height: 1;
                padding: 0;
            }

            .cart-item-title {
                font-size: 0.98rem;
                line-height: 1.25;
            }

            .cart-item-meta {
                font-size: 0.88rem;
            }

            .cart-summary {
                margin-top: 0.65rem;
                padding-top: 0.75rem;
            }

            .cart-summary-row {
                font-size: 0.96rem;
            }

            .cart-summary-row strong {
                margin-left: 0.6rem;
            }

            .cart-actions {
                grid-template-columns: 1fr;
                gap: 0.55rem;
                margin-top: 0.85rem;
                padding-top: 0.2rem;
            }

            .cart-actions .btn {
                min-height: 2.75rem;
                font-size: 0.8rem;
                letter-spacing: 0.03em;
            }

            .login-panel {
                top: 4.85rem;
                left: 0.5rem;
                right: 0.5rem;
                width: auto;
                transform: translateY(-8px);
                padding: 0.9rem;
            }

            .login-overlay.active .login-panel {
                transform: translateY(0);
            }

            .login-actions {
                flex-direction: column;
                align-items: stretch;
                gap: 0.65rem;
            }

            .btn-login-submit {
                width: 100%;
            }

            .login-links {
                text-align: center;
                font-size: 0.95rem;
            }

            .login-links-group {
                justify-content: center;
            }

            /* Horizontal scroll carousel on mobile */
            .row-scroll-mobile {
                flex-wrap: nowrap !important;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
                padding-bottom: 0.75rem;
                margin-left: -0.25rem;
                margin-right: -0.25rem;
                padding-left: 0.25rem;
                padding-right: 1rem;
            }

            .row-scroll-mobile::-webkit-scrollbar {
                display: none;
            }

            .row-scroll-mobile > * {
                flex: 0 0 78% !important;
                width: 78% !important;
                max-width: none !important;
                scroll-snap-align: start;
            }

        }

/* ===== Bootstrap-first Blog Pages ===== */
.blog-listing-bootstrap,
.blog-post-bootstrap {
    background: #f8f8f6;
}

.blog-header-bs {
    padding-top: clamp(5.5rem, 8.6vw, 6.6rem);
}

.blog-header-art-bs {
    min-height: 176px;
    border: 1px solid #e6e2da;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        url('../img/bwt/onas_2.jpg');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    opacity: 0.58;
}

.blog-listing-bootstrap .blog-cat-btn {
    position: relative;
    font-weight: 500;
    font-size: 0.98rem;
    line-height: 1.35;
    color: #1f2833;
    border-left: 0 !important;
    border-color: transparent !important;
    background: transparent !important;
    padding: 0.7rem 1rem 0.7rem 1.9rem;
    box-shadow: none !important;
}

.blog-listing-bootstrap .blog-cat-btn.active {
    color: #b53a2e !important;
    background: transparent !important;
    border-color: transparent !important;
    font-weight: 700;
    box-shadow: none !important;
}

.blog-listing-bootstrap .blog-cat-btn.active::before {
    content: "";
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 34px;
    border-radius: 3px;
    background: #b53a2e;
}

.blog-listing-bootstrap .blog-cat-btn:hover {
    background: transparent !important;
    color: #202a35 !important;
}

.blog-listing-bootstrap .blog-sidebar-shell,
.blog-listing-bootstrap .blog-promo-shell,
.blog-post-bootstrap .blog-sidebar-shell {
    border: 1px solid #e9e5de !important;
    border-radius: 0.8rem;
    background: #fff;
    box-shadow: none !important;
}

.blog-listing-bootstrap .blog-sidebar-shell .list-group {
    padding: 0 0.85rem 1.1rem;
}

.blog-post-bootstrap .blog-sidebar-shell .card-body {
    background: #fff;
}

.blog-listing-bootstrap .blog-sidebar-shell h2 {
    letter-spacing: 0.06em;
    color: #131a22;
    font-size: 0.95rem;
}

.blog-listing-bootstrap .blog-promo-cover-bs {
    max-width: 196px;
    border-radius: 0.35rem;
    box-shadow: 0 10px 18px rgba(8, 10, 12, 0.12);
}

.blog-listing-bootstrap .blog-promo-shell .card-body {
    padding-top: 1.65rem !important;
    padding-bottom: 1.6rem !important;
}

.blog-listing-bootstrap .blog-promo-shell p {
    line-height: 1.4;
    max-width: 17ch;
    color: #1c2530;
    font-size: 0.94rem;
    margin-left: auto;
    margin-right: auto;
}

.blog-listing-bootstrap .blog-promo-btn {
    width: 100%;
    max-width: 210px;
    border-radius: 0.45rem;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    min-height: 3.15rem;
    background: #c6382f;
    border-color: #c6382f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.blog-listing-bootstrap .blog-promo-btn:hover {
    background: #a92f28;
    border-color: #a92f28;
}

.blog-listing-bootstrap .blog-entry-card {
    border: 1px solid #e3dfd7 !important;
    border-radius: 0.55rem;
    overflow: hidden;
}

.blog-listing-bootstrap .blog-entry-image {
    min-height: 170px;
}

.blog-listing-bootstrap .blog-entry-category {
    color: var(--color-brand);
    letter-spacing: 0.08em;
    font-size: 0.68rem;
}

.blog-listing-bootstrap .blog-entry-title {
    font-size: 2.2rem;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.blog-listing-bootstrap .blog-entry-title a:hover {
    color: var(--color-brand) !important;
}

.blog-listing-bootstrap .blog-entry-excerpt {
    font-size: 0.88rem;
    line-height: 1.5;
    max-width: 54ch;
}

.blog-listing-bootstrap .blog-entry-meta {
    font-size: 0.82rem;
}

.blog-listing-bootstrap .blog-range-copy {
    font-size: 0.82rem;
    color: #586575;
}

.blog-listing-bootstrap .blog-sort-select {
    width: 138px;
    font-size: 0.82rem;
    min-height: 2.1rem;
    border-color: #d9d4cb;
}

.blog-listing-bootstrap .pagination .page-link {
    min-width: 2.45rem;
    height: 2.45rem;
    border-color: #dfdbd2;
    color: #2f3947;
    background: #fff;
    border-radius: 0.38rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 1px 0 rgba(22, 25, 31, 0.03);
}

.blog-listing-bootstrap .pagination .page-item.active .page-link {
    background: #bb3a2f;
    border-color: #b53228;
    color: #fff;
    box-shadow: none;
}

.blog-listing-bootstrap .pagination .page-item:not(.active):not(.disabled):not(.page-dots) .page-link:hover {
    background: #faf8f4;
    border-color: #cfc9bd;
    color: #202a35;
}

.blog-listing-bootstrap .pagination .page-item.page-dots .page-link {
    min-width: auto;
    width: auto;
    height: 2.45rem;
    padding-inline: 0.35rem;
    border: 0;
    box-shadow: none;
    background: transparent;
    color: #6f7c8b;
}

.blog-post-bootstrap .blog-post-bs-main {
    padding-top: 0;
    padding-bottom: 2.4rem;
}

.blog-post-bootstrap .blog-post-bs-main > .container {
    padding-top: 1.7rem;
}

.blog-post-bootstrap .breadcrumb {
    font-size: 0.9rem;
}

.blog-post-bootstrap .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    color: #9ba5b2;
}

.blog-post-bootstrap .breadcrumb-item a {
    color: #596674;
    text-decoration: none;
}

.blog-post-bootstrap .breadcrumb-item.active {
    color: #27313d;
}

.blog-post-bootstrap .blog-hero-panel {
    border: 1px solid #e2ddd5 !important;
    border-radius: 0.8rem;
}

.blog-post-bootstrap .blog-post-sidebar-wrap {
    display: grid;
    gap: 0.9rem;
    position: sticky;
    top: 5.8rem;
}

.blog-post-bootstrap .blog-author-summary {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    color: inherit;
}

.blog-post-bootstrap .blog-author-summary img {
    width: 96px;
    height: 122px;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 1px solid #d9d4ca;
}

.blog-post-bootstrap .blog-author-summary strong {
    display: block;
    color: #1f2935;
    font-size: 1.5rem;
    line-height: 1.08;
    margin-bottom: 0.4rem;
}

.blog-post-bootstrap .blog-author-summary p {
    margin: 0;
    color: #5b6777;
    line-height: 1.5;
}

.blog-post-bootstrap .blog-post-article {
    max-width: 100%;
}

.blog-post-bootstrap .blog-post-breadcrumb {
    margin-bottom: 1.1rem;
}

.blog-post-bootstrap .blog-post-breadcrumb .breadcrumb {
    font-size: 0.9rem;
}

.blog-post-bootstrap .blog-post-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    color: #9ba5b2;
}

.blog-post-bootstrap .blog-post-breadcrumb .breadcrumb-item a {
    color: #596674;
    text-decoration: none;
}

.blog-post-bootstrap .blog-post-breadcrumb .breadcrumb-item.active {
    color: #27313d;
}

.blog-post-bootstrap .blog-sidebar-shell .card-body {
    padding: 1.25rem !important;
}

.blog-post-bootstrap .blog-post-title-bs {
    font-size: clamp(2.4rem, 4.1vw, 3.35rem);
    line-height: 1.04;
    letter-spacing: -0.02em;
}

.blog-post-bootstrap .blog-post-section-head-bs {
    margin-bottom: 0.5rem !important;
}

.blog-post-bootstrap .blog-post-section-head-bs::before {
    width: 24px;
    height: 1px;
    background: var(--color-brand);
    opacity: 1;
    margin-bottom: 0.55rem;
}

.blog-post-bootstrap .blog-post-bs-cover {
    max-height: 460px;
    object-fit: cover;
}

.blog-post-bootstrap .blog-post-bs-content p {
    color: #35404e;
    font-size: 0.94rem;
    line-height: 1.66;
}

.blog-post-bootstrap .blog-post-bs-content .blog-post-lead-bs {
    font-size: 1.04rem;
    line-height: 1.62;
}

.blog-post-bootstrap .blog-post-bs-content h2 {
    line-height: 1.22;
    font-size: 1.65rem;
}

.blog-post-bootstrap .blog-post-quote-bs {
    background: #f8f5f1 !important;
    border-color: #e4dfd7 !important;
}

.blog-post-bootstrap .blog-post-quote-bs p {
    font-size: 1.08rem;
    color: #4b5666;
}

.blog-post-bootstrap .blog-share-btn {
    width: auto;
    height: auto;
    padding: 0.05rem 0.2rem;
    border: 0 !important;
    background: transparent !important;
    color: #151e29;
}

.blog-post-bootstrap .blog-author-photo-bs {
    width: 108px;
    height: 108px;
    object-fit: cover;
}

.blog-post-bootstrap .blog-author-name-bs {
    font-size: 1.75rem;
    line-height: 1.15;
    font-weight: 800;
}

.blog-post-bootstrap .blog-author-cta-bs {
    min-height: 2.75rem;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}

.blog-post-bootstrap .blog-latest-bs-thumb {
    width: 92px;
    height: 68px;
    object-fit: cover;
}

.blog-post-bootstrap .blog-latest-bs-item strong {
    color: #26303c;
    font-size: 0.98rem;
    line-height: 1.3;
}

.blog-post-bootstrap .blog-latest-bs-item:hover strong {
    color: var(--color-brand);
}

.blog-post-bootstrap .blog-post-related a {
    color: #b73e31;
}

.blog-post-bootstrap .blog-related-card {
    border: 1px solid #e3dfd7 !important;
    border-radius: 0.65rem;
    overflow: hidden;
}

.blog-post-bootstrap .blog-related-card img {
    height: 150px;
    object-fit: cover;
}

.blog-post-bootstrap .blog-related-card .card-body {
    padding: 0.9rem;
}

@media (max-width: 991.98px) {
    .blog-listing-bootstrap .blog-entry-image {
        min-height: 200px;
    }

    .blog-listing-bootstrap .blog-entry-title {
        font-size: 1.65rem;
    }

    .blog-post-bootstrap .blog-author-summary strong {
        font-size: 1.25rem;
    }

    .blog-post-bootstrap .blog-post-sidebar-wrap {
        position: static;
    }

    .blog-post-bootstrap .blog-post-bs-main > .container {
        padding-top: 1.35rem;
    }
}

@media (max-width: 767.98px) {
    .blog-header-bs {
        padding-top: 5.2rem;
    }

    .blog-header-art-bs {
        min-height: 120px;
    }

    .blog-listing-bootstrap .blog-promo-cover-bs {
        max-width: 140px;
    }

    .blog-post-bootstrap .blog-post-title-bs {
        font-size: clamp(1.9rem, 8.4vw, 2.6rem);
    }

    .blog-listing-bootstrap .blog-entry-title {
        font-size: 1.45rem;
    }

    .blog-post-bootstrap .blog-author-summary {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 0.75rem;
    }

    .blog-post-bootstrap .blog-author-summary img {
        width: 76px;
        height: 98px;
    }

    .blog-post-bootstrap .blog-post-bs-main > .container {
        padding-top: 1.1rem;
    }
}

/* ===== Bootstrap Contact Page ===== */
.contact-page-bootstrap {
    background: #f8f8f6;
}

/* ===== Events Listing Page ===== */
.events-listing-page {
    background: #f8f8f6;
}

.events-listing-page .shop-cat-hero {
    padding-top: 0;
    background: #f8f8f6;
    border-color: #ece7df !important;
}

.events-listing-page .shop-cat-hero .container {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
}

.events-listing-page .shop-cat-hero .row {
    align-items: flex-end !important;
}

.events-listing-page .shop-cat-hero-art {
    min-height: 250px;
    background-image: url('../img/bwt/contact-hero-lineart.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.events-listing-page .events-hero {
    position: relative;
    padding: 2.2rem 0 2.5rem;
    border-color: #e8e3da !important;
    background-image:
        linear-gradient(90deg, rgba(11, 18, 28, 0.9) 0%, rgba(11, 18, 28, 0.62) 45%, rgba(11, 18, 28, 0.2) 100%),
        url('../img/bwt/large_20250611132646.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.events-listing-page .events-hero .breadcrumb {
    font-size: 0.9rem;
}

.events-listing-page .events-hero .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    color: rgba(227, 236, 247, 0.7);
}

.events-listing-page .events-hero .breadcrumb-item a {
    color: rgba(228, 237, 247, 0.88);
    text-decoration: none;
}

.events-listing-page .events-hero .breadcrumb-item.active {
    color: #ffffff;
}

.events-listing-page .events-hero .section-label {
    color: #d65a4f;
}

.events-listing-page .events-hero .section-title {
    color: #fff;
    max-width: 16ch;
    margin-bottom: 0.9rem;
}

.events-listing-page .events-hero-copy {
    max-width: 38ch;
    font-size: 1.13rem;
    color: rgba(233, 240, 248, 0.95);
    line-height: 1.55;
}

.events-listing-page .events-main {
    padding-top: 1.9rem;
}

.events-listing-page .events-main-title {
    margin: 0;
    font-size: clamp(1.9rem, 3.3vw, 2.85rem);
    letter-spacing: -0.02em;
}

.events-listing-page .events-filter-btn {
    min-height: 2.05rem;
    border: 1px solid #dcd8cf;
    background: #fff;
    color: #2a3442;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 800;
    padding-inline: 0.78rem;
}

.events-listing-page .events-filter-btn.active {
    background: #bc352b;
    border-color: #ab2e25;
    color: #fff;
}

.events-listing-page .events-sort-select {
    width: 128px;
    min-height: 2.1rem;
    font-size: 0.84rem;
    border-color: #d8d2c9;
}

.events-listing-page .events-item-card {
    border: 1px solid #e5e0d8 !important;
    border-radius: 0.55rem;
    background: #fff;
}

.events-listing-page .events-date-badge {
    width: 74px;
    border: 1px solid #dfd8cf;
    border-radius: 0.5rem;
    background: #fff;
    text-align: center;
    padding: 0.45rem 0.28rem 0.4rem;
}

.events-listing-page .events-date-badge .day {
    display: block;
    color: #b2332a;
    font-size: 1.85rem;
    line-height: 1;
    font-weight: 800;
}

.events-listing-page .events-date-badge .month {
    display: block;
    margin-top: 0.2rem;
    color: #4f5d70;
    font-size: 0.67rem;
    letter-spacing: 0.06em;
    font-weight: 800;
}

.events-listing-page .events-date-badge .time {
    display: block;
    margin-top: 0.52rem;
    padding-top: 0.45rem;
    border-top: 1px solid #ebe6de;
    color: #1f2935;
    font-size: 0.95rem;
    font-weight: 800;
}

.events-listing-page .events-item-thumb {
    width: 100%;
    height: 146px;
    object-fit: cover;
    border-radius: 0.45rem;
    border: 1px solid #dfdbd4;
    display: block;
}

.events-listing-page .events-item-type {
    color: #b43a2f;
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.events-listing-page .events-item-title {
    margin: 0;
    color: #1f2935;
    font-size: 2rem;
    line-height: 1.14;
    letter-spacing: -0.01em;
}

.events-listing-page .events-item-perex {
    color: #4e5a6a;
    font-size: 0.94rem;
    line-height: 1.56;
}

.events-listing-page .events-item-meta {
    display: grid;
    gap: 0.2rem;
    color: #5d6978;
    font-size: 0.87rem;
}

.events-listing-page .events-item-meta i {
    margin-right: 0.34rem;
    color: #b1372d;
}

.events-listing-page .events-item-btn {
    min-width: 124px;
    min-height: 2.45rem;
    border-color: #cfcac2;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.events-listing-page .events-pagination .page-link {
    min-width: 2.45rem;
    height: 2.45rem;
    border-color: #dfdbd2;
    color: #2f3947;
    background: #fff;
    border-radius: 0.38rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 1px 0 rgba(22, 25, 31, 0.03);
}

.events-listing-page .events-pagination .page-item.active .page-link {
    background: #bb3a2f;
    border-color: #b53228;
    color: #fff;
}

.events-listing-page .events-pagination .page-item.page-dots .page-link {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.events-listing-page .events-sidebar-card {
    border: 1px solid #e2ddd5 !important;
    border-radius: 0.75rem;
    background: #fff;
}

.events-listing-page .events-upcoming-item {
    display: grid;
    grid-template-columns: 50px 64px minmax(0, 1fr);
    gap: 0.68rem;
    color: inherit;
}

.events-listing-page .events-upcoming-date {
    border: 1px solid #ddd6cd;
    border-radius: 0.42rem;
    text-align: center;
    padding-top: 0.22rem;
}

.events-listing-page .events-upcoming-date .day {
    display: block;
    color: #b2332a;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

.events-listing-page .events-upcoming-date .month {
    display: block;
    color: #4f5d70;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    font-weight: 800;
    margin-top: 0.15rem;
}

.events-listing-page .events-upcoming-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 0.35rem;
}

.events-listing-page .events-upcoming-copy strong {
    display: block;
    color: #1f2935;
    font-size: 0.92rem;
    line-height: 1.35;
}

.events-listing-page .events-upcoming-copy small {
    display: block;
    color: #657182;
    font-size: 0.78rem;
}

.blog-post-bootstrap .events-sidebar-card {
    border: 1px solid #e2ddd5 !important;
    border-radius: 0.75rem;
    background: #fff;
}

.blog-post-bootstrap .events-upcoming-item {
    display: grid;
    grid-template-columns: 50px 64px minmax(0, 1fr);
    gap: 0.68rem;
    color: inherit;
}

.blog-post-bootstrap .events-upcoming-date {
    border: 1px solid #ddd6cd;
    border-radius: 0.42rem;
    text-align: center;
    padding-top: 0.22rem;
}

.blog-post-bootstrap .events-upcoming-date .day {
    display: block;
    color: #b2332a;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

.blog-post-bootstrap .events-upcoming-date .month {
    display: block;
    color: #4f5d70;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    font-weight: 800;
    margin-top: 0.15rem;
}

.blog-post-bootstrap .events-upcoming-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 0.35rem;
}

.blog-post-bootstrap .events-upcoming-copy strong {
    display: block;
    color: #1f2935;
    font-size: 0.92rem;
    line-height: 1.35;
}

.blog-post-bootstrap .events-upcoming-copy small {
    display: block;
    color: #657182;
    font-size: 0.78rem;
}

.events-listing-page .events-newsletter-card {
    border-radius: 0.75rem;
    background: linear-gradient(130deg, #b3322a, #8f1f1e 58%, #1a2230);
    color: #fff;
}

.events-listing-page .events-newsletter-card h3 {
    margin: 0 0 0.5rem;
    font-size: 2rem;
}

.events-listing-page .events-newsletter-card p {
    color: rgba(241, 247, 255, 0.9);
    margin-bottom: 0.9rem;
}

.events-listing-page .blog-latest-bs-thumb {
    width: 92px;
    height: 68px;
    object-fit: cover;
}

.events-listing-page .blog-latest-bs-item strong {
    color: #26303c;
    font-size: 0.98rem;
    line-height: 1.3;
}

.events-listing-page .blog-latest-bs-item:hover strong {
    color: var(--color-brand);
}

.events-listing-page .events-newsletter-form {
    display: grid;
    gap: 0.65rem;
}

.events-listing-page .events-newsletter-form .form-control {
    min-height: 2.7rem;
    border: 0;
}

.events-listing-page .events-map-lite {
    margin-top: 1rem;
    height: 130px;
    border: 1px dashed #ddd6cc;
    border-radius: 0.45rem;
    background:
        linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
        url('../img/bwt/contact-hero-lineart.png') center/contain no-repeat;
}

/* ===== About Page BWT ===== */
.about-page-bwt {
    background: #f8f8f6;
}

.about-page-bwt .about-hero {
    border-color: #ece7df !important;
    background: #f8f8f6;
}

.about-page-bwt .about-hero .container {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
}

.about-page-bwt .breadcrumb {
    font-size: 0.9rem;
}

.about-page-bwt .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    color: #9ba5b2;
}

.about-page-bwt .breadcrumb-item a {
    color: #596674;
    text-decoration: none;
}

.about-page-bwt .breadcrumb-item.active {
    color: #27313d;
}

.about-page-bwt .about-hero-copy {
    max-width: 42ch;
    color: #394553;
    font-size: 1.02rem;
    line-height: 1.64;
}

.about-page-bwt .about-hero-art {
    min-height: 360px;
    border-left: 1px solid #ebe8e2;
    background-image:
        linear-gradient(90deg, rgba(248, 248, 246, 0.94) 0%, rgba(248, 248, 246, 0.58) 34%, rgba(248, 248, 246, 0.1) 66%),
        url('../img/bwt/large_20250611132646.jpg');
    background-size: cover;
    background-position: center;
}

.about-page-bwt .about-story {
    padding-top: 2.1rem;
}

.about-page-bwt .about-story p {
    color: #3f4a59;
    line-height: 1.62;
}

.about-page-bwt .about-story-points {
    display: grid;
    gap: 1rem;
    margin-top: 1.15rem;
}

.about-page-bwt .about-story-point {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0.7rem;
    align-items: start;
}

.about-page-bwt .about-story-point i {
    color: #b4382d;
    font-size: 1.35rem;
}

.about-page-bwt .about-story-point h3 {
    margin: 0 0 0.2rem;
    font-size: 1.25rem;
}

.about-page-bwt .about-story-point p {
    margin: 0;
    color: #5d6979;
    font-size: 0.92rem;
}

.about-page-bwt .about-story-visual img {
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #e4dfd8;
    display: block;
}

.about-page-bwt .about-stats-grid {
    margin-top: 0.8rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
}

.about-page-bwt .about-stat-box {
    border: 1px solid #dfdad1;
    border-radius: 0.42rem;
    background: #fff;
    text-align: center;
    padding: 0.7rem 0.35rem;
}

.about-page-bwt .about-stat-box strong {
    display: block;
    font-size: 2.3rem;
    line-height: 1;
    color: #b2372c;
}

.about-page-bwt .about-stat-box span {
    display: block;
    margin-top: 0.2rem;
    color: #626f7f;
    font-size: 0.82rem;
}

.about-page-bwt .about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #e4dfd7;
    border-radius: 0.5rem;
    background: #fff;
}

.about-page-bwt .about-value-item {
    padding: 1rem 1rem 1.1rem;
    text-align: center;
}

.about-page-bwt .about-value-item + .about-value-item {
    border-left: 1px solid #e9e3da;
}

.about-page-bwt .about-value-item i {
    color: #bc3a2f;
    font-size: 1.75rem;
}

.about-page-bwt .about-value-item h3 {
    margin: 0.55rem 0 0.45rem;
    font-size: 1.16rem;
}

.about-page-bwt .about-value-item p {
    margin: 0;
    color: #5c6777;
    font-size: 0.9rem;
    line-height: 1.55;
}

.about-page-bwt .about-team-card {
    border: 1px solid #e3ddd4;
    border-radius: 0.45rem;
    overflow: hidden;
    background: #fff;
}

.about-page-bwt .about-team-card img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    display: block;
}

.about-page-bwt .about-team-card-body {
    text-align: center;
    padding: 0.75rem 0.65rem 0.6rem;
}

.about-page-bwt .about-team-card-body h3 {
    margin: 0;
    font-size: 0.95rem;
}

.about-page-bwt .about-team-card-body p {
    margin: 0.25rem 0 0.55rem;
    color: #687384;
    font-size: 0.82rem;
}

.about-page-bwt .about-team-card-body .team-social {
    font-size: 1.05rem;
    color: #1f2935;
}

.about-page-bwt .about-review-card {
    height: 100%;
    border: 1px solid #e2ddd5;
    border-radius: 0.45rem;
    background: #fff;
    padding: 0.95rem;
}

.about-page-bwt .about-review-card .stars {
    color: #b8352c;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    margin-bottom: 0.6rem;
}

.about-page-bwt .about-review-card p {
    margin: 0 0 0.75rem;
    color: #3f4b5a;
    line-height: 1.6;
}

.about-page-bwt .about-review-card .author {
    color: #5e6b7a;
    font-size: 0.88rem;
}

.about-page-bwt .about-gallery-grid {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-page-bwt .about-gallery-grid img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    border-radius: 0.42rem;
    border: 1px solid #e3ddd4;
}

.about-page-bwt .about-cta-band {
    padding: 1rem 0;
    background: linear-gradient(130deg, #b43229, #8e201f 56%, #1a2230);
    color: #fff;
}

.about-page-bwt .about-cta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.6rem;
}

.about-page-bwt .about-cta-copy {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.about-page-bwt .about-cta-copy i {
    font-size: 1.8rem;
}

.about-page-bwt .about-cta-copy h3 {
    margin: 0;
    color: #fff;
    font-size: 1.95rem;
}

.about-page-bwt .about-cta-copy p {
    margin: 0.2rem 0 0;
    color: rgba(245, 249, 255, 0.88);
}

.about-page-bwt .about-cta-actions {
    display: flex;
    gap: 0.55rem;
}

.about-page-bwt .about-newsletter-strip {
    background: #f8f8f6;
    border-top: 1px solid #e6e0d7;
    padding: 1rem 0;
}

.about-page-bwt .about-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.about-page-bwt .about-newsletter-inner h3 {
    margin: 0;
    font-size: 2rem;
}

.about-page-bwt .about-newsletter-inner p {
    margin: 0.22rem 0 0;
    color: #5a6778;
}

.about-page-bwt .about-newsletter-form {
    width: min(560px, 100%);
    display: flex;
    gap: 0.55rem;
}

.about-page-bwt .about-newsletter-form input {
    flex: 1;
    min-height: 3rem;
    border: 1px solid #d7d0c6;
    border-radius: 0.35rem;
    padding: 0 0.9rem;
}

.about-page-bwt .about-newsletter-form button {
    min-width: 140px;
    border: 0;
    border-radius: 0.35rem;
    background: #111c2a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.03em;
}

@media (max-width: 991.98px) {
    .events-listing-page .events-item-title {
        font-size: 1.55rem;
    }

    .events-listing-page .events-item-btn {
        width: 100%;
        margin-top: 0.35rem;
    }

    .about-page-bwt .about-hero-art {
        min-height: 280px;
    }

    .about-page-bwt .about-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page-bwt .about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page-bwt .about-value-item:nth-child(3),
    .about-page-bwt .about-value-item:nth-child(4) {
        border-top: 1px solid #e9e3da;
    }

    .about-page-bwt .about-value-item:nth-child(3) {
        border-left: 0;
    }

    .about-page-bwt .about-cta-wrap,
    .about-page-bwt .about-newsletter-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-page-bwt .about-newsletter-form {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .events-listing-page .events-hero {
        padding-top: 1.6rem;
        padding-bottom: 2rem;
    }

    .events-listing-page .events-hero .section-title {
        font-size: clamp(2rem, 8.4vw, 2.6rem);
    }

    .events-listing-page .events-item-thumb {
        height: 170px;
    }

    .events-listing-page .events-item-card .row.g-3.align-items-start > .col > .row.g-3.align-items-start {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 0.75rem;
        align-items: start;
    }

    .events-listing-page .events-item-media {
        width: 112px;
    }

    .events-listing-page .events-item-content {
        min-width: 0;
    }

    .events-listing-page .events-item-thumb {
        height: 92px;
        border-radius: 0.45rem;
    }

    .events-listing-page .events-item-btn {
        margin-top: 0.55rem;
        font-size: 0.8rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .events-listing-page .events-item-title {
        font-size: 1.2rem;
        line-height: 1.25;
    }

    .events-listing-page .events-item-meta {
        font-size: 0.88rem;
    }

    .events-listing-page .events-upcoming-item {
        grid-template-columns: 48px 56px minmax(0, 1fr);
    }

    .events-listing-page .events-upcoming-item img {
        width: 56px;
        height: 56px;
    }

    .about-page-bwt .about-hero .container {
        padding-top: 0.75rem !important;
    }

    .about-page-bwt .about-hero-art {
        min-height: 160px;
        border-left: 0;
    }

    .about-page-bwt .about-hero-copy {
        font-size: 0.96rem;
        line-height: 1.58;
    }

    .about-page-bwt .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-page-bwt .about-value-item + .about-value-item {
        border-left: 0;
        border-top: 1px solid #e9e3da;
    }

    .about-page-bwt .about-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page-bwt .about-gallery-grid img {
        height: 128px;
    }

    .about-page-bwt .about-cta-actions {
        width: 100%;
        flex-direction: column;
    }

    .about-page-bwt .about-cta-copy {
        align-items: flex-start;
    }

    .about-page-bwt .about-cta-copy h3 {
        font-size: 1.35rem;
    }

    .about-page-bwt .about-cta-copy p {
        font-size: 0.92rem;
    }

    .about-page-bwt .about-cta-actions .btn {
        width: 100%;
    }

    .about-page-bwt .about-newsletter-inner h3 {
        font-size: 1.35rem;
    }

    .about-page-bwt .about-newsletter-inner p {
        font-size: 0.92rem;
    }

    .about-page-bwt .about-newsletter-form {
        flex-direction: column;
    }

    .about-page-bwt .about-newsletter-form button {
        width: 100%;
    }
}

.contact-page-bootstrap .section-label {
    color: #b33b30;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-page-bootstrap .section-title {
    font-size: clamp(2.05rem, 3.9vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 0.7rem;
}

.contact-page-bootstrap .contact-hero-bs {
    padding-top: 0;
    padding-bottom: 2.35rem;
    background: #f8f8f6;
    border-color: #ebe7e0 !important;
}

.contact-page-bootstrap .contact-hero-bs .container {
    padding-top: 1rem !important;
}

.contact-page-bootstrap .contact-hero-copy {
    color: #36404d;
    max-width: 40ch;
    font-size: 1.02rem;
    line-height: 1.65;
}

.contact-page-bootstrap .contact-hero-art-bs {
    min-height: 245px;
    border-radius: 0;
    background-image: url('../img/bwt/contact-hero-lineart.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-page-bootstrap .contact-breadcrumb-bs {
    background: #fbfbf9;
    border-color: #ebe7e0 !important;
}

.contact-page-bootstrap .contact-breadcrumb-bs .container {
    padding-top: 1.12rem;
    padding-bottom: 1.12rem;
}

.contact-page-bootstrap .breadcrumb {
    font-size: 0.9rem;
}

.contact-page-bootstrap .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    color: #9aa4b2;
}

.contact-page-bootstrap .breadcrumb-item a {
    text-decoration: none;
    color: #596674;
}

.contact-page-bootstrap .breadcrumb-item.active {
    color: #2a3440;
}

.contact-page-bootstrap .contact-main-bs {
    padding-top: 2.9rem;
    padding-bottom: 3.35rem;
    background: #fff;
}

.contact-page-bootstrap .contact-main-title {
    font-size: clamp(1.95rem, 2.85vw, 2.85rem);
    line-height: 1.12;
    margin-bottom: 2.25rem;
}

.contact-page-bootstrap .contact-info-stack-bs {
    display: grid;
    gap: 1.9rem;
}

.contact-page-bootstrap .contact-info-row-bs {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-page-bootstrap .contact-info-icon-bs {
    width: 3.3rem;
    height: 3.3rem;
    border: 1px solid #ece8e1;
    border-radius: 0.6rem;
    background: #f5f4f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b1372d;
    font-size: 1.48rem;
    flex-shrink: 0;
}

.contact-page-bootstrap .contact-info-copy-bs h3 {
    font-size: 1.58rem;
    line-height: 1.2;
    margin: 0 0 0.45rem;
}

.contact-page-bootstrap .contact-main-line {
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: #1e2733;
    font-size: 0.98rem;
}

.contact-page-bootstrap .contact-sub-line {
    margin: 0;
    color: #697582;
    line-height: 1.58;
    font-size: 0.95rem;
}

.contact-page-bootstrap .contact-socials-bs {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    margin-top: 0.38rem;
}

.contact-page-bootstrap .contact-socials-bs a {
    color: #0f1823;
    font-size: 1.3rem;
    text-decoration: none;
}

.contact-page-bootstrap .contact-socials-bs a:hover {
    color: #b33b30;
}

.contact-page-bootstrap .contact-form-shell-bs {
    border-left: 1px solid #ebe6df;
    padding-left: clamp(1.8rem, 4.3vw, 4.5rem);
}

.contact-page-bootstrap .contact-form-bs .form-label {
    font-size: 0.94rem;
    font-weight: 700;
    color: #222c38;
    margin-bottom: 0.52rem;
}

.contact-page-bootstrap .contact-form-bs .form-label span {
    color: #b63a2e;
}

.contact-page-bootstrap .contact-form-bs .form-control,
.contact-page-bootstrap .contact-form-bs .form-select {
    min-height: 3.05rem;
    border-color: #ddd9d2;
    border-radius: 0.45rem;
    font-size: 0.95rem;
    padding-inline: 0.9rem;
    box-shadow: none !important;
    background-color: #fff;
}

.contact-page-bootstrap .contact-form-bs textarea.form-control {
    min-height: 11.6rem;
    resize: vertical;
    padding-top: 0.85rem;
}

.contact-page-bootstrap .contact-form-bs .form-control::placeholder {
    color: #939eab;
}

.contact-page-bootstrap .contact-form-bs .form-check {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
}

.contact-page-bootstrap .contact-form-bs .form-check-input {
    margin-top: 0.14rem;
    border-color: #cdc8be;
}

.contact-page-bootstrap .contact-form-bs .form-check-label {
    color: #667281;
    line-height: 1.45;
    font-size: 0.9rem;
}

.contact-page-bootstrap .contact-form-bs .form-check-label a {
    color: #b63a2e;
    text-decoration: none;
}

.contact-page-bootstrap .btn-contact-send-bs {
    min-height: 3.15rem;
    border-radius: 0.32rem;
    border: 1px solid #a52f26;
    background: linear-gradient(90deg, #b7332a, #a9251f);
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.04em;
    font-size: 0.9rem;
}

.contact-page-bootstrap .btn-contact-send-bs:hover {
    color: #fff;
    background: linear-gradient(90deg, #a52d25, #921f19);
    border-color: #97261e;
}

.contact-page-bootstrap .contact-safe-note-bs {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #8a94a1;
}

.contact-page-bootstrap .contact-response-output {
    display: none;
    margin-top: 0.85rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 700;
}

.contact-page-bootstrap .contact-response-output.is-success {
    display: block;
    color: #247447;
}

.contact-page-bootstrap .contact-response-output.is-error {
    display: block;
    color: #b3362c;
}

.contact-page-bootstrap .contact-map-section-bs {
    background: #f8f8f6;
    padding-top: 1.9rem !important;
    padding-bottom: 2.55rem;
}

.contact-page-bootstrap .contact-map-title-bs {
    font-size: clamp(1.95rem, 2.9vw, 2.8rem);
    line-height: 1.12;
    margin-bottom: 1.45rem;
}

.contact-page-bootstrap .contact-map-shell-bs {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #e4e0d9;
    background: #fff;
    min-height: 360px;
}

.contact-page-bootstrap .contact-map-shell-bs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-page-bootstrap .contact-map-shell-bs iframe {
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: 0;
    display: block;
}

.contact-page-bootstrap .contact-map-card-bs {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    background: #fff;
    border-radius: 0.4rem;
    border: 1px solid #e8e3dc;
    box-shadow: 0 6px 18px rgba(17, 24, 35, 0.05);
    padding: 1.55rem 1.55rem 1.45rem;
    min-width: 275px;
}

.contact-page-bootstrap .contact-map-card-bs h3 {
    font-size: 1.95rem;
    line-height: 1.1;
    margin: 0 0 0.5rem;
}

.contact-page-bootstrap .contact-map-card-bs p {
    margin-bottom: 1.1rem;
    color: #536171;
    font-size: 0.98rem;
}

.contact-page-bootstrap .contact-map-card-bs .btn {
    min-height: 2.95rem;
    font-size: 0.92rem;
    border-color: #cb8f87;
    color: #b4362d;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 800;
}

.contact-page-bootstrap .contact-map-card-bs .btn:hover {
    color: #fff;
    background: #b4362d;
    border-color: #b4362d;
}

.contact-page-bootstrap .contact-help-shell-bs {
    border: 1px solid #e7e2db;
    border-radius: 0.5rem;
    background: #fbfbf9;
    padding: 1.95rem 1.7rem 1.55rem;
}

.contact-page-bootstrap .contact-help-shell-bs h2 {
    font-size: clamp(1.95rem, 2.75vw, 2.65rem);
    line-height: 1.12;
    text-align: center;
    margin-bottom: 1.6rem;
}

.contact-page-bootstrap .contact-help-item-bs {
    padding: 1.5rem 1.3rem 1rem;
    text-align: center;
    border-right: 1px solid #e4e0d9;
}

.contact-page-bootstrap .contact-help-item-bs:last-child {
    border-right: 0;
}

.contact-page-bootstrap .contact-help-icon-bs {
    color: #b2382d;
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 0.95rem;
}

.contact-page-bootstrap .contact-help-item-bs h3 {
    font-size: 1.35rem;
    line-height: 1.22;
    margin-bottom: 0.65rem;
}

.contact-page-bootstrap .contact-help-item-bs p {
    color: #5f6d7d;
    line-height: 1.58;
    font-size: 0.92rem;
    margin-bottom: 0;
}

.contact-page-bootstrap .contact-footer-bs {
    margin-top: 3rem;
    padding: 3rem 0 1.4rem;
    color: #ebeff5;
    background:
        radial-gradient(circle at 14% 18%, rgba(29, 57, 90, 0.36), transparent 54%),
        radial-gradient(circle at 81% 7%, rgba(22, 42, 73, 0.35), transparent 48%),
        linear-gradient(120deg, #080d16, #0b1320 52%, #08121f);
}

.contact-page-bootstrap .contact-footer-brand-bs img {
    max-width: 170px;
    height: auto;
    border-radius: 0.2rem;
    filter: brightness(0) invert(1) contrast(1.06);
}

.contact-page-bootstrap .contact-footer-brand-bs p {
    margin-top: 1rem;
    margin-bottom: 1.15rem;
    color: rgba(233, 238, 246, 0.86);
    max-width: 25ch;
    line-height: 1.55;
}

.contact-page-bootstrap .contact-footer-socials-bs {
    display: flex;
    gap: 0.9rem;
}

.contact-page-bootstrap .contact-footer-socials-bs a {
    color: #f4f7fb;
    text-decoration: none;
    font-size: 1.16rem;
}

.contact-page-bootstrap .contact-footer-socials-bs a:hover {
    color: #cfa14f;
}

.contact-page-bootstrap .contact-footer-title-bs {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.95rem;
    font-size: 0.95rem;
    color: #f4f6fb;
    font-weight: 700;
}

.contact-page-bootstrap .contact-footer-list-bs,
.contact-page-bootstrap .contact-footer-contact-bs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.7rem;
}

.contact-page-bootstrap .contact-footer-list-bs a,
.contact-page-bootstrap .contact-footer-contact-bs,
.contact-page-bootstrap .contact-footer-contact-bs a {
    color: rgba(232, 238, 247, 0.9);
    text-decoration: none;
    line-height: 1.5;
}

.contact-page-bootstrap .contact-footer-list-bs a:hover,
.contact-page-bootstrap .contact-footer-contact-bs a:hover {
    color: #ffffff;
}

.contact-page-bootstrap .contact-footer-contact-bs i {
    width: 1.2rem;
    color: #d1a34f;
    margin-right: 0.4rem;
}

.contact-page-bootstrap .contact-footer-bottom-bs {
    margin-top: 2.1rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
    color: rgba(226, 234, 244, 0.72);
}

@media (max-width: 991.98px) {
    .contact-page-bootstrap .contact-form-shell-bs {
        border-left: 0;
        padding-left: 0;
    }

    .contact-page-bootstrap .contact-hero-art-bs {
        min-height: 170px;
    }

    .contact-page-bootstrap .contact-map-card-bs {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        min-width: 0;
    }

    .contact-page-bootstrap .contact-help-item-bs {
        border-right: 0;
        border-bottom: 1px solid #e4e0d9;
    }

    .contact-page-bootstrap .contact-help-item-bs:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .contact-page-bootstrap .contact-hero-bs .container {
        padding-top: 0.85rem !important;
    }
}

@media (max-width: 767.98px) {
    .contact-page-bootstrap .contact-hero-bs {
        padding-top: 0;
    }

    .contact-page-bootstrap .contact-hero-bs .container {
        padding-top: 0.75rem !important;
    }

    .contact-page-bootstrap .contact-hero-copy {
        font-size: 1rem;
    }

    .contact-page-bootstrap .contact-main-bs {
        padding-top: 1.8rem;
    }

    .contact-page-bootstrap .contact-help-shell-bs {
        padding-inline: 1rem;
    }

    .contact-page-bootstrap .contact-help-item-bs {
        padding-inline: 0.7rem;
    }
}

/* ===== Shop Category Page ===== */
.shop-category-page {
    background: #f8f8f6;
}

.shop-category-page .shop-cat-hero {
    padding-top: 0;
    background: #f8f8f6;
    border-color: #ece7df !important;
}

.shop-category-page .shop-cat-hero .container {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
}

.shop-category-page .shop-cat-hero .row {
    align-items: flex-end !important;
}

.shop-category-page .shop-cat-hero .breadcrumb {
    font-size: 0.9rem;
}

.shop-category-page .shop-cat-hero .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    color: #9ba5b2;
}

.shop-category-page .shop-cat-hero .breadcrumb-item a {
    color: #596674;
    text-decoration: none;
}

.shop-category-page .shop-cat-hero .breadcrumb-item.active {
    color: #27313d;
}

.shop-category-page .shop-cat-hero-copy {
    max-width: 48ch;
    color: #394553;
    font-size: 1.02rem;
    line-height: 1.64;
    margin-top: 0.65rem;
    margin-bottom: 1rem;
}

.shop-category-page .shop-cat-hero-art {
    min-height: 250px;
    background-image: url('../img/bwt/contact-hero-lineart.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.shop-category-page .shop-sidebar-box {
    border: 1px solid #e7e2db !important;
    border-radius: 0.65rem;
    box-shadow: none !important;
}

.shop-category-page .shop-side-title {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 800;
    margin-bottom: 1rem;
}

.shop-category-page .shop-cat-btn {
    position: relative;
    padding: 0.52rem 0 0.52rem 1.35rem;
    border: 0 !important;
    background: transparent !important;
    color: #232d39;
    font-weight: 500;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.shop-category-page .shop-cat-btn.active {
    color: #b4372d !important;
    font-weight: 700;
}

.shop-category-page .shop-cat-btn.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 30px;
    border-radius: 4px;
    transform: translateY(-50%);
    background: #b4372d;
}

.shop-category-page .shop-filter-block {
    border-top: 1px solid #ece7df;
    padding-top: 1rem;
    margin-top: 1rem;
}

.shop-category-page .shop-filter-block h3 {
    font-size: 0.98rem;
    margin-bottom: 0.7rem;
}

.shop-category-page .shop-filter-block .form-check {
    margin-bottom: 0.45rem;
}

.shop-category-page .shop-filter-block .form-check-input {
    border-color: #ccc7bf;
}

.shop-category-page .shop-filter-block .form-check-label {
    color: #4f5d6c;
    font-size: 0.93rem;
}

.shop-category-page .shop-price-wrap {
    position: relative;
    padding: 0.6rem 0 0.35rem;
}

.shop-category-page .shop-price-track {
    position: relative;
    height: 4px;
    border-radius: 999px;
    background: #e6e1d9;
}

.shop-category-page .shop-price-track span {
    position: absolute;
    top: 0;
    height: 100%;
    background: #b9372d;
    border-radius: 999px;
}

.shop-category-page .shop-price-wrap input[type="range"] {
    position: absolute;
    left: 0;
    top: 0.38rem;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

.shop-category-page .shop-price-wrap input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: auto;
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: #b9372d;
    box-shadow: 0 0 0 2px #fff;
}

.shop-category-page .shop-price-wrap input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: #b9372d;
    box-shadow: 0 0 0 2px #fff;
}

.shop-category-page .shop-price-values {
    color: #6d7988;
    font-size: 0.84rem;
}

.shop-category-page .shop-reset-btn {
    min-height: 2.6rem;
    border-color: #cfc8bf;
    color: #8d4e49;
    text-transform: uppercase;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.shop-category-page .shop-reset-btn i {
    margin-left: 0.35rem;
}

.shop-category-page .shop-promo-box .card-body {
    padding-top: 1.5rem !important;
}

.shop-category-page .shop-promo-cover {
    width: 100%;
    max-width: 170px;
    border-radius: 0.25rem;
    box-shadow: 0 10px 20px rgba(13, 17, 23, 0.12);
}

.shop-category-page .shop-promo-box p {
    max-width: 15ch;
    margin-inline: auto;
    line-height: 1.45;
}

.shop-category-page .shop-promo-btn {
    width: 100%;
    min-height: 3rem;
    border-radius: 0.35rem;
    background: #ba3029;
    border-color: #a72b25;
}

.shop-category-page .shop-range-copy {
    font-size: 0.85rem;
    color: #5a6676;
}

.shop-category-page .shop-sort-wrap .form-select {
    width: 130px;
    min-height: 2.25rem;
    font-size: 0.86rem;
    border-color: #d8d2c9;
}

.shop-category-page .shop-filter-block-first {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.shop-category-page .shop-genre-select {
    border-color: #d8d2c9;
    min-height: 2.3rem;
    font-size: 0.9rem;
}

.shop-category-page .shop-product-card,
.product-simple-detail-page .shop-product-card {
    position: relative;
    border: 1px solid #e5e0d8;
    border-radius: 0.55rem;
    overflow: hidden;
    background: #fff;
    box-shadow: none !important;
}

.shop-category-page .shop-product-image-wrap,
.product-simple-detail-page .shop-product-image-wrap {
    display: block;
}

.shop-category-page .shop-product-image,
.product-simple-detail-page .shop-product-image {
    border-radius: 0;
}

.shop-product-badges {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    pointer-events: none;
}

.shop-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.35;
    padding: 0.3em 0.65em;
    border-radius: 0.3rem;
    color: #fff;
    background: #253243;
}

.shop-badge-ebook {
    background: #2a6496;
}

.shop-badge-audio {
    background: #1f2937;
}

.shop-badge-preorder {
    background: #b07b30;
}

.shop-badge-soldout {
    background: #7c8797;
}

.shop-category-page .shop-product-title,
.product-simple-detail-page .shop-product-title {
    font-size: 1.08rem;
    line-height: 1.35;
}

.shop-category-page .shop-product-meta-row,
.product-simple-detail-page .shop-product-meta-row {
    justify-content: space-between;
    width: 100%;
}

.shop-category-page .shop-product-cart-left,
.product-simple-detail-page .shop-product-cart-left {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    border: 0;
    background: #b7342c;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-category-page .shop-product-cart-left:hover,
.product-simple-detail-page .shop-product-cart-left:hover {
    background: #9e2e27;
}

.shop-category-page .pagination .page-link {
    min-width: 2.45rem;
    height: 2.45rem;
    border-color: #dfdbd2;
    color: #2f3947;
    background: #fff;
    border-radius: 0.38rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 1px 0 rgba(22, 25, 31, 0.03);
}

.shop-category-page .pagination .page-item.active .page-link {
    background: #bb3a2f;
    border-color: #b53228;
    color: #fff;
}

.shop-category-page .pagination .page-item.page-dots .page-link {
    min-width: auto;
    width: auto;
    border: 0;
    box-shadow: none;
    background: transparent;
    color: #6f7c8b;
}

@media (max-width: 991.98px) {
    .shop-category-page .shop-cat-hero .container {
        padding-top: 0.85rem !important;
    }

    .shop-category-page .shop-cat-hero-art {
        min-height: 180px;
    }

    .shop-category-page .shop-sidebar-col {
        order: 2;
    }
}

@media (max-width: 767.98px) {
    .shop-category-page .shop-cat-hero {
        padding-top: 0;
    }

    .shop-category-page .shop-cat-hero .container {
        padding-top: 0.75rem !important;
    }

    .shop-category-page .shop-product-image-wrap {
        min-height: auto;
    }

    .shop-category-page .shop-product-title {
        font-size: 1.02rem;
    }
}

/* ===== Authors List ===== */
.authors-list-page .shop-promo-cover {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.authors-list-page .authors-project-switch {
    justify-content: flex-start;
}

.authors-list-page .author-list-card {
    border: 1px solid #e3ddd5 !important;
    border-radius: 0.6rem;
}

.authors-list-page .author-list-photo-wrap {
    display: block;
}

.authors-list-page .author-list-photo {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.authors-list-page .author-list-tag {
    display: inline-block;
    color: #b6332a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.72rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
}

.authors-list-page .author-list-name {
    margin: 0 0 0.45rem;
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 800;
}

.authors-list-page .author-list-bio {
    color: #556273;
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 0.8rem;
}

.authors-list-page .author-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    color: #647283;
    font-size: 0.82rem;
    font-weight: 600;
}

.authors-list-page .author-list-meta i {
    color: #b07b30;
}

.authors-list-page .author-list-card .btn {
    border-color: #cfc8bf;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .authors-list-page .author-list-name {
        font-size: 1.05rem;
    }
}

/* ===== Checkout (BWT) ===== */
.checkout-cart-page,
.checkout-order-page,
.checkout-thanks-page {
    background: #f8f8f6;
}

.checkout-card {
    border: 1px solid #e3ddd5 !important;
    border-radius: 0.65rem;
    background: #fff;
}

.checkout-cart-table thead th {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #647182;
    border-bottom: 1px solid #ece7df;
    padding: 0.9rem 0.9rem;
    white-space: nowrap;
}

.checkout-cart-table tbody td {
    border-bottom: 1px solid #eee9e2;
    padding: 0.85rem 0.9rem;
}

.checkout-cart-item {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
}

.checkout-cart-item-image img {
    width: 62px;
    height: 82px;
    object-fit: cover;
    border-radius: 0.35rem;
    border: 1px solid #e7e1d8;
}

.checkout-cart-item-title {
    display: inline-block;
    color: #202a35;
    font-weight: 700;
    text-decoration: none;
}

.checkout-cart-item-copy small {
    display: block;
    color: #6c7989;
    font-size: 0.82rem;
}

.checkout-qty-wrap {
    display: inline-grid;
    grid-template-columns: 28px 54px 28px;
    border: 1px solid #ddd7ce;
    border-radius: 0.4rem;
    overflow: hidden;
}

.checkout-qty-btn {
    border: 0;
    background: #f4f2ee;
    color: #2c3745;
    font-weight: 700;
}

.checkout-qty-input {
    border: 0;
    border-left: 1px solid #ddd7ce;
    border-right: 1px solid #ddd7ce;
    text-align: center;
    font-weight: 700;
}

.checkout-remove-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    text-decoration: none;
    color: #7b8796;
    border: 1px solid #ddd7ce;
}

.checkout-coupon-input {
    min-width: 180px;
}

.checkout-back-link {
    text-decoration: none;
    color: #4e5b6d;
    font-weight: 600;
}

.checkout-summary-card .checkout-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 0.38rem 0;
}

.checkout-summary-card .checkout-summary-row.total {
    border-top: 1px solid #e7e2da;
    margin-top: 0.3rem;
    padding-top: 0.8rem;
}

.checkout-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.checkout-step {
    border: 1px solid #ddd8cf;
    border-radius: 999px;
    background: #fff;
    color: #3e4a59;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.5rem;
    font-size: 0.86rem;
}

.checkout-step span {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    border: 1px solid #d6d0c8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.checkout-step.is-active {
    border-color: #b3362c;
    color: #b3362c;
}

.checkout-step.is-active span {
    background: #b3362c;
    color: #fff;
    border-color: #b3362c;
}

.checkout-step-panel {
    display: none;
}

.checkout-step-panel.is-active {
    display: block;
}

.checkout-choice-list {
    display: grid;
    gap: 0.6rem;
}

.checkout-choice {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 0.65rem;
    align-items: start;
    border: 1px solid #e1dbd3;
    border-radius: 0.5rem;
    padding: 0.65rem 0.75rem;
    background: #fff;
}

.checkout-choice input {
    margin-top: 0.2rem;
}

.checkout-choice-copy strong {
    display: block;
    color: #202a35;
    font-size: 0.94rem;
}

.checkout-choice-copy small {
    color: #6f7c8c;
    font-size: 0.82rem;
}

.checkout-packeta-wrap {
    border: 1px dashed #d4ccc2;
    border-radius: 0.55rem;
    padding: 0.85rem;
    background: #faf8f5;
}

.checkout-review-box {
    border: 1px solid #e6e0d8;
    border-radius: 0.5rem;
    padding: 0.85rem;
    background: #fbfaf8;
}

.checkout-review-box h3 {
    font-size: 0.95rem;
    margin: 0 0 0.45rem;
    font-weight: 800;
}

.checkout-summary-items {
    display: grid;
    gap: 0.65rem;
}

.checkout-summary-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 0.6rem;
    align-items: center;
}

.checkout-summary-item img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 0.3rem;
    border: 1px solid #e7e1d8;
}

.checkout-summary-item strong {
    display: block;
    font-size: 0.84rem;
    line-height: 1.3;
}

.checkout-summary-item small {
    color: #6f7c8c;
}

.checkout-summary-item span {
    font-weight: 700;
    white-space: nowrap;
}

.checkout-thanks-card {
    max-width: 920px;
}

.checkout-thanks-icon {
    width: 4rem;
    height: 4rem;
    border: 2px solid #b4362c;
    color: #b4362c;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.checkout-thanks-step {
    border: 1px solid #e4ded6;
    border-radius: 0.55rem;
    padding: 0.95rem;
    background: #fff;
}

.checkout-thanks-step h3 {
    font-size: 0.98rem;
    margin: 0 0 0.35rem;
    font-weight: 800;
}

.checkout-thanks-step p {
    margin: 0;
    color: #637081;
    font-size: 0.88rem;
}

@media (max-width: 991.98px) {
    .checkout-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .checkout-cart-table thead {
        display: none;
    }

    .checkout-cart-table tbody tr {
        display: block;
        border-bottom: 1px solid #ece6de;
        padding: 0.5rem 0;
    }

    .checkout-cart-table tbody td {
        display: block;
        border: 0;
        padding: 0.35rem 0.75rem;
        text-align: left !important;
    }

    .checkout-cart-table tbody td[data-label]::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 0.16rem;
        color: #667385;
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .checkout-cart-table tbody td[data-label="Produkt"]::before {
        display: none;
    }

    .checkout-cart-table tbody td[data-label="Odebrat"] {
        padding-top: 0.1rem;
    }

    .checkout-cart-table tbody td[data-label="Odebrat"]::before {
        display: none;
    }

    .checkout-cart-item {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 0.65rem;
        align-items: start;
    }

    .checkout-cart-item-image img {
        width: 54px;
        height: 72px;
    }

    .checkout-cart-item-title {
        font-size: 0.97rem;
        line-height: 1.35;
    }

    .checkout-qty-wrap {
        grid-template-columns: 40px 60px 40px;
        margin: 0.2rem 0;
    }

    .checkout-qty-btn {
        min-height: 2.5rem;
        font-size: 1rem;
    }

    .checkout-qty-input {
        min-height: 2.5rem;
    }

    .checkout-remove-link {
        width: 2.15rem;
        height: 2.15rem;
        font-size: 1.05rem;
    }

    .checkout-coupon-input {
        min-width: 0;
        width: 100%;
    }

    .checkout-cart-actions .d-flex.flex-wrap.gap-2 {
        width: 100%;
    }

    .checkout-cart-actions .d-flex.flex-wrap.gap-2 .btn {
        flex: 1 1 auto;
    }

    .checkout-order-page .checkout-step-actions {
        flex-direction: column;
        align-items: stretch !important;
    }

    .checkout-order-page .checkout-step-actions .btn {
        width: 100%;
    }

    .checkout-summary-card .checkout-summary-row {
        font-size: 0.95rem;
    }

    .checkout-order-page .checkout-step {
        min-height: 2.85rem;
        justify-content: flex-start;
        padding: 0 0.95rem;
        font-size: 0.92rem;
    }

    .checkout-order-page .checkout-step span {
        width: 1.6rem;
        height: 1.6rem;
        font-size: 0.78rem;
    }

    .checkout-thanks-step {
        padding: 1rem;
    }

    .checkout-thanks-page .btn {
        min-height: 2.8rem;
    }
}

/* ===== Product Detail (PNG Layout) ===== */
.product-detail-png-page {
    background: #f8f8f6;
}

.product-detail-png-page .product-detail-png-main {
    padding-top: 1.3rem;
    padding-bottom: 2.2rem;
}

.product-detail-png-page .pd-breadcrumb-wrap {
    margin-bottom: 1.4rem;
}

.product-detail-png-page .pd-breadcrumb-wrap .breadcrumb {
    font-size: 0.9rem;
}

.product-detail-png-page .pd-breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    color: #9ca7b4;
}

.product-detail-png-page .pd-breadcrumb-wrap .breadcrumb-item a {
    text-decoration: none;
    color: #586576;
}

.product-detail-png-page .pd-breadcrumb-wrap .breadcrumb-item.active {
    color: #2a3440;
}

.product-detail-png-page .pd-page-head {
    max-width: none;
    width: 100%;
    padding: 0;
    margin-bottom: 1.4rem;
}

.product-detail-png-page .pd-page-head .section-label {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.07em;
    margin-bottom: 0.35rem;
}

.product-detail-png-page .pd-page-head h1 {
    font-size: clamp(2rem, 3.2vw, 3.4rem);
    line-height: 1.1;
    margin: 0;
}

.product-detail-png-page .pd-top-section {
    margin-bottom: 1.2rem;
}

.product-detail-png-page .pd-gallery {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 1rem;
}

.product-detail-png-page .pd-thumbs {
    display: grid;
    gap: 0.55rem;
    align-content: start;
}

.product-detail-png-page .pd-thumb {
    border: 1px solid #dfd8cf;
    border-radius: 0.45rem;
    background: #fff;
    width: 72px;
    height: 96px;
    padding: 0.2rem;
}

.product-detail-png-page .pd-thumb.active {
    border-color: #b4352b;
}

.product-detail-png-page .pd-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.28rem;
}

.product-detail-png-page .pd-more-thumb {
    border: 1px solid #e4ded5;
    border-radius: 0.45rem;
    background: #fff;
    text-align: center;
    padding: 0.7rem 0.35rem;
    font-size: 0.84rem;
    color: #687687;
}

.product-detail-png-page .pd-main-image-wrap {
    border: 1px solid #e3ddd5;
    border-radius: 0.55rem;
    background: #fff;
    padding: 0.9rem;
    position: relative;
}

.product-detail-png-page .pd-main-image-wrap img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 0.35rem;
}

.product-detail-png-page .pd-author {
    color: #b13a2f;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.product-detail-png-page .pd-rating {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #6f7c8b;
    margin-bottom: 1rem;
}

.product-detail-png-page .pd-rating .stars {
    color: #f5b318;
}

.product-detail-png-page .pd-lead {
    color: #374351;
    line-height: 1.62;
    margin-bottom: 1rem;
}

.product-detail-png-page .pd-meta-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
}

.product-detail-png-page .pd-meta-list li {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 0.55rem;
    font-size: 0.92rem;
}

.product-detail-png-page .pd-meta-list li span {
    color: #677585;
}

.product-detail-png-page .pd-meta-list li strong {
    font-weight: 600;
    color: #2f3946;
}

.product-detail-png-page .pd-meta-list .in-stock {
    color: #1f8b47;
}

.product-detail-png-page .pd-buy-box {
    border: 1px solid #e2ddd5;
    border-radius: 0.65rem;
    background: #fff;
    padding: 1.35rem;
}

.product-detail-png-page .pd-price {
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 800;
    margin: 0;
}

.product-detail-png-page .pd-tax {
    color: #7f8a98;
    margin: 0.35rem 0 0.95rem;
}

.product-detail-png-page .pd-stock {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.product-detail-png-page .pd-stock span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2da14d;
}

.product-detail-png-page .pd-stock-out span {
    background: #a7b2bf;
}

.product-detail-png-page .pd-stock-pending span {
    background: #b98531;
}

.product-detail-png-page .pd-options-wrap {
    margin-bottom: 0.8rem;
}

.product-detail-png-page .pd-option-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.86rem;
    font-weight: 700;
    color: #384554;
}

.product-detail-png-page .pd-option-select {
    width: 100%;
    min-height: 2.55rem;
    border: 1px solid #d8d3cb;
    border-radius: 0.42rem;
    background: #fff;
    color: #2d3946;
    padding: 0.5rem 0.65rem;
    margin-bottom: 0.65rem;
}

.product-detail-png-page .pd-product-image-wrap img {
    aspect-ratio: 4 / 5;
}

.product-detail-png-page .pd-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d8d3cb;
    border-radius: 0.45rem;
    overflow: hidden;
    margin-bottom: 0.9rem;
}

.product-detail-png-page .pd-qty button,
.product-detail-png-page .pd-qty input {
    width: 2.4rem;
    height: 2.3rem;
    border: 0;
    background: #fff;
    text-align: center;
}

.product-detail-png-page .pd-qty input {
    width: 2.8rem;
}

.product-detail-png-page .pd-btn-main,
.product-detail-png-page .pd-btn-ghost {
    min-height: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.86rem;
    margin-bottom: 0.6rem;
}

.product-detail-png-page .pd-btn-main {
    background: #b63129;
    border-color: #a82b24;
}

.product-detail-png-page .pd-btn-ghost {
    border-color: #c9c2b8;
}

.product-detail-png-page .bwt-mobile-buybar {
    display: none;
}

.product-detail-png-page .bwt-mobile-buybar-meta strong {
    display: block;
    font-size: 0.9rem;
    line-height: 1.2;
}

.product-detail-png-page .bwt-mobile-buybar-meta span {
    display: block;
    color: #6f7c8b;
    font-size: 0.84rem;
    font-weight: 700;
}

.product-detail-png-page .bwt-mobile-buybar-action {
    white-space: nowrap;
    min-height: 2.65rem;
    border-radius: 0.55rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.78rem;
    padding: 0.55rem 0.95rem;
}

.product-detail-png-page .pd-buy-features {
    list-style: none;
    margin: 0.5rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.45rem;
    color: #5e6d7c;
    font-size: 0.92rem;
}

.product-detail-png-page .pd-buy-features i {
    color: #b27e2f;
    margin-right: 0.5rem;
}

.product-detail-png-page .pd-benefits-strip {
    border: 1px solid #e4dfd7;
    border-radius: 0.65rem;
    background: #fff;
    padding: 0.95rem 1.1rem;
    margin: 0.6rem 0 1.6rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.7rem;
}

.product-detail-png-page .pd-benefits-strip-flat {
    margin-top: 0;
}

.product-detail-png-page .pd-benefit-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.product-detail-png-page .pd-benefit-item i {
    color: #b27f31;
    font-size: 1.2rem;
}

.product-detail-png-page .pd-benefit-item strong {
    display: block;
    font-size: 0.94rem;
}

.product-detail-png-page .pd-benefit-item span {
    color: #677687;
    font-size: 0.86rem;
}

.product-detail-png-page .pd-tabs-wrap {
    margin-bottom: 1.7rem;
}

.product-detail-png-page .pd-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.1rem;
    border-bottom: 1px solid #e3ddd5;
    margin-bottom: 1.2rem;
}

.product-detail-png-page .pd-tabs button {
    border: 0;
    background: transparent;
    color: #4c5a6a;
    font-weight: 600;
    padding: 0.65rem 0;
    border-bottom: 2px solid transparent;
}

.product-detail-png-page .pd-tabs button.active {
    color: #b3342a;
    border-bottom-color: #b3342a;
}

.product-detail-png-page .pd-tab-panel {
    display: none;
}

.product-detail-png-page .pd-tab-panel.active {
    display: block;
}

.product-detail-png-page .pd-tab-panel h2 {
    font-size: clamp(2rem, 2.8vw, 3rem);
    margin-bottom: 0.9rem;
}

.product-detail-png-page .pd-tab-panel p {
    color: #3e4a59;
    line-height: 1.65;
}

.product-detail-png-page .pd-author-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.product-detail-png-page .pd-author-card-name {
    font-size: 1.1rem;
    margin: 0 0 0.45rem 0;
}

.product-detail-png-page .pd-author-card-bio {
    margin: 0 0 0.5rem 0;
    color: #49576a;
}

.product-detail-png-page .pd-checks {
    margin: 0.8rem 0 1rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
}

.product-detail-png-page .pd-checks li::before {
    content: "\2713";
    color: #b53329;
    margin-right: 0.55rem;
}

.product-detail-png-page .pd-tab-panel blockquote {
    border: 1px solid #e3ddd5;
    border-radius: 0.55rem;
    padding: 0.95rem 1rem;
    color: #5a6676;
    margin-top: 1rem;
    background: #fbf9f6;
}

.product-detail-png-page .pd-params-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.8rem;
}

.product-detail-png-page .pd-params-grid li {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 0.55rem;
}

.product-detail-png-page .pd-params-grid span {
    color: #667483;
}

.product-detail-png-page .pd-related h2 {
    font-size: clamp(2rem, 2.8vw, 3rem);
    margin: 0;
}

.product-detail-png-page .pd-related-link {
    color: #222c38;
    text-decoration: none;
    font-weight: 700;
}

.product-detail-png-page .pd-related-track-wrap {
    position: relative;
}

.product-detail-png-page .pd-related-arrow {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 3;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid #ddd7ce;
    background: #fff;
    color: #2a3440;
}

.product-detail-png-page .pd-related-prev {
    left: -1.2rem;
}

.product-detail-png-page .pd-related-next {
    right: -1.2rem;
}

.product-detail-png-page .pd-related-track .card-img-top {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.product-detail-png-page .pd-related-track h5 {
    font-size: 1.02rem;
    line-height: 1.3;
}

.product-detail-png-page .pd-related-cart {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0;
    background: #b7322a;
    color: #fff;
}

.product-detail-png-page .pd-newsletter-strip {
    margin-top: 1.8rem;
    border-radius: 0.65rem;
    background: linear-gradient(100deg, #9d2a25, #b5372f 56%, #8c2621);
    padding: 1.25rem 1.4rem;
    color: #fff;
}

.product-detail-png-page .pd-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.product-detail-png-page .pd-newsletter-copy h3 {
    margin: 0 0 0.35rem;
    font-size: 1.7rem;
    color: #fff;
}

.product-detail-png-page .pd-newsletter-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
}

.product-detail-png-page .pd-newsletter-form {
    display: flex;
    gap: 0.6rem;
    width: min(520px, 100%);
}

.product-detail-png-page .pd-newsletter-form input {
    flex: 1;
    min-height: 3rem;
    border: 0;
    border-radius: 0.35rem;
    padding: 0 0.9rem;
}

.product-detail-png-page .pd-newsletter-form button {
    min-width: 140px;
    border: 0;
    border-radius: 0.35rem;
    background: #111c2a;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (max-width: 1199.98px) {
    .product-detail-png-page .pd-benefits-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-png-page .pd-related-prev {
        left: -0.6rem;
    }

    .product-detail-png-page .pd-related-next {
        right: -0.6rem;
    }
}

@media (max-width: 991.98px) {
    .product-detail-png-page .pd-gallery {
        grid-template-columns: 1fr;
    }

    .product-detail-png-page .pd-thumbs {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .product-detail-png-page .pd-thumb {
        width: 100%;
        height: 92px;
    }

    .product-detail-png-page .pd-more-thumb {
        height: 92px;
        display: grid;
        place-items: center;
        padding: 0;
    }

    .product-detail-png-page {
        padding-bottom: calc(92px + env(safe-area-inset-bottom));
    }

    .product-detail-png-page .bwt-mobile-buybar {
        display: flex !important;
        align-items: center;
        gap: 0.75rem;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 1090;
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid #ded8cf;
        box-shadow: 0 -10px 22px rgba(21, 28, 38, 0.12);
        padding: 0.65rem 0.8rem calc(0.65rem + env(safe-area-inset-bottom));
    }

    .product-detail-png-page .bwt-mobile-buybar-meta {
        min-width: 0;
        flex: 1 1 auto;
    }

    .product-detail-png-page .bwt-mobile-buybar-meta strong {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 767.98px) {
    .product-detail-png-page .product-detail-png-main {
        padding-top: 1rem;
    }

    .product-detail-png-page .pd-page-head {
        margin-bottom: 1rem;
    }

    .product-detail-png-page .pd-page-head h1,
    .product-detail-png-page .pd-tab-panel h2,
    .product-detail-png-page .pd-related h2 {
        font-size: 1.9rem;
    }

    .product-detail-png-page .pd-top-section .row {
        --bs-gutter-y: 1rem;
    }

    .product-detail-png-page .pd-main-image-wrap {
        padding: 0.55rem;
    }

    .product-detail-png-page .pd-meta-list li,
    .product-detail-png-page .pd-params-grid li {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }

    .product-detail-png-page .pd-meta-list li span,
    .product-detail-png-page .pd-params-grid span {
        font-weight: 700;
        color: #536173;
    }

    .product-detail-png-page .pd-buy-box {
        padding: 1rem;
    }

    .product-detail-png-page .pd-price {
        font-size: 2.2rem;
    }

    .product-detail-png-page .pd-qty button,
    .product-detail-png-page .pd-qty input {
        width: 2.7rem;
        height: 2.7rem;
        font-size: 1.05rem;
    }

    .product-detail-png-page .pd-qty input {
        width: 3.2rem;
    }

    .product-detail-png-page .pd-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 0.1rem;
    }

    .product-detail-png-page .pd-tabs::-webkit-scrollbar {
        display: none;
    }

    .product-detail-png-page .pd-tabs button {
        flex: 0 0 auto;
        white-space: nowrap;
        min-height: 2.55rem;
    }

    .product-detail-png-page .pd-related > .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.45rem;
    }

    .product-simple-detail-page .pd-related-grid {
        --bs-gutter-y: 0.75rem;
    }

    .product-simple-detail-page .shop-product-title {
        font-size: 1rem;
    }

    .product-simple-detail-page .shop-product-cart-left {
        width: 2.3rem;
        height: 2.3rem;
    }

    .product-simple-detail-page .product-card-price {
        font-size: 0.95rem;
    }

    .product-detail-png-page .pd-benefits-strip {
        grid-template-columns: 1fr;
    }

    .product-detail-png-page .pd-newsletter-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-detail-png-page .pd-newsletter-form {
        width: 100%;
        flex-direction: column;
    }

    .product-detail-png-page .pd-related-arrow {
        display: none;
    }
}

/* ===== Author Detail (PNG Layout) ===== */
.author-detail-page {
    background: #f8f8f6;
}

.author-detail-page .author-detail-main {
    padding-top: 1.15rem;
    padding-bottom: 3.4rem;
}

.author-detail-page .author-breadcrumb-wrap {
    margin-bottom: 1.35rem;
}

.author-detail-page .author-breadcrumb-wrap .breadcrumb {
    font-size: 0.9rem;
}

.author-detail-page .author-breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
    color: #9ca7b4;
}

.author-detail-page .author-breadcrumb-wrap .breadcrumb-item a {
    text-decoration: none;
    color: #586576;
}

.author-detail-page .author-breadcrumb-wrap .breadcrumb-item.active {
    color: #ad3028;
    font-weight: 700;
}

.author-detail-page .author-top {
    margin-bottom: 3.3rem;
}

.author-detail-page .author-photo-wrap {
    border: 1px solid #e2ddd5;
    border-radius: 0.55rem;
    overflow: hidden;
    background: #fff;
}

.author-detail-page .author-photo-wrap img {
    width: 100%;
    aspect-ratio: 4 / 4;
    object-fit: cover;
}

.author-detail-page .author-copy {
    padding-top: 0.35rem;
}

.author-detail-page .author-copy .section-label {
    display: block;
    margin-bottom: 0.45rem;
}

.author-detail-page .author-copy .author-main-title {
    font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
    font-size: clamp(2rem, 4.8vw, 3.35rem);
    letter-spacing: -0.02em;
    line-height: 1.02;
    margin: 0 0 0.95rem;
}

.author-detail-page .author-subtitle {
    margin: 0 0 1rem;
    font-size: 1.03rem;
    color: #3c4858;
}

.author-detail-page .author-copy p {
    color: #4a5666;
    line-height: 1.68;
    font-size: 0.97rem;
    max-width: 62ch;
}

.author-detail-page .author-stats {
    margin: 1.4rem 0 0;
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
}

.author-detail-page .author-stat-item {
    flex: 1 1 120px;
    padding: 1.2rem 0.8rem;
    text-align: center;
}

.author-detail-page .author-stat-item .stat-number {
    display: block;
    margin: 0;
    line-height: 1;
}

.author-detail-page .author-stat-item .stat-label {
    display: block;
    margin-top: 0.45rem;
    line-height: 1.3;
    text-align: center;
}

.author-detail-page .author-stat-item + .author-stat-item {
    border-left: 1px solid var(--color-line);
}

.author-detail-page .author-section {
    margin-top: 3.1rem;
}

.author-detail-page .author-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.45rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #e4dfd7;
}

.author-detail-page .author-section-head .section-title-sm {
    margin: 0;
    font-size: clamp(1.7rem, 3.5vw, 2.35rem);
}

.author-detail-page .author-section-head .section-title-sm::before {
    margin-bottom: 0.62rem;
}

.author-detail-page .author-section-head a {
    color: #b6332a;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.94rem;
    white-space: nowrap;
}

.author-detail-page .author-product-card {
    border: 1px solid #e2ddd5 !important;
}

.author-detail-page .author-product-card h5 {
    font-size: 0.98rem;
    line-height: 1.35;
}

.author-detail-page .author-product-card .product-card-price {
    color: #232d39;
    font-weight: 800;
}

.author-detail-page .author-media-card {
    height: 100%;
    border: 1px solid #e2ddd5;
    border-radius: 0.55rem;
    background: #fff;
    padding: 1rem 0.95rem;
}

.author-detail-page .author-media-source {
    color: #8a96a5;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.73rem;
    margin-bottom: 0.55rem;
}

.author-detail-page .author-media-logo {
    font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
    font-size: 1.85rem;
    line-height: 1;
    margin: 0 0 0.65rem;
    color: #111b28;
}

.author-detail-page .author-media-logo.small {
    font-size: 1.15rem;
}

.author-detail-page .author-media-card h3 {
    font-size: 0.96rem;
    line-height: 1.45;
    margin: 0 0 0.85rem;
    color: #1f2935;
}

.author-detail-page .author-media-card a {
    color: #b6332b;
    text-decoration: none;
    font-weight: 700;
}

.author-detail-page .author-follow-strip {
    margin-top: 2.25rem;
    border: 1px solid #e2ddd5;
    border-radius: 0.55rem;
    background: #f7f7f5;
    padding: 1.35rem 1.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
}

.author-detail-page .author-follow-copy h3 {
    margin: 0 0 0.45rem;
    font-size: 1.28rem;
}

.author-detail-page .author-follow-copy p {
    margin: 0;
    font-size: 0.94rem;
    color: #556273;
}

.author-detail-page .author-follow-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.8rem 1rem;
}

.author-detail-page .author-follow-links a {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    color: #1f2935;
    text-decoration: none;
    font-weight: 600;
}

.author-detail-page .author-follow-links a i {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 1px solid #dbd6cd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.author-detail-page .author-newsletter-strip {
    background: linear-gradient(100deg, #9d2a25, #b5372f 56%, #8c2621);
    color: #fff;
    padding: 1.9rem 0;
}

.author-detail-page .author-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.author-detail-page .author-newsletter-copy h3 {
    margin: 0;
    color: #fff;
    font-size: 1.82rem;
}

.author-detail-page .author-newsletter-copy p {
    margin: 0.45rem 0 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.86);
}

.author-detail-page .author-newsletter-form {
    width: min(560px, 100%);
    display: flex;
    gap: 0.65rem;
}

.author-detail-page .author-newsletter-form input {
    flex: 1;
    min-height: 3rem;
    border: 0;
    border-radius: 0.35rem;
    padding: 0 0.9rem;
}

.author-detail-page .author-newsletter-form button {
    min-width: 145px;
    border: 0;
    border-radius: 0.35rem;
    background: #101c2a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .author-detail-page .author-top {
        margin-bottom: 2.7rem;
    }

    .author-detail-page .author-section {
        margin-top: 2.55rem;
    }

    .author-detail-page .author-stats {
        margin-top: 1.25rem;
    }

    .author-detail-page .author-stat-item:nth-child(3),
    .author-detail-page .author-stat-item:nth-child(4) {
        border-top: 1px solid var(--color-line);
    }

    .author-detail-page .author-stat-item:nth-child(3) {
        border-left: 0;
    }

    .author-detail-page .author-follow-strip,
    .author-detail-page .author-newsletter-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .author-detail-page .author-follow-links {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .author-detail-page .author-detail-main {
        padding-top: 1rem;
        padding-bottom: 2.55rem;
    }

    .author-detail-page .author-copy .author-main-title {
        font-size: 2.25rem;
    }

    .author-detail-page .author-subtitle {
        font-size: 0.98rem;
    }

    .author-detail-page .author-stats {
        display: block;
    }

    .author-detail-page .author-stat-item + .author-stat-item {
        border-left: 0;
        border-top: 1px solid var(--color-line);
    }

    .author-detail-page .author-section-head {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 1.15rem;
    }

    .author-detail-page .author-top {
        margin-bottom: 2.2rem;
    }

    .author-detail-page .author-section {
        margin-top: 2rem;
    }

    .author-detail-page .author-follow-strip {
        margin-top: 1.8rem;
    }

    .author-detail-page .author-follow-links a span {
        font-size: 0.95rem;
    }

    .author-detail-page .author-newsletter-copy h3 {
        font-size: 1.55rem;
    }

    .author-detail-page .author-newsletter-form {
        width: 100%;
        flex-direction: column;
    }
}

/* ===== Legal pages (BWT) ===== */
.legal-page-bootstrap .legal-content-shell {
    border: 1px solid var(--color-line);
    border-radius: 1rem;
    background: #fff;
}

.legal-page-bootstrap .legal-content {
    color: var(--color-ink);
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.legal-page-bootstrap .legal-content p,
.legal-page-bootstrap .legal-content li {
    font-family: inherit;
    color: inherit;
}

.legal-page-bootstrap .legal-content a {
    color: #b3362c;
}

.legal-page-bootstrap .legal-content ol,
.legal-page-bootstrap .legal-content ul {
    padding-left: 1.4rem;
}

.legal-page-bootstrap .legal-content p {
    margin-bottom: 0.65rem;
}

.legal-page-bootstrap .legal-content * {
    max-width: 100%;
}

.legal-page-bootstrap .legal-content img,
.legal-page-bootstrap .legal-content iframe,
.legal-page-bootstrap .legal-content table {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 991.98px) {
    .shop-category-page .shop-cat-hero .container,
    .events-listing-page .shop-cat-hero .container {
        padding-top: 1rem !important;
    }

    .shop-category-page .shop-cat-hero-art,
    .events-listing-page .shop-cat-hero-art {
        min-height: 150px;
        background-position: right center;
        background-size: contain;
    }
}

@media (max-width: 767.98px) {
    .shop-category-page .shop-cat-hero .container,
    .events-listing-page .shop-cat-hero .container {
        padding-top: 0.95rem !important;
    }

    .shop-category-page .shop-cat-hero-copy,
    .events-listing-page .shop-cat-hero-copy {
        font-size: 0.98rem;
        line-height: 1.55;
        margin-bottom: 0.75rem;
    }

    .shop-category-page .shop-cat-hero-art,
    .events-listing-page .shop-cat-hero-art {
        min-height: 118px;
    }

    .legal-page-bootstrap .legal-content-shell .card-body {
        padding: 1.15rem !important;
    }

    .legal-page-bootstrap .legal-content {
        font-size: 0.95rem;
        line-height: 1.62;
    }
}
