:root {
    --header-top-background-color:#045690;
    --header-bottom-background-color:#fff;
    --footer-background-color:#fff;
    --brand-blue: #2c2e73;
    --brand-turquoise: #81b6b9;
    --brand-dark: #515252;
    --brand-light: #ddd;
    --accent: #045690;
    --accent-soft: #fff3e8;
    --surface: #fff;
    --surface-muted: #f6f7fb;
    --border: #d8dde8;
    --text: #1f2937;
    --text-muted: #5b6474;
    --shadow: 0 20px 40px rgb(15 23 42 / 10%);
    --radius: 18px;
    --container-width: 1200px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Roboto, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgb(129 182 185 / 18%), transparent 28%),
        radial-gradient(circle at top right, rgb(163 48 52 / 12%), transparent 26%),
        linear-gradient(180deg, #fff, #f6f7fb 55%, #eef2f7);
}

img {
    display: block;
    max-width: 100%;
}

a,
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: Roboto, sans-serif;
    line-height: 1.15;
}

h1 {
    font-size: clamp(2rem, 3vw, 3rem);
}

h2 {
    font-size: clamp(1.6rem, 2.4vw, 2.3rem);
}

p {
    line-height: 1.65;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #d3d3d3;
}

::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent);
}

.container {
    width: min(var(--container-width), calc(100% - 60px));
    margin: 0 auto;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-content {
    min-height: 240px;
}

.gl-hide-on-mobile {
    display: inherit;
}

.gl-hide-on-desktop {
    display: none;
}

.error {
    padding: 12px 14px;
    border: 1px solid #d62828;
    border-radius: 10px;
    background: #fff1f1;
    color: #8f1313;
}

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

.btn-1,
.btn-2,
.btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease,
        color 0.18s ease,
        border-color 0.18s ease;
    cursor: pointer;
}

.btn-1 {
    color: var(--accent);
    background: transparent;
    border: 2px solid var(--accent);
}

.btn-2 {
    color: #fff;
    background: var(--accent);
    border: 2px solid var(--accent);
}

.btn-white {
    color: var(--brand-blue) !important;
    background: #fff;
    border: 1px solid rgb(255 255 255 / 30%);
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
}

.btn-1:hover,
.btn-2:hover,
.btn-white:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgb(15 23 42 / 12%);
}

.btn-white span {
    color: inherit !important;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.cart-table th,
.cart-table td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--border);
}

.cart-table thead th {
    background: var(--surface-muted);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cart-table tbody tr:last-child td {
    border-bottom: 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.summary-row.total {
    padding-top: 14px;
    border-top: 1px solid var(--border);
    font-weight: 700;
}

#gl-header-top {
    padding: 16px 0;
    background: var(--header-top-background-color);
}

#gl-header-top * {
    color: #fff;
}

#glht-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

#glht-cta-btns,
#glht-socials {
    display: flex;
    align-items: center;
    gap: 16px;
}

.glht-social-item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgb(255 255 255 / 16%);
}

#gl-header-bottom {
    background-color: var(--header-bottom-background-color);
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 18px 0;
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgb(15 23 42 / 10%);
}

#glhb-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

#glhb-logo-wrapper img {
    max-height: 72px;
    width: auto;
}

#glhb-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.glhb-nav-item {
    height: 50px;
}

.glhb-nav-item,
.glhb-nav-item-mobile {
    position: relative;
}

.glhb-nav-link,
.glhb-submenu-link,
.glhb-nav-item > a,
.glhb-nav-item-mobile > a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-weight: 700;
    width: 100%;
}

.glhb-nav-item > a.active-page span,
.glhb-nav-item-mobile > a.active-page span,
.glhb-submenu-link.active-page span {
    color: var(--header-top-background-color) !important;
}

.drop-down-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}

.nav-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #e5f0ff;
    color: var(--brand-blue) !important;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
}

.dropdown-menu-main-nav,
.dropdown-menu-main-nav-mobile {
    display: none;
    flex-direction: column;
    gap: 12px;
}

.dropdown-menu-main-nav {
    position: absolute;
    top: 65%;
    left: -18px;
    min-width: 220px;
    margin-top: 18px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: rgb(255 255 255 / 96%);
    box-shadow: var(--shadow);
}

.glhb-submenu-item {
    position: relative;
}

.dropdown-menu-sub-nav {
    display: none;
    position: absolute;
    top: -18px;
    left: calc(100% + 16px);
    min-width: 220px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: rgb(255 255 255 / 96%);
    box-shadow: var(--shadow);
    flex-direction: column;
    gap: 12px;
    z-index: 20;
}

.dropdown-menu-main-nav a,
.dropdown-menu-sub-nav a {
    color: inherit;
    text-decoration: none;
}

.drop-down-icon-child {
    margin-left: auto;
}

.glhb-nav-item:hover > .dropdown-menu-main-nav {
    display: flex;
}

.glhb-submenu-item:hover > .dropdown-menu-sub-nav {
    display: flex;
}

#header-mobile-nav {
    display: none;
    margin-top: 18px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: rgb(255 255 255 / 96%);
    box-shadow: var(--shadow);
}

.dropdown-menu-main-nav-mobile {
    display: flex;
    margin-top: 10px;
    margin-left: 16px;
}

.dropdown-menu-sub-nav-mobile {
    display: flex;
    margin-top: 10px;
    margin-left: 16px;
    flex-direction: column;
    gap: 12px;
}

.glhb-submenu-item-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#gl-footer {
    margin-top: 60px;
    padding: 30px 0;
    background-color: var(--footer-background-color);
    box-shadow: 0 10px 30px rgb(15 23 42 / 10%);
}

#gl-footer-grid-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

#glf2-1 {
    display: flex;
    align-items: center;
    gap: 24px;
}

#glf-logo-wrapper img {
    max-height: 64px;
    width: auto;
}

#glf2-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.glfb-nav-item span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.slick-slide {
    height: auto;
}

#gl-slider {
    position: relative;
    overflow: hidden;
    background: #e9edf4;
    box-shadow: var(--shadow);
}

#gl-slider a,
.gl-slide-image {
    display: block;
}

#gl-slider img {
    width: 100%;
    aspect-ratio: 1920 / 500;
    object-fit: cover;
}

#gl-slider-prev,
#gl-slider-next {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgb(15 23 42 / 70%);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    transform: translateY(-50%);
    cursor: pointer;
}

#gl-slider-prev {
    left: 18px;
}

#gl-slider-next {
    right: 18px;
}

#gl-hero-image {
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
}

#gl-hero-image img {
    width: 100%;
    aspect-ratio: 1920 / 500;
    object-fit: cover;
}

.gl-google-map {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: var(--shadow);
}

.gl-google-map iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
    display: block;
}

#gl-product-grid-section {
    position: relative;
}

#product-wrapper-grid {
    display: grid;
    grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
    gap: 30px;
    align-items: start;
}

#product-filter {
    position: sticky;
    top: 120px;
}

.filter-container {
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: rgb(255 255 255 / 94%);
    box-shadow: var(--shadow);
}

#product-filter .pf-title {
    display: block;
    margin: 0 0 8px;
    font-size: 0.95rem;
    font-weight: 700;
}

#product-filter select,
#product-filter input,
.checkout-form input,
.coupon-box input,
.cart-table input[type="number"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: 12px;
    font: inherit;
    background: #fff;
}

#product-filter select,
#product-filter input {
    margin-bottom: 16px;
}

#product-filter .filter-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

#product-filter .reset-btn {
    text-align: center;
    color: var(--text-muted);
    font-weight: 600;
}

