@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&family=IBM+Plex+Sans+Arabic:wght@400;500;600&display=swap');

:root {
    --primary: #5c3a21;
    --primary-dark: #3e2615;
    --accent: #cfa268;
    --neutral: #f5f3ef;
    --text: #2b241f;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 17px;
}

body {
    font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: var(--neutral);
    color: var(--text);
    line-height: 1.7;
    direction: rtl;
    text-align: right;
    font-weight: 400;
}

h1 {
    font-size: 2.25rem;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    font-weight: 700;
}

.ad-slot {
    margin: 1.75rem 0;
}

.ad-slot__frame {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem;
    border-radius: 12px;
    background: transparent;
    text-align: center;
    gap: 0.5rem;
    direction: ltr;
    width: 100%;
}

.ad-slot__frame > * {
    max-width: 100%;
}

.ad-slot__frame--empty {
    border: 2px dashed rgba(92, 58, 33, 0.35);
    background: rgba(255, 255, 255, 0.75);
}

.ad-slot--leaderboard .ad-slot__frame {
    min-height: 110px;
}

.ad-slot--rectangle .ad-slot__frame {
    min-height: 320px;
}

.ad-slot__placeholder {
    font-size: 0.95rem;
    color: rgba(43, 36, 31, 0.7);
    margin: 0;
}

.company-map {
    width: 100%;
    height: 320px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 30px rgba(17, 10, 6, 0.12);
    margin-top: 1rem;
}

.company-map__list {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.35rem;
}

.company-map__list li {
    font-size: 0.95rem;
    color: rgba(43, 36, 31, 0.78);
}

.container {
    width: min(1100px, 92%);
    margin: 0 auto;
}

.site-utility {
    background: linear-gradient(120deg, rgba(94, 69, 48, 0.96), rgba(40, 24, 14, 0.98));
    color: #fdfbf7;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.site-utility::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.16), transparent 60%),
        radial-gradient(circle at 82% 0%, rgba(207, 162, 104, 0.2), transparent 55%);
    pointer-events: none;
    opacity: 0.85;
}

.site-utility__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.site-utility__status {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.site-utility__status strong {
    color: var(--accent);
    font-size: 1.05rem;
}

.site-utility__actions {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.site-utility__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fefcfa;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.site-utility__link span {
    font-size: 0.9rem;
}

.site-utility__link:hover,
.site-utility__link:focus {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.2);
}

.site-utility__icon {
    width: 18px;
    height: 18px;
    color: var(--accent);
}

.site-utility__icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.site-utility__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--primary-dark);
    background: var(--accent);
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 32px rgba(17, 10, 6, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-utility__cta:hover,
.site-utility__cta:focus {
    transform: translateY(-2px);
    box-shadow: 0 24px 40px rgba(17, 10, 6, 0.28);
}

.price-stack {
    display: grid;
    gap: 0.25rem;
}

.price-stack__primary {
    font-weight: 700;
    color: var(--primary-dark);
}

.price-stack__secondary,
.price-stack__tertiary {
    font-size: 0.85rem;
    color: #7a716b;
}

.price-stack--hero .price-stack__primary {
    font-size: 1.4rem;
}

.price-stack--hero .price-stack__secondary {
    font-size: 0.88rem;
}

.price-stack--card .price-stack__primary {
    font-size: 1.35rem;
}

.price-stack--compact .price-stack__primary {
    font-size: 1rem;
}

.price-stack--compact .price-stack__secondary {
    font-size: 0.78rem;
}

.price-stack--summary .price-stack__primary {
    font-size: 1.35rem;
}

.price-stack--summary .price-stack__secondary {
    font-size: 0.95rem;
}

.price-stack--table .price-stack__primary {
    font-size: 1rem;
}

.price-stack--table .price-stack__secondary {
    font-size: 0.78rem;
}

.product-gallery__header {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.product-gallery__header h2 {
    margin: 0;
    font-size: 1.4rem;
    color: var(--primary-dark);
}

.product-gallery__header p {
    margin: 0;
    font-size: 0.95rem;
    color: #5a4e44;
}

.product-gallery__stage {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
    background: #15110d;
}

.product-gallery__stage img {
    display: block;
    width: 100%;
    height: auto;
}

.product-gallery__zoom {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.55rem 1.25rem;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.site-header {
    background: var(--primary);
    color: #fff;
    padding: 1rem 0;
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 1.5rem;
}

.logo {
    font-family: 'IBM Plex Sans Arabic', 'Cairo', 'Segoe UI', Tahoma, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    position: relative;
}

.site-nav__list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.site-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.45rem 0.75rem;
    border-radius: 8px;
    transition: background 0.18s ease, transform 0.18s ease;
}

.site-nav__link:hover,
.site-nav__link:focus,
.site-nav__link.is-active {
    background: var(--primary-dark);
}

.site-nav__icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
}

.site-nav__icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.site-nav__tools {
    position: relative;
}

.site-nav__tools summary {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #fff;
    cursor: pointer;
    list-style: none;
    padding: 0.45rem 0.75rem;
    border-radius: 8px;
    transition: background 0.18s ease;
}

.site-nav__tools summary::-webkit-details-marker {
    display: none;
}
.site-nav__tools summary::after {
    content: '<';
    font-size: 0.9rem;
    transform: rotate(-90deg);
    opacity: 0.6;
}

.site-nav__tools[open] summary {
    background: var(--primary-dark);
}

.site-nav__tools[open] summary::after {
    transform: rotate(90deg);
}

.site-nav__tools-panel {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background: #fff;
    color: var(--text);
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
    width: 280px;
    z-index: 10;
}

.site-nav__tools[open] .site-nav__tools-panel {
    display: grid;
}

.site-nav__tools-grid {
    display: grid;
    gap: 0.75rem;
}

.site-tool {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    text-decoration: none;
    color: inherit;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background 0.18s ease, transform 0.18s ease;
}

.site-tool:hover,
.site-tool:focus {
    background: rgba(240, 234, 226, 0.9);
    transform: translateX(-2px);
}

.site-tool__icon {
    width: 20px;
    height: 20px;
    color: var(--primary);
    flex-shrink: 0;
}

.site-tool__icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.site-tool__title {
    font-weight: 600;
    font-size: 0.95rem;
    display: block;
}

.site-tool__meta {
    font-size: 0.8rem;
    color: #65584f;
}

.site-nav__item--menu {
    position: relative;
}

.site-nav__menu {
    position: static;
}

.site-nav__menu summary {
    list-style: none;
}

.site-nav__menu summary::-webkit-details-marker {
    display: none;
}
.site-nav__menu summary::after {
    content: '';
}

.site-nav__menu-panel {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background: #fff;
    color: var(--text);
    padding: 1.25rem 1.5rem;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    min-width: 320px;
    z-index: 20;
}

.site-nav__item--menu:nth-child(3) .site-nav__menu-panel {
    right: -1rem;
}

.site-nav__item--menu:nth-child(4) .site-nav__menu-panel {
    right: -1rem;
}

.site-nav__menu[open] .site-nav__menu-panel {
    display: block;
}

.site-nav__menu-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
}

