@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap");

:root {
    --site-bg-a: #f8f4ec;
    --site-bg-b: #eff4f8;
    --site-text: #10233a;
    --site-muted: #4d6076;
    --site-brand: #0e5a84;
    --site-brand-dark: #0b3f5f;
    --site-accent: #c1912f;
    --site-card: #ffffff;
    --site-border: rgba(12, 43, 71, 0.14);
    --site-shadow: 0 20px 40px rgba(12, 33, 53, 0.13);
}

html {
    scroll-behavior: smooth;
}

::selection {
    background: rgba(14, 90, 132, 0.2);
    color: var(--site-text);
}

body.site-content-page {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--site-text);
    background:
        radial-gradient(circle at 8% 6%, rgba(193, 145, 47, 0.15), transparent 40%),
        radial-gradient(circle at 94% 2%, rgba(14, 90, 132, 0.16), transparent 38%),
        linear-gradient(168deg, var(--site-bg-a), var(--site-bg-b));
    min-height: 100vh;
    letter-spacing: 0.01em;
}

.site-content-header .navbar {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(9px);
    border-bottom: 1px solid var(--site-border);
    box-shadow: 0 8px 24px rgba(12, 33, 53, 0.08);
}

.site-content-header .navbar-brand {
    font-weight: 700;
    letter-spacing: 0.2px;
}

.site-brand-logo {
    width: auto;
    height: 44px;
    display: block;
    border-radius: 8px;
}

.site-content-header .nav-link {
    color: #1a2f49;
    font-weight: 600;
    font-size: 0.99rem;
    padding: 0.54rem 0.86rem !important;
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.site-content-header .navbar-nav {
    gap: 0.3rem;
}

.cart-icon-btn {
    min-width: 46px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.1rem;
    border-color: rgba(14, 90, 132, 0.35);
    color: var(--site-brand-dark);
    background: rgba(255, 255, 255, 0.85);
}

.cart-count-badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    background: linear-gradient(140deg, var(--site-accent), #af7f23);
    color: #fff;
    font-size: 0.72rem;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    padding: 0 5px;
}

.site-content-header .nav-link.active,
.site-content-header .nav-link:hover {
    color: var(--site-brand-dark);
    background: rgba(14, 90, 132, 0.09);
}

.hero-slab {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 255, 0.88));
    border: 1px solid var(--site-border);
    border-radius: 20px;
    padding: 1.7rem 1.6rem;
    box-shadow: var(--site-shadow);
}

.hero-slab h1 {
    font-family: "Playfair Display", serif;
}

.hero-slab .lead {
    color: var(--site-muted);
}

.hero-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--site-border);
    background:
        linear-gradient(126deg, rgba(6, 28, 49, 0.75), rgba(14, 90, 132, 0.55)),
        var(--hero-bg-image, linear-gradient(145deg, #0b2941, #0e5a84));
    background-size: cover;
    background-position: center;
    min-height: 280px;
    display: flex;
    align-items: center;
    box-shadow: var(--site-shadow);
}

.hero-banner-wrap {
    margin: 0;
}

.hero-banner-full {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    min-height: 320px;
}

.hero-banner-content-contained {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    padding: 2.2rem 1.5rem;
}

.hero-banner-content {
    color: #fff;
    width: min(760px, 100%);
    padding: 1.7rem 1.5rem;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(7, 25, 40, 0.24), rgba(7, 25, 40, 0.08));
    backdrop-filter: blur(1px);
}

.hero-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: rgba(255, 255, 255, 0.9);
}

.hero-banner-content p {
    color: rgba(255, 255, 255, 0.9);
}

.hero-cta-btn {
    border: 0;
    color: #0f2438;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.62rem 1.05rem;
    box-shadow: 0 10px 22px rgba(8, 35, 57, 0.23);
}

.homepage-carousel {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--site-border);
    box-shadow: var(--site-shadow);
    background: #fff;
}

.homepage-slider-shell .homepage-carousel {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.homepage-carousel .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    border: 0;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.62);
}

.homepage-carousel .carousel-indicators .active {
    width: 28px;
    background: #fff;
}