#product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 36px;
}

.product-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: rgb(255 255 255 / 94%);
    box-shadow: var(--shadow);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px rgb(15 23 42 / 14%);
}

.gl-product-page {
    padding: 60px 0;
}

.gl-product-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    gap: 40px;
    align-items: start;
}

.gl-product-page-media img {
    display: block;
    width: 100%;
    border-radius: 24px;
    background: #fff;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.gl-product-page-content {
    display: grid;
    gap: 20px;
}

.gl-product-page-title,
.gl-product-page-price {
    margin: 0;
}

.gl-product-page-price {
    color: var(--brand-blue);
    font-size: clamp(1.5rem, 1.2rem + 0.9vw, 2.1rem);
    font-weight: 700;
}

.gl-product-page-meta {
    display: grid;
    gap: 8px;
}

.gl-product-page-meta p,
.gl-product-page-note {
    margin: 0;
}

.gl-product-page-stock {
    margin: 0;
    font-weight: 700;
}

.gl-product-page-stock.is-in-stock {
    color: #15803d;
}

.gl-product-page-stock.is-out-of-stock {
    color: #b91c1c;
}

.gl-product-page-description {
    margin-top: 30px;
}

.gl-product-page-description > h2 {
    margin: 0;
}

.gl-product-page-description > :first-child {
    margin-top: 0;
}

.gl-product-page-description > :last-child {
    margin-bottom: 0;
}

.gl-product-page-purchase {
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgb(255 255 255 / 92%);
    box-shadow: var(--shadow);
}

.gl-product-purchase-form,
.gl-product-options {
    display: grid;
    gap: 18px;
}

.gl-product-option {
    display: grid;
    gap: 8px;
}

.gl-product-option label,
.gl-product-quantity label {
    font-weight: 600;
}

.gl-product-option select,
.gl-product-option input,
.gl-product-quantity input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #fff;
    font: inherit;
}

.gl-product-purchase-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: end;
}

.gl-product-quantity {
    display: grid;
    gap: 8px;
    min-width: 120px;
}

.pc-image-wrapper img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #edf1f7;
}

.pc-content {
    padding: 18px;
}

.p-title {
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 700;
}

.p-attribute {
    margin: 0 0 8px;
    color: var(--text-muted);
}

#gl-paginate {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#gl-paginate .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

#gl-paginate .pagination * {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: #fff;
    font-size: 0.95rem;
}

#gl-paginate .pagination [class="page_current"] {
    border-color: var(--accent);
    color: var(--accent);
    font-weight: 700;
}

.cart-grid,
.checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 30px;
}

.cart-summary,
.checkout-summary,
.checkout-payment {
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: rgb(255 255 255 / 94%);
    box-shadow: var(--shadow);
}

.cart-actions,
.checkout-actions,
.coupon-box form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cart-actions,
.checkout-actions {
    margin-top: 18px;
}

.cart-item-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 8px;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.coupon-box {
    margin-top: 22px;
}

.coupon-applied {
    margin: 0 0 10px;
    color: var(--brand-blue);
    font-weight: 700;
}

.coupon-clear {
    display: inline-block;
    margin-top: 10px;
    color: var(--text-muted);
}

.checkout-form .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

#orders-admin .container,
#cart-page .container,
#checkout-page .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

#gl-faqs {
    padding: 60px 0;
    background-repeat: no-repeat;
}

.gl-image-and-text {
    background-repeat: no-repeat;
}

.gl-image-and-text-layout {
    display: grid;
    gap: 30px;
    align-items: center;
}

.gl-image-and-text-media,
.gl-image-and-text-content {
    min-width: 0;
}

.gl-image-and-text-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: var(--shadow);
    object-fit: cover;
}

.gl-image-and-text-title {
    margin-bottom: 18px;
}

.gl-image-and-text-body > :first-child {
    margin-top: 0;
}

.gl-image-and-text-body > :last-child {
    margin-bottom: 0;
}

.gl-image-and-text-button {
    margin-top: 24px;
}

.gl-image-and-text[data-image-position='left'] .gl-image-and-text-layout {
    grid-template-columns: minmax(0, var(--gl-iat-image-width, 40%)) minmax(0, 1fr);
}

.gl-image-and-text[data-image-position='right'] .gl-image-and-text-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, var(--gl-iat-image-width, 40%));
}

.gl-image-and-text[data-image-position='right'] .gl-image-and-text-media {
    order: 2;
}

.gl-image-and-text[data-image-position='right'] .gl-image-and-text-content {
    order: 1;
}

.gl-image-and-text[data-image-position='above'] .gl-image-and-text-layout,
.gl-image-and-text[data-image-position='below'] .gl-image-and-text-layout,
.gl-image-and-text-no-image .gl-image-and-text-layout {
    grid-template-columns: minmax(0, 1fr);
}

.gl-image-and-text[data-image-position='below'] .gl-image-and-text-media {
    order: 2;
}

.gl-image-and-text[data-image-position='below'] .gl-image-and-text-content {
    order: 1;
}

.gl-video-and-text {
    background-repeat: no-repeat;
}

.gl-video-and-text-layout {
    display: grid;
    gap: 30px;
    align-items: center;
}

.gl-video-and-text-media,
.gl-video-and-text-content {
    min-width: 0;
}

.gl-video-and-text-embed {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    box-shadow: var(--shadow);
    background: #0f172a;
}

.gl-video-and-text-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.gl-video-and-text-title {
    margin-bottom: 18px;
}

.gl-video-and-text-body > :first-child {
    margin-top: 0;
}

.gl-video-and-text-body > :last-child {
    margin-bottom: 0;
}

.gl-video-and-text-button {
    margin-top: 24px;
}

.gl-video-and-text[data-video-position='left'] .gl-video-and-text-layout {
    grid-template-columns: minmax(0, var(--gl-vat-video-width, 40%)) minmax(0, 1fr);
}

.gl-video-and-text[data-video-position='right'] .gl-video-and-text-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, var(--gl-vat-video-width, 40%));
}

.gl-video-and-text[data-video-position='right'] .gl-video-and-text-media {
    order: 2;
}

.gl-video-and-text[data-video-position='right'] .gl-video-and-text-content {
    order: 1;
}

.gl-video-and-text[data-video-position='above'] .gl-video-and-text-layout,
.gl-video-and-text[data-video-position='below'] .gl-video-and-text-layout,
.gl-video-and-text-no-video .gl-video-and-text-layout {
    grid-template-columns: minmax(0, 1fr);
}

.gl-video-and-text[data-video-position='below'] .gl-video-and-text-media {
    order: 2;
}

.gl-video-and-text[data-video-position='below'] .gl-video-and-text-content {
    order: 1;
}

.gl-cta {
    background-repeat: no-repeat;
}

.gl-cta-content {
    display: grid;
    gap: 20px;
}

.gl-cta-title {
    margin: 0;
}

.gl-cta-body > :first-child {
    margin-top: 0;
}

.gl-cta-body > :last-child {
    margin-bottom: 0;
}

.gl-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.gl-cta[data-title-align='center'] .gl-cta-content {
    margin-inline: auto;
    text-align: center;
}

.gl-cta[data-title-align='center'] .gl-cta-buttons {
    justify-content: center;
}

.gl-cta[data-title-align='right'] .gl-cta-content {
    margin-left: auto;
    text-align: right;
}

.gl-cta[data-title-align='right'] .gl-cta-buttons {
    justify-content: flex-end;
}

.gl-cta[data-title-align='left'] .gl-cta-content {
    text-align: left;
}