.site-nav__menu-heading {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7a716b;
    margin-bottom: 0.5rem;
}

.site-nav__menu-list {
    list-style: none;
    display: grid;
    gap: 0.4rem;
}
.site-nav__menu-list a {
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
    transition: color 0.15s ease, transform 0.15s ease;
}

.site-nav__menu-list a:hover,
.site-nav__menu-list a:focus {
    color: var(--primary);
    transform: translateX(-3px);
}

.site-nav__menu-empty {
    color: #85776c;
}

.site-nav__menu-cta {
    display: inline-flex;
    margin-top: 0.85rem;
    font-weight: 600;
    color: var(--primary);
    text-decoration: none;
    align-items: center;
    gap: 0.35rem;
}

.site-nav__menu-cta::after {
    content: '<';
    font-size: 0.85rem;
    transform: translateX(0);
    transition: transform 0.15s ease;
}

.site-nav__menu-cta:hover::after,
.site-nav__menu-cta:focus::after {
    transform: translateX(-3px);
}

.nav-toggle {
    display: none;
}

@media (max-width: 900px) {
    .site-header .container {
        flex-wrap: wrap;
    }

    .site-nav {
        display: none;
        flex-direction: column;
        background: var(--primary);
        position: absolute;
        top: 70px;
        right: 4%;
        width: 240px;
        padding: 1rem;
        border-radius: 8px;
        gap: 0.85rem;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav__list {
        flex-direction: column;
        align-items: stretch;
        gap: 0.4rem;
    }

    .site-nav__link {
        width: 100%;
        justify-content: flex-start;
    }

    .site-nav__tools {
        width: 100%;
    }

    .site-nav__tools summary {
        width: 100%;
        justify-content: space-between;
    }

    .site-nav__tools summary::after {
        margin-right: auto;
        transform: rotate(0deg);
    }

    .site-nav__tools[open] summary::after {
        transform: rotate(90deg);
    }

    .site-nav__tools-panel {
        position: static;
        width: 100%;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.95);
        margin-top: 0.5rem;
        color: var(--text);
    }

    .nav-toggle {
        display: block;
        background: transparent;
        color: #fff;
        border: none;
        font-size: 1.5rem;
    }
}

.hero--modern h1 {
    font-size: clamp(2.25rem, 4vw, 3rem);
    line-height: 1.2;
}

.hero--modern .lead {
    font-size: 1.05rem;
    color: #4a4039;
}

.hero--modern .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero--modern .hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: flex-start;
}

.hero--modern .hero__stats strong {
    display: block;
    font-size: 1.5rem;
    color: var(--primary-dark);
}

.hero--modern .hero__stats span {
    font-size: 0.9rem;
    color: #5f564f;
}