.homepage-carousel .carousel-control-prev,
.homepage-carousel .carousel-control-next {
    width: 52px;
    height: 52px;
    top: calc(50% - 26px);
    border-radius: 999px;
    margin: 0 1rem;
    background: rgba(7, 25, 40, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.homepage-slide-image {
    width: 100%;
    height: 560px;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.03);
}

.homepage-slide {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.homepage-slide-content {
    padding: 1.7rem 1.5rem;
    color: #fff;
    max-width: 760px;
}

.homepage-slide-content h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(1.9rem, 4vw, 3rem);
    margin-bottom: 0.65rem;
}

.homepage-slide-content p {
    font-size: 1.08rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.homepage-slide-btn {
    border: 0;
    color: #0f172a;
    font-weight: 600;
}

.homepage-feature-strip-wrap {
    position: relative;
    z-index: 6;
    margin-top: -74px;
    margin-bottom: 0.6rem;
}

.homepage-feature-strip-card {
    border-radius: 18px;
    background: linear-gradient(155deg, #106f9d, #0d567a);
    color: #fff;
    padding: 1.25rem 1.15rem 1.1rem;
    text-align: center;
    box-shadow: 0 18px 30px rgba(8, 35, 57, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.homepage-feature-strip-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
}

.homepage-feature-strip-card h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.65rem;
}

.homepage-feature-strip-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.93);
    line-height: 1.55;
    font-size: 0.98rem;
}

.homepage-main-shell {
    padding-top: 1.5rem !important;
}

.homepage-products-section {
    border: 1px solid var(--site-border);
    border-radius: 20px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(247, 252, 255, 0.84));
    box-shadow: 0 18px 34px rgba(12, 33, 53, 0.1);
    padding: 1.2rem;
}

.homepage-product-image {
    width: 100%;
    height: 240px;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    background: #fff;
    transition: transform 0.35s ease;
}

.homepage-product-image-placeholder {
    width: 100%;
    height: 240px;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    background: rgba(15, 23, 42, 0.06);
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 500;
}

.homepage-product-tabs-bar {
    border-bottom: 1px solid rgba(12, 43, 71, 0.15);
    padding: 0 0 1rem;
}

.homepage-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.homepage-category-tab {
    border: 1px solid rgba(12, 43, 71, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #4d6076;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.45rem 0.8rem;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.homepage-category-tab:hover {
    color: #113958;
    border-color: rgba(14, 90, 132, 0.4);
    box-shadow: 0 8px 18px rgba(12, 64, 94, 0.12);
}

.homepage-category-tab.is-active {
    color: #fff;
    border-color: var(--site-brand);
    background: linear-gradient(140deg, var(--site-brand), #1079a2);
    box-shadow: 0 10px 20px rgba(12, 64, 94, 0.2);
}

.shop-product-thumb {
    height: 220px;
    object-fit: contain;
    background: #fff;
    padding: 0.25rem;
}

.site-content-richtext {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--site-border);
    border-radius: 18px;
    padding: 1.35rem 1.35rem 1.1rem;
    box-shadow: var(--site-shadow);
}

.site-content-richtext h1,
.site-content-richtext h2,
.site-content-richtext h3,
.site-content-richtext h4 {
    font-family: "Playfair Display", serif;
}

.site-content-richtext p,
.site-content-richtext li {
    color: #1f2937;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.site-content-richtext a {
    color: var(--site-brand);
    text-decoration: underline;
}

.site-content-richtext img,
.site-content-richtext video,
.site-content-richtext iframe {
    max-width: 100%;
    height: auto;
}

.site-content-richtext table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.site-content-richtext pre,
.site-content-richtext code {
    overflow-wrap: anywhere;
}

.alert {
    border: 1px solid var(--site-border);
    border-radius: 14px;
}

.component-card {
    border: 1px solid var(--site-border);
    border-radius: 18px;
    background: var(--site-card);
    box-shadow: var(--site-shadow);
    padding: 1.1rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.component-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 38px rgba(12, 33, 53, 0.16);
    border-color: rgba(14, 90, 132, 0.28);
}

.component-card:hover .homepage-product-image {
    transform: translateY(-2px) scale(1.02);
}

.homepage-products-grid .col {
    display: flex;
}

.homepage-product-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 16px;
}