.gl-text-section {
    background-repeat: no-repeat;
}

.gl-text-section-content {
    display: grid;
    gap: 20px;
}

.gl-text-section-title {
    margin: 0;
}

.gl-text-section-body > :first-child {
    margin-top: 0;
}

.gl-text-section-body > :last-child {
    margin-bottom: 0;
}

.gl-text-section-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.gl-text-section[data-title-align='center'] .gl-text-section-content {
    margin-inline: auto;
    text-align: center;
}

.gl-text-section[data-title-align='center'] .gl-text-section-buttons {
    justify-content: center;
}

.gl-text-section[data-title-align='right'] .gl-text-section-content {
    margin-left: auto;
    text-align: right;
}

.gl-text-section[data-title-align='right'] .gl-text-section-buttons {
    justify-content: flex-end;
}

.gl-text-section[data-title-align='left'] .gl-text-section-content {
    text-align: left;
}

.gl-our-team {
    background-repeat: no-repeat;
}

.gl-our-team-content {
    display: grid;
    gap: 28px;
}

.gl-our-team-title {
    margin: 0;
}

.gl-our-team-body > :first-child {
    margin-top: 0;
}

.gl-our-team-body > :last-child {
    margin-bottom: 0;
}

.gl-our-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.gl-our-team-card {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgb(255 255 255 / 92%);
    box-shadow: var(--shadow);
}

.gl-our-team-card-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.gl-our-team-card-content {
    display: grid;
    gap: 12px;
    padding: 20px;
}

.gl-our-team-card-title {
    margin: 0;
}

.gl-our-team-card-subtitle {
    margin: 0;
    color: var(--text-muted);
}

.gl-our-team-card-linkedin {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fff;
    background: #0a66c2;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        background-color 0.18s ease;
}

.gl-our-team-card-linkedin:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgb(15 23 42 / 12%);
    background: #004182;
}

.gl-our-team[data-title-align='center'] .gl-our-team-content {
    text-align: center;
}

.gl-our-team[data-title-align='center'] .gl-our-team-grid {
    text-align: left;
}

.gl-our-team[data-title-align='right'] .gl-our-team-content {
    text-align: right;
}

.gl-our-team[data-title-align='right'] .gl-our-team-grid {
    text-align: left;
}

.gl-our-team[data-title-align='left'] .gl-our-team-content {
    text-align: left;
}

.gl-contact-form {
    background-repeat: no-repeat;
}

.gl-contact-form-content {
    display: grid;
    gap: 24px;
}

.gl-contact-form-title {
    margin: 0;
}

.gl-contact-form-body > :first-child {
    margin-top: 0;
}

.gl-contact-form-body > :last-child {
    margin-bottom: 0;
}

.gl-contact-form-form {
    display: grid;
    gap: 20px;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: rgb(255 255 255 / 92%);
    box-shadow: var(--shadow);
}

.gl-contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gl-contact-form-field {
    display: grid;
    gap: 8px;
}

.gl-contact-form-field-full {
    grid-column: 1 / -1;
}

.gl-contact-form-field label,
.gl-contact-form-consent label {
    font-weight: 600;
}

.gl-contact-form-field input,
.gl-contact-form-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    font: inherit;
    color: var(--text);
}

.gl-contact-form-field textarea {
    min-height: 160px;
    resize: vertical;
}

.gl-contact-form-consent label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.gl-contact-form-consent input {
    margin-top: 4px;
}

.gl-contact-form-actions {
    display: flex;
}

.gl-contact-form[data-title-align='center'] .gl-contact-form-content {
    margin-inline: auto;
    text-align: center;
}

.gl-contact-form[data-title-align='center'] .gl-contact-form-actions {
    justify-content: center;
}

.gl-contact-form[data-title-align='right'] .gl-contact-form-content {
    margin-left: auto;
    text-align: right;
}

.gl-contact-form[data-title-align='right'] .gl-contact-form-actions {
    justify-content: flex-end;
}

.gl-contact-form[data-title-align='left'] .gl-contact-form-content {
    text-align: left;
}

.gl-contact-form[data-title-align='center'] .gl-contact-form-form,
.gl-contact-form[data-title-align='right'] .gl-contact-form-form {
    text-align: left;
}

.gl-newsletter-signup {
    background-repeat: no-repeat;
}

.gl-newsletter-signup-content {
    display: grid;
    gap: 20px;
}

.gl-newsletter-signup-title {
    margin: 0;
}

.gl-newsletter-signup-body > :first-child {
    margin-top: 0;
}

.gl-newsletter-signup-body > :last-child {
    margin-bottom: 0;
}

.gl-newsletter-signup-form {
    display: grid;
    gap: 12px;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: rgb(255 255 255 / 92%);
    box-shadow: var(--shadow);
}

.gl-newsletter-signup-field {
    display: grid;
    gap: 8px;
}

.gl-newsletter-signup-field label {
    font-weight: 600;
}

.gl-newsletter-signup-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.gl-newsletter-signup-input-row input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    font: inherit;
    color: var(--text);
}

.gl-newsletter-signup[data-title-align='center'] .gl-newsletter-signup-content {
    margin-inline: auto;
    text-align: center;
}

.gl-newsletter-signup[data-title-align='right'] .gl-newsletter-signup-content {
    margin-left: auto;
    text-align: right;
}

.gl-newsletter-signup[data-title-align='left'] .gl-newsletter-signup-content {
    text-align: left;
}

.gl-newsletter-signup[data-title-align='center'] .gl-newsletter-signup-form,
.gl-newsletter-signup[data-title-align='right'] .gl-newsletter-signup-form {
    text-align: left;
}

.gl-features {
    background-repeat: no-repeat;
}

.gl-features-content {
    display: grid;
    gap: 28px;
}

.gl-features-title {
    margin: 0;
}

.gl-features-body > :first-child {
    margin-top: 0;
}

.gl-features-body > :last-child {
    margin-bottom: 0;
}

.gl-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.gl-features-card {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgb(255 255 255 / 92%);
    box-shadow: var(--shadow);
    text-align:center;
}

.gl-features-card-link {
    color: inherit;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease;
}

.gl-features-card-link:hover {
    transform: translateY(-2px);
    border-color: rgb(37 99 235 / 25%);
    box-shadow: 0 16px 30px rgb(15 23 42 / 12%);
}

.gl-features-card-icon {
    text-align: center;
    margin: auto;
}

.gl-features-card-icon img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.gl-features-card-content {
    display: grid;
    gap: 10px;
}

.gl-features-card-title {
    margin: 0;
}

.gl-features-card-subtitle {
    margin: 0;
    color: var(--text-muted);
}

.gl-features[data-title-align='center'] .gl-features-content {
    text-align: center;
}

.gl-features[data-title-align='center'] .gl-features-grid {
    text-align: left;
}

.gl-features[data-title-align='right'] .gl-features-content {
    text-align: right;
}

.gl-features[data-title-align='right'] .gl-features-grid {
    text-align: left;
}

.gl-features[data-title-align='left'] .gl-features-content {
    text-align: left;
}

.gl-counters {
    background-repeat: no-repeat;
}

.gl-counters-content {
    display: grid;
    gap: 28px;
}

.gl-counters-title {
    margin: 0;
}

.gl-counters-body > :first-child {
    margin-top: 0;
}

.gl-counters-body > :last-child {
    margin-bottom: 0;
}

.gl-counters-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.gl-counters-card {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgb(255 255 255 / 92%);
    box-shadow: var(--shadow);
    text-align:center;
}