.hero__inner {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
        column-gap: 3rem;
    }
}

.hero__content {
    display: grid;
    gap: 1.25rem;
    text-align: right;
}

.hero__media {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 320px;
}

.hero__frame {
    width: min(100%, 420px);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 26px 48px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 1;
}

.hero__frame img {
    display: block;
    width: 100%;
    height: auto;
}

.hero__frame--secondary {
    position: absolute;
    inset-inline-end: 42px;
    bottom: -2.75rem;
    width: clamp(180px, 52%, 260px);
    border-radius: 16px;
    border: 4px solid #fff;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
    background: #fff;
}

@media (max-width: 768px) {
    .hero__inner {
        grid-template-columns: 1fr;
    }

    .hero__media {
        justify-content: center;
        flex-direction: column;
        gap: 1.25rem;
        min-height: auto;
    }

    .hero__frame--secondary {
        position: static;
        width: min(80%, 240px);
        margin-top: -0.5rem;
    }
}

.section--customers {
    background: linear-gradient(135deg, #fdf8f2 0%, #efe5dc 100%);
}

.customer-suite {
    display: grid;
    gap: 2.75rem;
    align-items: center;
}

@media (min-width: 920px) {
    .customer-suite {
        grid-template-columns: 0.95fr 1.05fr;
    }
}

.customer-suite__intro h2,
.customer-suite__intro p,
.customer-card__title {
    font-family: 'IBM Plex Sans Arabic', 'Cairo', 'Segoe UI', Tahoma, sans-serif;
}

.customer-suite__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary);
    background: rgba(92, 58, 33, 0.08);
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 1.1rem;
}

.customer-suite__intro h2 {
    font-size: clamp(2rem, 3vw, 2.6rem);
    margin-bottom: 0.85rem;
    color: var(--primary-dark);
}

.customer-suite__intro p {
    font-size: 1.05rem;
    color: #493d34;
    margin-bottom: 1.4rem;
}

.customer-suite__points {
    list-style: none;
    display: grid;
    gap: 0.8rem;
    margin: 0 0 1.8rem;
    padding: 0;
}

.customer-suite__points li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #4f4137;
    font-size: 0.95rem;
}

.customer-suite__points li::before {
    content: '•';
    color: var(--primary);
    font-size: 1.3rem;
    line-height: 1;
}

.customer-suite__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: var(--primary-dark);
    text-decoration: none;
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 16px 35px rgba(34, 21, 14, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.customer-suite__cta:hover,
.customer-suite__cta:focus {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(34, 21, 14, 0.22);
}

.customer-suite__grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.customer-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.6rem;
    box-shadow: 0 22px 45px rgba(34, 21, 14, 0.12);
    border: 1px solid rgba(92, 58, 33, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-height: 220px;
}

.customer-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(92, 58, 33, 0.12);
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 1.05rem;
}

.customer-card__title {
    font-size: 1.25rem;
    color: var(--primary-dark);
    margin: 0;
}

.customer-card__body {
    color: #51473f;
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;
}

.customer-card__footer {
    margin-top: auto;
    font-size: 0.85rem;
    color: #7a6b61;
}

.customer-card--advanced {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 237, 229, 0.95) 100%);
    border: 1px solid rgba(92, 58, 33, 0.22);
    box-shadow: 0 26px 48px rgba(34, 21, 14, 0.15);
}

.customer-card--advanced .customer-card__badge {
    background: var(--primary);
    color: #fff;
}

.customer-card--advanced .customer-card__footer {
    color: var(--primary);
}

.button {
    display: inline-block;
    background: var(--accent);
    color: var(--primary-dark);
    padding: 0.75rem 1.75rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Cairo', 'IBM Plex Sans Arabic', 'Segoe UI', Tahoma, sans-serif;
    border: none;
    cursor: pointer;
}

.flash-banner {
    padding: 0.75rem 0;
}

.flash-banner p {
    margin: 0;
    font-weight: 600;
}

.flash-banner--success {
    background: #dff2e1;
    color: #1f5f2d;
}

.flash-banner--error {
    background: #fde4e1;
    color: #8f1a10;
}

.flash-banner--info {
    background: #e2ecff;
    color: #1f4085;
}

.section {
    padding: 3rem 0;
}

.section h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.section-heading {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 2.5rem;
    display: grid;
    gap: 0.75rem;
}

.section-heading p {
    color: #5f564f;
}

.section-footer {
    text-align: center;
    margin-top: 2.5rem;
}

.section--muted {
    background: #efe9e3;
    padding: 1.5rem 0;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.product-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-card .content {
    padding: 1.25rem;
}

.product-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
}

.product-card p {
    margin-bottom: 0.75rem;
    color: #5f564f;
}