.homepage-product-title {
    font-size: 1.06rem;
    line-height: 1.35;
    min-height: 2.85rem;
    margin-bottom: 0.55rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.homepage-product-actions {
    align-items: center;
}

.homepage-product-btn,
.homepage-product-btn-secondary {
    min-height: 36px;
    border-radius: 10px;
}

main.container section h2.h3,
main.container section h3.h4 {
    letter-spacing: -0.015em;
}

.btn-primary,
.cms-card-btn {
    border: 0;
    background: linear-gradient(140deg, var(--site-brand), #1079a2);
    box-shadow: 0 10px 22px rgba(12, 64, 94, 0.24);
}

.btn-primary:hover,
.cms-card-btn:hover {
    background: linear-gradient(140deg, #0c4f74, #0f6b91);
}

.btn-outline-primary,
.cms-card-btn-outline {
    border-color: rgba(14, 90, 132, 0.45);
    color: var(--site-brand-dark);
    background: rgba(255, 255, 255, 0.88);
}

.btn-outline-primary:hover,
.cms-card-btn-outline:hover {
    background: rgba(14, 90, 132, 0.09);
    color: var(--site-brand-dark);
}

.component-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 0.75rem;
}

.component-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: rgba(15, 118, 110, 0.15);
    color: var(--site-brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
}

.component-body p:last-child {
    margin-bottom: 0;
}

.about-two-column-grid {
    display: grid;
    grid-template-columns: minmax(280px, 420px) 1fr;
    gap: 1rem;
    align-items: stretch;
}

.about-media-panel {
    padding: 0.75rem;
}

.about-main-image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.about-showcase {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
    gap: 1.5rem;
    align-items: stretch;
    background: #ececec;
    border-radius: 12px;
    padding: 1.2rem;
}

.about-showcase-media {
    background: #f2f2f2;
}

.about-showcase-media .about-main-image {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    border-radius: 0;
}

.about-showcase-content {
    color: #1f2937;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-showcase-content h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1.8rem, 2.2vw, 2.25rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-showcase-content p {
    font-size: clamp(1.25rem, 1.4vw, 1.9rem);
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: left;
}

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

.about-offers-accordion .accordion-item {
    border-radius: 10px;
    border: 1px solid var(--site-border);
    overflow: hidden;
    margin-bottom: 0.55rem;
}

.about-offers-accordion .accordion-button {
    font-weight: 600;
}

.about-hours-table td {
    border-color: var(--site-border);
    vertical-align: middle;
}

.about-hours-table tr:last-child td {
    border-bottom: 0;
}

.why-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.why-card {
    height: 100%;
}

.cms-card {
    border: 1px solid var(--site-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--site-shadow);
    padding: 1.2rem 1.2rem 1.1rem;
    margin: 1rem 0;
}

.cms-card-feature {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(234, 88, 12, 0.08));
}

.cms-card-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--site-brand-dark);
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.cms-card h3,
.cms-card h4 {
    margin-bottom: 0.6rem;
}

.cms-card p {
    color: #1f2937;
    margin-bottom: 0.7rem;
}

.cms-card-link {
    color: var(--site-brand);
    font-weight: 600;
    text-decoration: none;
}

.cms-card-link:hover {
    text-decoration: underline;
}

.cms-card-grid {
    display: grid;
    gap: 1rem;
    margin: 1rem 0;
}

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

.cms-card-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cms-card-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-page-shell {
    max-width: 1320px;
}

.contact-page-intro h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-weight: 800;
    color: var(--site-brand-dark);
    margin-bottom: 0.55rem;
}

.contact-page-intro p {
    max-width: 760px;
    margin: 0 auto;
    color: #475569;
    font-size: 1.06rem;
}

.contact-panel {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1fr);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(14, 90, 132, 0.24);
    box-shadow: 0 20px 34px rgba(15, 23, 42, 0.12);
    background: #fff;
}

.contact-panel-info {
    background: linear-gradient(162deg, #0b3f5f 0%, #0e5a84 56%, #1381a3 100%);
    color: #fff;
    padding: clamp(1.3rem, 2.2vw, 2.2rem);
}

.contact-panel-info h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1.6rem, 2.1vw, 2rem);
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.contact-panel-info > p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.2rem;
    max-width: 34ch;
}

.contact-info-list {
    display: grid;
    gap: 0.85rem;
}

.contact-info-item {
    display: flex;
    gap: 0.82rem;
    align-items: center;
    padding: 0.88rem 0.88rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
}

.contact-info-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contact-info-item h3 {
    font-size: 1rem;
    margin: 0 0 0.15rem;
    font-weight: 700;
}