.gl-counters-card-link {
    color: inherit;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease;
}

.gl-counters-card-link:hover {
    transform: translateY(-2px);
    border-color: rgb(37 99 235 / 25%);
    box-shadow: 0 16px 30px rgb(15 23 42 / 12%);
}

.gl-counters-card-icon {
    text-align: center;
    margin:auto;
}

.gl-counters-card-icon img {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.gl-counters-card-content {
    display: grid;
    gap: 10px;
}

.gl-counters-card-value {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1;
    color: var(--accent);
}

.gl-counters-card-title {
    margin: 0;
}

.gl-counters[data-title-align='center'] .gl-counters-content {
    text-align: center;
}

.gl-counters[data-title-align='center'] .gl-counters-grid {
    text-align: left;
}

.gl-counters[data-title-align='right'] .gl-counters-content {
    text-align: right;
}

.gl-counters[data-title-align='right'] .gl-counters-grid {
    text-align: left;
}

.gl-counters[data-title-align='left'] .gl-counters-content {
    text-align: left;
}

#gl-services-grid-section {
    position: relative;
}

#gl-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.gl-services-card {
    display: block;
}

.gl-services-card-link {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgb(255 255 255 / 92%);
    box-shadow: var(--shadow);
    color: inherit;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease;
}

.gl-services-card-link:hover {
    transform: translateY(-2px);
    border-color: rgb(37 99 235 / 25%);
    box-shadow: 0 16px 30px rgb(15 23 42 / 12%);
}

.gl-services-card-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gl-services-card-content {
    display: grid;
    gap: 14px;
    padding: 24px;
}

.gl-services-card-title {
    margin: 0;
}

.gl-services-card-text > :first-child {
    margin-top: 0;
}

.gl-services-card-text > :last-child {
    margin-bottom: 0;
}

.faq-item {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: rgb(255 255 255 / 92%);
    box-shadow: var(--shadow);
}

.faq-question {
    display: flex;
    width: 100%;
    border: 0;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    cursor: pointer;
    background: #f5f7fb;
    font: inherit;
    text-align: left;
}

.faq-question.active {
    background: var(--brand-blue);
}

.faq-item span {
    color: var(--text);
}

.faq-question.active span {
    color: #fff;
}

.drop-icon {
    transition: transform 0.2s ease;
}

.faq-question.active .drop-icon {
    transform: rotate(-90deg);
}

.faq-answer {
    padding: 20px;
}

.faq-answer[hidden] {
    display: none;
}

#gl-blog-grid-section {
    position: relative;
}

#gl-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.gl-blog-card {
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    background: rgb(255 255 255 / 94%);
    box-shadow: var(--shadow);
}

.gl-blog-card-link {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.gl-blog-card-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.gl-blog-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
}

.gl-blog-card-meta,
.gl-blog-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    color: var(--muted);
    font-size: 0.92rem;
}

.gl-blog-card-title,
.gl-blog-article-title {
    margin: 0;
}

.gl-blog-card-text > :first-child,
.gl-blog-article-body > :first-child {
    margin-top: 0;
}

.gl-blog-card-text > :last-child,
.gl-blog-article-body > :last-child {
    margin-bottom: 0;
}

.gl-blog-article-section {
    padding: 60px 0;
}

.gl-blog-article {
    margin: 0 auto;
    padding: 34px;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: rgb(255 255 255 / 94%);
    box-shadow: var(--shadow);
}

.gl-blog-article-header {
    margin-bottom: 30px;
}

.gl-blog-article-header > :last-child {
    margin-bottom: 0;
}

.gl-blog-article-tags {
    margin: 16px 0 0;
}

.gl-blog-article-image,
.gl-blog-article-video {
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 24px;
}

.gl-blog-article-image img {
    width: 100%;
    display: block;
}

.gl-blog-article-video {
    aspect-ratio: 16 / 9;
    margin-top:60px;
}

.gl-blog-article-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

#gl-video-hub-grid-section {
    position: relative;
}

#gl-video-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.gl-video-card {
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    background: rgb(255 255 255 / 94%);
    box-shadow: var(--shadow);
}

.gl-video-card-link {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.gl-video-card-media,
.gl-video-article-media {
    aspect-ratio: 16 / 9;
}

.gl-video-card-media iframe,
.gl-video-article-media iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.gl-video-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 14px;
    padding: 24px;
}

.gl-video-card-meta,
.gl-video-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    color: var(--muted);
    font-size: 0.92rem;
}

.gl-video-card-title,
.gl-video-article-title {
    margin: 0;
}

.gl-video-card-text > :first-child,
.gl-video-article-body > :first-child {
    margin-top: 0;
}

.gl-video-card-text > :last-child,
.gl-video-article-body > :last-child {
    margin-bottom: 0;
}

.gl-video-article-section {
    padding: 60px 0;
}

.gl-video-article {
    margin: 0 auto;
    padding: 34px;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: rgb(255 255 255 / 94%);
    box-shadow: var(--shadow);
}

.gl-video-article-header {
    margin-bottom: 30px;
}

.gl-video-article-header > :last-child {
    margin-bottom: 0;
}

.gl-video-article-tags {
    margin: 16px 0 0;
}

.gl-video-article-media {
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 24px;
}

@media (width <= 1100px) {
    #product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #gl-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #gl-video-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (width <= 900px) {
    .cart-grid,
    .checkout-grid,
    #product-wrapper-grid,
    #gl-footer-grid-2,
    #glf2-1 {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    #product-filter {
        position: static;
    }

    #glht-grid,
    #glhb-grid {
        flex-direction: column;
        align-items: stretch;
    }

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

    .gl-image-and-text-layout,
    .gl-image-and-text[data-image-position='left'] .gl-image-and-text-layout,
    .gl-image-and-text[data-image-position='right'] .gl-image-and-text-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .gl-image-and-text-media,
    .gl-image-and-text-content {
        order: initial;
    }

    .gl-video-and-text-layout,
    .gl-video-and-text[data-video-position='left'] .gl-video-and-text-layout,
    .gl-video-and-text[data-video-position='right'] .gl-video-and-text-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .gl-video-and-text-media,
    .gl-video-and-text-content {
        order: initial;
    }

    .gl-our-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gl-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gl-counters-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #gl-services-grid {
        grid-template-columns: 1fr;
    }

    #gl-blog-grid {
        grid-template-columns: 1fr;
    }

    #gl-video-hub-grid {
        grid-template-columns: 1fr;
    }

    #glhb-nav {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (width <= 700px) {
    .container {
        width: min(var(--container-width), calc(100% - 32px));
    }

    .gl-newsletter-signup-input-row {
        grid-template-columns: 1fr;
    }

    .gl-contact-form-grid {
        grid-template-columns: 1fr;
    }

    .gl-contact-form-field-full {
        grid-column: auto;
    }

    .checkout-form .form-grid,
    #product-grid {
        grid-template-columns: 1fr;
    }

    .cart-table th:nth-child(2),
    .cart-table td:nth-child(2) {
        display: none;
    }

    #glht-cta-btns,
    #glht-socials {
        flex-wrap: wrap;
        justify-content: center;
    }

    .gl-our-team-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .gl-features-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .gl-counters-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .gl-blog-article {
        padding: 24px;
        border-radius: 22px;
    }

    .gl-video-article {
        padding: 24px;
        border-radius: 22px;
    }
}