.product-card .price {
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.product-card .actions {
    display: flex;
    gap: 0.75rem;
}

.product-card .actions a,
.product-card .actions button {
    flex: 1;
    text-align: center;
}

.product-meta-line {
    font-size: 0.9rem;
    color: #5f564f;
    margin-bottom: 0.5rem;
}

.badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.badge--made_to_order {
    background: rgba(207, 162, 104, 0.18);
    color: var(--primary);
}

.badge--in_stock {
    background: rgba(56, 142, 60, 0.18);
    color: #1f6f2d;
}

.badge--limited_release {
    background: rgba(213, 0, 0, 0.12);
    color: #a00000;
}

.cart-link {
    position: relative;
}

.cart-count {
    background: #fff;
    color: var(--primary);
    border-radius: 999px;
    padding: 0 0.45rem;
    font-size: 0.78rem;
    margin-right: 0.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
}

.site-footer {
    position: relative;
    background: linear-gradient(135deg, #1a120c 0%, #2b1810 48%, var(--primary-dark) 100%);
    color: #fff;
    padding: 3.5rem 0 1.85rem;
    margin-top: 4rem;
    overflow: hidden;
}

.site-footer::before,
.site-footer::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.site-footer::before {
    background:
        radial-gradient(120% 80% at 12% 8%, rgba(207, 162, 104, 0.28), transparent 55%),
        radial-gradient(90% 70% at 82% 18%, rgba(255, 255, 255, 0.12), transparent 60%);
    opacity: 0.85;
}

.site-footer::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
    opacity: 0.75;
}

.site-footer .container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 2.75rem 2rem;
    align-items: start;
}

.site-footer .container > div {
    display: grid;
    gap: 1.1rem;
    padding: 1.65rem 1.75rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 26px 48px rgba(17, 10, 6, 0.22);
    min-height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-footer .container > div:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 58px rgba(17, 10, 6, 0.28);
    border-color: rgba(255, 255, 255, 0.18);
}

@supports (backdrop-filter: blur(12px)) {
    .site-footer .container > div {
        backdrop-filter: blur(18px);
    }
}

.site-footer h4 {
    margin: 0;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.site-footer p {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.9;
}

.newsletter-form {
    display: grid;
    gap: 0.9rem;
    margin-top: 0.5rem;
    padding: 1.1rem 1.2rem;
    border-radius: 14px;
    background: rgba(12, 8, 6, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.newsletter-form label {
    font-weight: 600;
    letter-spacing: 0.02em;
}

.newsletter-fields {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.newsletter-fields input {
    padding: 0.75rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-fields input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15);
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.68);
}

.newsletter-form small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
}

.site-footer .button {
    justify-self: start;
    padding: 0.75rem 1.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent) 0%, #e4bf85 100%);
    color: var(--primary-dark);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer .button:hover,
.site-footer .button:focus {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.26);
}

.footer-map {
    display: grid;
    gap: 1.1rem;
}

.footer-map__frame {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    min-height: 320px;
    background: rgba(8, 5, 3, 0.55);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.3);
}

.footer-map__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.footer-map__placeholder {
    color: rgba(255, 255, 255, 0.68);
}

.site-footer .company-map {
    border-radius: 16px;
    box-shadow: 0 24px 46px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer .company-map__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.65rem;
}

.site-footer .company-map__list li {
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: transform 0.2s ease, background 0.2s ease;
}

.site-footer .company-map__list li:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.14);
}

.site-footer .company-map__list strong {
    color: var(--accent);
}

.site-footer .company-map__list span {
    color: rgba(255, 255, 255, 0.7);
}

.site-footer .company-map__list div {
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 960px) {
    .site-footer .footer-map {
        grid-column: span 2;
    }
}

@media (max-width: 960px) {
    .site-footer .container {
        gap: 2.25rem 1.5rem;
    }
}

@media (max-width: 720px) {
    .site-footer {
        padding: 3rem 0 1.65rem;
    }

    .site-footer .container > div {
        padding: 1.35rem 1.45rem;
    }

    .newsletter-form {
        padding: 1rem;
    }

    .site-footer .button {
        width: 100%;
        justify-content: center;
    }
}

.site-footer .copyright {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 2.75rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.68);
    letter-spacing: 0.04em;
}

.site-footer .copyright::before {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    margin: 0 auto 1rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
}

.product-hero {
    background: linear-gradient(140deg, rgba(207, 162, 104, 0.22), rgba(92, 58, 33, 0.08));
    padding: 4.5rem 0 3.5rem;
}

.product-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: stretch;
}

.product-hero__intro {
    display: grid;
    gap: 1rem;
}

.product-hero__lead {
    font-size: 1.1rem;
    color: #4a4039;
    max-width: 34rem;
}

.product-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.product-hero__meta-item {
    background: #fff;
    border-radius: 14px;
    padding: 0.85rem 1.25rem;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
    min-width: 160px;
}

.product-hero__meta-item span {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a716b;
    font-weight: 700;
}

.product-hero__meta-item .price-stack {
    margin-top: 0.35rem;
}

.product-hero__meta-item strong {
    display: block;
    font-size: 1.3rem;
    color: var(--primary-dark);
}