.contact-info-item a,
.contact-info-item p {
    font-size: 0.93rem;
    color: rgba(255, 255, 255, 0.94);
    margin: 0;
    text-decoration: none;
}

.contact-info-item a:hover {
    text-decoration: underline;
}

.contact-form-panel {
    background: #f8fafc;
    padding: clamp(1.2rem, 2.2vw, 1.9rem);
}

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

.contact-form-grid .form-label {
    font-size: 0.92rem;
    font-weight: 700;
    color: #111827;
}

.contact-form-grid .form-control {
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    min-height: 44px;
    padding: 0.62rem 0.75rem;
    font-size: 0.95rem;
}

.contact-form-grid .form-control:focus {
    border-color: var(--site-brand);
    box-shadow: 0 0 0 0.2rem rgba(14, 90, 132, 0.14);
}

.contact-form-message,
.contact-form-actions {
    grid-column: 1 / -1;
}

.contact-form-message textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.contact-submit-btn {
    border: 0;
    border-radius: 10px;
    min-height: 46px;
    padding: 0.7rem 1.25rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(140deg, var(--site-brand), #1079a2);
    box-shadow: 0 12px 24px rgba(12, 64, 94, 0.24);
}

.contact-submit-btn:hover {
    color: #fff;
    background: linear-gradient(140deg, #0c4f74, #0f6b91);
}

.contact-location-panel {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(14, 90, 132, 0.24);
    box-shadow: 0 20px 34px rgba(15, 23, 42, 0.12);
    background: #fff;
}

.contact-location-header {
    background: linear-gradient(160deg, #0b3f5f 0%, #0e5a84 58%, #1381a3 100%);
    color: #fff;
    text-align: center;
    padding: 1.65rem 1rem 1.55rem;
}

.contact-location-header h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1.7rem, 2.2vw, 2.2rem);
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.contact-location-header p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.contact-map-wrap {
    position: relative;
    min-height: 380px;
    background: #e2e8f0;
}

.contact-map-wrap iframe {
    width: 100%;
    min-height: 380px;
    border: 0;
    display: block;
}

.contact-map-overlay {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(160deg, rgba(15, 23, 42, 0.86), rgba(51, 65, 85, 0.82));
    max-width: min(420px, calc(100% - 2rem));
}

.contact-map-overlay h3 {
    margin: 0 0 0.25rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.contact-map-overlay p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.92);
}

.contact-map-directions {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #fff;
    color: var(--site-brand-dark);
    text-decoration: none;
    border: 1px solid rgba(14, 90, 132, 0.35);
    font-weight: 700;
    font-size: 0.9rem;
    min-height: 40px;
    padding: 0 0.95rem;
}

.contact-map-directions:hover {
    color: var(--site-brand-dark);
    background: #eef6fb;
}

.contact-location-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    padding: 0.85rem;
    background: #f8fafc;
}

.contact-location-card {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 1.15rem 1rem 1.05rem;
    text-align: center;
}

.contact-location-card-active {
    border-color: var(--site-brand);
    box-shadow: 0 8px 20px rgba(12, 64, 94, 0.2);
}

.contact-location-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #e6f2f9;
    color: var(--site-brand-dark);
    font-size: 1.2rem;
    margin-bottom: 0.35rem;
}

.contact-location-card h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.18rem;
    margin-bottom: 0.45rem;
    font-weight: 700;
}

.contact-location-card p {
    margin: 0;
    line-height: 1.5;
    color: #475569;
    font-size: 0.93rem;
}

@media (max-width: 991px) {
    .about-two-column-grid,
    .offer-hours-grid {
        grid-template-columns: 1fr;
    }

    .homepage-feature-strip-wrap {
        margin-top: -44px;
    }

    .homepage-feature-strip-card h3 {
        font-size: 1.3rem;
    }

    .homepage-feature-strip-card p {
        font-size: 0.9rem;
    }

    .about-showcase {
        grid-template-columns: 1fr;
    }

    .about-main-image {
        min-height: 240px;
    }

    .about-showcase-media .about-main-image {
        min-height: 280px;
    }

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

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

    .contact-location-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .homepage-feature-strip-wrap {
        margin-top: -22px;
    }

    .homepage-feature-strip-card {
        padding: 1rem 0.95rem;
    }

    .homepage-feature-strip-icon {
        width: 52px;
        height: 52px;
        font-size: 1.4rem;
    }

    .homepage-feature-strip-card h3 {
        font-size: 1.15rem;
    }

    .homepage-feature-strip-card p {
        font-size: 0.84rem;
    }

    .hero-banner-full {
        min-height: 260px;
    }

    .hero-banner-content-contained {
        padding: 1.35rem 1rem;
    }

    .why-card-grid {
        grid-template-columns: 1fr;
    }

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

    .contact-map-wrap,
    .contact-map-wrap iframe {
        min-height: 320px;
    }

    .contact-map-wrap {
        padding-bottom: 0.65rem;
    }

    .contact-map-overlay {
        position: static;
        margin: 0.65rem;
        max-width: none;
    }

    .contact-map-directions {
        position: static;
        margin: 0 0.65rem;
        justify-content: center;
        font-size: 0.82rem;
    }
}