@media (width <= 470px) {
    .gl-hide-on-mobile {
        display: none !important;
    }

    .gl-hide-on-desktop {
        display: inherit !important;
    }

    .btn-1,
    .btn-2,
    .btn-white {
        width: 100%;
    }

    #gl-hero-image img,
    #gl-slider img {
        aspect-ratio: 16 / 7;
    }

    #gl-slider-prev,
    #gl-slider-next {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    #gl-slider-prev {
        left: 10px;
    }

    #gl-slider-next {
        right: 10px;
    }

    #glhb-grid {
	flex-direction: row;
	align-items: center;
    }

    #mobile-nav-trigger > span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 30px;
    }

    .glhb-nav-item {
	padding: 0 15px;
    }

    .glhb-nav-item-mobile {
	margin-bottom: 10px;
    }

    #glf-logo-wrapper {
	text-align: center;
	margin: auto;
    }

    #glf2-nav {
	justify-content: center;
	flex-direction: column;
	text-align: center;
    }

    #glf2-copyright {
	text-align: center;
    }

    
}

/* -------------------------------------------------------------------------- */
/* Candle Moon foundation                                                      */
/* -------------------------------------------------------------------------- */
:root {
    --cm-brown: #885b34;
    --cm-brown-dark: #6d4828;
    --cm-ink: #1e1e1e;
    --cm-cream: #f4efea;
    --cm-cream-soft: #fbf8f4;
    --cm-white: #ffffff;
    --cm-border: rgba(136, 91, 52, 0.18);
    --cm-shadow: 0 24px 60px rgba(27, 18, 12, 0.14);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--cm-ink);
    background: var(--cm-white);
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.7;
}

body,
button,
input,
textarea,
select {
    font-family: 'Nunito Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: var(--cm-ink);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    line-height: 1.08;
}

p {
    margin: 0 0 1rem;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

main {
    overflow: clip;
}

.container {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

.cm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.cm-button:hover,
.cm-button:focus-visible {
    transform: translateY(-2px);
}

.cm-button-primary {
    background: var(--cm-brown);
    color: var(--cm-white);
    box-shadow: 0 18px 40px rgba(136, 91, 52, 0.28);
}

.cm-button-primary:hover,
.cm-button-primary:focus-visible {
    background: var(--cm-brown-dark);
}

.cm-button-secondary {
    border-color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.08);
    color: var(--cm-white);
    backdrop-filter: blur(6px);
}

.cm-button-secondary:hover,
.cm-button-secondary:focus-visible {
    border-color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.14);
}

.cm-button-small {
    min-height: 48px;
    padding: 12px 26px;
    font-size: 0.92rem;
}

.cm-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    color: var(--cm-brown);
    border: 1px solid rgba(136, 91, 52, 0.18);
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.cm-social-link:hover,
.cm-social-link:focus-visible {
    background: var(--cm-brown);
    color: var(--cm-white);
    transform: translateY(-2px);
}

.cm-social-link.is-static {
    cursor: default;
}

.cm-social-link.is-static:hover,
.cm-social-link.is-static:focus-visible {
    background: rgba(255, 255, 255, 0.55);
    color: var(--cm-brown);
    transform: none;
}

.cm-header-strip {
    background: var(--cm-cream);
    border-bottom: 1px solid var(--cm-border);
}

.cm-header-strip__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 56px;
}

.cm-header-strip__contacts,
.cm-header-strip__socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 28px;
}

.cm-header-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--cm-brown);
    font-size: 0.95rem;
    font-weight: 700;
}

.cm-header-contact-item i {
    font-size: 0.9rem;
}

.cm-header-shell {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 252, 248, 0.84);
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 35px rgba(33, 20, 11, 0.08);
}

.cm-header-main {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 110px;
}

.cm-header-logo {
    flex: 0 0 auto;
}

.cm-header-logo img {
    width: clamp(170px, 18vw, 230px);
}

.cm-header-nav-shell {
    flex: 1 1 auto;
}

.cm-header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.glhb-nav-item,
.glhb-nav-item-mobile,
.glhb-submenu-item,
.glhb-submenu-item-mobile {
    position: relative;
}

.glhb-nav-link,
.glhb-submenu-link,
.glhb-nav-item-mobile > .glhb-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: var(--cm-ink);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.glhb-nav-link:hover,
.glhb-nav-link:focus-visible,
.glhb-submenu-link:hover,
.glhb-submenu-link:focus-visible,
.glhb-nav-link.active-page,
.glhb-submenu-link.active-page {
    color: var(--cm-brown);
}

.drop-down-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
}

.dropdown-menu-main-nav,
.dropdown-menu-sub-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 240px;
    padding: 14px;
    border: 1px solid var(--cm-border);
    border-radius: 20px;
    background: rgba(255, 252, 248, 0.98);
    box-shadow: var(--cm-shadow);
}

.dropdown-menu-sub-nav {
    top: -14px;
    left: calc(100% + 12px);
}

.glhb-nav-item.has-dropdown:hover > .dropdown-menu-main-nav,
.glhb-submenu-item.has-dropdown:hover > .dropdown-menu-sub-nav {
    display: block;
}

.dropdown-menu-main-nav .glhb-submenu-link,
.dropdown-menu-sub-nav .glhb-submenu-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 12px;
    border-radius: 12px;
}

.dropdown-menu-main-nav .glhb-submenu-link:hover,
.dropdown-menu-sub-nav .glhb-submenu-link:hover {
    background: rgba(136, 91, 52, 0.08);
}

.cm-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex: 0 0 auto;
}

.cm-cart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 48px;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid var(--cm-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--cm-brown);
    font-weight: 700;
}

.nav-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--cm-brown);
    color: var(--cm-white);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
}

.cm-mobile-trigger {
    display: none;
    margin-left: auto;
    font-size: 1.25rem;
    color: var(--cm-brown);
}

.cm-mobile-nav {
    margin-bottom: 24px;
    padding: 20px;
    border: 1px solid var(--cm-border);
    border-radius: 28px;
    background: rgba(255, 252, 248, 0.98);
    box-shadow: var(--cm-shadow);
}

.glhb-nav-item-mobile > .glhb-nav-link,
.glhb-submenu-item-mobile > .glhb-submenu-link,
.dropdown-menu-main-nav-mobile .glhb-submenu-link,
.dropdown-menu-sub-nav-mobile .glhb-submenu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
}

.dropdown-menu-main-nav-mobile,
.dropdown-menu-sub-nav-mobile {
    padding-left: 16px;
}

.cm-mobile-nav__extras {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--cm-border);
}

.cm-home-page {
    background: var(--cm-white);
}

.cm-home-hero {
    position: relative;
    min-height: calc(100vh - 166px);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cm-home-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(255, 255, 255, 0.08) 100%);
}

.cm-home-hero-image-alt {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.cm-home-hero__container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 166px);
    padding-top: 72px;
    padding-bottom: 92px;
}

.cm-home-hero__content {
    max-width: 720px;
    color: var(--cm-white);
}

.cm-home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #f1d4b6;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.cm-home-hero__eyebrow::before {
    content: '✦';
    font-size: 0.95rem;
}

.cm-home-hero__title {
    max-width: 10ch;
    margin: 0;
    color: var(--cm-white);
    font-size: clamp(3.5rem, 8vw, 6.5rem);
}

.cm-home-hero__text {
    max-width: 610px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.12rem;
}

.cm-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.cm-footer {
    border-top: 1px solid var(--cm-border);
    background: linear-gradient(180deg, #fffdfa 0%, #f7f1ea 100%);
}

.cm-footer__top {
    display: grid;
    grid-template-columns: minmax(260px, 1.15fr) minmax(0, 1.85fr);
    gap: 56px;
    padding: 72px 0 42px;
}

.cm-footer__brand {
    display: flex;
    align-items: flex-start;
}

.cm-footer__brand-row {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    align-items: center;
    gap: 26px;
}

.cm-footer__logo img {
    width: 128px;
}

.cm-footer__contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cm-footer__contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--cm-ink);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
}