.product-hero__meta-item small {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.85rem;
    color: #93867f;
}

.product-hero__card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
    display: grid;
    gap: 1.25rem;
}

.product-hero__card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(207, 162, 104, 0.16), transparent);
    pointer-events: none;
}

.product-hero__card > * {
    position: relative;
    z-index: 1;
}

.product-spec-list {
    display: grid;
    gap: 1rem;
}

.product-spec-list div {
    display: grid;
    gap: 0.35rem;
}

.product-spec-list dt {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a716b;
    font-weight: 700;
}

.product-spec-list dd {
    margin: 0;
    font-weight: 600;
    color: var(--primary-dark);
}

.product-hero__assurances {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.6rem;
}

.product-hero__assurances li {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-weight: 600;
    color: #4a4039;
}

.product-hero__assurances li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--accent);
    flex-shrink: 0;
}

@media (max-width: 960px) {
    .site-utility__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0.9rem;
    }

    .site-utility__actions {
        width: 100%;
        justify-content: flex-start;
        gap: 0.6rem;
    }

    .site-utility__status {
        width: 100%;
    }

    .site-utility__link,
    .site-utility__cta {
        width: 100%;
        justify-content: center;
    }

    .site-nav__menu-panel,
    .product-hero__grid {
        grid-template-columns: 1fr;
    }

    .product-hero__card {
        max-width: 520px;
        justify-self: stretch;
    }

    .site-nav__menu-columns {
        grid-template-columns: 1fr;
    }
}

.product-detail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.product-gallery {
    display: grid;
    gap: 1rem;
}

