:root {
    color-scheme: light;
    --ink: #17201f;
    --muted: #68716f;
    --line: #d8dfdc;
    --paper: #f2f5f4;
    --panel: #ffffff;
    --brand-deep: #1f4f2f;
    --brand-deeper: #143820;
    --brand-gold: #ffb21f;
    --brand-copper: #c2410c;
    --brand-leaf: #2f7d32;
    --green: #2f7d32;
    --green-dark: #1f5f2a;
    --yellow: #ffb21f;
    --red: #b91c1c;
    --store-header: #1f4f2f;
    --store-subheader: #2f7d32;
    --store-accent: #ffb21f;
    --store-accent-dark: #d97706;
    --store-cta: #ffb21f;
    --store-link: #b91c1c;
    --soft-panel: #fffaf0;
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    min-height: 100vh;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

a {
    color: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px clamp(18px, 4vw, 56px);
    background: rgba(251, 253, 249, 0.94);
    border-bottom: 1px solid var(--line);
}

.home-header {
    background: rgba(4, 47, 23, 0.94);
    border-bottom-color: rgba(217, 182, 91, 0.28);
}

.brand {
    color: var(--green-dark);
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
}

.home-header .brand,
.home-header nav a {
    color: #fff8df;
}

.brand-with-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.brand-with-logo img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    border-radius: 50%;
    background: var(--brand-deep);
}

nav {
    display: flex;
    gap: 16px;
    font-weight: 700;
}

nav a {
    text-decoration: none;
}

main {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.home-main {
    width: 100%;
}

.hero {
    display: flex;
    align-items: end;
    min-height: 260px;
    padding: 48px 0 32px;
    border-bottom: 1px solid var(--line);
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 390px);
    gap: clamp(24px, 5vw, 60px);
    align-items: center;
    width: 100%;
    min-height: 520px;
    padding: clamp(42px, 8vw, 86px) max(18px, calc((100vw - 1120px) / 2)) 54px;
    color: #fff8df;
    background:
        linear-gradient(135deg, rgba(4, 47, 23, 0.96), rgba(3, 37, 18, 0.98)),
        radial-gradient(circle at 80% 20%, rgba(217, 182, 91, 0.2), transparent 34%);
    border-bottom: 3px solid var(--brand-gold);
}

.hero-copy {
    padding-inline: 16px;
}

.home-hero .eyebrow {
    color: var(--brand-gold);
}

.home-hero h1 {
    max-width: 780px;
    color: #fff8df;
}

.hero-text {
    max-width: 660px;
    margin-top: 18px;
    color: #e6dfbe;
    font-size: 19px;
}

.hero-logo {
    display: grid;
    place-items: center;
    padding: 28px;
    background: rgba(255, 248, 223, 0.06);
    border: 1px solid rgba(217, 182, 91, 0.34);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.hero-logo img {
    width: min(100%, 330px);
    height: auto;
}

.gold-button {
    color: #082c16;
    background: var(--brand-gold);
}

.gold-button:hover {
    background: #e4c875;
}

.dark-secondary {
    color: #fff8df;
    background: rgba(255, 248, 223, 0.08);
    border-color: rgba(217, 182, 91, 0.42);
}

.eyebrow {
    margin: 0 0 8px;
    color: var(--green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.category {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 8px;
    padding: 4px 9px;
    color: var(--green-dark);
    background: #edf9f0;
    border: 1px solid #bde8c8;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

h1 {
    max-width: 760px;
    margin-bottom: 0;
    font-size: clamp(38px, 8vw, 82px);
    line-height: 0.96;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 28px 0 56px;
}

.home-main > .catalog-layout {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.catalog-layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) minmax(230px, 300px);
    gap: 24px;
    align-items: start;
    padding: 28px clamp(14px, 2.2vw, 34px) 56px;
}

.filter-sidebar {
    position: sticky;
    top: 92px;
    min-width: 0;
    overflow: hidden;
}

.cart-sidebar {
    position: sticky;
    top: 92px;
    max-height: calc(100vh - 116px);
    overflow: auto;
}

.filter-sidebar h2 {
    margin-bottom: 4px;
}

.sidebar-filter-form {
    grid-template-columns: 1fr;
    margin-top: 16px;
}

.category-filter {
    min-width: 0;
    min-inline-size: 0;
    padding: 0;
    border: 0;
}

.category-filter legend {
    margin-bottom: 2px;
    color: var(--green-dark);
    font-weight: 800;
}

.category-chip-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    min-width: 0;
}

.category-chip-grid a {
    display: block;
    min-width: 0;
    min-height: 32px;
    padding: 7px 8px;
    color: var(--green-dark);
    background: #fbfdf9;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: normal;
}

.category-chip-grid a.selected {
    color: #fff8df;
    background: var(--green);
    border-color: var(--green);
}

.catalog-results .section-head {
    padding-top: 0;
}

.catalog-results .grid {
    padding-bottom: 0;
}

.cart-sidebar {
    align-self: start;
}

.selected-list {
    display: grid;
    gap: 10px;
    margin: 16px 0;
}

.selected-item {
    display: grid;
    gap: 6px;
    padding: 10px;
    background: #fbfdf9;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.selected-item a {
    color: var(--green-dark);
    font-weight: 800;
    text-decoration: none;
}

.filter-form {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(190px, 260px) auto auto;
    gap: 14px;
    align-items: end;
}

.filter-sidebar .sidebar-filter-form {
    grid-template-columns: 1fr;
    align-items: stretch;
}

.filter-sidebar .sidebar-filter-form > label,
.filter-sidebar .sidebar-filter-form > fieldset,
.filter-sidebar .sidebar-filter-form > button,
.filter-sidebar .sidebar-filter-form > a {
    grid-column: 1;
    width: 100%;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    padding-top: 8px;
    border-top: 1px solid var(--line);
}

.section-head h2,
.section-head p {
    margin-bottom: 0;
}

.section-head p {
    color: var(--muted);
    font-weight: 800;
}

.card,
.panel,
.recipe {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(31, 122, 69, 0.08);
}

.card {
    overflow: hidden;
}

.card img,
.product-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.card img {
    object-fit: cover;
}

.product-placeholder,
.detail-placeholder {
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #1f7a45, #f4c95d);
    font-size: 76px;
    font-weight: 800;
}

.card-body {
    padding: 18px;
}

.card-body h2 {
    margin-bottom: 8px;
    font-size: 24px;
}

.card-body p {
    color: var(--muted);
}

.card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    color: #ffffff;
    background: var(--green);
    border: 0;
    border-radius: 8px;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.button:hover {
    background: var(--green-dark);
}

.button.secondary {
    color: var(--green-dark);
    background: #edf9f0;
    border: 1px solid #bde8c8;
}

.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 22px;
}

.contact-panel h1 {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1.1;
}

.admin-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.gallery-admin-item {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 12px;
    align-items: start;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.gallery-admin-item img {
    width: 82px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
}

.gallery-admin-item strong,
.gallery-admin-item a {
    display: block;
}

.gallery-admin-item a {
    color: var(--green);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.detail-head {
    display: grid;
    grid-template-columns: minmax(220px, 420px) 1fr;
    gap: 32px;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid var(--line);
}

.detail-head img,
.product-gallery,
.detail-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
}

.detail-head img,
.gallery-main {
    object-fit: cover;
}

.product-gallery {
    display: grid;
    gap: 10px;
}

.gallery-main {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.gallery-thumbs img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.detail-head p {
    max-width: 620px;
    color: var(--muted);
    font-size: 18px;
}

.back-link {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--green);
    font-weight: 800;
    text-decoration: none;
}

.recipe-list {
    padding: 32px 0 56px;
}

.enquiry-panel {
    margin-bottom: 56px;
}

.calculator-panel h1 {
    margin: 4px 0 10px;
    font-size: 40px;
    line-height: 1.1;
}

.calculator-form {
    display: grid;
    gap: 18px;
    margin-top: 20px;
}

.setup-picker {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    border: 0;
}

.setup-picker legend {
    margin-bottom: 10px;
    color: var(--green-dark);
    font-weight: 800;
}

.setup-picker label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfdf9;
}

.setup-picker label.selected {
    border-color: var(--green);
    background: #edf9f0;
}

.calculator-controls,
.calculator-summary {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) minmax(220px, 1fr) auto;
    gap: 14px;
    align-items: end;
}

.calculator-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 20px 0;
}

.kitchen-feel-panel {
    display: grid;
    grid-template-columns: minmax(220px, .7fr) 1.3fr;
    gap: 18px;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(237, 244, 241, .96)),
        linear-gradient(90deg, rgba(248, 194, 78, .18), transparent 38%);
}

.kitchen-feel-panel h2 {
    margin-bottom: 6px;
    color: var(--store-header);
}

.kitchen-zone-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.kitchen-zone-grid article {
    display: grid;
    gap: 6px;
    min-height: 112px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm, 8px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
}

.kitchen-zone-grid strong {
    color: var(--store-link);
}

.kitchen-zone-grid span {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.35;
}

.setup-breakdown,
.quick-setups {
    margin-bottom: 20px;
}

.category-chips,
.quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.category-chips span,
.quick-links a {
    padding: 8px 11px;
    color: var(--green-dark);
    background: #edf9f0;
    border: 1px solid #bde8c8;
    border-radius: 8px;
    font-weight: 800;
}

.quick-links a.active {
    color: #fff8df;
    background: var(--green);
    border-color: var(--green);
}

.mobile-calculator {
    display: none;
}

.quantity-note {
    margin: 10px 0 0;
    color: var(--green-dark);
    font-weight: 800;
}

.virtual-hero-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 250, 247, .96)),
        radial-gradient(circle at 88% 20%, rgba(185, 28, 28, .12), transparent 30%);
}

.virtual-hero-panel h1 {
    max-width: 760px;
    margin: 4px 0 10px;
    font-size: 38px;
    line-height: 1.12;
}

.virtual-hero-actions,
.planner-actions,
.placed-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.virtual-kitchen-layout {
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-bottom: 20px;
}

.kitchen-template-panel {
    margin-bottom: 20px;
}

.room-style-panel {
    margin-bottom: 20px;
}

.kitchen-template-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.kitchen-template-grid button,
.room-style-grid button {
    min-height: 72px;
    padding: 12px;
    color: var(--store-header);
    text-align: left;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 250, 247, .96));
    border: 1px solid #cfe3da;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 900;
    line-height: 1.25;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.kitchen-template-grid button:hover,
.kitchen-template-grid button:focus-visible,
.room-style-grid button:hover,
.room-style-grid button:focus-visible,
.room-style-grid button.active {
    transform: translateY(-2px);
    border-color: #b91c1c;
    box-shadow: 0 12px 24px rgba(185, 28, 28, .12);
    outline: none;
}