.cm-footer__contact-item a,
.cm-footer__contact-item span {
    color: inherit;
}

.cm-footer__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    color: var(--cm-brown);
    flex: 0 0 18px;
}

.cm-footer__menus {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.cm-footer__menu-title {
    margin-bottom: 18px;
    color: var(--cm-brown);
    font-size: 1.7rem;
}

.cm-footer__menu-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cm-footer__menu-link {
    color: rgba(30, 30, 30, 0.82);
    font-weight: 700;
}

.cm-footer__menu-link:hover,
.cm-footer__menu-link:focus-visible {
    color: var(--cm-brown);
}

.cm-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0 34px;
    border-top: 1px solid var(--cm-border);
}

.cm-footer__bottom-links,
.cm-footer__meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cm-footer__bottom-links a,
.cm-footer__meta {
    font-size: 0.92rem;
    font-weight: 700;
}

.cm-footer__bottom-links a:hover,
.cm-footer__bottom-links a:focus-visible {
    color: var(--cm-brown);
}

.cm-footer__meta {
    justify-content: flex-end;
}

@media (max-width: 1180px) {
    .container {
        width: min(1320px, calc(100% - 36px));
    }

    .cm-header-main {
        gap: 20px;
    }

    .cm-header-nav {
        justify-content: flex-start;
    }

    .glhb-nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.92rem;
    }

    .cm-footer__top {
        grid-template-columns: 1fr;
    }

    .cm-footer__brand-row {
        grid-template-columns: 128px minmax(0, 1fr);
    }
}

@media (max-width: 980px) {
    .gl-hide-on-mobile {
        display: none !important;
    }

    .gl-hide-on-desktop {
        display: inline-flex !important;
    }

    .cm-header-main {
        min-height: 88px;
    }

    .cm-mobile-trigger {
        display: inline-flex;
    }

    .cm-header-strip__inner {
        min-height: 64px;
        padding-top: 10px;
        padding-bottom: 10px;
        flex-direction: column;
        justify-content: center;
    }

    .cm-home-hero,
    .cm-home-hero__container {
        min-height: auto;
    }

    .cm-home-hero__container {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .cm-footer__menus {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cm-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .cm-footer__meta {
        justify-content: flex-start;
    }
}

@media (min-width: 981px) {
    .gl-hide-on-desktop {
        display: none !important;
    }
}

@media (max-width: 720px) {
    .container {
        width: min(1320px, calc(100% - 28px));
    }

    .cm-header-contact-item {
        font-size: 0.88rem;
    }

    .cm-home-hero__title {
        max-width: none;
        font-size: clamp(2.9rem, 14vw, 4.4rem);
    }

    .cm-home-hero__text {
        font-size: 1rem;
    }

    .cm-home-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cm-home-hero__actions .cm-button {
        width: 100%;
    }

    .cm-footer__brand-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cm-footer__logo img {
        width: 120px;
    }

    .cm-footer__contact-item {
        font-size: 0.9rem;
    }

    .cm-footer__menus {
        grid-template-columns: 1fr;
    }
}

.cm-section-heading {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cm-section-heading-centered {
    align-items: center;
    text-align: center;
}

.cm-section-heading__title {
    color: var(--cm-brown);
    font-size: clamp(2.25rem, 4vw, 3.1rem);
}

.cm-section-heading__star {
    color: var(--cm-brown);
    font-size: 1.1rem;
    line-height: 1;
}

.cm-section-heading__text {
    max-width: 920px;
    color: rgba(30, 30, 30, 0.84);
    font-size: 1.06rem;
    font-weight: 700;
}

.cm-home-benefits {
    background: var(--cm-cream);
    border-top: 1px solid rgba(136, 91, 52, 0.08);
    border-bottom: 1px solid rgba(136, 91, 52, 0.08);
}

.cm-home-benefits__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: center;
    min-height: 82px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.cm-home-benefit-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--cm-brown);
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
}

.cm-home-benefit-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.cm-home-categories {
    padding: 88px 0 96px;
}

.cm-home-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 52px;
}

.cm-category-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 28px;
    background: var(--cm-cream);
    box-shadow: 0 18px 40px rgba(52, 33, 19, 0.08);
}

.cm-category-card__media {
    aspect-ratio: 5 / 3.55;
}

.cm-category-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-category-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 28px 28px 32px;
    text-align: center;
}

.cm-category-card__title {
    color: var(--cm-brown);
    font-size: clamp(1.9rem, 3vw, 2.35rem);
}

.cm-category-card__text {
    color: rgba(30, 30, 30, 0.82);
    font-size: 1rem;
    font-weight: 700;
}

.cm-category-card__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--cm-brown);
    font-size: 1rem;
    font-weight: 800;
}

.cm-category-card__link:hover,
.cm-category-card__link:focus-visible {
    color: var(--cm-brown-dark);
}

.cm-home-categories__footer-action {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 1180px) {
    .cm-home-benefits__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cm-home-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .cm-home-benefits__inner {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .cm-home-categories {
        padding-top: 72px;
        padding-bottom: 80px;
    }
}

@media (max-width: 720px) {
    .cm-home-benefits__inner {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cm-home-benefit-item {
        justify-content: flex-start;
        text-align: left;
    }

    .cm-home-categories__grid {
        grid-template-columns: 1fr;
        margin-top: 36px;
    }

    .cm-category-card {
        border-radius: 22px;
    }

    .cm-category-card__body {
        padding: 24px 20px 26px;
    }
}

.cm-home-fragrance-finder {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
    background: var(--cm-cream);
    overflow: hidden;
}

.cm-home-fragrance-finder__media {
    min-height: 100%;
}

.cm-home-fragrance-finder__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-home-fragrance-finder__container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
}

.cm-home-fragrance-finder__content {
    width: min(100%, 640px);
    margin-left: auto;
}

.cm-home-fragrance-finder__title {
    max-width: 12ch;
    color: var(--cm-ink);
}

.cm-home-fragrance-finder__text {
    max-width: 640px;
}

.cm-home-fragrance-finder__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
    margin-bottom: 36px;
}

.cm-home-fragrance-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 12px 26px;
    border-radius: 999px;
    background: #f0e7df;
    color: var(--cm-brown);
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 1180px) {
    .cm-home-fragrance-finder {
        grid-template-columns: 1fr;
    }

    .cm-home-fragrance-finder__media {
        max-height: 520px;
    }

    .cm-home-fragrance-finder__container {
        justify-content: flex-start;
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .cm-home-fragrance-finder__content {
        margin-left: 0;
    }
}

@media (max-width: 720px) {
    .cm-home-fragrance-finder__container {
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .cm-home-fragrance-finder__tags {
        gap: 10px;
        margin-top: 26px;
        margin-bottom: 28px;
    }

    .cm-home-fragrance-tag {
        width: 100%;
        justify-content: flex-start;
        min-height: 52px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cm-home-special-occasions {
    padding: 88px 0 96px;
    background: var(--cm-white);
}

.cm-home-special-occasions__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 52px;
}

.cm-special-occasion-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 28px;
    background: var(--cm-cream);
    box-shadow: 0 18px 40px rgba(52, 33, 19, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

a.cm-special-occasion-card:hover,
a.cm-special-occasion-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 22px 46px rgba(52, 33, 19, 0.12);
}

.cm-special-occasion-card__media {
    aspect-ratio: 52 / 34.6;
}

.cm-special-occasion-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-special-occasion-card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 102px;
    padding: 24px 20px;
    color: var(--cm-brown);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.8rem, 2.8vw, 2.2rem);
    font-weight: 600;
    text-align: center;
}

@media (max-width: 1180px) {
    .cm-home-special-occasions__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .cm-home-special-occasions {
        padding-top: 72px;
        padding-bottom: 80px;
    }
}

@media (max-width: 720px) {
    .cm-home-special-occasions__grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 36px;
    }

    .cm-special-occasion-card {
        border-radius: 22px;
    }

    .cm-special-occasion-card__title {
        min-height: 88px;
        padding: 20px 18px;
    }
}