.cms-icon-card {
    background: #fff;
    border: 1px solid var(--site-border);
    border-radius: 14px;
    padding: 1rem;
    box-shadow: var(--site-shadow);
}

.cms-icon-pill {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(15, 118, 110, 0.14);
    color: var(--site-brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 0.65rem;
}

.cms-media-card {
    border: 1px solid var(--site-border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--site-shadow);
    background: #fff;
    margin: 1rem 0;
}

.cms-media-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.cms-media-card-body {
    padding: 1rem 1.1rem 1.05rem;
}

.cms-split-panel {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 1rem;
    border: 1px solid var(--site-border);
    border-radius: 16px;
    padding: 1.1rem;
    background: #fff;
    box-shadow: var(--site-shadow);
    margin: 1rem 0;
    align-items: center;
}

.cms-split-actions {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.cms-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.56rem 0.95rem;
    border-radius: 10px;
    background: linear-gradient(140deg, var(--site-brand), #1079a2);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    box-shadow: 0 10px 22px rgba(12, 64, 94, 0.24);
}

.cms-card-btn:hover {
    color: #fff;
    background: linear-gradient(140deg, #0c4f74, #0f6b91);
}

.cms-card-btn-outline {
    background: #fff;
    color: var(--site-brand-dark);
    border-color: rgba(14, 90, 132, 0.45);
}

.cms-card-btn-outline:hover {
    color: var(--site-brand-dark);
    background: rgba(14, 90, 132, 0.09);
}

.cms-stat-card {
    border: 1px solid var(--site-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--site-shadow);
    padding: 0.95rem;
    text-align: center;
}

.cms-stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--site-brand-dark);
    margin-bottom: 0.2rem;
}

.cms-stat-label {
    margin-bottom: 0;
    color: var(--site-muted);
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .hero-banner {
        min-height: 230px;
    }

    .homepage-slide {
        min-height: 320px;
    }

    .homepage-slide-image {
        height: 360px;
    }

    .cms-card-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cms-card-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cms-split-panel {
        grid-template-columns: 1fr;
    }

    .cms-split-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .homepage-product-tabs-bar {
        padding-bottom: 0.75rem;
    }

    .homepage-category-tabs {
        gap: 0.45rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.2rem;
    }

    .homepage-category-tab {
        font-size: 0.84rem;
        padding: 0.35rem 0.62rem;
        flex: 0 0 auto;
    }

    .homepage-products-section {
        padding: 0.95rem;
    }

    .homepage-product-title {
        min-height: 0;
    }

    .site-content-header .nav-link {
        padding: 0.5rem 0.4rem !important;
        font-size: 1rem;
    }

    .hero-banner-content {
        padding: 1.2rem 1rem;
    }

    .homepage-slide-content {
        padding: 1.15rem 1rem;
    }

    .homepage-slide-content p {
        font-size: 0.98rem;
    }

    .site-brand-logo {
        height: 38px;
    }

    .homepage-slide-image {
        height: 260px;
    }

    .cms-card-grid-2,
    .cms-card-grid-3,
    .cms-card-grid-4 {
        grid-template-columns: 1fr;
    }
}

.accordion-item {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--site-border);
    margin-bottom: 0.75rem;
}

.accordion-button {
    font-weight: 600;
}

.site-content-footer {
    border-top: 1px solid var(--site-border);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(247, 251, 255, 0.84));
    backdrop-filter: blur(6px);
}

.footer-link {
    color: var(--site-muted);
    text-decoration: none;
    font-size: 0.92rem;
}

.footer-link:hover {
    color: var(--site-brand-dark);
    text-decoration: underline;
}