.room-style-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.room-style-grid button.active {
    color: #ffffff;
    background: linear-gradient(135deg, #0c5f5b, #178f86);
}

.room-style-note {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 6px 11px;
    color: #ffffff;
    background: #0c5f5b;
    border-radius: 999px;
    font-weight: 900;
}

.product-planner-panel {
    position: sticky;
    top: 92px;
}

.filter-status {
    margin: -2px 0 14px;
    padding: 8px 10px;
    color: #0c5f5b;
    background: #eaf7f3;
    border: 1px solid #c2e7dc;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
}

.product-planner-panel label {
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
    color: var(--store-header);
    font-weight: 800;
}

.selected-product-preview {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 76px;
    margin: 16px 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #f8faf7;
}

.selected-product-preview img,
.selected-product-preview .product-placeholder {
    width: 58px;
    height: 58px;
    border-radius: 8px;
    object-fit: cover;
}

.selected-product-preview strong,
.selected-product-preview span {
    display: block;
}

.selected-product-preview span {
    margin-top: 3px;
    color: var(--muted);
    font-size: 14px;
}

.virtual-kitchen-panel {
    overflow: hidden;
}

.kitchen-counter {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 11px;
    color: #ffffff;
    background: var(--store-link);
    border-radius: 999px;
    font-weight: 900;
}

.virtual-kitchen-scene {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid #d6e5dd;
    border-radius: 8px;
    background:
        linear-gradient(180deg, #eef8f5 0 46%, #dbe7df 46% 47%, #f6f1e8 47% 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .65),
        inset 36px 0 70px rgba(15, 23, 42, .08),
        inset -36px 0 70px rgba(15, 23, 42, .08);
    perspective: 900px;
    transform-style: preserve-3d;
}

.kitchen-style-modern,
.preview-kitchen-scene.kitchen-style-modern {
    background:
        linear-gradient(180deg, #eef8f5 0 46%, #dbe7df 46% 47%, #f6f1e8 47% 100%);
}

.kitchen-style-indian,
.preview-kitchen-scene.kitchen-style-indian {
    background:
        radial-gradient(circle at 82% 12%, rgba(245, 158, 11, .18), transparent 20%),
        linear-gradient(180deg, #fff3dd 0 46%, #e6c48f 46% 47%, #f7ead5 47% 100%);
}

.kitchen-style-apartment,
.preview-kitchen-scene.kitchen-style-apartment {
    background:
        linear-gradient(90deg, rgba(255,255,255,.5) 0 1px, transparent 1px) 0 0 / 72px 100%,
        linear-gradient(180deg, #eff4f7 0 46%, #cfd9df 46% 47%, #edf1f2 47% 100%);
}

.kitchen-style-traditional,
.preview-kitchen-scene.kitchen-style-traditional {
    background:
        radial-gradient(circle at 14% 18%, rgba(164, 94, 44, .16), transparent 20%),
        linear-gradient(180deg, #f8ead6 0 46%, #bb7b48 46% 47%, #ead5ba 47% 100%);
}

.kitchen-style-indian .kitchen-upper-cabinet,
.preview-kitchen-scene.kitchen-style-indian .kitchen-upper-cabinet {
    background: linear-gradient(180deg, #d78b35, #97511f);
}

.kitchen-style-traditional .kitchen-upper-cabinet,
.preview-kitchen-scene.kitchen-style-traditional .kitchen-upper-cabinet {
    background: linear-gradient(180deg, #9b6a3a, #684321);
}

.kitchen-style-apartment .kitchen-upper-cabinet,
.preview-kitchen-scene.kitchen-style-apartment .kitchen-upper-cabinet {
    background: linear-gradient(180deg, #dfe8e8, #aebfc0);
    border-color: #97a8aa;
}

.kitchen-style-indian .kitchen-floor-mat,
.preview-kitchen-scene.kitchen-style-indian .kitchen-floor-mat {
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.35) 0 8px, transparent 8px 16px),
        linear-gradient(135deg, #f59e0b, #dc2626);
}

.kitchen-style-traditional .kitchen-floor-mat,
.preview-kitchen-scene.kitchen-style-traditional .kitchen-floor-mat {
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.22) 0 12px, transparent 12px 24px),
        linear-gradient(135deg, #7c3f1d, #d97706);
}

.kitchen-style-apartment .kitchen-floor-mat,
.preview-kitchen-scene.kitchen-style-apartment .kitchen-floor-mat {
    width: 190px;
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.28) 0 10px, transparent 10px 20px),
        linear-gradient(135deg, #94a3b8, #64748b);
}

.virtual-kitchen-scene::before {
    content: "";
    position: absolute;
    left: -7%;
    right: -7%;
    bottom: 0;
    z-index: 0;
    height: 174px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px) 0 0 / 84px 100%,
        linear-gradient(180deg, #c99558, #8d5a2d);
    border-top: 8px solid #394d45;
    clip-path: polygon(9% 0, 91% 0, 100% 100%, 0 100%);
    transform: rotateX(58deg);
    transform-origin: bottom center;
}

.virtual-kitchen-scene::after {
    content: "";
    position: absolute;
    left: 11%;
    right: 11%;
    bottom: 128px;
    z-index: 1;
    height: 24px;
    background: linear-gradient(180deg, #f7fbf8, #cbd8d0);
    border: 1px solid #a9bab0;
    border-radius: 8px;
    box-shadow: 0 18px 28px rgba(15, 23, 42, .18);
    transform: rotateX(18deg);
    transform-origin: bottom center;
}

.kitchen-window {
    position: absolute;
    top: 38px;
    left: 50%;
    z-index: 1;
    width: 170px;
    height: 118px;
    transform: translateX(-50%);
    border: 8px solid #ffffff;
    border-radius: 8px;
    background:
        linear-gradient(90deg, transparent 48%, #ffffff 48% 52%, transparent 52%),
        linear-gradient(180deg, transparent 46%, #ffffff 46% 54%, transparent 54%),
        linear-gradient(135deg, #d9f4ff, #b8e4d8);
    box-shadow: 0 12px 26px rgba(15, 23, 42, .12);
}

.kitchen-shelf {
    position: absolute;
    top: 92px;
    z-index: 1;
    width: 180px;
    height: 16px;
    background: #8f6238;
    border-radius: 999px;
    box-shadow: 0 14px 0 rgba(143, 98, 56, .28);
}

.shelf-left {
    left: 8%;
}

.shelf-right {
    right: 8%;
}

.kitchen-upper-cabinet {
    position: absolute;
    top: 28px;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 170px;
    height: 86px;
    overflow: hidden;
    border: 1px solid #9a7144;
    border-radius: 8px;
    background: linear-gradient(180deg, #c89458, #9f6e37);
    box-shadow:
        9px 11px 0 rgba(91, 57, 28, .18),
        0 18px 28px rgba(15, 23, 42, .18);
    transform: rotateX(2deg) rotateY(-4deg);
    transform-origin: center;
}

.kitchen-upper-cabinet span {
    border-right: 1px solid rgba(255, 255, 255, .25);
    box-shadow: inset 0 -18px 0 rgba(91, 57, 28, .12);
}

.kitchen-upper-cabinet span:last-child {
    border-right: 0;
}

.cabinet-left {
    left: 7%;
}

.cabinet-right {
    right: 7%;
    transform: rotateX(2deg) rotateY(4deg);
}

.kitchen-fridge {
    position: absolute;
    left: 5%;
    bottom: 38px;
    z-index: 1;
    width: 126px;
    height: 292px;
    border: 1px solid #b7c4c4;
    border-radius: 14px 14px 8px 8px;
    background:
        linear-gradient(180deg, transparent 43%, #b7c4c4 43% 44%, transparent 44%),
        linear-gradient(90deg, transparent 77%, rgba(73, 93, 99, .35) 77% 80%, transparent 80%),
        linear-gradient(135deg, #f9ffff, #dce7e6);
    box-shadow:
        14px 12px 0 rgba(143, 158, 160, .28),
        0 26px 34px rgba(15, 23, 42, .24);
    transform: rotateY(-7deg);
    transform-origin: bottom left;
}

.kitchen-fridge::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 14px;
    width: 7px;
    height: 48px;
    border-radius: 999px;
    background: #9aa8a8;
}

.kitchen-fridge::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 78px;
    width: 7px;
    height: 66px;
    border-radius: 999px;
    background: #9aa8a8;
}

.kitchen-fridge span,
.kitchen-stove span,
.kitchen-sink span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #344641;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.kitchen-fridge span {
    top: 12px;
}

.kitchen-hood {
    position: absolute;
    left: 50%;
    bottom: 267px;
    z-index: 1;
    width: 150px;
    height: 62px;
    transform: translateX(-50%);
    background:
        linear-gradient(180deg, #d9e3e0, #9cada7);
    clip-path: polygon(28% 0, 72% 0, 92% 100%, 8% 100%);
    box-shadow: 0 18px 24px rgba(15, 23, 42, .22);
}

.kitchen-stove {
    position: absolute;
    left: 50%;
    bottom: 64px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 190px;
    height: 98px;
    transform: translateX(-50%);
    border: 1px solid #2d3b37;
    border-radius: 12px 12px 8px 8px;
    background:
        linear-gradient(180deg, #313f3b, #1f2926);
    box-shadow:
        0 16px 0 rgba(18, 26, 24, .32),
        0 28px 34px rgba(15, 23, 42, .28);
    transform: translateX(-50%) rotateX(4deg);
    transform-origin: bottom center;
}

.kitchen-stove span {
    top: 8px;
    color: #f8faf7;
}

.kitchen-stove i {
    position: relative;
    width: 38px;
    height: 38px;
    margin-top: 24px;
    border: 5px solid #77837f;
    border-radius: 50%;
    background: radial-gradient(circle, #1b2421 0 35%, transparent 36%);
}

.kitchen-stove i::before,
.kitchen-stove i::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    border-radius: 50% 50% 48% 48%;
    pointer-events: none;
}

.kitchen-stove i::before {
    width: 18px;
    height: 24px;
    background:
        radial-gradient(circle at 50% 78%, #2dd4ff 0 21%, transparent 22%),
        linear-gradient(180deg, #ffdf7a 0%, #ff8c2f 44%, #f43f5e 100%);
    clip-path: polygon(50% 0, 72% 30%, 88% 58%, 72% 100%, 28% 100%, 12% 58%, 28% 30%);
    box-shadow: 0 0 14px rgba(249, 115, 22, .75);
    animation: burnerFlame 1.05s ease-in-out infinite alternate;
}

.kitchen-stove i::after {
    width: 10px;
    height: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #67e8f9 100%);
    clip-path: polygon(50% 0, 78% 48%, 58% 100%, 42% 100%, 22% 48%);
    opacity: .9;
    animation: burnerFlame 1.05s ease-in-out infinite alternate-reverse;
}

@keyframes burnerFlame {
    from {
        transform: translateX(-50%) scale(.92) rotate(-2deg);
        opacity: .82;
    }

    to {
        transform: translateX(-50%) scale(1.08) rotate(2deg);
        opacity: 1;
    }
}

.kitchen-sink {
    position: absolute;
    right: 8%;
    bottom: 76px;
    z-index: 1;
    width: 182px;
    height: 76px;
    border: 1px solid #9cacad;
    border-radius: 12px;
    background:
        radial-gradient(circle at 50% 50%, #d7e3e4 0 42%, #8fa4a6 43% 45%, transparent 46%),
        linear-gradient(180deg, #edf5f4, #c4d2d1);
    box-shadow:
        -10px 10px 0 rgba(131, 151, 151, .25),
        0 20px 28px rgba(15, 23, 42, .2);
    transform: rotateY(6deg);
    transform-origin: bottom right;
}

.kitchen-sink::before {
    content: "";
    position: absolute;
    top: -26px;
    left: 50%;
    width: 42px;
    height: 32px;
    transform: translateX(-50%);
    border: 6px solid #879a9b;
    border-bottom: 0;
    border-radius: 28px 28px 0 0;
}

.kitchen-sink::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    width: 8px;
    height: 16px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #879a9b;
}

.kitchen-sink span {
    bottom: 8px;
}

.kitchen-chef {
    position: absolute;
    left: 61%;
    bottom: 28px;
    z-index: 2;
    width: 104px;
    height: 292px;
    filter: drop-shadow(10px 14px 12px rgba(15, 23, 42, .24));
    pointer-events: none;
}

.kitchen-style-modern .kitchen-chef,
.preview-kitchen-scene.kitchen-style-modern .kitchen-chef {
    left: 61%;
    bottom: 28px;
    transform: scale(1);
    transform-origin: bottom center;
}

.kitchen-style-indian .kitchen-chef,
.preview-kitchen-scene.kitchen-style-indian .kitchen-chef {
    left: 60%;
    bottom: 28px;
    transform: scale(.96);
    transform-origin: bottom center;
}

.kitchen-style-apartment .kitchen-chef,
.preview-kitchen-scene.kitchen-style-apartment .kitchen-chef {
    left: 57%;
    bottom: 28px;
    transform: scale(.92);
    transform-origin: bottom center;
}

.kitchen-style-traditional .kitchen-chef,
.preview-kitchen-scene.kitchen-style-traditional .kitchen-chef {
    left: 60%;
    bottom: 28px;
    transform: scale(.98);
    transform-origin: bottom center;
}

.chef-hat,
.chef-head,
.chef-body,
.chef-leg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.chef-hat {
    top: 0;
    width: 74px;
    height: 48px;
    border-radius: 22px 22px 12px 12px;
    background:
        radial-gradient(circle at 18% 45%, #ffffff 0 16px, transparent 17px),
        radial-gradient(circle at 50% 28%, #ffffff 0 18px, transparent 19px),
        radial-gradient(circle at 82% 45%, #ffffff 0 16px, transparent 17px),
        linear-gradient(180deg, #ffffff, #e6eef0);
    border: 1px solid #d5e0e2;
}

.chef-head {
    top: 39px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 44%, #2f2f2f 0 2px, transparent 3px),
        radial-gradient(circle at 66% 44%, #2f2f2f 0 2px, transparent 3px),
        radial-gradient(circle at 50% 66%, #bf6b5c 0 5px, transparent 6px),
        #f0b08f;
    border: 1px solid #d59173;
}

.chef-body {
    top: 92px;
    width: 76px;
    height: 116px;
    border-radius: 22px 22px 12px 12px;
    background:
        linear-gradient(90deg, transparent 47%, #d9e2e3 47% 53%, transparent 53%),
        radial-gradient(circle at 42% 30%, #0c5f5b 0 3px, transparent 4px),
        radial-gradient(circle at 58% 46%, #0c5f5b 0 3px, transparent 4px),
        linear-gradient(180deg, #ffffff, #edf3f4);
    border: 1px solid #d5e0e2;
}

.chef-body::before,
.chef-body::after {
    content: "";
    position: absolute;
    top: 30px;
    width: 20px;
    height: 78px;
    border-radius: 999px;
    background: #f0b08f;
}

.chef-body::before {
    left: -14px;
    transform: rotate(16deg);
}

.chef-body::after {
    right: -14px;
    transform: rotate(-16deg);
}

.chef-leg {
    top: 204px;
    width: 22px;
    height: 74px;
    background: linear-gradient(180deg, #334155, #1f2937);
    border-radius: 0 0 999px 999px;
}

.chef-leg::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 30px;
    height: 12px;
    background: #111827;
    border-radius: 999px;
}

.chef-leg-left {
    margin-left: -14px;
}

.chef-leg-left::after {
    right: 0;
}

.chef-leg-right {
    margin-left: 14px;
}

.chef-leg-right::after {
    left: 0;
}

.chef-height-label {
    position: absolute;
    left: calc(100% + 8px);
    top: 28px;
    height: 252px;
    padding-left: 8px;
    color: #0c5f5b;
    border-left: 2px solid #b91c1c;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.chef-height-label::before,
.chef-height-label::after {
    content: "";
    position: absolute;
    left: -5px;
    width: 8px;
    height: 2px;
    background: #b91c1c;
}

.chef-height-label::before {
    top: 0;
}

.chef-height-label::after {
    bottom: 0;
}

.kitchen-floor-mat {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 1;
    width: 280px;
    height: 58px;
    transform: translateX(-50%) perspective(180px) rotateX(42deg);
    border-radius: 50%;
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.28) 0 12px, transparent 12px 24px),
        linear-gradient(135deg, #e7b84a, #d88942);
    opacity: .9;
}

.virtual-zone {
    position: absolute;
    display: grid;
    align-content: start;
    gap: 5px;
    min-height: 92px;
    padding: 12px;
    text-align: left;
    color: var(--store-header);
    background: rgba(255, 255, 255, .9);
    border: 2px dashed rgba(12, 95, 91, .42);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .1);
    cursor: pointer;
    z-index: 2;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.virtual-zone:hover,
.virtual-zone:focus-visible {
    transform: translateY(-2px);
    border-color: #b91c1c;
    box-shadow: 0 15px 30px rgba(185, 28, 28, .16);
    outline: none;
}

.virtual-zone.has-items {
    border-color: transparent;
    border-style: dashed;
    background: transparent;
    box-shadow: none;
}

.virtual-zone.has-items:hover,
.virtual-zone.has-items:focus-visible {
    border-color: #b91c1c;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 15px 30px rgba(185, 28, 28, .16);
}

.virtual-zone.has-items > strong,
.virtual-zone.has-items > span:not(.zone-items) {
    opacity: 0;
    pointer-events: none;
}

.virtual-zone.has-items:hover > strong,
.virtual-zone.has-items:hover > span:not(.zone-items),
.virtual-zone.has-items:focus-visible > strong,
.virtual-zone.has-items:focus-visible > span:not(.zone-items) {
    opacity: 1;
}

.virtual-zone strong {
    font-size: 15px;
}

.virtual-zone > span:not(.zone-items) {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.25;
}

.zone-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 4px;
}

.zone-items span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    overflow: hidden;
    color: #ffffff;
    background: #0c5f5b;
    border: 2px solid #ffffff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .2);
}

.zone-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zone-letter-chip {
    font-size: 18px;
}

.zone-storage {
    top: 132px;
    left: 7%;
    width: 24%;
}

.zone-serving {
    top: 132px;
    right: 7%;
    width: 24%;
}

.zone-prep {
    left: 22%;
    bottom: 154px;
    width: 23%;
}

.zone-cooking {
    left: 50%;
    bottom: 166px;
    width: 22%;
    transform: translateX(-50%);
}

.zone-cooking:hover,
.zone-cooking:focus-visible {
    transform: translate(-50%, -2px);
}

.zone-wash {
    right: 22%;
    bottom: 154px;
    width: 23%;
}

.placed-products-panel {
    margin-bottom: 24px;
}

.placed-products-list {
    display: grid;
    gap: 10px;
}

.placed-products-list article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
}

.placed-products-list strong,
.placed-products-list span {
    display: block;
}

.placed-products-list span {
    margin-top: 2px;
    color: var(--muted);
    font-size: 13px;
}

.modal-open {
    overflow: hidden;
}

.kitchen-preview-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 22px;
}

.kitchen-preview-modal[hidden] {
    display: none;
}

.kitchen-preview-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .58);
    backdrop-filter: blur(3px);
}

.kitchen-preview-dialog {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    max-height: min(88vh, 760px);
    overflow: auto;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #d9e7df;
    border-radius: 8px;
    box-shadow: 0 30px 70px rgba(15, 23, 42, .28);
}

.kitchen-preview-summary {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 16px;
    padding: 12px 14px;
    color: #0c5f5b;
    background: #eaf7f3;
    border: 1px solid #c2e7dc;
    border-radius: 8px;
}

.kitchen-preview-summary strong {
    font-size: 28px;
    line-height: 1;
}

.kitchen-preview-summary span {
    font-weight: 900;
}

.kitchen-preview-zones {
    display: block;
}

.preview-kitchen-scene {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border: 1px solid #d6e5dd;
    border-radius: 8px;
    background:
        linear-gradient(180deg, #eef8f5 0 46%, #dbe7df 46% 47%, #f6f1e8 47% 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .65),
        inset 36px 0 70px rgba(15, 23, 42, .08),
        inset -36px 0 70px rgba(15, 23, 42, .08);
    perspective: 900px;
    transform-style: preserve-3d;
}

.preview-kitchen-scene::before {
    content: "";
    position: absolute;
    left: -7%;
    right: -7%;
    bottom: 0;
    z-index: 0;
    height: 174px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px) 0 0 / 84px 100%,
        linear-gradient(180deg, #c99558, #8d5a2d);
    border-top: 8px solid #394d45;
    clip-path: polygon(9% 0, 91% 0, 100% 100%, 0 100%);
    transform: rotateX(58deg);
    transform-origin: bottom center;
}

.preview-kitchen-scene::after {
    content: "";
    position: absolute;
    left: 11%;
    right: 11%;
    bottom: 128px;
    z-index: 1;
    height: 24px;
    border: 1px solid #a9bab0;
    background:
        linear-gradient(180deg, #f7fbf8, #cbd8d0);
    border-radius: 8px;
    box-shadow: 0 18px 28px rgba(15, 23, 42, .18);
    transform: rotateX(18deg);
    transform-origin: bottom center;
}

.preview-kitchen-zone {
    position: absolute;
    z-index: 2;
    display: grid;
    gap: 6px;
    min-height: 86px;
    padding: 10px;
    border: 1px solid rgba(12, 95, 91, .28);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .1);
}

.preview-kitchen-zone strong {
    color: var(--store-header);
    font-size: 13px;
}

.preview-kitchen-zone div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.preview-kitchen-zone span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    overflow: hidden;
    color: #ffffff;
    background: #0c5f5b;
    border: 2px solid #ffffff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .2);
}

.preview-kitchen-zone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-kitchen-zone em {
    color: var(--muted);
    font-style: normal;
    font-size: 13px;
}

.preview-zone-storage {
    top: 140px;
    left: 7%;
    width: 24%;
}

.preview-zone-serving {
    top: 140px;
    right: 7%;
    width: 24%;
}

.preview-zone-prep {
    left: 22%;
    bottom: 154px;
    width: 23%;
}

.preview-zone-cooking {
    left: 50%;
    bottom: 168px;
    width: 22%;
    transform: translateX(-50%);
}

.preview-zone-wash {
    right: 22%;
    bottom: 154px;
    width: 23%;
}

.preview-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.virtual-product-grid .card.is-selected {
    outline: 3px solid rgba(185, 28, 28, .24);
    border-color: #b91c1c;
}

.full-button {
    width: 100%;
    margin-top: 12px;
}

.panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.panel-heading h2 {
    margin: 0;
}

.small-button {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 13px;
}

.tag-picker {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px 12px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.tag-picker legend {
    padding: 0 6px;
    color: var(--muted);
    font-weight: 800;
}

.tag-picker label {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    margin: 0;
    font-weight: 700;
}

.seo-fieldset {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-fieldset label {
    display: grid;
    align-items: stretch;
}

.seo-fieldset label:nth-of-type(2),
.seo-fieldset label:nth-of-type(3),
.seo-fieldset label:nth-of-type(6) {
    grid-column: span 2;
}

.enquiry-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.amazon-button {
    color: #2b1900;
    background: #f5bd2f;
}

.amazon-button:hover {
    background: #e0a91d;
}

.specs-panel {
    margin-bottom: 24px;
}

.spec-table {
    display: grid;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
}

.spec-row {
    display: grid;
    grid-template-columns: minmax(150px, 0.45fr) 1fr;
    border-bottom: 1px solid var(--line);
}

.spec-row:last-child {
    border-bottom: 0;
}

.spec-row strong,
.spec-row span {
    padding: 12px 14px;
}

.spec-row strong {
    color: var(--green-dark);
    background: #edf9f0;
}

.recipe {
    padding: 22px;
    margin-top: 16px;
}

.recipe h3 {
    font-size: 24px;
}

.recipe-columns {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 24px;
}

.recipe h4 {
    margin-bottom: 8px;
    color: var(--green-dark);
}

.recipe p {
    margin-bottom: 0;
    color: var(--muted);
    white-space: normal;
}

.empty,
.hint {
    color: var(--muted);
}

.admin-main {
    padding: 32px 0 56px;
}

.admin-main h1 {
    margin-bottom: 24px;
    font-size: 42px;
    line-height: 1.1;
}

.admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.admin-section-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 6px;
}

.admin-section-nav a {
    padding: 8px 11px;
    color: var(--store-link);
    background: var(--soft-panel);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.admin-section-nav a.active {
    color: #ffffff;
    background: var(--store-header);
    border-color: var(--store-header);
}

.panel {
    padding: 22px;
    margin-bottom: 20px;
}

.metric {
    margin-bottom: 0;
}

.metric h2 {
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 15px;
}

.metric strong {
    display: block;
    color: var(--green-dark);
    font-size: 34px;
    line-height: 1;
}

.form {
    display: grid;
    gap: 14px;
}

label {
    display: grid;
    gap: 6px;
    color: var(--green-dark);
    font-weight: 800;
}

input,
textarea,
select {
    width: 100%;
    padding: 11px 12px;
    color: var(--ink);
    background: #ffffff;
    border: 1px solid #cbd8ce;
    border-radius: 8px;
    font: inherit;
}

textarea {
    resize: vertical;
}

.alert {
    padding: 12px 14px;
    border-radius: 8px;
    font-weight: 800;
}

.error {
    color: var(--red);
    background: #fff0ee;
    border: 1px solid #ffd0ca;
}

.success {
    color: var(--green-dark);
    background: #edf9f0;
    border: 1px solid #bde8c8;
}

.table-wrap {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
}

th {
    color: var(--green-dark);
    font-size: 14px;
}

.text-button {
    color: var(--red);
    background: none;
    border: 0;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.muted {
    color: var(--muted);
}

/* Marketplace design refresh */
.site-header,
.home-header {
    padding: 10px clamp(14px, 3vw, 42px);
    color: #ffffff;
    background: var(--store-header);
    border-bottom: 0;
    box-shadow: none;
}

.site-header::after,
.home-header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -39px;
    left: 0;
    height: 39px;
    background: var(--store-subheader);
    pointer-events: none;
}

.brand,
.home-header .brand,
.home-header nav a,
.site-header nav a {
    color: #ffffff;
}

.brand-with-logo img {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 2px solid rgba(255, 255, 255, .82);
    border-radius: 6px;
}

nav {
    gap: 8px;
}

nav a {
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 3px;
}

nav a:hover {
    border-color: rgba(255, 255, 255, .78);
}

.home-main {
    background: var(--paper);
}

.home-hero {
    display: block;
    min-height: auto;
    padding: 70px max(16px, calc((100vw - 1320px) / 2)) 24px;
    color: #ffffff;
    background: linear-gradient(180deg, var(--store-subheader) 0%, #39736f 56%, var(--paper) 56%, var(--paper) 100%);
    border-bottom: 0;
}

.hero-copy {
    position: relative;
    max-width: 1320px;
    overflow: hidden;
    padding: clamp(24px, 4vw, 46px);
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(18, 60, 58, .98), rgba(31, 95, 91, .96)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 34px);
    border: 1px solid rgba(248, 194, 78, .42);
    border-top: 6px solid var(--store-accent);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .2);
}

.hero-copy::after {
    content: "Kitchen Tools";
    position: absolute;
    right: clamp(16px, 4vw, 54px);
    bottom: 14px;
    color: rgba(255, 255, 255, .08);
    font-size: clamp(44px, 9vw, 116px);
    font-weight: 800;
    line-height: 1;
    pointer-events: none;
}

.home-hero .eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    color: #17201f;
    background: var(--store-cta);
    border-radius: 999px;
}

.home-hero h1 {
    position: relative;
    max-width: 780px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.06;
}

.hero-text {
    position: relative;
    max-width: 860px;
    color: #dfecea;
    font-size: 17px;
}

.home-hero .detail-actions {
    position: relative;
}

.home-hero .button.secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .32);
}

.home-hero .button.secondary:hover {
    background: rgba(255, 255, 255, .18);
}

.hero-logo {
    display: none;
}

.catalog-layout {
    grid-template-columns: minmax(230px, 270px) minmax(0, 1fr) minmax(250px, 310px);
    gap: 16px;
    padding-top: 18px;
}

.panel,
.card,
.recipe {
    border-color: var(--line);
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, .08);
}

.filter-sidebar,
.cart-sidebar {
    top: 94px;
}

.filter-sidebar h2,
.cart-sidebar h2 {
    font-size: 20px;
}

.sidebar-filter-form input,
.sidebar-filter-form select,
input,
textarea,
select {
    border-radius: 4px;
}

.sidebar-filter-form input:focus,
input:focus,
textarea:focus,
select:focus {
    border-color: var(--store-accent);
    box-shadow: 0 0 0 3px rgba(245, 166, 35, .24);
    outline: none;
}

.category-chip-grid {
    grid-template-columns: 1fr;
    gap: 4px;
}

.category-chip-grid a {
    min-height: 28px;
    padding: 6px 4px;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: left;
}

.category-chip-grid a:hover {
    color: var(--store-link);
    text-decoration: underline;
}

.category-chip-grid a.selected {
    color: var(--ink);
    background: transparent;
    border-left: 4px solid var(--store-accent);
    padding-left: 8px;
}

.section-head {
    padding: 12px 0;
    border-top: 0;
}

.section-head h2 {
    font-size: 26px;
}

.grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.card {
    transition: box-shadow .16s ease, transform .16s ease;
}

.card:hover {
    box-shadow: 0 4px 14px rgba(15, 23, 42, .18);
    transform: translateY(-1px);
}

.card img,
.product-placeholder {
    aspect-ratio: 1 / 1;
    background: var(--soft-panel);
}

.card img {
    padding: 12px;
    object-fit: contain;
}

.product-placeholder,
.detail-placeholder {
    color: var(--store-subheader);
    background: #eef4f2;
}

.card-body {
    padding: 14px;
}

.card-body h2 {
    margin-bottom: 8px;
    color: var(--store-link);
    font-size: 18px;
    line-height: 1.25;
}

.card-body p {
    margin-bottom: 8px;
}

.category {
    color: #556260;
    background: #edf4f1;
    border-color: #cbd8d4;
    border-radius: 3px;
}

.card-actions {
    align-items: stretch;
    margin-top: 12px;
}

.button,
.gold-button {
    min-height: 38px;
    color: #17201f;
    background: var(--store-cta);
    border: 1px solid #e5a92f;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .12);
}

.button:hover,
.gold-button:hover {
    color: #17201f;
    background: #efb331;
}

.button.secondary,
.dark-secondary {
    color: var(--ink);
    background: #ffffff;
    border: 1px solid var(--line);
}

.button.secondary:hover,
.dark-secondary:hover {
    background: var(--soft-panel);
}

.amazon-button {
    color: #ffffff;
    background: var(--store-accent-dark);
    border-color: #bf7414;
}

.amazon-button:hover {
    color: #ffffff;
    background: #bf7414;
}

.selected-item {
    background: #ffffff;
    border-radius: 4px;
}

.selected-item a,
.back-link {
    color: var(--store-link);
}

.detail-head {
    grid-template-columns: minmax(260px, 480px) 1fr;
    gap: 28px;
    margin-top: 58px;
    padding: 26px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 4px;
}

.detail-head img,
.gallery-main {
    object-fit: contain;
    background: var(--soft-panel);
}

.detail-head h1 {
    color: var(--ink);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
}

.detail-head p {
    color: #556260;
}

.gallery-thumbs img {
    padding: 4px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 4px;
}

.spec-row strong {
    color: var(--ink);
    background: #eef4f2;
}

.recipe h4,
label,
th {
    color: var(--ink);
}

.metric strong {
    color: var(--store-link);
}

.admin-main {
    padding-top: 74px;
}

@media (max-width: 760px) {
    .site-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-layout {
        grid-template-columns: 1fr;
    }

    .virtual-hero-panel,
    .virtual-kitchen-layout {
        grid-template-columns: 1fr;
    }

    .virtual-hero-panel {
        display: grid;
    }

    .kitchen-template-grid,
    .room-style-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .virtual-hero-panel h1 {
        font-size: 30px;
    }

    .product-planner-panel {
        position: static;
    }

    .virtual-kitchen-scene {
        min-height: 780px;
    }

    .kitchen-window {
        top: 28px;
        width: 136px;
        height: 94px;
    }

    .kitchen-shelf,
    .kitchen-upper-cabinet {
        display: none;
    }

    .kitchen-fridge {
        left: 16px;
        bottom: 32px;
        width: 88px;
        height: 206px;
    }

    .kitchen-hood {
        bottom: 186px;
        width: 108px;
        height: 44px;
    }

    .kitchen-stove {
        bottom: 44px;
        width: 138px;
        height: 76px;
    }

    .kitchen-stove i {
        width: 26px;
        height: 26px;
        margin-top: 20px;
        border-width: 4px;
    }

    .kitchen-stove i::before {
        width: 13px;
        height: 18px;
        bottom: 6px;
    }

    .kitchen-stove i::after {
        width: 7px;
        height: 10px;
        bottom: 7px;
    }

    .kitchen-sink {
        right: 16px;
        bottom: 50px;
        width: 112px;
        height: 58px;
    }

    .kitchen-chef {
        left: 53%;
        bottom: 20px;
        width: 88px;
        height: 246px;
        transform: scale(.76);
        transform-origin: bottom center;
    }

    .kitchen-style-modern .kitchen-chef,
    .preview-kitchen-scene.kitchen-style-modern .kitchen-chef,
    .kitchen-style-indian .kitchen-chef,
    .preview-kitchen-scene.kitchen-style-indian .kitchen-chef,
    .kitchen-style-apartment .kitchen-chef,
    .preview-kitchen-scene.kitchen-style-apartment .kitchen-chef,
    .kitchen-style-traditional .kitchen-chef,
    .preview-kitchen-scene.kitchen-style-traditional .kitchen-chef {
        left: 54%;
        bottom: 20px;
        transform: scale(.76);
    }

    .chef-height-label {
        top: 22px;
        height: 210px;
        font-size: 10px;
    }

    .kitchen-floor-mat {
        bottom: 8px;
        width: 190px;
        height: 42px;
    }

    .virtual-zone {
        left: 16px;
        right: 16px;
        width: auto;
        min-height: 92px;
        transform: none;
    }

    .zone-storage {
        top: 134px;
    }

    .zone-serving {
        top: 244px;
    }

    .zone-prep {
        bottom: auto;
        top: 354px;
    }

    .zone-cooking {
        bottom: auto;
        top: 464px;
        transform: none;
    }

    .zone-cooking:hover,
    .zone-cooking:focus-visible {
        transform: translateY(-2px);
    }

    .zone-wash {
        bottom: auto;
        top: 574px;
    }

    .placed-products-list article {
        align-items: flex-start;
        flex-direction: column;
    }

    .kitchen-preview-modal {
        padding: 12px;
    }

    .kitchen-preview-dialog {
        max-height: 92vh;
        padding: 16px;
    }

    .kitchen-preview-zones {
        grid-template-columns: 1fr;
    }

    .preview-kitchen-scene {
        min-height: 780px;
    }

    .preview-kitchen-zone {
        left: 16px;
        right: 16px;
        width: auto;
        min-height: 86px;
        transform: none;
    }

    .preview-zone-storage {
        top: 134px;
    }

    .preview-zone-serving {
        top: 244px;
    }

    .preview-zone-prep {
        bottom: auto;
        top: 354px;
    }

    .preview-zone-cooking {
        bottom: auto;
        top: 464px;
        transform: none;
    }

    .preview-zone-wash {
        bottom: auto;
        top: 574px;
    }

    .preview-actions {
        justify-content: stretch;
    }

    .preview-actions .button {
        width: 100%;
    }

    .filter-sidebar,
    .cart-sidebar {
        position: static;
        max-height: none;
        overflow: visible;
    }

    .detail-head,
    .home-hero,
    .recipe-columns,
    .admin-grid,
    .seo-fieldset,
    .kitchen-feel-panel,
    .calculator-controls,
    .calculator-summary,
    .filter-form {
        grid-template-columns: 1fr;
    }

    .seo-fieldset label:nth-of-type(2),
    .seo-fieldset label:nth-of-type(3),
    .seo-fieldset label:nth-of-type(6) {
        grid-column: 1;
    }

    .setup-picker,
    .quick-setups {
        display: none;
    }

    .kitchen-zone-grid {
        grid-template-columns: 1fr;
    }

    .calculator-form {
        display: none;
    }

    .mobile-calculator {
        display: block;
    }

    .home-hero {
        min-height: auto;
        padding-inline: 16px;
    }

    .hero-copy {
        padding-inline: 0;
    }

    .hero-logo {
        padding: 18px;
    }

    .brand-with-logo img {
        width: 40px;
        height: 40px;
    }

    h1 {
        font-size: 42px;
        line-height: 1;
    }
}

/* International ecommerce polish */
:root {
    --page-max: 1440px;
    --radius-sm: 6px;
    --radius-md: 10px;
    --shadow-soft: 0 8px 22px rgba(15, 23, 42, .08);
    --shadow-lift: 0 16px 36px rgba(15, 23, 42, .14);
}

body {
    color: #1f2933;
    background:
        radial-gradient(circle at 92% 8%, rgba(255, 178, 31, .18), transparent 24%),
        radial-gradient(circle at 8% 12%, rgba(185, 28, 28, .08), transparent 22%),
        linear-gradient(180deg, #f5f8f1 0, #fffaf0 360px, #f7faf4 100%);
    font-family: "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

main {
    width: min(var(--page-max), calc(100% - 32px));
}

.site-header,
.home-header {
    min-height: 70px;
    padding: 12px clamp(18px, 4vw, 58px);
    background: rgba(18, 60, 58, .98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.site-header::after,
.home-header::after {
    height: 34px;
    bottom: -34px;
    background: linear-gradient(90deg, #1f5f5b, #2f766f);
}

.brand {
    font-size: 18px;
    letter-spacing: .01em;
}

.brand-with-logo img {
    width: 42px;
    height: 42px;
    border-radius: var(--radius-sm);
}

nav a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, .92);
    font-size: 14px;
}

nav a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .22);
}

.home-hero {
    padding: 72px max(18px, calc((100vw - var(--page-max)) / 2)) 26px;
    background:
        linear-gradient(180deg, rgba(31, 95, 91, .98) 0%, rgba(47, 118, 111, .94) 56%, transparent 56%),
        linear-gradient(180deg, #f7f9f8, #f2f5f4);
}

.hero-copy {
    display: grid;
    gap: 14px;
    max-width: 980px;
    padding: clamp(28px, 4vw, 54px);
    background:
        linear-gradient(135deg, rgba(18, 60, 58, .98), rgba(15, 94, 89, .94)),
        linear-gradient(90deg, rgba(248, 194, 78, .09), transparent 42%);
    border-color: rgba(255, 255, 255, .2);
    border-top: 0;
    border-left: 6px solid var(--store-accent);
    border-radius: 14px;
    box-shadow: var(--shadow-lift);
}

.hero-copy::after {
    right: 24px;
    bottom: 10px;
    font-size: clamp(40px, 8vw, 98px);
}

.home-hero .eyebrow {
    margin-bottom: 0;
    padding: 7px 12px;
    color: #123c3a;
    background: #f6d27a;
    font-size: 12px;
    letter-spacing: .04em;
}

.home-hero h1 {
    max-width: 760px;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.02;
}

.hero-text {
    max-width: 740px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
}

.home-hero .detail-actions {
    margin-top: 8px;
}

.catalog-layout {
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    gap: 18px;
    max-width: var(--page-max);
    margin: 0 auto;
    padding: 22px 18px 64px;
}

.panel,
.card,
.recipe {
    border: 1px solid rgba(17, 94, 89, .12);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
}

.filter-sidebar,
.cart-sidebar {
    top: 112px;
}

.filter-sidebar h2,
.cart-sidebar h2,
.section-head h2 {
    color: #123c3a;
    letter-spacing: -.01em;
}

.filter-sidebar .hint,
.cart-sidebar .hint,
.section-head p {
    font-size: 14px;
}

.sidebar-filter-form input,
input,
textarea,
select {
    min-height: 42px;
    border-color: #cfd9d5;
    border-radius: var(--radius-sm);
}

.category-chip-grid a {
    padding: 7px 8px;
    color: #344441;
    border-radius: var(--radius-sm);
}

.category-chip-grid a:hover {
    background: #edf4f1;
    text-decoration: none;
}

.category-chip-grid a.selected {
    color: #123c3a;
    background: #e8f3ef;
    border-left-color: var(--store-accent);
}

.grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
}

.card {
    background: #ffffff;
    border-color: rgba(17, 94, 89, .1);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.card:hover {
    border-color: rgba(15, 118, 110, .28);
    box-shadow: var(--shadow-lift);
    transform: translateY(-3px);
}

.card img,
.product-placeholder {
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #fbfcfc, #f3f7f5);
}

.card img {
    padding: 18px;
}

.card-body {
    display: grid;
    gap: 8px;
    padding: 16px;
}

.card-body h2 {
    margin: 0;
    color: #115e59;
    font-size: 18px;
    line-height: 1.28;
}

.card-body p {
    margin: 0;
    font-size: 14px;
}

.category {
    margin-bottom: 2px;
    padding: 5px 9px;
    color: #35514d;
    background: #edf7f3;
    border-color: #d2e4de;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: .02em;
}

.card-actions {
    margin-top: 4px;
}

.button,
.gold-button {
    min-height: 40px;
    border-radius: 999px;
    font-size: 14px;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.button:hover,
.gold-button:hover,
.amazon-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
}

.button.secondary,
.dark-secondary {
    color: #115e59;
    background: #ffffff;
}

.full-button {
    margin-top: 6px;
}

.selected-item {
    border-radius: var(--radius-sm);
}

.cart-nav-link {
    gap: 6px;
}

.cart-nav-link span {
    min-width: 22px;
    min-height: 22px;
    display: inline-grid;
    place-items: center;
    color: #123c3a;
    background: var(--store-cta);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.cart-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 20px;
    align-items: start;
}

.cart-page h1 {
    margin: 0;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
}

.cart-list {
    display: grid;
    gap: 10px;
    margin: 18px 0;
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px;
    background: var(--soft-panel);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
}

.cart-item strong,
.cart-item a {
    display: block;
}

.cart-item a {
    margin-top: 3px;
    color: var(--store-link);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.cart-empty[hidden],
#clear-cart[hidden] {
    display: none;
}

.detail-head {
    gap: clamp(24px, 4vw, 52px);
    margin-top: 82px;
    padding: clamp(22px, 4vw, 42px);
    border-radius: 14px;
    box-shadow: var(--shadow-soft);
}

.detail-head h1 {
    max-width: 720px;
    font-size: clamp(32px, 4.4vw, 56px);
}

.product-gallery,
.gallery-main,
.detail-placeholder {
    border-radius: 12px;
}

.gallery-thumbs img {
    border-radius: var(--radius-sm);
}

.recipe,
.specs-panel,
.enquiry-panel {
    border-radius: 12px;
}

.spec-table {
    border-radius: var(--radius-md);
}

.spec-row strong {
    background: #edf4f1;
}

@media (max-width: 760px) {
    main {
        width: min(100% - 24px, var(--page-max));
    }

    .site-header {
        gap: 10px;
        min-height: auto;
    }

    nav {
        flex-wrap: wrap;
    }

    .home-hero {
        padding: 58px 12px 18px;
    }

    .hero-copy {
        padding: 24px 18px;
        border-left-width: 4px;
    }

    .hero-copy::after {
        display: none;
    }

    .catalog-layout {
        padding-inline: 12px;
    }

    .cart-page {
        grid-template-columns: 1fr;
    }
}

/* Compact store intro */
.home-hero {
    padding: 50px max(18px, calc((100vw - var(--page-max)) / 2)) 10px;
    background:
        linear-gradient(180deg, rgba(31, 95, 91, .98) 0 64%, transparent 64%),
        linear-gradient(180deg, #f7f9f8, #f2f5f4);
}

.hero-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 24px;
    align-items: center;
    max-width: var(--page-max);
    padding: 18px 22px;
    border-left-width: 4px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
}

.hero-copy::after {
    display: none;
}

.home-hero .eyebrow {
    grid-column: 1 / -1;
    padding: 4px 9px;
    font-size: 11px;
}

.home-hero h1 {
    max-width: none;
    margin: 0;
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.08;
}

.hero-text {
    grid-column: 1;
    max-width: none;
    margin: -4px 0 0;
    font-size: 15px;
    line-height: 1.45;
}

.home-hero .detail-actions {
    grid-column: 2;
    grid-row: 2 / span 2;
    align-self: center;
    margin-top: 0;
}

.home-hero .button {
    min-height: 36px;
    padding: 8px 13px;
    font-size: 13px;
}

.home-hero .hero-setup-button {
    color: #ffffff;
    background: linear-gradient(135deg, #b91c1c, #dc2626, #ffb21f);
    background-size: 220% 220%;
    border-color: rgba(255, 255, 255, .28);
    box-shadow: 0 0 0 rgba(185, 28, 28, 0);
    animation: pinkButtonFlow 3s ease-in-out infinite, pinkButtonPulse 2.4s ease-in-out infinite;
}

.home-hero .hero-setup-button:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #f97316, #dc2626, #b91c1c);
    box-shadow: 0 10px 24px rgba(185, 28, 28, .34);
}

@keyframes pinkButtonFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes pinkButtonPulse {
    0%, 100% { box-shadow: 0 0 0 rgba(185, 28, 28, 0); }
    50% { box-shadow: 0 0 0 5px rgba(185, 28, 28, .16); }
}

.catalog-layout {
    padding-top: 14px;
}

@media (max-width: 900px) {
    .hero-copy {
        grid-template-columns: 1fr;
    }

    .home-hero .detail-actions {
        grid-column: 1;
        grid-row: auto;
    }
}

@media (max-width: 760px) {
    .home-hero {
        padding: 42px 12px 8px;
    }

    .hero-copy {
        padding: 18px 16px;
    }

    .home-hero h1 {
        font-size: 28px;
    }
}

a.button.hero-setup-button,
.home-hero a.button.hero-setup-button {
    color: #ffffff;
    background: linear-gradient(135deg, #b91c1c, #dc2626, #ffb21f);
    background-size: 220% 220%;
    border-color: rgba(255, 255, 255, .34);
    box-shadow: 0 0 0 rgba(185, 28, 28, 0);
    animation: pinkButtonFlow 3s ease-in-out infinite;
}

.hero-setup-wrap {
    position: relative;
    display: inline-flex;
}

.setup-reaction {
    position: absolute;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #ffffff;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .2);
    font-size: 13px;
    line-height: 1;
    pointer-events: none;
    animation: setupReactionFloat 2.8s ease-in-out infinite;
}

.reaction-one {
    top: -15px;
    left: -10px;
}

.reaction-two {
    top: -19px;
    right: 20px;
    animation-delay: .45s;
}

.reaction-three {
    right: -13px;
    bottom: -12px;
    animation-delay: .9s;
}

a.button.hero-setup-button:hover,
.home-hero a.button.hero-setup-button:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #f97316, #dc2626, #b91c1c);
    box-shadow: 0 10px 24px rgba(185, 28, 28, .34);
    transform: translateY(-1px);
}

@keyframes setupReactionFloat {
    0%, 100% {
        transform: translateY(0) scale(.92) rotate(-6deg);
        opacity: .7;
    }

    50% {
        transform: translateY(-8px) scale(1.08) rotate(6deg);
        opacity: 1;
    }
}

.card-title-link {
    color: inherit;
    text-decoration: none;
}

.card-title-link:hover,
.card-title-link:focus-visible {
    color: #b91c1c;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Red chilli + leaf green + yellow fire full theme experiment */
:root {
    --ink: #211815;
    --muted: #6f6259;
    --line: #ead8bf;
    --paper: #fff7e8;
    --panel: #ffffff;
    --brand-deep: #194a27;
    --brand-deeper: #103219;
    --brand-gold: #ffb21f;
    --brand-copper: #c2410c;
    --brand-leaf: #2f7d32;
    --green: #2f7d32;
    --green-dark: #1f5f2a;
    --yellow: #ffb21f;
    --red: #b91c1c;
    --store-header: #194a27;
    --store-subheader: #2f7d32;
    --store-accent: #ffb21f;
    --store-accent-dark: #d97706;
    --store-cta: #ffb21f;
    --store-link: #b91c1c;
    --soft-panel: #fffaf0;
}

body {
    color: var(--ink);
    background:
        radial-gradient(circle at 92% 8%, rgba(255, 178, 31, .2), transparent 24%),
        radial-gradient(circle at 8% 12%, rgba(185, 28, 28, .09), transparent 22%),
        linear-gradient(180deg, #f7fbef 0, #fff7e8 380px, #fffaf0 100%);
}

.site-header,
.home-header {
    background: linear-gradient(90deg, #143820, #2f7d32);
}

.site-header::after,
.home-header::after {
    background: linear-gradient(90deg, #b91c1c, #d97706, #ffb21f);
}

.hero-copy {
    background:
        linear-gradient(135deg, rgba(25, 74, 39, .98), rgba(185, 28, 28, .9)),
        repeating-linear-gradient(90deg, rgba(255, 178, 31, .08) 0 1px, transparent 1px 34px);
    border-color: rgba(255, 178, 31, .62);
    border-top-color: #ffb21f;
}

.home-hero {
    background: linear-gradient(180deg, #2f7d32 0%, #b91c1c 56%, var(--paper) 56%, var(--paper) 100%);
}

.button,
.gold-button,
button.button {
    background: #2f7d32;
}

.button:hover,
.gold-button:hover,
button.button:hover {
    box-shadow: 0 8px 18px rgba(185, 28, 28, .18);
}

.button.secondary,
.dark-secondary,
.ghost-button {
    color: #194a27;
    background: #fffaf0;
    border-color: #f2d39b;
}

.amazon-button {
    background: #ffb21f;
    border-color: #d97706;
}

.category,
.card-body h2,
.detail-head h1,
.section-head h2,
.panel-heading h2,
.filter-sidebar h2,
.cart-sidebar h2,
th {
    color: #194a27;
}

.card-title-link:hover,
.card-title-link:focus-visible,
.category-chip-grid a:hover,
.back-link,
.text-button {
    color: #b91c1c;
}

.category-chip-grid a.selected,
.recipe-list li,
.detail-card {
    border-left-color: #ffb21f;
}

.category-chips span,
.quick-links a,
.filter-status,
.kitchen-preview-summary {
    color: #194a27;
    background: #fff2c7;
    border-color: #ffd36b;
}

.quick-links a.active,
.metric strong,
.kitchen-counter,
.room-style-note,
.zone-items span,
.preview-kitchen-zone span {
    background: #b91c1c;
}

.room-style-grid button.active {
    background: linear-gradient(135deg, #194a27, #2f7d32);
}

.kitchen-template-grid button,
.room-style-grid button,
.selected-product-preview {
    background: linear-gradient(135deg, #ffffff, #fffaf0);
    border-color: #f2d39b;
}

.kitchen-template-grid button:hover,
.kitchen-template-grid button:focus-visible,
.room-style-grid button:hover,
.room-style-grid button:focus-visible,
.room-style-grid button.active,
.virtual-zone:hover,
.virtual-zone:focus-visible,
.virtual-zone.has-items:hover,
.virtual-zone.has-items:focus-visible,
.virtual-product-grid .card.is-selected {
    border-color: #b91c1c;
    box-shadow: 0 12px 24px rgba(185, 28, 28, .14);
}

.chef-height-label {
    color: #194a27;
    border-left-color: #b91c1c;
}

.chef-height-label::before,
.chef-height-label::after {
    background: #b91c1c;
}

.home-hero .hero-setup-button,
a.button.hero-setup-button,
.home-hero a.button.hero-setup-button {
    background: linear-gradient(135deg, #b91c1c, #dc2626, #ffb21f);
}

.home-hero .hero-setup-button:hover,
a.button.hero-setup-button:hover,
.home-hero a.button.hero-setup-button:hover {
    background: linear-gradient(135deg, #f97316, #dc2626, #b91c1c);
}

/* Static folder design applied to live PHP store */
:root {
    --forest: #2b463d;
    --clay: #c4654a;
    --clay-soft: #dfa07d;
    --sage: #9dbb98;
    --sand: #faf8f3;
    --heritage-ink: #494440;
    --background: var(--sand);
    --foreground: var(--heritage-ink);
    --card: #ffffff;
    --secondary: #f2efe8;
    --muted-foreground: #6f7d74;
    --border: rgba(43, 70, 61, .12);
    --input: rgba(43, 70, 61, .2);
    --shadow-tile: 0 4px 20px -10px rgba(43, 70, 61, .25);
    --ink: var(--heritage-ink);
    --muted: var(--muted-foreground);
    --line: rgba(43, 70, 61, .12);
    --paper: var(--sand);
    --panel: var(--card);
    --green: var(--forest);
    --green-dark: var(--forest);
    --store-header: var(--forest);
    --store-subheader: var(--forest);
    --store-accent: var(--clay);
    --store-accent-dark: #9f4d39;
    --store-cta: var(--clay);
    --store-link: var(--clay);
    --soft-panel: var(--secondary);
}

body {
    color: var(--foreground);
    background: var(--background);
    font-family: "Manrope", "Segoe UI", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
.brand,
.card-body h2,
.section-head h2,
.filter-sidebar h2 {
    font-family: "Sora", "Segoe UI", Arial, Helvetica, sans-serif;
    letter-spacing: -.02em;
}

.site-header,
.home-header {
    min-height: 80px;
    padding: 12px clamp(20px, 4vw, 56px);
    color: var(--forest);
    background: rgba(250, 248, 243, .9);
    border-bottom: 1px solid var(--border);
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.site-header::after,
.home-header::after {
    display: none;
}

.brand,
.home-header .brand,
.home-header nav a,
.site-header nav a {
    color: var(--forest);
}

.brand-with-logo img {
    width: auto;
    height: 56px;
    max-width: 280px;
    object-fit: contain;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.brand-with-logo span {
    display: none;
}

nav {
    gap: clamp(14px, 2vw, 32px);
    font-size: 14px;
    font-weight: 600;
}

nav a {
    padding: 0;
    border: 0;
    border-radius: 0;
}

nav a:hover {
    color: var(--clay);
    border-color: transparent;
}

.cart-nav-link span {
    min-width: 20px;
    height: 20px;
    color: var(--forest);
    background: transparent;
    border: 2px solid var(--forest);
    border-radius: 3px;
    font-size: 10px;
}

.home-main {
    background: var(--background);
}

.home-hero {
    display: block;
    min-height: auto;
    padding: 48px max(24px, calc((100vw - 1440px) / 2)) 8px;
    color: var(--foreground);
    background: var(--background);
    border-bottom: 0;
}

.hero-copy {
    max-width: 1440px;
    padding: 28px 0 10px;
    color: var(--foreground);
    background: transparent;
    border: 0;
    box-shadow: none;
}

.hero-copy::after {
    display: none;
}

.home-hero .eyebrow {
    padding: 0;
    color: var(--clay);
    background: transparent;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-hero h1 {
    max-width: 860px;
    color: var(--forest);
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 600;
    line-height: 1.05;
}

.hero-text {
    max-width: 760px;
    color: var(--muted-foreground);
    font-size: 16px;
    line-height: 1.7;
}

.home-hero .detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.catalog-layout {
    display: grid;
    grid-template-columns: minmax(240px, 288px) minmax(0, 1fr);
    gap: 48px;
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
    padding: 42px 0 54px;
}

.filter-sidebar,
.cart-sidebar,
.panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.filter-sidebar {
    position: sticky;
    top: 112px;
    align-self: start;
    max-height: calc(100vh - 128px);
    overflow: auto;
    padding: 0;
}

.filter-sidebar h2 {
    margin-bottom: 24px;
    color: var(--forest);
    font-size: 24px;
    font-weight: 600;
}

.filter-sidebar .hint {
    margin-bottom: 24px;
    color: var(--muted-foreground);
    font-size: 13px;
}

.sidebar-filter-form label,
.category-filter legend {
    color: var(--muted-foreground);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sidebar-filter-form input,
.sidebar-filter-form select,
input,
textarea,
select {
    border: 1px solid var(--input);
    border-radius: 999px;
    background: rgba(255, 255, 255, .64);
}

.sidebar-filter-form input:focus,
input:focus,
textarea:focus,
select:focus {
    border-color: var(--clay);
    box-shadow: none;
}

.category-chip-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.category-chip-grid a {
    display: flex;
    justify-content: space-between;
    min-height: auto;
    padding: 0;
    color: var(--muted-foreground);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.category-chip-grid a:hover {
    color: var(--forest);
    text-decoration: none;
}

.category-chip-grid a.selected {
    color: var(--clay);
    background: transparent;
    border: 0;
    padding-left: 0;
    font-weight: 700;
}

.catalog-results {
    min-width: 0;
}

.section-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px;
    padding: 0;
    border: 0;
}

.section-head h2 {
    color: var(--forest);
    font-size: 30px;
    font-weight: 600;
}

.section-head p {
    color: var(--muted-foreground);
    font-size: 14px;
}

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

.card {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transition: none;
}

.card:hover {
    box-shadow: none;
    transform: none;
}

.card > img,
.card > .product-placeholder {
    aspect-ratio: 4 / 5;
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--card);
    box-shadow: var(--shadow-tile);
    object-fit: cover;
    transition: transform .7s ease;
}

.card:hover > img {
    transform: scale(1.03);
}

.product-placeholder {
    display: grid;
    place-items: center;
    color: rgba(157, 187, 152, .75);
    font-family: "Sora", sans-serif;
    font-size: 60px;
    font-weight: 600;
}

.card-body {
    display: grid;
    gap: 8px;
    padding: 0;
}

.category {
    margin: 0;
    color: var(--muted-foreground);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.card-body h2 {
    margin: 0;
    color: var(--forest);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    transition: color .2s ease;
}

.card:hover .card-body h2,
.card-title-link:hover,
.card-title-link:focus-visible {
    color: var(--clay);
    text-decoration: none;
}

.card-body p {
    margin: 0;
    color: var(--muted-foreground);
    font-size: 12px;
    font-weight: 500;
}

.card-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.card-actions span {
    display: none;
}

.button,
.gold-button,
button.button {
    min-height: 42px;
    padding: 12px 16px;
    color: var(--sand);
    background: var(--forest);
    border: 0;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.button:hover,
.gold-button:hover,
button.button:hover {
    opacity: .9;
    box-shadow: none;
    transform: none;
}

.button.secondary,
.dark-secondary,
.ghost-button,
.card-actions .button {
    color: var(--forest);
    background: transparent;
    border: 1px solid var(--input);
}

.button.secondary:hover,
.dark-secondary:hover,
.ghost-button:hover,
.card-actions .button:hover {
    color: var(--clay);
    border-color: var(--clay);
}

.full-button.add-cart-button {
    width: 100%;
    margin-top: 8px;
    color: var(--sand);
    background: var(--forest);
    border: 0;
}

.hero-setup-wrap .hero-setup-button,
.home-hero .hero-setup-button,
a.button.hero-setup-button,
.home-hero a.button.hero-setup-button {
    color: var(--sand);
    background: linear-gradient(135deg, var(--forest), var(--clay));
    border: 0;
}

.setup-reaction {
    background: rgba(196, 101, 74, .16);
    border-color: rgba(196, 101, 74, .28);
}

.site-footer {
    margin-top: 72px;
    padding: 80px max(24px, calc((100vw - 1440px) / 2)) 32px;
    color: var(--sand);
    background: var(--forest);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
}

.footer-about h2 {
    margin-bottom: 22px;
    color: var(--sand);
    font-size: 30px;
    font-weight: 600;
}

.footer-about p {
    max-width: 420px;
    margin: 0;
    color: rgba(250, 248, 243, .66);
    font-size: 14px;
    line-height: 1.7;
}

.site-footer h4 {
    margin: 0 0 20px;
    color: var(--sand);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.site-footer ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    color: rgba(250, 248, 243, .82);
    font-size: 14px;
    list-style: none;
}

.site-footer a:hover {
    color: var(--clay-soft);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 70px;
    padding-top: 28px;
    border-top: 1px solid rgba(250, 248, 243, .1);
    color: rgba(250, 248, 243, .45);
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media (max-width: 1023px) {
    .catalog-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .filter-sidebar {
        position: static;
        max-height: none;
    }

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

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

@media (max-width: 680px) {
    .site-header,
    .home-header {
        align-items: flex-start;
        min-height: auto;
    }

    nav {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .home-hero {
        padding: 30px 20px 0;
    }

    .catalog-layout {
        width: calc(100% - 32px);
        padding-top: 30px;
    }

    .grid {
        grid-template-columns: 1fr;
        row-gap: 36px;
    }

    .section-head {
        margin-bottom: 28px;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

/* Premium Cheran brand refresh from static/webdesign.png */
:root {
    --premium-navy: #0d1b2a;
    --premium-navy-2: #14253a;
    --premium-gold: #d4af37;
    --premium-gold-dark: #b98918;
    --premium-ivory: #f2f2f2;
    --premium-warm: #fbfaf7;
    --premium-line: rgba(13, 27, 42, .12);
    --premium-text: #172238;
}

body {
    color: var(--premium-text);
    background:
        linear-gradient(180deg, #ffffff 0, var(--premium-ivory) 420px, #fbfaf7 100%);
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.site-header,
.home-header {
    z-index: 30;
    min-height: 84px;
    padding: 12px clamp(18px, 4vw, 58px);
    background: rgba(251, 250, 247, .94);
    border-bottom: 1px solid var(--premium-line);
    box-shadow: 0 14px 34px -30px rgba(13, 27, 42, .45);
    backdrop-filter: blur(16px);
}

.site-header::after,
.home-header::after {
    display: none;
}

.brand-with-logo {
    min-width: 0;
    gap: 0;
}

.brand-with-logo img {
    width: auto;
    height: 58px;
    max-width: min(300px, 42vw);
    object-fit: contain;
    object-position: left center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.brand-with-logo span {
    display: none;
}

.site-header nav,
.home-header nav {
    align-items: center;
    gap: 8px;
}

.site-header nav a,
.home-header nav a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 14px;
    color: var(--premium-navy);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.site-header nav a:hover,
.home-header nav a:hover {
    color: var(--premium-gold-dark);
    background: rgba(212, 175, 55, .1);
}

.cart-nav-link span {
    min-width: 24px;
    min-height: 24px;
    padding: 2px 7px;
    color: #ffffff;
    background: var(--premium-navy);
    border: 1px solid rgba(212, 175, 55, .55);
    border-radius: 999px;
}

.catalog-layout .filter-sidebar {
    top: 84px;
    background: linear-gradient(90deg, var(--premium-navy), var(--premium-navy-2));
    border-bottom: 1px solid rgba(212, 175, 55, .42);
    box-shadow: 0 20px 34px -30px rgba(13, 27, 42, .65);
}

.catalog-layout .sidebar-filter-form input,
.catalog-layout .sidebar-filter-form select {
    min-height: 44px;
    color: var(--premium-text);
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(212, 175, 55, .36);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.catalog-layout .sidebar-filter-form label {
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.catalog-layout .category-chip-grid a {
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .18);
    box-shadow: none;
}

.catalog-layout .category-chip-grid a:hover,
.catalog-layout .category-chip-grid a.selected {
    color: var(--premium-navy);
    background: var(--premium-gold);
    border-color: var(--premium-gold);
}

.catalog-layout .filter-form > .button {
    color: var(--premium-navy);
    background: var(--premium-gold);
    border: 1px solid var(--premium-gold);
    border-radius: 999px;
}

.catalog-layout .filter-form > .button.secondary {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
}

.catalog-results .section-head {
    padding: 0 0 18px;
    border-top: 0;
    border-bottom: 1px solid var(--premium-line);
}

.catalog-results .section-head h2 {
    color: var(--premium-navy);
    font-family: "Sora", Arial, Helvetica, sans-serif;
    font-size: clamp(24px, 2.3vw, 34px);
    letter-spacing: 0;
}

.catalog-results .section-head p {
    color: rgba(23, 34, 56, .68);
    font-weight: 700;
}

.product-grid-static {
    padding-top: 28px;
}

.product-grid-static .product {
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--premium-line);
    border-radius: 10px;
    box-shadow: 0 18px 34px -32px rgba(13, 27, 42, .62);
}

.product-grid-static .product:hover {
    border-color: rgba(212, 175, 55, .56);
    box-shadow: 0 24px 44px -34px rgba(13, 27, 42, .8);
    transform: translateY(-2px);
}

.product-grid-static .card-media {
    border-radius: 8px;
    background: linear-gradient(145deg, #f8f7f3, #ffffff);
    box-shadow: none;
}

.product-grid-static .tag {
    color: var(--premium-navy);
    background: var(--premium-gold);
    border-radius: 999px;
}

.product-grid-static .tag-forest,
.product-grid-static .tag-clay {
    background: var(--premium-gold);
}

.product-grid-static h3,
.product-grid-static h3 a {
    color: var(--premium-navy);
}

.product-grid-static .product:hover h3,
.product-grid-static .product:hover h3 a {
    color: var(--premium-gold-dark);
}

.product-grid-static .meta {
    color: rgba(23, 34, 56, .64);
}

.product-grid-static .btn-cart {
    color: #ffffff;
    background: var(--premium-navy);
    border-radius: 8px;
}

.product-grid-static .btn-cart:hover {
    color: var(--premium-navy);
    background: var(--premium-gold);
    opacity: 1;
}

.product-grid-static .btn-models {
    color: var(--premium-navy);
    background: #ffffff;
    border-color: var(--premium-line);
    border-radius: 8px;
}

.product-grid-static .btn-models:hover {
    color: var(--premium-gold-dark);
    border-color: var(--premium-gold);
}

.product-grid-static .product.cart-selected-card {
    border-color: var(--premium-gold);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, .2), 0 20px 40px -32px rgba(13, 27, 42, .78);
}

.product-grid-static .btn-cart.cart-selected {
    color: var(--premium-navy);
    background: var(--premium-gold);
}

.cart-selected-mark {
    color: #ffffff;
    background: var(--premium-navy);
}

.site-footer {
    color: #ffffff;
    background: var(--premium-navy);
    border-top: 3px solid var(--premium-gold);
}

.site-footer a:hover {
    color: var(--premium-gold);
}

@media (max-width: 760px) {
    .site-header,
    .home-header {
        min-height: 72px;
    }

    .brand-with-logo img {
        height: 46px;
        max-width: min(220px, 62vw);
    }

    .menu-toggle {
        background: #ffffff;
        border-color: var(--premium-line);
    }

    .menu-toggle span {
        background: var(--premium-navy);
    }

    .menu-open .site-header nav,
    .menu-open .home-header nav {
        background: transparent;
    }
}

/* Add-to-cart feedback */
.product-grid-static .product {
    transition: box-shadow .24s ease, transform .24s ease, border-color .24s ease;
}

.product-grid-static .product.cart-just-added {
    animation: cartCardGlow 1.05s ease;
}

.product-grid-static .product.cart-selected-card {
    border: 2px solid var(--brand-leaf);
    border-radius: 14px;
    box-shadow: 0 0 0 4px rgba(47, 125, 50, .12), 0 16px 28px -24px rgba(31, 79, 47, .85);
}

.product-grid-static .btn-cart {
    position: relative;
    overflow: hidden;
    transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.product-grid-static .btn-cart.cart-added {
    color: #082c16;
    background: var(--brand-gold);
    box-shadow: 0 14px 30px -18px rgba(217, 119, 6, .95);
    animation: cartButtonPop .62s ease;
}

.product-grid-static .btn-cart.cart-added::after {
    content: "";
    position: absolute;
    inset: -65%;
    background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, .55) 50%, transparent 65%);
    transform: translateX(-80%);
    animation: cartButtonShine .72s ease;
}

.product-grid-static .btn-cart.cart-selected {
    color: #ffffff;
    background: var(--brand-leaf);
    box-shadow: 0 10px 22px -18px rgba(31, 95, 42, .9);
}

.cart-selected-mark {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    min-height: 22px;
    padding: 0 6px;
    color: var(--brand-leaf);
    background: #ffffff;
    border-radius: 999px;
    font-size: 10px;
    line-height: 1;
}

.cart-added-mark {
    position: relative;
    z-index: 1;
    display: inline-grid;
    place-items: center;
    min-width: 24px;
    min-height: 24px;
    padding: 0 6px;
    color: #ffffff;
    background: var(--brand-leaf);
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    animation: cartMarkFloat .9s ease;
}

.cart-nav-link.cart-pulse {
    animation: cartNavPulse .72s ease;
}

.cart-nav-link.cart-pulse span {
    animation: cartCountPop .72s ease;
}

@keyframes cartButtonPop {
    0% {
        transform: scale(1);
    }
    35% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes cartButtonShine {
    0% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(80%);
    }
}

@keyframes cartMarkFloat {
    0% {
        opacity: 0;
        transform: translateY(8px) scale(.82);
    }
    35% {
        opacity: 1;
        transform: translateY(-2px) scale(1.06);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes cartCardGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 178, 31, 0);
        transform: translateY(0);
    }
    35% {
        box-shadow: 0 0 0 4px rgba(255, 178, 31, .38), 0 18px 34px -24px rgba(43, 70, 61, .8);
        transform: translateY(-3px);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 178, 31, 0);
        transform: translateY(0);
    }
}

@keyframes cartNavPulse {
    0% {
        transform: scale(1);
    }
    35% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes cartCountPop {
    0% {
        transform: scale(1);
    }
    35% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-grid-static .product.cart-just-added,
    .product-grid-static .btn-cart.cart-added,
    .product-grid-static .btn-cart.cart-added::after,
    .cart-added-mark,
    .cart-nav-link.cart-pulse,
    .cart-nav-link.cart-pulse span {
        animation: none;
    }
}

/* Full-width catalog filter header */
.home-main .catalog-layout {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.catalog-layout .filter-sidebar {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: clamp(18px, 4vw, 56px);
    padding-left: clamp(18px, 4vw, 56px);
}

.catalog-layout .filter-sidebar .sidebar-filter-form {
    width: min(1480px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(240px, 340px) minmax(0, 1fr) auto auto;
    gap: 12px;
    align-items: center;
}

.catalog-layout .filter-sidebar .sidebar-filter-form > label,
.catalog-layout .filter-sidebar .sidebar-filter-form > fieldset,
.catalog-layout .filter-sidebar .sidebar-filter-form > button,
.catalog-layout .filter-sidebar .sidebar-filter-form > a {
    grid-column: auto;
    width: auto;
}

.catalog-layout .catalog-results {
    width: min(1480px, calc(100% - 48px));
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .catalog-layout .filter-sidebar .sidebar-filter-form {
        grid-template-columns: 1fr;
    }

    .catalog-layout .filter-sidebar .sidebar-filter-form > label,
    .catalog-layout .filter-sidebar .sidebar-filter-form > fieldset,
    .catalog-layout .filter-sidebar .sidebar-filter-form > button,
    .catalog-layout .filter-sidebar .sidebar-filter-form > a {
        width: 100%;
    }

    .catalog-layout .catalog-results {
        width: calc(100% - 32px);
    }
}

@media (max-width: 680px) {
    .catalog-layout .filter-sidebar {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-right: 12px;
        padding-left: 12px;
    }

    .catalog-layout .catalog-results {
        width: calc(100% - 24px);
    }
}

.hero.home-hero {
    display: none;
}

.home-main .catalog-layout {
    padding-top: 48px;
}

.filter-category-toggle {
    display: none;
}

.product-grid-static {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 48px;
}

.product-grid-static .product {
    min-width: 0;
}

.product-grid-static .card-media {
    position: relative;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--card);
    box-shadow: var(--shadow-tile);
}

.product-grid-static .card-media img,
.product-grid-static .card-placeholder {
    display: block;
    aspect-ratio: 4 / 5;
    width: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

.product-grid-static .product:hover .card-media img {
    transform: scale(1.03);
}

.product-grid-static .card-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
}

.product-grid-static .monogram {
    color: rgba(157, 187, 152, .72);
    font-family: "Sora", sans-serif;
    font-size: 60px;
    font-weight: 600;
}

.product-grid-static .pending {
    margin-top: 12px;
    color: var(--muted-foreground);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.product-grid-static .tag {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 4px 8px;
    color: var(--sand);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.product-grid-static .tag-clay {
    background: var(--clay);
}

.product-grid-static .tag-forest {
    background: var(--forest);
}

.product-grid-static h3 {
    margin: 0;
    color: var(--forest);
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}

.product-grid-static .product:hover h3 {
    color: var(--clay);
}

.product-grid-static .meta {
    margin: 8px 0 0;
    color: var(--muted-foreground);
    font-size: 12px;
    font-weight: 600;
}

.product-grid-static .card-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.product-grid-static .btn-cart {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 12px;
    color: var(--sand);
    background: var(--forest);
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.product-grid-static .btn-cart:hover {
    opacity: .9;
}

.product-grid-static .arrow {
    font-size: 16px;
    transition: transform .2s ease;
}

.product-grid-static .product:hover .arrow {
    transform: translateX(4px);
}

.product-grid-static .btn-models {
    min-height: 42px;
    padding: 12px 16px;
    color: var(--forest);
    border: 1px solid var(--input);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.product-grid-static .btn-models:hover {
    color: var(--clay);
    border-color: var(--clay);
}

@media (max-width: 1023px) {
    .product-grid-static {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .home-main .catalog-layout {
        width: calc(100% - 24px);
        padding-top: 28px;
    }

    .product-grid-static {
        grid-template-columns: 1fr;
        row-gap: 26px;
    }

    .product-grid-static .product {
        padding: 12px;
        background: #ffffff;
        border: 1px solid var(--border);
        border-radius: 14px;
        box-shadow: 0 8px 22px -18px rgba(43, 70, 61, .45);
    }

    .product-grid-static .card-media {
        margin-bottom: 14px;
        border-radius: 10px;
    }

    .product-grid-static h3 {
        padding-inline: 2px;
        font-size: 17px;
        line-height: 1.35;
    }

    .product-grid-static .meta {
        padding-inline: 2px;
        line-height: 1.45;
    }

    .product-grid-static .card-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        margin-top: 14px;
    }

    .product-grid-static .btn-cart,
    .product-grid-static .btn-models {
        width: 100%;
        min-height: 44px;
    }

    .product-grid-static .tag {
        bottom: 12px;
        left: 12px;
    }

    .filter-sidebar {
        padding: 0;
        border-bottom: 1px solid var(--border);
    }

    .filter-sidebar h2 {
        margin-bottom: 8px;
    }

    .filter-sidebar .hint {
        margin-bottom: 16px;
    }

    .filter-category-toggle {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        min-height: 44px;
        margin: 12px 0;
        padding: 10px 12px;
        color: var(--forest);
        background: #ffffff;
        border: 1px solid var(--input);
        border-radius: 8px;
        cursor: pointer;
        font-weight: 800;
    }

    .filter-category-toggle span:last-child {
        font-size: 20px;
        line-height: 1;
        transition: transform .18s ease;
    }

    .filter-sidebar.category-open .filter-category-toggle span:last-child {
        transform: rotate(45deg);
    }

    .filter-sidebar .category-filter {
        display: none;
        margin-top: 6px;
        padding: 12px;
        background: #ffffff;
        border: 1px solid var(--border);
        border-radius: 8px;
    }

    .filter-sidebar.category-open .category-filter {
        display: block;
    }

    .filter-sidebar .category-chip-grid {
        max-height: 280px;
        overflow: auto;
        padding-right: 4px;
    }

    .filter-sidebar .filter-form > .button,
    .filter-sidebar .filter-form > .button.secondary {
        width: 100%;
        margin-top: 8px;
    }
}

.menu-toggle {
    display: none;
}

@media (max-width: 760px) {
    .site-header,
    .home-header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 12px;
    }

    .site-header .brand,
    .home-header .brand {
        min-width: 0;
    }

    .brand-with-logo img {
        max-width: min(220px, 64vw);
        height: 46px;
    }

    .menu-toggle {
        display: inline-grid;
        place-items: center;
        width: 42px;
        height: 42px;
        padding: 0;
        background: #ffffff;
        border: 1px solid var(--input);
        border-radius: 8px;
        cursor: pointer;
    }

    .menu-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        margin: 2px 0;
        background: var(--forest);
        border-radius: 999px;
        transition: transform .18s ease, opacity .18s ease;
    }

    .menu-open .menu-toggle span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .menu-open .menu-toggle span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .site-header nav,
    .home-header nav {
        display: none;
        grid-column: 1 / -1;
        width: 100%;
        padding-top: 10px;
        border-top: 1px solid var(--border);
    }

    .menu-open .site-header nav,
    .menu-open .home-header nav {
        display: grid;
        gap: 10px;
    }

    .site-header nav a,
    .home-header nav a {
        width: 100%;
        min-height: 42px;
        justify-content: space-between;
        padding: 10px 0;
        color: var(--forest);
    }
}

/* Amazon-style catalog menu and denser product shelf */
.home-main .catalog-layout {
    display: block;
    width: min(1480px, calc(100% - 48px));
    padding-top: 24px;
}

.catalog-layout .filter-sidebar {
    position: sticky;
    top: 74px;
    z-index: 8;
    width: 100%;
    margin: 0 0 28px;
    padding: 12px 0 14px;
    background: rgba(250, 248, 243, .96);
    border: 0;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.catalog-layout .filter-sidebar h2,
.catalog-layout .filter-sidebar .hint {
    display: none;
}

.catalog-layout .sidebar-filter-form {
    display: grid;
    grid-template-columns: minmax(230px, 320px) minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
}

.catalog-layout .sidebar-filter-form label {
    margin: 0;
    min-width: 0;
}

.catalog-layout .filter-category-toggle {
    display: none;
}

.catalog-layout .category-filter {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.catalog-layout .category-filter legend {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.catalog-layout .category-chip-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 8px;
    scrollbar-width: thin;
}

.catalog-layout .category-chip-grid a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 9px 14px;
    white-space: nowrap;
    color: var(--forest);
    background: #ffffff;
    border: 1px solid var(--input);
    border-radius: 999px;
    box-shadow: 0 6px 14px -14px rgba(43, 70, 61, .55);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

.catalog-layout .category-chip-grid a:hover,
.catalog-layout .category-chip-grid a.selected {
    color: var(--sand);
    background: var(--forest);
    border-color: var(--forest);
}

.catalog-layout .filter-form > .button,
.catalog-layout .filter-form > .button.secondary {
    min-height: 40px;
    padding: 10px 16px;
    white-space: nowrap;
}

.product-grid-static {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 34px;
}

.product-grid-static .card-media {
    margin-bottom: 12px;
}

.product-grid-static h3 {
    font-size: 15px;
}

.product-grid-static .meta {
    font-size: 11px;
}

.product-grid-static .card-actions {
    gap: 8px;
    margin-top: 12px;
}

.product-grid-static .btn-cart,
.product-grid-static .btn-models {
    min-height: 38px;
    padding: 10px;
    font-size: 10px;
}

@media (max-width: 1280px) {
    .product-grid-static {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .catalog-layout .sidebar-filter-form {
        grid-template-columns: minmax(220px, 280px) minmax(0, 1fr) auto auto;
    }
}

@media (max-width: 1023px) {
    .catalog-layout .filter-sidebar {
        position: static;
    }

    .catalog-layout .sidebar-filter-form {
        grid-template-columns: 1fr;
    }

    .catalog-layout .filter-form > .button,
    .catalog-layout .filter-form > .button.secondary {
        width: 100%;
    }

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

@media (max-width: 680px) {
    .home-main .catalog-layout {
        width: calc(100% - 24px);
        padding-top: 18px;
    }

    .catalog-layout .filter-sidebar {
        padding: 8px 0 12px;
        margin-bottom: 20px;
    }

    .catalog-layout .filter-sidebar .category-filter {
        display: block;
        padding: 0;
        background: transparent;
        border: 0;
    }

    .catalog-layout .filter-sidebar .category-chip-grid {
        display: flex;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 2px 10px;
    }

    .catalog-layout .category-chip-grid a {
        min-height: 34px;
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* Final premium override: keep this last */
:root {
    --premium-navy: #0d1b2a;
    --premium-navy-2: #14253a;
    --premium-gold: #d4af37;
    --premium-gold-dark: #b98918;
    --premium-ivory: #f2f2f2;
    --premium-line: rgba(13, 27, 42, .12);
    --premium-text: #172238;
}

body {
    color: var(--premium-text);
    background: linear-gradient(180deg, #ffffff 0, var(--premium-ivory) 430px, #fbfaf7 100%);
    font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.site-header,
.home-header {
    z-index: 30;
    min-height: 84px;
    padding: 12px clamp(18px, 4vw, 58px);
    background: rgba(251, 250, 247, .94);
    border-bottom: 1px solid var(--premium-line);
    box-shadow: 0 14px 34px -30px rgba(13, 27, 42, .45);
    backdrop-filter: blur(16px);
}

.brand-with-logo img {
    width: auto;
    height: 58px;
    max-width: min(300px, 42vw);
    object-fit: contain;
    object-position: left center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.brand-with-logo span {
    display: none;
}

.site-header nav a,
.home-header nav a {
    color: var(--premium-navy);
    border-radius: 999px;
    font-weight: 800;
}

.site-header nav a:hover,
.home-header nav a:hover {
    color: var(--premium-gold-dark);
    background: rgba(212, 175, 55, .1);
}

.cart-nav-link span {
    color: #ffffff;
    background: var(--premium-navy);
    border: 1px solid rgba(212, 175, 55, .55);
    border-radius: 999px;
}

.catalog-layout .filter-sidebar {
    top: 84px;
    background: linear-gradient(90deg, var(--premium-navy), var(--premium-navy-2));
    border-bottom: 1px solid rgba(212, 175, 55, .42);
    box-shadow: 0 20px 34px -30px rgba(13, 27, 42, .65);
}

.catalog-layout .sidebar-filter-form label {
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.catalog-layout .sidebar-filter-form input,
.catalog-layout .sidebar-filter-form select {
    min-height: 44px;
    color: var(--premium-text);
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(212, 175, 55, .36);
    border-radius: 999px;
}

.catalog-layout .category-chip-grid a {
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .18);
    box-shadow: none;
}

.catalog-layout .category-chip-grid a:hover,
.catalog-layout .category-chip-grid a.selected {
    color: var(--premium-navy);
    background: var(--premium-gold);
    border-color: var(--premium-gold);
}

.catalog-layout .filter-form > .button {
    color: var(--premium-navy);
    background: var(--premium-gold);
    border: 1px solid var(--premium-gold);
    border-radius: 999px;
}

.catalog-layout .filter-form > .button.secondary {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
}

.catalog-results .section-head {
    padding: 0 0 18px;
    border-top: 0;
    border-bottom: 1px solid var(--premium-line);
}

.catalog-results .section-head h2 {
    color: var(--premium-navy);
    font-size: clamp(24px, 2.3vw, 34px);
    letter-spacing: 0;
}

.product-grid-static {
    padding-top: 28px;
}

.product-grid-static .product {
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--premium-line);
    border-radius: 10px;
    box-shadow: 0 18px 34px -32px rgba(13, 27, 42, .62);
}

.product-grid-static .product:hover {
    border-color: rgba(212, 175, 55, .56);
    box-shadow: 0 24px 44px -34px rgba(13, 27, 42, .8);
    transform: translateY(-2px);
}

.product-grid-static .card-media {
    border-radius: 8px;
    background: linear-gradient(145deg, #f8f7f3, #ffffff);
    box-shadow: none;
}

.product-grid-static .tag,
.product-grid-static .tag-forest,
.product-grid-static .tag-clay {
    color: var(--premium-navy);
    background: var(--premium-gold);
    border-radius: 999px;
}

.product-grid-static h3,
.product-grid-static h3 a {
    color: var(--premium-navy);
}

.product-grid-static .product:hover h3,
.product-grid-static .product:hover h3 a {
    color: var(--premium-gold-dark);
}

.product-grid-static .meta {
    color: rgba(23, 34, 56, .64);
}

.product-grid-static .btn-cart {
    color: #ffffff;
    background: var(--premium-navy);
    border-radius: 8px;
}

.product-grid-static .btn-cart:hover,
.product-grid-static .btn-cart.cart-selected,
.product-grid-static .btn-cart.cart-added {
    color: var(--premium-navy);
    background: var(--premium-gold);
}

.product-grid-static .btn-models {
    color: var(--premium-navy);
    background: #ffffff;
    border-color: var(--premium-line);
    border-radius: 8px;
}

.product-grid-static .btn-models:hover {
    color: var(--premium-gold-dark);
    border-color: var(--premium-gold);
}

.product-grid-static .product.cart-selected-card {
    border-color: var(--premium-gold);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, .2), 0 20px 40px -32px rgba(13, 27, 42, .78);
}

.cart-selected-mark {
    color: #ffffff;
    background: var(--premium-navy);
}

.site-footer {
    color: #ffffff;
    background: var(--premium-navy);
    border-top: 3px solid var(--premium-gold);
}

.site-footer a:hover {
    color: var(--premium-gold);
}

@media (max-width: 760px) {
    .site-header,
    .home-header {
        min-height: 72px;
    }

    .brand-with-logo img {
        height: 46px;
        max-width: min(220px, 62vw);
    }

    .site-header nav a,
    .home-header nav a {
        color: var(--premium-navy);
    }

    .menu-toggle {
        background: #ffffff;
        border-color: var(--premium-line);
    }

    .menu-toggle span {
        background: var(--premium-navy);
    }
}

/* Brand-board homepage treatment */
.hero.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr);
    gap: clamp(24px, 5vw, 72px);
    align-items: stretch;
    width: min(1480px, calc(100% - 48px));
    min-height: 360px;
    margin: 26px auto 0;
    padding: 0;
    color: var(--premium-navy);
    background: #fbfaf7;
    border: 1px solid var(--premium-line);
    border-radius: 18px;
    box-shadow: 0 28px 70px -56px rgba(13, 27, 42, .7);
    overflow: hidden;
}

.home-hero .hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 70px);
}

.home-hero .eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 14px;
    color: var(--premium-gold-dark);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.home-hero .eyebrow::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: var(--premium-gold);
}

.home-hero h1 {
    max-width: 720px;
    margin: 10px 0 18px;
    color: var(--premium-navy);
    font-size: clamp(38px, 5.8vw, 76px);
    line-height: .98;
    letter-spacing: 0;
}

.home-hero .hero-text {
    max-width: 620px;
    margin: 0 0 26px;
    color: rgba(23, 34, 56, .78);
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.65;
}

.home-hero .detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-hero .button {
    min-height: 46px;
    border-radius: 999px;
    font-weight: 900;
}

.home-hero .gold-button {
    color: var(--premium-navy);
    background: var(--premium-gold);
    border-color: var(--premium-gold);
}

.home-hero .button.secondary,
.home-hero .dark-secondary {
    color: var(--premium-navy);
    background: #ffffff;
    border-color: var(--premium-line);
}

.home-hero .hero-logo {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 100%;
    padding: clamp(28px, 5vw, 64px);
    background:
        linear-gradient(135deg, rgba(13, 27, 42, .98), rgba(20, 37, 58, .97)),
        radial-gradient(circle at 80% 16%, rgba(212, 175, 55, .24), transparent 32%);
    border: 0;
    border-left: 1px solid rgba(212, 175, 55, .32);
    border-radius: 0;
    box-shadow: none;
}

.home-hero .hero-logo::before {
    content: "";
    position: absolute;
    top: 44px;
    left: clamp(28px, 5vw, 58px);
    width: 74px;
    height: 2px;
    background: var(--premium-gold);
}

.home-hero .hero-logo img {
    width: min(100%, 420px);
    padding: clamp(18px, 3vw, 34px);
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(212, 175, 55, .45);
    border-radius: 16px;
    box-shadow: 0 28px 60px -42px rgba(0, 0, 0, .75);
}

.home-main .catalog-layout {
    padding-top: 28px;
}

@media (max-width: 900px) {
    .hero.home-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .home-hero .hero-logo {
        min-height: 240px;
        border-left: 0;
        border-top: 1px solid rgba(212, 175, 55, .32);
    }
}

@media (max-width: 680px) {
    .hero.home-hero {
        width: calc(100% - 24px);
        margin-top: 16px;
        border-radius: 14px;
    }

    .home-hero .hero-copy {
        padding: 28px 20px;
    }

    .home-hero h1 {
        font-size: 36px;
    }

    .home-hero .detail-actions,
    .home-hero .button,
    .home-hero .hero-setup-wrap {
        width: 100%;
    }

    .home-hero .button {
        justify-content: center;
    }

    .home-hero .hero-logo {
        min-height: 190px;
        padding: 28px 20px;
    }
}

/* Final fix: full-width product filter bar */
.home-main .catalog-layout {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow-x: clip;
}

.home-main .catalog-layout > .panel.filter-sidebar,
.catalog-layout > .panel.filter-sidebar,
.panel.filter-sidebar {
    display: block !important;
    width: 100vw !important;
    max-width: none !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 14px clamp(18px, 4vw, 58px) 16px !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.panel.filter-sidebar .sidebar-filter-form {
    width: min(1480px, 100%) !important;
    max-width: 1480px !important;
    margin: 0 auto !important;
}

.catalog-layout .catalog-results {
    width: min(1480px, calc(100% - 48px)) !important;
    max-width: 1480px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (max-width: 1023px) {
    .panel.filter-sidebar .sidebar-filter-form {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 680px) {
    .home-main .catalog-layout > .panel.filter-sidebar,
    .catalog-layout > .panel.filter-sidebar,
    .panel.filter-sidebar {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .catalog-layout .catalog-results {
        width: calc(100% - 24px) !important;
    }
}

/* Single view action on catalog cards */
.product-grid-static .card-actions .btn-view {
    width: 100%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--premium-navy);
    background: var(--premium-gold);
    border-color: var(--premium-gold);
}

.product-grid-static .card-actions .btn-view:hover {
    color: #ffffff;
    background: var(--premium-navy);
    border-color: var(--premium-navy);
}

/* Model listing cards match homepage cards */
.model-grid.product-grid-static {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
}

.model-grid.product-grid-static .model-product-card {
    display: block;
}

.model-grid.product-grid-static .card-media img,
.model-grid.product-grid-static .card-placeholder {
    aspect-ratio: 4 / 5;
}

@media (max-width: 1280px) {
    .model-grid.product-grid-static {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .model-grid.product-grid-static {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .model-grid.product-grid-static {
        grid-template-columns: 1fr;
    }
}

/* Premium category menu without harsh scrollbars */
.panel.filter-sidebar .category-filter {
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.panel.filter-sidebar .category-chip-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 4px !important;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    scrollbar-width: none;
}

.panel.filter-sidebar .category-chip-grid::-webkit-scrollbar {
    display: none;
}

.panel.filter-sidebar .category-chip-grid a {
    position: relative;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center;
    justify-content: center;
    min-height: 34px !important;
    padding: 8px 13px !important;
    color: rgba(255, 255, 255, .86) !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.panel.filter-sidebar .category-chip-grid a::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 4px;
    left: 12px;
    height: 2px;
    background: var(--premium-gold);
    border-radius: 999px;
    opacity: 0;
    transform: scaleX(.4);
    transition: opacity .18s ease, transform .18s ease;
}

.panel.filter-sidebar .category-chip-grid a:hover,
.panel.filter-sidebar .category-chip-grid a.selected {
    color: var(--premium-navy) !important;
    background: var(--premium-gold) !important;
    border-color: rgba(255, 255, 255, .28) !important;
    transform: translateY(-1px);
}

.panel.filter-sidebar .category-chip-grid a:hover::after,
.panel.filter-sidebar .category-chip-grid a.selected::after {
    opacity: 1;
    transform: scaleX(1);
    background: rgba(13, 27, 42, .72);
}

@media (max-width: 1023px) {
    .panel.filter-sidebar .category-chip-grid {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 6px !important;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 680px) {
    .panel.filter-sidebar .category-chip-grid {
        margin-top: 2px;
        border-radius: 12px;
    }

    .panel.filter-sidebar .category-chip-grid a {
        min-height: 36px !important;
        padding: 9px 12px !important;
        font-size: 12px !important;
    }
}

/* Compact single-line category rail */
.panel.filter-sidebar .category-filter {
    position: relative;
}

.panel.filter-sidebar .category-filter::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 42px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(13, 27, 42, 0), var(--premium-navy));
    border-radius: 0 14px 14px 0;
}

.panel.filter-sidebar .category-chip-grid {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    max-height: 48px !important;
    min-height: 48px;
    padding: 6px 48px 6px 6px !important;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.panel.filter-sidebar .category-chip-grid a {
    scroll-snap-align: start;
}

@media (max-width: 1023px) {
    .panel.filter-sidebar .category-chip-grid {
        max-height: 50px !important;
        min-height: 50px;
    }
}

/* Optimized single-stripe header and filter */
.site-header.home-header {
    min-height: 68px !important;
    padding: 8px clamp(16px, 4vw, 58px) !important;
    color: #ffffff !important;
    background: linear-gradient(90deg, var(--premium-navy), var(--premium-navy-2)) !important;
    border-bottom: 1px solid rgba(212, 175, 55, .42) !important;
    box-shadow: none !important;
}

.site-header.home-header .brand-with-logo {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    padding: 5px 12px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(212, 175, 55, .38);
    border-radius: 12px;
}

.site-header.home-header .brand-with-logo img {
    height: 42px !important;
    max-width: min(230px, 42vw) !important;
}

.site-header.home-header nav a {
    color: rgba(255, 255, 255, .9) !important;
    min-height: 36px;
    padding: 8px 12px;
}

.site-header.home-header nav a:hover {
    color: var(--premium-navy) !important;
    background: var(--premium-gold) !important;
}

.site-header.home-header .cart-nav-link span {
    color: var(--premium-navy) !important;
    background: var(--premium-gold) !important;
    border-color: rgba(255, 255, 255, .48) !important;
}

.home-main .catalog-layout > .panel.filter-sidebar,
.catalog-layout > .panel.filter-sidebar,
.panel.filter-sidebar {
    top: 68px !important;
    padding-top: 8px !important;
    padding-bottom: 9px !important;
    background: linear-gradient(90deg, var(--premium-navy), var(--premium-navy-2)) !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(212, 175, 55, .42) !important;
    box-shadow: 0 18px 30px -28px rgba(13, 27, 42, .95) !important;
}

.panel.filter-sidebar .sidebar-filter-form {
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    gap: 10px !important;
}

.panel.filter-sidebar .sidebar-filter-form label {
    font-size: 11px !important;
}

.panel.filter-sidebar .sidebar-filter-form input {
    min-height: 38px !important;
    padding: 8px 14px !important;
}

.panel.filter-sidebar .category-chip-grid {
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 4px 44px 4px 4px !important;
    background: rgba(255, 255, 255, .055) !important;
    border-color: rgba(255, 255, 255, .12) !important;
    border-radius: 12px !important;
}

.panel.filter-sidebar .category-filter::after {
    top: 4px !important;
    bottom: 4px !important;
    width: 40px !important;
}

.panel.filter-sidebar .category-chip-grid a {
    min-height: 30px !important;
    padding: 6px 11px !important;
    border-radius: 8px !important;
    font-size: 12px !important;
}

.catalog-layout .filter-form > .button,
.catalog-layout .filter-form > .button.secondary {
    min-height: 38px !important;
    padding: 8px 14px !important;
    font-size: 12px !important;
}

.home-main .catalog-layout {
    padding-top: 18px !important;
}

@media (max-width: 1023px) {
    .panel.filter-sidebar .sidebar-filter-form {
        grid-template-columns: 1fr !important;
    }

    .panel.filter-sidebar .category-chip-grid {
        min-height: 42px !important;
        max-height: 42px !important;
    }
}

@media (max-width: 760px) {
    .site-header.home-header {
        min-height: 62px !important;
    }

    .site-header.home-header .brand-with-logo {
        min-height: 46px;
        padding: 4px 10px;
    }

    .site-header.home-header .brand-with-logo img {
        height: 38px !important;
        max-width: min(200px, 58vw) !important;
    }

    .site-header.home-header nav {
        padding-top: 8px;
        border-top-color: rgba(212, 175, 55, .24);
    }
}

/* Homepage single-line header: logo, filters, contact, cart */
.site-header.home-header {
    display: grid !important;
    grid-template-columns: auto minmax(360px, 1fr) auto !important;
    align-items: center !important;
    gap: 14px !important;
    min-height: 64px !important;
}

.home-header .header-filter-form {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(190px, 260px) auto;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.home-header .header-filter-form input,
.home-header .header-filter-form select,
.home-header .header-filter-form button {
    width: 100%;
    min-height: 38px;
    padding: 8px 13px;
    border-radius: 999px;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
}

.home-header .header-filter-form input,
.home-header .header-filter-form select {
    color: var(--premium-text);
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(212, 175, 55, .38);
}

.home-header .header-filter-form button {
    color: var(--premium-navy);
    background: var(--premium-gold);
    border: 1px solid var(--premium-gold);
    cursor: pointer;
}

.home-header .header-filter-form button:hover {
    background: #e2bd46;
}

.home-main .catalog-layout > .panel.filter-sidebar {
    display: none !important;
}

.home-main .catalog-layout {
    padding-top: 30px !important;
}

@media (max-width: 1100px) {
    .site-header.home-header {
        grid-template-columns: auto 1fr auto !important;
    }

    .home-header .header-filter-form {
        grid-template-columns: minmax(150px, 1fr) minmax(150px, 210px) auto;
    }
}

@media (max-width: 760px) {
    .site-header.home-header {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }

    .home-header .header-filter-form {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        display: none;
    }

    .menu-open .home-header .header-filter-form {
        display: grid;
    }

    .menu-open .home-header nav {
        display: grid;
    }
}

/* Keep desktop home header on one physical line */
@media (min-width: 761px) {
    .site-header.home-header {
        grid-template-columns: minmax(170px, 250px) minmax(360px, 1fr) auto !important;
        flex-wrap: nowrap !important;
    }

    .home-header .brand-with-logo {
        min-width: 0;
    }

    .home-header .brand-with-logo img {
        max-width: 100% !important;
    }

    .home-header .header-filter-form {
        min-width: 0;
    }

    .home-header nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        white-space: nowrap;
    }
}

/* Contact page owns the brand hero now */
.contact-main {
    width: 100%;
    max-width: none;
}

.contact-brand-hero {
    margin-bottom: 28px;
}

.contact-main .contact-panel {
    width: min(960px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 680px) {
    .contact-brand-hero {
        margin-bottom: 18px;
    }

    .contact-main .contact-panel {
        width: calc(100% - 24px);
    }
}

/* Compact index product cards */
.home-main .product-grid-static {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    column-gap: 16px !important;
    row-gap: 28px !important;
    padding-top: 22px !important;
}

.home-main .product-grid-static .product {
    padding: 10px !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 24px -24px rgba(49, 25, 13, 0.45) !important;
}

.home-main .product-grid-static .card-media {
    margin-bottom: 10px !important;
    border-radius: 7px !important;
}

.home-main .product-grid-static .card-media img,
.home-main .product-grid-static .card-placeholder {
    aspect-ratio: 1 / 1 !important;
}

.home-main .product-grid-static .tag {
    bottom: 7px !important;
    left: 7px !important;
    padding: 3px 6px !important;
    font-size: 8px !important;
}

.home-main .product-grid-static h3 {
    min-height: 36px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-main .product-grid-static .meta {
    margin-top: 5px !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
}

.home-main .product-grid-static .card-actions {
    margin-top: 10px !important;
}

.home-main .product-grid-static .card-actions .btn-view {
    min-height: 36px !important;
    padding: 9px 10px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
}

@media (max-width: 1480px) {
    .home-main .product-grid-static {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1180px) {
    .home-main .product-grid-static {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    .home-main .product-grid-static {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 680px) {
    .home-main .product-grid-static {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 10px !important;
        row-gap: 14px !important;
        padding-top: 12px !important;
    }

    .home-main .product-grid-static .product {
        padding: 8px !important;
    }

    .home-main .product-grid-static h3 {
        min-height: 34px !important;
        font-size: 13px !important;
    }

    .home-main .product-grid-static .meta {
        font-size: 10px !important;
    }

    .home-main .product-grid-static .card-actions .btn-view {
        min-height: 32px !important;
        font-size: 10px !important;
    }
}