.cm-home-special-occasions__actions {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.cm-special-occasion-action {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 14px 24px;
    border: 1px solid rgba(136, 91, 52, 0.18);
    border-radius: 999px;
    background: var(--cm-cream);
    box-shadow: 0 12px 24px rgba(52, 33, 19, 0.08);
    color: var(--cm-brown);
    font-size: 0.98rem;
    font-weight: 800;
    transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.cm-special-occasion-action:hover,
.cm-special-occasion-action:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(52, 33, 19, 0.11);
    color: var(--cm-brown-dark);
}

.cm-special-occasion-action__icon,
.cm-special-occasion-action__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cm-special-occasion-action__icon {
    width: 18px;
}

@media (max-width: 720px) {
    .cm-home-special-occasions__actions {
        gap: 12px;
        margin-top: 26px;
    }

    .cm-special-occasion-action {
        width: 100%;
        justify-content: space-between;
    }
}

.cm-home-bestsellers {
    padding: 88px 0 96px;
    background: var(--cm-cream);
}

.cm-home-bestsellers__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 52px;
}

.cm-bestseller-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 28px;
    background: var(--cm-white);
    box-shadow: 0 18px 40px rgba(52, 33, 19, 0.08);
}

.cm-bestseller-card__media {
    aspect-ratio: 1 / 0.675;
}

.cm-bestseller-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-bestseller-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px 22px 30px;
    text-align: center;
}

.cm-bestseller-card__title {
    color: var(--cm-ink);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.5;
}

.cm-bestseller-card__subtitle {
    color: rgba(30, 30, 30, 0.5);
    font-size: 1rem;
    font-weight: 700;
}

.cm-bestseller-card__price {
    color: var(--cm-brown);
    font-size: 1.35rem;
    font-weight: 800;
}

.cm-home-bestsellers__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.cm-home-bestsellers__dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(136, 91, 52, 0.25);
}

.cm-home-bestsellers__dots .is-active {
    background: var(--cm-brown);
}

@media (max-width: 1180px) {
    .cm-home-bestsellers__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .cm-home-bestsellers {
        padding-top: 72px;
        padding-bottom: 80px;
    }
}

@media (max-width: 720px) {
    .cm-home-bestsellers__grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 36px;
    }

    .cm-bestseller-card {
        border-radius: 22px;
    }

    .cm-bestseller-card__body {
        padding: 22px 18px 26px;
    }
}

.cm-home-events-workshops {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: var(--cm-brown);
}

.cm-home-split-panel {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.cm-home-split-panel__media,
.cm-home-split-panel__media img,
.cm-home-split-panel__overlay,
.cm-home-split-panel__content-wrap {
    position: absolute;
    inset: 0;
}

.cm-home-split-panel__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-home-split-panel__overlay {
    background: linear-gradient(90deg, rgba(110, 69, 37, 0.94) 0%, rgba(110, 69, 37, 0.78) 34%, rgba(110, 69, 37, 0.18) 78%, rgba(110, 69, 37, 0) 100%);
}

.cm-home-split-panel__content-wrap {
    z-index: 1;
}

.cm-home-split-panel__container {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
}

.cm-home-split-panel__content {
    max-width: 420px;
    color: var(--cm-white);
}

.cm-home-split-panel__title {
    color: var(--cm-white);
    font-size: clamp(2.3rem, 4vw, 3.2rem);
}

.cm-home-split-panel__text {
    margin-top: 28px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.06rem;
    font-weight: 700;
}

.cm-home-split-panel-events {
    border-right: 1px solid rgba(255, 255, 255, 0.28);
}

@media (max-width: 1180px) {
    .cm-home-events-workshops {
        grid-template-columns: 1fr;
    }

    .cm-home-split-panel-events {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    }
}

@media (max-width: 980px) {
    .cm-home-split-panel {
        min-height: 480px;
    }

    .cm-home-split-panel__container {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

@media (max-width: 720px) {
    .cm-home-split-panel {
        min-height: 420px;
    }

    .cm-home-split-panel__content {
        max-width: 100%;
    }

    .cm-home-split-panel__text {
        margin-top: 20px;
        margin-bottom: 24px;
        font-size: 1rem;
    }

    .cm-home-split-panel__content .cm-button {
        width: 100%;
    }
}

.cm-home-knowledge-hub {
    padding: 88px 0 96px;
    background: var(--cm-white);
}

.cm-home-knowledge-hub__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 52px;
}

.cm-knowledge-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(30, 30, 30, 0.1);
    border-radius: 28px;
    background: var(--cm-white);
    box-shadow: 0 14px 30px rgba(52, 33, 19, 0.06);
}

.cm-knowledge-card__media {
    aspect-ratio: 54 / 35.2;
}

.cm-knowledge-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-knowledge-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 24px 28px;
    text-align: center;
}

.cm-knowledge-card__title {
    color: var(--cm-brown);
    font-size: clamp(1.85rem, 2.7vw, 2.25rem);
}

.cm-knowledge-card__text {
    color: rgba(30, 30, 30, 0.82);
    font-size: 1rem;
    font-weight: 700;
}

.cm-knowledge-card__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--cm-brown);
    font-size: 1rem;
    font-weight: 800;
}

.cm-knowledge-card__link:hover,
.cm-knowledge-card__link:focus-visible {
    color: var(--cm-brown-dark);
}

.cm-home-knowledge-hub__footer-action {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 1180px) {
    .cm-home-knowledge-hub__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .cm-home-knowledge-hub {
        padding-top: 72px;
        padding-bottom: 80px;
    }
}

@media (max-width: 720px) {
    .cm-home-knowledge-hub__grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 36px;
    }

    .cm-knowledge-card {
        border-radius: 22px;
    }

    .cm-knowledge-card__body {
        padding: 22px 18px 24px;
    }
}

.cm-home-crafted-story {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    align-items: stretch;
    background: #f0e7df;
    overflow: hidden;
}

.cm-home-crafted-story__image-shell {
    min-height: 100%;
}