.product-gallery__stage {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #1f1a17;
    aspect-ratio: 4 / 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.product-gallery__stage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-gallery__zoom {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.88);
    color: var(--primary-dark);
    border: none;
    border-radius: 999px;
    padding: 0.4rem 1.2rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.product-gallery__zoom:hover,
.product-gallery__zoom:focus {
    transform: translateY(-2px);
}

.product-gallery__thumbnails {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.product-gallery__thumb {
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 0;
    background: transparent;
    cursor: pointer;
    flex: 0 0 96px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.product-gallery__thumb img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.product-gallery__thumb.is-active {
    border-color: var(--primary);
    transform: translateY(-2px);
}

.product-gallery__thumb:focus {
    outline: none;
    border-color: var(--accent);
}

.product-gallery__thumb:focus img {
    filter: brightness(1.05);
}

.product-gallery__lightbox[hidden] {
    display: none;
}

.product-gallery__lightbox {
    position: fixed;
    inset: 0;
    background: rgba(12, 9, 6, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 1000;
}

.product-gallery__lightbox img {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 12px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.product-gallery__close {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    background: transparent;
    border: none;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    line-height: 1;
}

body.is-lightbox-open {
    overflow: hidden;
}

.product-detail--refined {
    align-items: flex-start;
}

@media (max-width: 768px) {
    .product-gallery__stage {
        aspect-ratio: 3 / 4;
    }

    .product-gallery__thumb {
        flex: 0 0 72px;
    }

    .product-gallery__thumb img {
        height: 56px;
    }
}

.product-info {
    padding: 1.5rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.product-info--elevated {
    background: #fff;
    border-radius: 20px;
    padding: 2.25rem;
    box-shadow: 0 26px 52px rgba(0, 0, 0, 0.12);
    display: grid;
    gap: 1.5rem;
}

.product-info__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.product-info__header h2 {
    margin: 0.25rem 0 0;
    font-size: 1.5rem;
}

.product-info__price {
    background: rgba(207, 162, 104, 0.18);
    border-radius: 16px;
    padding: 0.75rem 1rem;
    text-align: right;
    min-width: 160px;
}

.product-info__price span {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a716b;
    font-weight: 700;
}

.product-info__price .price-stack {
    margin-top: 0.35rem;
}

.product-info__price strong {
    font-size: 1.4rem;
    color: var(--primary-dark);
}

.product-info__summary {
    margin: 0;
    color: #5f564f;
}

.product-highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.product-highlights li {
    padding-right: 1rem;
    border-right: 3px solid rgba(207, 162, 104, 0.8);
    font-weight: 600;
    color: #3e2615;
}

.product-info__section {
    display: grid;
    gap: 0.75rem;
}

.product-info__section h3 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--primary-dark);
}

.product-info__section p {
    margin: 0;
    color: #5f564f;
}

.product-info__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
    color: #5f564f;
}

.product-info__list li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
}

.product-info__list li::before {
    content: '•';
    color: var(--accent);
    font-size: 1.2rem;
    line-height: 1;
}

.product-form--stacked {
    display: grid;
    gap: 0.65rem;
}

.product-form--stacked label {
    margin-bottom: 0.1rem;
}

.product-form--stacked input[type="number"] {
    max-width: 120px;
}

.product-info__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.product-info__note {
    background: rgba(92, 58, 33, 0.05);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    color: #5f564f;
    font-size: 0.9rem;
    line-height: 1.5;
}

.product-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.product-meta {
    margin-top: 1rem;
    border-top: 1px solid #e0dcd6;
    padding-top: 1rem;
    color: #5f564f;
}

.care-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.care-card {
    background: #fff;
    padding: 1.75rem;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.tool-card {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    display: grid;
    gap: 1.5rem;
}

.section--flush {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.product-process {
    background: linear-gradient(120deg, rgba(92, 58, 33, 0.08), transparent);
}

.product-process__timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.25rem;
}

.product-process__item {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
    display: grid;
    gap: 0.5rem;
}

.product-process__item span {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a08f81;
    font-weight: 700;
}

.product-process__item h3 {
    margin: 0;
    font-size: 1.2rem;
    color: var(--primary-dark);
}

.product-process__item p {
    margin: 0;
    color: #5f564f;
}

@media (min-width: 768px) {
    .product-process__timeline {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.cart-table th,
.cart-table td {
    padding: 1rem;
    border-bottom: 1px solid #eae5de;
    text-align: right;
}

.cart-table th {
    background: #f9f6f2;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08rem;
}

.cart-summary {
    margin-top: 2rem;
    text-align: right;
}

.cart-summary .price-stack {
    margin-bottom: 1rem;
}

.cart-table .price-stack {
    text-align: right;
}

.cart-tools {
    margin-top: 2.5rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    padding: 2.25rem 2.5rem;
}

.cart-tools__layout {
    display: grid;
    gap: 2.5rem;
}

@media (min-width: 992px) {
    .cart-tools__layout {
        grid-template-columns: 1.2fr 1fr;
        align-items: start;
    }
}

.cart-tool-help {
    margin: 0.25rem 0 1.25rem;
    color: #7a716b;
    font-size: 0.95rem;
}

.cart-tool-meta {
    margin: 0.35rem 0 0;
    color: #7a716b;
    font-size: 0.85rem;
}

.cart-tools__toggles {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.75rem;
}

.cart-toggle {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-weight: 600;
    color: #4c4038;
}

.cart-toggle input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 0.1rem;
}

.cart-tools__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.cart-tool-status {
    font-size: 0.9rem;
    color: var(--primary);
}

.cart-tool-status.is-error {
    color: #842029;
}

.cart-tools__summary {
    background: #f9f6f2;
    border-radius: 12px;
    padding: 1.75rem;
    border: 1px solid rgba(92, 58, 33, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.cart-tools__summary h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #3e2615;
}

.cart-options-list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.cart-options-list li {
    margin-bottom: 0.6rem;
    color: #4a4039;
    line-height: 1.4;
}

.quantity-input {
    width: 90px;
    padding: 0.4rem 0.6rem;
}

.shipping-card {
    background: #fff;
    margin-top: 2.5rem;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.shipping-form {
    display: grid;
    gap: 1.5rem;
    margin-top: 1rem;
}

.shipping-result {
    margin-top: 1rem;
    font-weight: 600;
    color: var(--primary);
}

.form-card {
    background: #fff;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.form-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.form-fieldset {
    border: 1px solid #d2cac1;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.form-fieldset legend {
    font-weight: 600;
    margin-right: 1rem;
    padding: 0 0.5rem;
}

.form-fieldset label {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
}

.contact-preferences {
    border: 1px solid #d2cac1;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.contact-preferences legend {
    font-weight: 600;
    padding: 0 0.5rem;
}

.contact-preferences label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.catalog-filters {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    padding: 1.75rem;
    margin-bottom: 2rem;
}

.catalog-filters__actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1rem;
}

.button--ghost {
    background: transparent;
    color: var(--primary);
    border: 1px solid rgba(92, 58, 33, 0.4);
}

.button--small {
    padding: 0.6rem 1.1rem;
    font-size: 0.9rem;
}

label {
    font-weight: 600;
    display: block;
    margin-bottom: 0.35rem;
}

input,
textarea,
select {
    width: 100%;
    padding: 0.65rem;
    border-radius: 4px;
    border: 1px solid #d2cac1;
    font-family: inherit;
}

textarea {
    min-height: 120px;
}

.alert {
    padding: 0.85rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.alert-success {
    background: #e3f3e5;
    color: #1f6f2d;
}

.alert-error {
    background: #f9e6e6;
    color: #842029;
}

ul {
    margin-right: 1.25rem;
    margin-left: 0;
    margin-bottom: 1rem;
}

.chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.chip {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1.1rem;
    border-radius: 999px;
    background: #fff;
    color: var(--primary);
    border: 1px solid rgba(92, 58, 33, 0.12);
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(92, 58, 33, 0.15);
}

.brand-strip {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 600;
    color: #6c6159;
}

.brand-strip ul {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #a08f81;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.85rem;
    flex-wrap: wrap;
    justify-content: center;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.75rem;
}

.featured-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.featured-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 50px rgba(0, 0, 0, 0.12);
}

.featured-card__media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.featured-card__body {
    padding: 1.75rem;
    display: grid;
    gap: 1rem;
}

.featured-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.featured-card__meta .price-stack {
    text-align: left;
}

.featured-card__meta .price-stack__primary {
    color: var(--primary);
}

.featured-card__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.pillar {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
    display: grid;
    gap: 0.75rem;
}

.section--case-study {
    background: linear-gradient(140deg, rgba(207, 162, 104, 0.18), transparent);
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.case-card {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
    display: grid;
    gap: 1rem;
}

.case-card ul {
    margin: 0;
    padding-right: 1.25rem;
    color: #5f564f;
}

.catalog-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.catalog-hero__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.75rem;
    align-items: center;
}

.catalog-hero__content {
    display: grid;
    gap: 1rem;
}

.catalog-hero__stats {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    padding: 0;
    margin: 1rem 0 0;
}

.catalog-hero__stats strong {
    display: block;
    font-size: 1.4rem;
    color: var(--primary-dark);
}

.catalog-hero__stats span {
    font-size: 0.9rem;
    color: #5f564f;
}

.catalog-hero__card {
    background: #fff;
    padding: 2rem;
    border-radius: 14px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.12);
    display: grid;
    gap: 1rem;
    max-width: 420px;
    justify-self: end;
}

.catalog-hero__card p {
    color: #4a4039;
}

.catalog-hero__note {
    font-size: 0.9rem;
    color: #7a716b;
}

.catalog-filters--modern {
    margin-top: 2.5rem;
}

.active-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.75rem 0 0;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(92, 58, 33, 0.12);
    color: var(--primary-dark);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.filter-chip span {
    font-size: 1.1rem;
    line-height: 1;
}

.filter-chip--reset {
    background: rgba(92, 58, 33, 0.05);
    color: #4a4039;
}

.catalog-results-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.5rem 0 1.75rem;
    gap: 1rem;
}

.catalog-results-head__cta {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.catalog-results-head__cta:hover {
    text-decoration: underline;
}

.catalog-results-summary {
    display: grid;
    gap: 0.35rem;
}

.catalog-results-summary p {
    margin: 0;
    font-weight: 600;
    color: #3e2615;
}

.catalog-results-summary span {
    font-size: 0.85rem;
    color: #7a716b;
}

.catalog-results-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-end;
}

.catalog-page-size-form {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    background: rgba(92, 58, 33, 0.08);
    border-radius: 999px;
    border: 1px solid rgba(92, 58, 33, 0.12);
}

.catalog-page-size-form label {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: #5f564f;
}

.catalog-page-size-form select {
    width: auto;
    border: none;
    background: transparent;
    font-weight: 600;
    color: var(--primary-dark);
    padding: 0.25rem 0.4rem;
    appearance: none;
}

.catalog-page-size-form select:focus {
    outline: none;
}

.catalog-page-size-form span {
    font-size: 0.85rem;
    color: #5f564f;
}

.catalog-results-actions .catalog-results-head__cta {
    white-space: nowrap;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.catalog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.catalog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.16);
}

.catalog-card__media {
    position: relative;
}

.catalog-card__media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.catalog-card__status {
    position: absolute;
    top: 1rem;
    left: 1rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

.catalog-card__body {
    display: grid;
    gap: 1rem;
    padding: 1.75rem;
    flex: 1;
}

.catalog-card__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.catalog-card__heading h3 {
    font-size: 1.2rem;
}

.catalog-card__price {
    color: var(--primary);
}

.catalog-card__heading .price-stack {
    text-align: left;
}

.catalog-card__excerpt {
    color: #5f564f;
    min-height: 60px;
}

.catalog-card__meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    font-size: 0.9rem;
    color: #5f564f;
}

.catalog-card__meta span {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a08f81;
    font-weight: 600;
}

.catalog-card__flag {
    background: rgba(207, 162, 104, 0.18);
    color: var(--primary);
    border-radius: 8px;
    padding: 0.4rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
    justify-self: flex-start;
}

.catalog-card--low .catalog-card__flag {
    background: rgba(213, 0, 0, 0.12);
    color: #8f1a10;
}

.catalog-card__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.catalog-card__actions form {
    display: contents;
}

.catalog-empty {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 16px;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
    grid-column: 1 / -1;
}

.catalog-pagination {
    margin-top: 2.25rem;
    padding: 1rem 1.5rem;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.catalog-pagination__controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.catalog-pagination__list {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}

.catalog-pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: transparent;
    border: 1px solid rgba(92, 58, 33, 0.18);
    color: var(--primary-dark);
    font-weight: 600;
    text-decoration: none;
    min-width: 2.5rem;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.catalog-pagination__link:hover,
.catalog-pagination__link:focus {
    background: rgba(207, 162, 104, 0.18);
    border-color: rgba(207, 162, 104, 0.6);
}

.catalog-pagination__link--active {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    cursor: default;
    pointer-events: none;
}

.catalog-pagination__link--control {
    padding: 0.5rem 1.1rem;
}

.catalog-pagination__link--disabled {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
}

@media (max-width: 720px) {
    .catalog-results-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .catalog-results-actions {
        width: 100%;
        justify-content: space-between;
    }

    .catalog-results-actions .catalog-results-head__cta {
        order: 2;
    }

    .catalog-pagination {
        justify-content: center;
    }

    .catalog-pagination__controls {
        justify-content: center;
    }
}

.catalog-empty h3 {
    margin-bottom: 0.75rem;
}

.estimator {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    background: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.estimator-intro ul {
    margin-top: 0.75rem;
    color: #5f564f;
}

.estimator-form {
    display: grid;
    gap: 1.5rem;
}

.estimator-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.estimator-note {
    color: #5f564f;
    font-size: 0.9rem;
}

.estimator-results {
    background: var(--neutral);
    border: 1px solid #e0dcd6;
    border-radius: 6px;
    padding: 1.25rem;
}

.estimator-results p {
    margin-bottom: 0.5rem;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.testimonial-grid blockquote {
    background: #fff;
    border-radius: 8px;
    padding: 1.75rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    font-style: italic;
    color: #3d352f;
}

.testimonial-grid cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-weight: 600;
    color: var(--primary);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    align-items: start;
}

.process-grid ol {
    display: grid;
    gap: 0.75rem;
    padding-right: 1.25rem;
    margin: 0;
}

.process-card {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.process-card ul {
    margin-right: 1rem;
    margin-left: 0;
    margin-bottom: 1.5rem;
}

.table-basic {
    width: 100%;
    border-collapse: collapse;
}

.table-basic th,
.table-basic td {
    padding: 0.75rem 0.9rem;
    border-bottom: 1px solid #eae5de;
    text-align: right;
}

.table-basic th {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #7a716b;
}

.product-comments {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    align-items: flex-start;
}

.product-comments__intro,
.product-comments__note {
    color: #5f564f;
    margin-top: 0.75rem;
}

.product-comments__empty {
    margin-top: 1rem;
    color: #5f564f;
}

.product-comments__list {
    display: grid;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.product-comment {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.product-comment__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.product-comment__header h3 {
    font-size: 1rem;
}

.product-comment__header time {
    font-size: 0.85rem;
    color: #7a716b;
}

.comment-form {
    display: grid;
    gap: 0.85rem;
    background: #fff;
    padding: 1.75rem;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.comment-form button {
    justify-self: start;
}

.product-comments__form {
    display: grid;
    gap: 0.85rem;
}

.product-comments__form h3 {
    margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
    .site-nav {
        display: none;
        flex-direction: column;
        align-items: stretch;
        background: rgba(30, 18, 10, 0.96);
        position: absolute;
        top: calc(100% + 0.75rem);
        right: 0;
        width: min(320px, 92vw);
        padding: 1.25rem;
        border-radius: 14px;
        gap: 0.85rem;
        box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav__list {
        flex-direction: column;
        align-items: stretch;
        gap: 0.4rem;
    }

    .site-nav__menu-panel,
    .site-nav__tools-panel {
        position: static;
        width: 100%;
        box-shadow: none;
        border-radius: 14px;
        margin-top: 0.65rem;
        padding: 1.1rem;
        background: rgba(46, 31, 21, 0.95);
        color: #f8f5f1;
    }

    .site-nav__menu summary,
    .site-nav__tools summary {
        width: 100%;
        justify-content: space-between;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 10px;
        padding: 0.65rem 0.9rem;
        font-size: 1rem;
        transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
    }

    .site-nav__menu summary:hover,
    .site-nav__menu summary:focus,
    .site-nav__tools summary:hover,
    .site-nav__tools summary:focus {
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
    }

    .site-nav__tools-panel {
        position: static;
        width: 100%;
        box-shadow: none;
        border-radius: 12px;
        margin-top: 0.65rem;
        padding: 1rem;
        background: rgba(255, 255, 255, 0.96);
        color: var(--text);
    }

    .nav-toggle {
        display: block;
        background: transparent;
        color: #fff;
        border: none;
        font-size: 1.7rem;
        line-height: 1;
        padding: 0.35rem 0.45rem;
        border-radius: 8px;
        transition: background 0.18s ease;
    }

    .nav-toggle:hover,
    .nav-toggle:focus {
        background: rgba(255, 255, 255, 0.14);
    }

    .hero--modern {
        padding: 4rem 0 3rem;
    }

    .hero--modern .hero__inner {
        text-align: center;
    }

    .hero--modern .hero__actions {
        justify-content: center;
    }

    .hero--modern .hero__media {
        justify-content: center;
    }

    .catalog-hero__inner {
        text-align: center;
    }

    .catalog-hero__card {
        justify-self: stretch;
    }

    .catalog-results-head {
        flex-direction: column;
        align-items: flex-start;
    }
}