.cm-home-crafted-story__image-shell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cm-home-crafted-story__content-shell {
    background: linear-gradient(90deg, rgba(240, 231, 223, 0) 0%, #f0e7df 18%, #f0e7df 100%);
}

.cm-home-crafted-story__container {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 76px;
    padding-bottom: 76px;
}

.cm-home-crafted-story__content {
    width: min(100%, 560px);
    margin-left: auto;
}

.cm-home-crafted-story__title {
    color: var(--cm-brown);
    font-size: clamp(2.6rem, 4vw, 3.9rem);
}

.cm-home-crafted-story__text {
    margin-top: 28px;
    margin-bottom: 34px;
    color: var(--cm-brown);
    font-size: 1.04rem;
    font-weight: 700;
}

@media (max-width: 1180px) {
    .cm-home-crafted-story {
        grid-template-columns: 1fr;
    }

    .cm-home-crafted-story__image-shell {
        max-height: 520px;
    }

    .cm-home-crafted-story__content-shell {
        background: #f0e7df;
    }

    .cm-home-crafted-story__content {
        margin-left: 0;
    }
}

@media (max-width: 980px) {
    .cm-home-crafted-story__container {
        padding-top: 58px;
        padding-bottom: 58px;
    }
}

@media (max-width: 720px) {
    .cm-home-crafted-story__image-shell {
        max-height: 420px;
    }

    .cm-home-crafted-story__title {
        font-size: clamp(2.2rem, 11vw, 3.2rem);
    }

    .cm-home-crafted-story__text {
        margin-top: 22px;
        margin-bottom: 28px;
        font-size: 0.98rem;
    }

    .cm-home-crafted-story__content .cm-button {
        width: 100%;
    }
}

.cm-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cm-home-newsletter-strip {
    padding: 74px 0;
    background: var(--cm-white);
}

.cm-home-newsletter-strip__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
    align-items: center;
    gap: 48px;
}

.cm-home-newsletter-strip__intro {
    display: flex;
    align-items: center;
    gap: 28px;
}

.cm-home-newsletter-strip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: var(--cm-brown);
    font-size: 2rem;
    flex: 0 0 64px;
}

.cm-home-newsletter-strip__title {
    color: var(--cm-brown);
    font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.cm-home-newsletter-strip__text {
    margin-top: 12px;
    color: var(--cm-ink);
    font-size: 1rem;
    font-weight: 700;
}

.cm-home-newsletter-strip__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
    background: var(--cm-cream);
    box-shadow: 0 16px 30px rgba(52, 33, 19, 0.08);
}

.cm-home-newsletter-strip__field {
    display: flex;
}

.cm-home-newsletter-strip__field input {
    width: 100%;
    min-height: 74px;
    padding: 0 26px;
    border: 0;
    background: transparent;
    color: var(--cm-ink);
    font-size: 1rem;
    font-weight: 700;
    outline: none;
}

.cm-home-newsletter-strip__field input::placeholder {
    color: rgba(30, 30, 30, 0.42);
}

.cm-home-newsletter-strip__submit {
    min-width: 170px;
    padding: 0 30px;
    border: 0;
    background: var(--cm-brown);
    color: var(--cm-cream);
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 0.22s ease;
}

.cm-home-newsletter-strip__submit:hover,
.cm-home-newsletter-strip__submit:focus-visible {
    background: var(--cm-brown-dark);
}

@media (max-width: 1180px) {
    .cm-home-newsletter-strip__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 720px) {
    .cm-home-newsletter-strip {
        padding: 60px 0;
    }

    .cm-home-newsletter-strip__intro {
        align-items: flex-start;
        gap: 18px;
    }

    .cm-home-newsletter-strip__icon {
        width: 52px;
        height: 52px;
        font-size: 1.7rem;
        flex-basis: 52px;
    }

    .cm-home-newsletter-strip__form {
        grid-template-columns: 1fr;
    }

    .cm-home-newsletter-strip__field input {
        min-height: 64px;
        padding: 0 20px;
    }

    .cm-home-newsletter-strip__submit {
        min-height: 60px;
    }
}

.cm-home-testimonials {
    position: relative;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.cm-home-testimonials__bg-alt {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.cm-home-testimonials__container {
    position: relative;
    z-index: 1;
    padding-top: 88px;
    padding-bottom: 88px;
}

.cm-home-testimonials__content {
    width: min(100%, 760px);
}

.cm-home-testimonials__heading-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 38px;
}

.cm-home-testimonials__star {
    color: #f4efea;
    font-size: 1.1rem;
    line-height: 1;
}

.cm-home-testimonials__title {
    color: var(--cm-white);
    font-size: clamp(2.5rem, 4vw, 3.6rem);
}

.cm-home-testimonials__slider-shell {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: flex-start;
}

.cm-home-testimonials__slider {
    width: min(100%, 720px);
}

.cm-home-testimonials__slide {
    padding-left: 22px;
    padding-right: 22px;
}

.cm-testimonial-card {
    position: relative;
    padding: 54px 56px 50px;
    border-radius: 24px;
    background: #f0e7df;
    box-shadow: 20px 34px 55px rgba(30, 30, 30, 0.12);
    color: var(--cm-ink);
}

.cm-testimonial-card__quote-mark {
    position: absolute;
    color: rgba(255, 255, 255, 0.72);
    font-size: 4rem;
    line-height: 1;
}

.cm-testimonial-card__quote-mark-left {
    left: 26px;
    top: 18px;
}

.cm-testimonial-card__quote-mark-right {
    right: 26px;
    top: 18px;
}

.cm-testimonial-card__quote {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.8;
}

.cm-testimonial-card__author {
    margin-top: 24px;
    font-size: 1rem;
    font-weight: 800;
}

.cm-home-testimonials__controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cm-home-testimonials__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #f4efea;
    cursor: pointer;
    transition: background-color 0.22s ease, transform 0.22s ease;
}

.cm-home-testimonials__arrow:hover,
.cm-home-testimonials__arrow:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.cm-home-testimonials .slick-dots {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.cm-home-testimonials .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.cm-home-testimonials .slick-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(244, 239, 234, 0.28);
    color: transparent;
    font-size: 0;
    cursor: pointer;
}

.cm-home-testimonials .slick-dots .slick-active button {
    background: #f4efea;
}

@media (max-width: 980px) {
    .cm-home-testimonials__container {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .cm-home-testimonials {
        background-position: center center;
    }
}

@media (max-width: 720px) {
    .cm-home-testimonials__container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .cm-home-testimonials__heading-wrap {
        gap: 10px;
        margin-bottom: 24px;
    }

    .cm-home-testimonials__slider {
        width: 100%;
    }

    .cm-home-testimonials__slide {
        padding-left: 0;
        padding-right: 0;
    }

    .cm-testimonial-card {
        padding: 44px 22px 28px;
        border-radius: 20px;
    }

    .cm-testimonial-card__quote-mark-left {
        left: 14px;
        top: 10px;
    }

    .cm-testimonial-card__quote-mark-right {
        right: 14px;
        top: 10px;
    }

    .cm-testimonial-card__quote {
        font-size: 1rem;
        line-height: 1.7;
    }
}

.cm-home-final-cta {
    padding: 82px 0 96px;
    background: var(--cm-white);
}

.cm-home-final-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.cm-home-final-cta__title {
    max-width: 18ch;
}

.cm-home-final-cta__text {
    max-width: 940px;
}

.cm-home-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.cm-home-final-cta__secondary {
    border-color: rgba(136, 91, 52, 0.42);
    background: var(--cm-white);
    color: var(--cm-brown);
    box-shadow: 0 18px 34px rgba(52, 33, 19, 0.08);
}

.cm-home-final-cta__secondary:hover,
.cm-home-final-cta__secondary:focus-visible {
    background: #f8f2ec;
    color: var(--cm-brown-dark);
}

@media (max-width: 980px) {
    .cm-home-final-cta {
        padding-top: 72px;
        padding-bottom: 82px;
    }
}

@media (max-width: 720px) {
    .cm-home-final-cta {
        padding-top: 60px;
        padding-bottom: 68px;
    }

    .cm-home-final-cta__inner {
        gap: 30px;
    }

    .cm-home-final-cta__actions {
        width: 100%;
    }

    .cm-home-final-cta__actions .cm-button {
        width: 100%;
    }
}

