:root{--header-height:72px;--color-red:#7e1216;--color-red-deep:#5c0f12;--color-gold:#b8923c;--color-gold-soft:#c5a76a;--color-orange:#c86e30;--color-bg:#fbf5ea;--color-bg-strong:#fffaf2;--color-surface:#fbf5eaf0;--color-surface-warm:#f3e6d4;--color-border:#7e121624;--color-text:#231916;--color-text-muted:#6a5045;--color-success-bg:#e5f7ea;--color-success-text:#1d6f3a;--color-danger-bg:#fde8e4;--color-danger-text:#8f1d1d;--color-champagne:#e7d8b4;--color-focus-ring:#b8923c3d;--color-focus-ring-strong:#7e12162e;--shadow-soft:0 16px 32px #65101014;--shadow-medium:0 20px 48px #6510101f;--shadow-strong:0 24px 56px #6510102e;--brand-radius:20px 0 20px 0;--brand-radius-sm:16px 0 16px 0;--brand-radius-xs:12px 0 12px 0;--catalogue-bg:var(--color-bg);--catalogue-surface:var(--color-surface);--catalogue-surface-strong:var(--color-bg-strong);--catalogue-border:var(--color-border);--catalogue-shadow:var(--shadow-medium);--catalogue-text:var(--color-text);--catalogue-text-muted:var(--color-text-muted);--catalogue-red:var(--color-red);--catalogue-red-deep:var(--color-red-deep);--catalogue-gold:var(--color-gold);--catalogue-gold-soft:var(--color-gold-soft);--catalogue-orange:var(--color-orange);--catalogue-cream:var(--color-bg);color:#1f2937;background:#f8fafc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}*{box-sizing:border-box}body{color:#111827;background:#f8fafc;min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit}img{max-width:100%;display:block}#root{min-height:100vh}.app-shell{color:#111827;background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.app-shell__main{flex:auto}.app-header{z-index:50;color:#f8fafc;background:#0f172a;position:sticky;top:0;box-shadow:0 8px 24px #0f172a2e}.app-header__inner{justify-content:space-between;align-items:center;gap:16px;width:min(1200px,100% - 32px);min-height:72px;margin:0 auto;display:flex}.app-header__brand{align-items:center;gap:12px;min-width:0;font-weight:700;display:inline-flex}.app-header__brand img{object-fit:contain;flex:none;width:40px;height:40px}.app-header__brand span{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.02em;font-size:.95rem;overflow:hidden}.app-header__nav{align-items:center;gap:10px;display:none}.app-header__link,.app-header__cart a{color:inherit}.app-header__link{color:#f8fafcd1;border-radius:10px;padding:10px 12px;transition:background .2s,color .2s}.app-header__link--active{color:#fff;background:#ffffff1a}.app-header__actions{align-items:center;gap:10px;margin-left:auto;display:inline-flex}.app-header__cart{display:none}.app-header__cart a{color:#fff;background:#ffffff14;border-radius:999px;align-items:center;min-height:40px;padding:0 14px;font-weight:700;display:inline-flex}.app-header__menu-button{background:#ffffff0f;border:1px solid #ffffff24;border-radius:10px;flex-direction:column;justify-content:center;gap:4px;width:42px;height:42px;padding:0;display:inline-flex}.app-header__menu-button span{background:#fff;border-radius:999px;width:18px;height:2px;margin:0 auto}.app-breadcrumbs{background:#fff;border-bottom:1px solid #e5e7eb}.app-breadcrumbs__inner{color:#64748b;width:min(1200px,100% - 32px);margin:0 auto;padding:12px 0;font-size:.9rem}.app-breadcrumbs__current{color:#111827;font-weight:600}.app-breadcrumbs__item a{color:inherit}.app-footer{color:#e2e8f0;background:#0f172a;margin-top:auto}.app-footer__inner{gap:24px;width:min(1200px,100% - 32px);margin:0 auto;padding:28px 0;display:grid}.app-footer__inner h2,.app-footer__inner h3{color:#fff;margin:0 0 10px}.app-footer__inner p{color:#cbd5e1;margin:0;line-height:1.6}.app-footer__gstin{letter-spacing:.035em;font-size:.88rem;font-weight:700;margin-bottom:4px!important}.app-footer__links{gap:8px;display:grid}.app-footer__links a{color:#e2e8f0}.app-footer__address{gap:2px;font-style:normal;display:grid}.app-footer__hours{gap:4px;display:grid}.app-footer__hours p{justify-content:space-between;gap:12px;display:flex}.app-footer__copyright{color:#94a3b8;border-top:1px solid #ffffff14;width:min(1200px,100% - 32px);margin:0 auto;padding:14px 0 20px;font-size:.9rem}@media (width>=640px){.app-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=960px){.app-header__nav{display:inline-flex}.app-header__cart{display:block}.app-header__menu-button{display:none}.app-footer__inner{grid-template-columns:1.2fr .8fr .8fr .8fr;align-items:start}}.catalogue-page__quotation-notice{border-radius:var(--brand-radius-sm);background:var(--color-surface-warm);color:var(--color-red-deep);border:1px solid #c4a5548f;margin:0 0 14px;padding:10px 12px;font-size:.9rem;font-weight:700}.catalogue-page__quotation-notice-actions{gap:8px;margin-left:12px;display:inline-flex}.catalogue-page__quotation-notice-actions button{border-radius:var(--brand-radius-sm);color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid}.quotation-restore-dialog__backdrop{z-index:200;padding:max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));background:#2b130d9e;place-items:center;display:grid;position:fixed;inset:0;overflow-y:auto}.quotation-restore-dialog{border:1px solid var(--color-border);border-radius:var(--brand-radius);background:var(--color-bg-strong);width:min(480px,100%);box-shadow:var(--shadow-strong);padding:22px}.quotation-restore-dialog h2{color:var(--color-red-deep);margin:0 0 10px;font-size:clamp(1.2rem,5vw,1.55rem);line-height:1.25}.quotation-restore-dialog p{color:var(--color-text-muted);margin:0;font-size:.95rem;line-height:1.6}.quotation-restore-dialog__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.quotation-restore-dialog__actions button{border:1px solid var(--color-border);border-radius:var(--brand-radius-sm);background:var(--color-bg-strong);min-height:44px;color:var(--color-red-deep);padding:9px 16px;font-weight:800}.quotation-restore-dialog__actions .quotation-restore-dialog__replace{border-color:var(--color-red);background:var(--color-red);color:#fff9f1}.quotation-restore-dialog__actions button:hover,.quotation-restore-dialog__actions button:focus-visible{border-color:var(--color-gold);background:var(--color-surface-warm)}.quotation-restore-dialog__actions .quotation-restore-dialog__replace:hover,.quotation-restore-dialog__actions .quotation-restore-dialog__replace:focus-visible{border-color:var(--color-red-deep);background:var(--color-red-deep);color:#fff9f1}.quotation-restore-dialog__actions button:focus-visible{outline:2px solid var(--color-red-deep);outline-offset:3px}.quotation-restore-dialog__actions .quotation-restore-dialog__replace:focus-visible{outline-color:var(--color-gold)}@media (width<=359.98px){.quotation-restore-dialog{padding:18px}.quotation-restore-dialog__actions{grid-template-columns:1fr;display:grid}}.catalogue-page{padding:16px}.catalogue-page__content{max-width:1200px;margin:0 auto}.catalogue-page__title{margin:0 0 8px;font-size:1.75rem}.catalogue-page__subtitle{color:#4b5563;margin:0;font-size:.95rem}.catalogue-search{margin-bottom:16px}.catalogue-search__input{background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;min-height:44px;padding:12px 14px}.catalogue-filters{gap:12px;margin-bottom:20px;display:grid}.catalogue-page__summary{color:#4b5563;margin:0 0 16px;font-size:.95rem}.catalogue-grid{grid-template-columns:1fr;gap:16px;display:grid}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;min-height:100%;display:flex;overflow:hidden}.product-card__image{aspect-ratio:4/3;object-fit:cover;background:#e5e7eb;width:100%}.product-card__body{gap:10px;padding:14px;display:grid}.product-card__top{gap:8px;display:grid}.product-card__code{color:#6b7280;text-transform:uppercase;font-size:.8rem;font-weight:600}.product-card__name{margin:0;font-size:1rem;line-height:1.4}.product-card__name-tamil{color:var(--color-text-muted);margin:-2px 0 0;font-size:.88rem;font-weight:500;line-height:1.5}.product-card__meta{color:#4b5563;gap:6px;font-size:.9rem;display:grid}.product-card__footer{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.product-card__pricing{gap:4px;display:grid}.product-card__enquiry{gap:10px;display:grid}.product-card__quantity{justify-content:flex-start;align-items:center;gap:12px;display:inline-flex}.product-card__quantity button,.product-card__enquiry-button{background:#fff;border:1px solid #d1d5db;border-radius:8px;min-height:40px;padding:8px 12px}.product-card__quantity span{text-align:center;min-width:24px;font-weight:600}.product-card[role=button]{cursor:pointer}.product-card[role=button]:focus-visible{outline-offset:2px;outline:2px solid #111827}.product-card__price{font-weight:700}.product-card__stock{border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:4px 10px;font-size:.82rem;font-weight:600;display:inline-flex}.catalogue-page__state{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:32px 16px}.product-page{padding:16px}.product-page__content{max-width:1200px;margin:0 auto}.product-page__back{background:#fff;border:1px solid #d1d5db;border-radius:8px;margin-bottom:16px;padding:10px 14px}.product-page__layout{gap:20px;display:grid}.product-page__gallery,.product-page__details{background:#fff;border:1px solid #e5e7eb;border-radius:8px}.product-page__main-image{aspect-ratio:4/3;object-fit:contain;background:#e5e7eb;border-radius:8px;width:100%}.product-page__thumbnails{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.product-page__thumbnail{background:#fff;border:1px solid #d1d5db;border-radius:8px;width:64px;height:64px;padding:0;overflow:hidden}.product-page__thumbnail--active{border-color:#111827}.product-page__code,.product-page__label{color:#6b7280;text-transform:uppercase;font-size:.8rem;font-weight:600}.product-page__title{margin:0 0 16px;font-size:1.5rem;line-height:1.3}.product-page__info-grid{gap:12px;margin-bottom:18px;display:grid}.product-page__price{font-size:1.1rem;font-weight:700}.product-page__stock{border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:4px 10px;font-size:.82rem;font-weight:600;display:inline-flex}.product-page__stock--in{color:#166534;background:#dcfce7}.product-page__stock--out{color:#991b1b;background:#fee2e2}.product-page__enquiry{gap:12px;margin-bottom:18px;display:grid}.product-page__quantity{align-items:center;gap:12px;display:inline-flex}.product-page__quantity button,.product-page__add{background:#fff;border:1px solid #d1d5db;border-radius:8px;min-height:44px;padding:10px 14px}.product-page__add{width:100%;font-weight:600}.product-page__section{margin-top:18px}.product-page__section h2{margin:0 0 8px;font-size:1rem}.product-page__section p,.product-page__section li{color:#374151;margin:0;line-height:1.6}.product-page__section ul{margin:0;padding-left:18px}.product-page__state{text-align:center;padding:32px 16px}.enquiry-page{padding:16px}.enquiry-page__content{max-width:1200px;margin:0 auto}.enquiry-page__header{margin-bottom:20px}.enquiry-page__title{margin:0 0 8px;font-size:1.75rem}.enquiry-page__subtitle{color:#4b5563;margin:0}.enquiry-page__pdf-error{color:#a11f1f;margin:-8px 0 16px;font-size:.9rem;font-weight:700}.enquiry-page__layout{gap:20px;display:grid}.enquiry-item,.enquiry-summary,.enquiry-page__empty{background:#fff;border:1px solid #e5e7eb;border-radius:8px}.enquiry-item{gap:14px;margin-bottom:12px;padding:14px;display:grid}.enquiry-item__image{aspect-ratio:4/3;object-fit:cover;background:#e5e7eb;border-radius:8px;width:100%}.enquiry-item__code{color:#6b7280;text-transform:uppercase;font-size:.8rem;font-weight:600}.enquiry-item__name{margin:4px 0 8px;font-size:1rem}.enquiry-item__price,.enquiry-item__line-total{color:#374151}.enquiry-item__unavailable{color:#a33a20;font-size:.85rem;font-weight:700}.enquiry-item__controls{align-items:center;gap:12px;margin:12px 0;display:inline-flex}.enquiry-item__controls button,.enquiry-item__remove,.enquiry-summary__clear,.enquiry-page__empty button{background:#fff;border:1px solid #d1d5db;border-radius:8px;min-height:40px;padding:8px 12px}.enquiry-item__remove{width:fit-content}.enquiry-summary{padding:16px}.enquiry-summary h2{margin:0 0 14px;font-size:1.1rem}.enquiry-summary__row{border-bottom:1px solid #e5e7eb;justify-content:space-between;gap:12px;padding:10px 0;display:flex}.enquiry-summary__row:last-of-type{margin-bottom:16px}.enquiry-summary__note{color:#6b7280;margin-top:4px;font-size:.9rem}.enquiry-summary__exports{gap:10px;margin:16px 0 12px;display:grid}.enquiry-summary__clear,.enquiry-summary__browse,.enquiry-page__empty button,.enquiry-summary__export{justify-content:center;align-items:center;width:100%;margin-top:12px;display:inline-flex}.enquiry-summary__export{background:#fff;border:1px solid #d1d5db;border-radius:8px;min-height:44px;padding:8px 12px}.enquiry-summary__export:disabled{cursor:not-allowed;opacity:.55}.enquiry-summary__browse{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;min-height:40px;padding:8px 12px}.enquiry-page__empty{text-align:center;padding:24px 16px}@media (width>=640px){.catalogue-page{padding:24px}.catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page{padding:24px}.product-page__info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page__enquiry{grid-template-columns:auto 1fr;align-items:center}.product-page__add{width:auto}.enquiry-page{padding:24px}.enquiry-item{grid-template-columns:160px minmax(0,1fr) auto;align-items:start}.enquiry-item__image{width:160px}.enquiry-page__layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start}.enquiry-summary__exports{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=960px){.catalogue-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-page__layout{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start}}.catalogue-page__content,.product-page__content{width:min(1280px,100% - 24px)}.catalogue-page__title{letter-spacing:-.02em;font-size:clamp(1.8rem,2.5vw,2.4rem)}.catalogue-page__subtitle{color:#475569;max-width:720px;line-height:1.7}.catalogue-page__controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #e2e8f0;border-radius:18px;gap:14px;margin-bottom:18px;padding:16px;display:grid;box-shadow:0 18px 48px #0f172a0f}.catalogue-search{margin:0}.catalogue-search__input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:14px;min-height:48px;box-shadow:inset 0 1px #fffc}.catalogue-search__input:focus{border-color:#f59e0b;outline:none;box-shadow:0 0 0 4px #f59e0b24}.catalogue-filters{margin:0}.catalogue-page__summary{color:#475569;margin-bottom:18px}.catalogue-grid{gap:18px}.product-card{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:18px;height:100%;transition:transform .22s,box-shadow .22s,border-color .22s;box-shadow:0 14px 32px #0f172a0f}.product-card__media{background:linear-gradient(135deg,#e2e8f0 0%,#f8fafc 100%);overflow:hidden}.product-card__image{aspect-ratio:4/3;object-fit:cover;width:100%;transition:transform .35s}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card__image--placeholder{color:#334155;letter-spacing:.08em;text-transform:uppercase;place-items:center;font-weight:800;display:grid}.product-card__body{gap:12px;padding:16px}.product-card__code{color:#f59e0b;letter-spacing:.08em;font-size:.78rem}.product-card__name{font-size:1.02rem;line-height:1.45}.product-card__meta{color:#475569;gap:8px}.product-card__footer{align-items:flex-start}.product-card__price{color:#0f172a;font-size:1.05rem}.product-card__stock{border-radius:999px;min-height:30px;padding:5px 10px;font-size:.76rem}.product-card__stock--in{color:#166534;background:#dcfce7}.product-card__stock--out{color:#991b1b;background:#fee2e2}.product-card__quantity{gap:10px}.product-card__quantity button,.product-card__enquiry-button{border-radius:12px;min-height:40px;transition:transform .18s,background .18s,border-color .18s}.product-card__quantity button:hover,.product-card__enquiry-button:hover{border-color:#f59e0b;transform:translateY(-1px)}.product-card__enquiry-button{color:#fff;background:#0f172a;width:100%}.product-page{background:radial-gradient(circle at 0 0,#f59e0b0f,#0000 34%),linear-gradient(#f8fafc 0%,#eef2ff 100%)}.product-page__layout{gap:22px}.product-page__gallery,.product-page__details{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 18px 48px #0f172a0f}.product-page__gallery{padding:14px}.product-page__gallery-frame{background:linear-gradient(135deg,#e2e8f0 0%,#f8fafc 100%);border-radius:18px;overflow:hidden}.product-page__main-image{aspect-ratio:1;object-fit:contain;width:100%}.product-page__thumbnails{gap:10px;margin-top:14px}.product-page__thumbnail{border-color:#cbd5e1;border-radius:14px;width:72px;height:72px;transition:transform .18s,border-color .18s,box-shadow .18s}.product-page__thumbnail:hover{border-color:#f59e0b;transform:translateY(-2px)}.product-page__details{padding:20px}.product-page__title{letter-spacing:-.03em;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.15}.product-page__info-grid{gap:14px}.product-page__info-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.product-page__info-value{color:#0f172a;margin-top:6px;font-weight:600;line-height:1.5}.product-page__price{color:#0f172a;margin-top:6px;font-size:1.35rem}.product-page__stock{border-radius:999px;min-height:30px;padding:5px 10px;font-size:.76rem}.product-page__enquiry{margin-bottom:20px}.product-page__quantity button,.product-page__add{border-radius:12px;transition:transform .18s,background .18s,border-color .18s}.product-page__quantity button:hover,.product-page__add:hover{border-color:#f59e0b;transform:translateY(-1px)}.product-page__add{color:#fff;background:#0f172a;font-weight:700}.product-page__section{border-top:1px solid #e2e8f0;margin-top:22px;padding-top:18px}.product-page__section h2{letter-spacing:-.01em;margin-bottom:10px;font-size:1.05rem}.product-page__section p,.product-page__section li{color:#334155}.product-page__list{margin:0;padding-left:18px}.product-page__related-grid{gap:12px;display:grid}.product-page__related-card{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:16px;gap:6px;padding:14px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;box-shadow:0 10px 22px #0f172a0d}.product-page__related-card:hover{border-color:#f59e0b47;transform:translateY(-3px);box-shadow:0 18px 30px #0f172a1a}.product-page__related-card span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.product-page__related-card strong{color:#0f172a;font-size:1rem;line-height:1.4}.product-page__state{text-align:center;color:#475569;padding:40px 16px}@media (width>=640px){.catalogue-page__content,.product-page__content{width:min(1280px,100% - 40px)}.catalogue-page__controls{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:center}.catalogue-filters,.product-page__related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=960px){.catalogue-page__controls{grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr)}.catalogue-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page__related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-page__gallery{align-self:start;position:sticky;top:96px}}.catalogue-page{background:radial-gradient(circle at 0 0,#d4a43733,#0000 30%),radial-gradient(circle at 100% 0,#f07b2d29,#0000 26%),linear-gradient(#fff8ef 0%,#fff2df 55%,#fffbf5 100%)}.catalogue-page__header{margin-bottom:22px}.catalogue-page__title{color:var(--catalogue-red-deep)}.catalogue-page__subtitle{color:var(--catalogue-text-muted)}.catalogue-page__controls-shell{top:calc(var(--header-height));z-index:40;margin-bottom:18px;position:sticky}.catalogue-page__controls-shell:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.catalogue-page__controls{border:1px solid var(--catalogue-border);box-shadow:var(--catalogue-shadow);-webkit-backdrop-filter:blur(16px);scrollbar-width:none;background:linear-gradient(135deg,#fffdf9f2,#fff4e2f5),#fffaf2eb;border-radius:20px;gap:12px;margin-bottom:0;padding:12px;display:flex;position:relative;overflow:auto hidden}.catalogue-page__controls::-webkit-scrollbar{display:none}.catalogue-search{flex:1 0 min(78vw,22rem);min-width:min(78vw,22rem)}.catalogue-filters{flex:none;gap:12px;display:flex}.catalogue-search__input{min-height:50px;color:var(--catalogue-text);background:#fffdf9f5;border-color:#8f1d1d1f;border-radius:14px}.filter-select{width:100%;min-width:0;position:relative}.filter-select__trigger{width:100%;min-height:50px;color:var(--catalogue-text);text-align:left;background:#fffdf9f5;border:1px solid #8f1d1d1f;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 14px;display:grid;box-shadow:inset 0 1px #ffffffbf}.filter-select--selected .filter-select__trigger{padding-left:48px}.filter-select__trigger span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.filter-select__trigger svg{width:18px;height:18px;color:var(--catalogue-red-deep)}.filter-select__clear{z-index:2;width:40px;height:40px;color:var(--catalogue-red-deep);background:0 0;border:0;border-radius:10px;place-items:center;padding:0;display:grid;position:absolute;top:5px;left:5px}.filter-select__clear:hover{background:#8f1d1d12}.filter-select__clear svg{width:18px;height:18px}.filter-select__trigger:focus-visible,.filter-select__clear:focus-visible,.filter-select__option:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.filter-select__listbox{z-index:50;border:1px solid var(--catalogue-border);width:max(100%,15rem);max-height:min(320px,45vh);box-shadow:var(--shadow-medium);background:#fffdf9;border-radius:14px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}.filter-select__option{width:100%;min-height:42px;color:var(--catalogue-text);text-align:left;background:0 0;border:0;border-radius:9px;padding:9px 10px}.filter-select__option:hover,.filter-select__option[aria-selected=true]{color:var(--catalogue-red-deep);background:#8f1d1d12}.catalogue-search__input{width:100%;min-width:0}.catalogue-search__input::placeholder{color:#745345b8}.catalogue-search__input:focus{box-shadow:0 0 0 4px var(--color-focus-ring), 0 10px 20px #8f1d1d14;border-color:#d4a437cc}.catalogue-page__summary{color:var(--catalogue-text-muted)}.catalogue-page__summary strong{color:var(--catalogue-red-deep)}.catalogue-grid{align-items:stretch}.catalogue-categories{gap:24px;display:grid}.catalogue-category{border-radius:var(--brand-radius-sm);background:#fffcf775;border:1px solid #8f1d1d29;min-width:0;padding:0 14px 16px}.catalogue-category__title{top:calc(var(--header-height) + var(--catalogue-toolbar-height,76px) - 1px);z-index:12;color:var(--catalogue-red-deep);letter-spacing:.045em;text-align:left;text-transform:uppercase;background:#fff8ef;border-bottom:1px solid #8f1d1d1f;border-radius:0 15px;margin:0 -14px 16px;padding:10px 14px 9px;font-size:.88rem;font-weight:800;line-height:1.35;position:sticky}.catalogue-page__load-sentinel{width:100%;height:2px;margin-top:8px}.catalogue-page__end{color:var(--catalogue-text-muted);text-align:center;justify-items:center;gap:6px;margin:24px auto 4px;padding:14px 18px;display:grid}.catalogue-page__end strong{color:var(--catalogue-red-deep);font-size:.92rem}.catalogue-page__end button{min-height:44px;color:var(--catalogue-red-deep);background:0 0;border:0;border-radius:10px;padding:0 12px;font-weight:700}.catalogue-page__end button:hover{background:#8f1d1d0f}.product-card{background:linear-gradient(#fffefbfa 0%,#fff5e8fa 100%);border-color:#8f1d1d14;box-shadow:0 18px 36px #68180814}.product-card:hover,.product-card:focus-within{border-color:#d4a4376b;box-shadow:0 24px 44px #68180824}.product-card__media{background:radial-gradient(circle at 100% 0,#d4a4372e,#0000 30%),linear-gradient(160deg,#fff4dd 0%,#fffdf9 100%)}.product-card__body{gap:14px}.product-card__code{color:var(--catalogue-orange)}.product-card__name,.product-card__price{color:var(--catalogue-text)}.product-card__meta{color:var(--catalogue-text-muted)}.product-card__enquiry{margin-top:2px}.product-card__quantity{background:linear-gradient(#fff9f0fa,#fff2dcfa);border:1px solid #8f1d1d1f;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:56px;padding:6px;display:inline-flex;box-shadow:inset 0 1px #ffffffb8}.product-card__quantity-button{width:46px;min-width:46px;min-height:44px;color:var(--catalogue-red-deep);background:linear-gradient(#fffffffa,#fff0d6fa);border:1px solid #8f1d1d24;border-radius:12px;justify-content:center;align-items:center;padding:0;font-size:1.25rem;font-weight:700;display:inline-flex;box-shadow:0 8px 18px #68180814}.product-card__quantity-button:hover,.product-card__quantity-button:focus-visible{background:linear-gradient(#fffbf4,#ffe9c3);border-color:#d4a437b8;box-shadow:0 10px 20px #6818081a,0 0 0 4px #d4a43724}.product-card__quantity-value{min-width:52px;min-height:44px;color:var(--catalogue-red-deep);background:#8f1d1d0f;border-radius:12px;justify-content:center;align-items:center;padding:0 14px;font-size:1rem;font-weight:800;display:inline-flex}.product-card__enquiry-button{color:#fff9f1;letter-spacing:.01em;background:linear-gradient(135deg,#8f1d1d 0%,#bf3d13 48%,#d4a437 100%);border:1px solid #811b1b1f;border-radius:14px;width:100%;min-height:50px;font-weight:700;box-shadow:0 16px 28px #6818082e}.product-card__enquiry-button:hover,.product-card__enquiry-button:focus-visible{border-color:#d4a437b8;box-shadow:0 20px 34px #68180833,0 0 0 4px #d4a43729}.catalogue-page__state{color:var(--catalogue-text-muted);background:#fffcf7eb;border-color:#8f1d1d1f}@media (width<=639.98px){.catalogue-page{padding-top:14px}.catalogue-page__header{margin-bottom:16px}.catalogue-page__controls-shell{top:calc(var(--header-height))}.catalogue-page__controls{border-radius:18px;gap:10px;padding:10px}.catalogue-search{flex-basis:min(84vw,18rem);min-width:min(84vw,18rem)}.catalogue-category{padding-bottom:12px;padding-left:10px;padding-right:10px}.catalogue-category__title{margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}.product-card__footer{flex-wrap:wrap}}@media (width>=640px){.catalogue-page__controls{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:center;display:grid;overflow:visible}.catalogue-search{min-width:0}.catalogue-filters{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width>=960px){.catalogue-page__controls-shell{top:calc(var(--header-height))}.catalogue-page__controls{grid-template-columns:minmax(0,1.45fr) minmax(0,.85fr);padding:14px}}html{scroll-behavior:smooth}body,.app-shell{background:radial-gradient(circle at top left, #d4af3729, transparent 26%), radial-gradient(circle at top right, #ff6b001f, transparent 24%), linear-gradient(180deg, var(--color-bg) 0%, #fff2df 48%, #fffaf3 100%);color:var(--color-text)}a{transition:color .18s,opacity .18s}a:not([class]):hover{color:var(--color-red)}button{cursor:pointer}:where(button,input,select,textarea){border-radius:var(--brand-radius-sm)}:where(button,input,select,textarea):focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.app-header{color:#fff9f1;box-shadow:var(--shadow-medium);background:linear-gradient(120deg,#651010fa,#8b0000f5 55%,#d4af37e6)}.app-header__brand,.app-header__brand:hover{color:#fff9f1}.app-header__brand img{border-radius:var(--brand-radius-xs)}.app-header__link,.app-header__cart a{border-radius:var(--brand-radius-sm)}.app-header__link{color:#fff9f1d6}.app-header__link:hover,.app-header__link--active{color:#fff9f1;background:#fff8ef1f}.app-header__cart a{background:linear-gradient(135deg,#fff8ef24,#d4af3738);border:1px solid #fff8ef2e;align-items:center;gap:8px;display:inline-flex}.app-header__menu-button{border-radius:var(--brand-radius-sm);background:#fff8ef1a;border-color:#fff8ef2e}.app-breadcrumbs{border-bottom-color:var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffaf2e6}.app-breadcrumbs__inner,.app-breadcrumbs__current{color:var(--color-text-muted)}.app-breadcrumbs__current{color:var(--color-red-deep)}.app-footer{color:#fff8ef;background:linear-gradient(140deg,#651010fa,#8b0000f5 58%,#d4af37eb)}.app-footer__inner h2,.app-footer__inner h3,.app-footer__links a,.app-footer__copyright{color:#fff8ef}.app-footer__inner p,.app-footer__address,.app-footer__hours,.app-footer__copyright{color:#fff8efd9}.app-footer__links,.app-footer__address,.app-footer__hours{gap:10px}.app-footer__contact-item,.app-footer__address,.app-footer__hours p{grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;display:grid}.app-footer__hours p{justify-content:start}.app-footer__contact-item svg,.app-footer__address svg,.app-footer__hours svg{color:var(--color-gold-soft)}.app-footer__address-lines{gap:4px;display:grid}.app-footer__address-action{border-radius:var(--brand-radius-sm);color:#fff8ef;background:#fff8ef1f;border:1px solid #fff8ef38;justify-content:center;align-items:center;width:fit-content;min-height:42px;margin-top:14px;padding:10px 16px;font-weight:700;display:inline-flex}.app-footer__copyright{flex-wrap:wrap;justify-content:space-between;gap:10px 20px;display:flex}.app-footer__copyright a{color:var(--color-gold-soft);font-weight:700}.enquiry-summary__browse,.enquiry-summary__export,.enquiry-summary__clear,.product-page__back,.product-page__add,.product-card__enquiry-button{border-radius:var(--brand-radius-sm)}.product-page__add,.product-card__enquiry-button,.enquiry-summary__export{background:linear-gradient(135deg, var(--color-red) 0%, #8f2623 58%, var(--color-gold) 100%);color:#fff9f1;box-shadow:var(--shadow-soft);border:1px solid #8b00001f}.enquiry-summary__browse,.product-page__back,.enquiry-summary__clear{border:1px solid var(--color-border);color:var(--color-red-deep);background:#fffdf9eb}.catalogue-page,.product-page,.enquiry-page{background:0 0}.home-section__heading p,.catalogue-page__subtitle,.enquiry-page__subtitle,.product-page__section p,.product-page__section li,.home-empty,.catalogue-page__state,.product-page__state{color:var(--color-text-muted)}.product-card,.product-page__gallery,.product-page__details,.product-page__info-item,.product-page__related-card,.enquiry-item,.enquiry-summary,.enquiry-page__empty,.catalogue-page__state{border-color:var(--color-border);box-shadow:var(--shadow-soft);background:#fffcf6f0}.product-card__media,.product-page__gallery-frame,.enquiry-item__image,.product-page__main-image,.product-card__image{border-radius:var(--brand-radius)}.product-page__label,.product-page__code,.product-card__code,.enquiry-item__code{color:var(--color-orange)}.product-card__meta,.enquiry-summary__note,.enquiry-item__price,.enquiry-item__line-total{color:var(--color-text-muted)}.app-footer__contact-item,.app-footer__address,.app-footer__hours p{font-size:.92rem}.product-page__info-value,.product-page__price,.product-card__name,.product-card__price,.enquiry-page__title,.catalogue-page__title,.product-page__title,.home-section__heading h2{color:var(--color-text)}.catalogue-page__controls,.catalogue-filters__panel,.product-page__thumbnail,.catalogue-search__input,.product-page__quantity,.product-card__quantity,.enquiry-item__controls,.enquiry-summary__export,.enquiry-summary__clear,.enquiry-summary__browse{border-radius:var(--brand-radius)}.catalogue-search__input,.product-page__back,.product-page__thumbnail,.product-page__quantity button,.product-page__add,.enquiry-item__controls button,.enquiry-summary__export,.enquiry-summary__clear,.enquiry-summary__browse,.enquiry-page__empty button{border-color:var(--color-border)}.product-card__stock,.product-page__stock{border-radius:var(--brand-radius-xs)}.product-card__stock--in,.product-page__stock--in{background:var(--color-success-bg);color:var(--color-success-text)}.product-card__stock--out,.product-page__stock--out{background:var(--color-danger-bg);color:var(--color-danger-text)}.product-page__thumbnail--active{border-color:var(--color-gold);box-shadow:0 0 0 3px #d4af372e}.product-page__related-card span{color:var(--color-orange)}.product-page__quantity,.enquiry-item__controls{border:1px solid var(--color-border);background:linear-gradient(#fff9f0f5,#fff1dcf5);padding:6px}.product-page__quantity button,.enquiry-item__controls button{min-width:46px;color:var(--color-red-deep);background:#ffffffeb;font-weight:700}.product-page__quantity span,.enquiry-item__controls span{text-align:center;min-width:44px;color:var(--color-red-deep);font-weight:800}.catalogue-page__controls-shell{top:calc(var(--header-height))}.catalogue-page__controls{border-radius:var(--brand-radius);grid-template-columns:minmax(0,1.55fr) minmax(0,1fr) minmax(0,1fr);gap:14px;overflow:visible}.catalogue-search,.filter-select{width:100%;min-width:0}.catalogue-filters{display:contents}.catalogue-filters__toggle,.catalogue-filters__panel{display:none}@media (width<=639.98px){.catalogue-page__controls{grid-template-columns:minmax(0,1fr) auto;align-items:start;padding:12px;display:grid;overflow:visible}.catalogue-search{flex:initial;flex-basis:auto;grid-column:1;width:100%;min-width:0}.catalogue-filters{flex:initial;grid-column:2;place-self:start end;gap:0;display:grid;position:relative}.catalogue-filters>.filter-select{display:none}.catalogue-filters__toggle{border:1px solid var(--color-border);border-radius:var(--brand-radius-sm);width:48px;height:48px;color:var(--color-red-deep);box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fffdf9fa,#fff0dcfa);justify-content:center;align-items:center;display:inline-flex}.catalogue-filters__toggle svg,.catalogue-filters__panel-close svg{width:20px;height:20px}.catalogue-filters__panel{border:1px solid var(--color-border);border-radius:var(--brand-radius);width:min(320px,100vw - 40px);box-shadow:var(--shadow-medium);z-index:8;background:#fffcf6fa;gap:12px;padding:14px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.catalogue-filters__panel-header{color:var(--color-red-deep);justify-content:space-between;align-items:center;gap:12px;display:flex}.catalogue-filters__panel-close,.catalogue-filters__reset{border:1px solid var(--color-border);color:var(--color-red-deep);background:#fffdf9f5;justify-content:center;align-items:center;gap:8px;display:inline-flex}.catalogue-filters__panel-close{width:44px;min-width:44px;min-height:44px;padding:0}.catalogue-filters__panel-body{gap:10px;display:grid}.catalogue-filters__panel .filter-select{display:block}.catalogue-filters__panel .filter-select__listbox{width:100%;min-width:0;left:auto;right:0}.catalogue-filters__reset{justify-content:center;min-height:46px;font-weight:700}}@media (width>=640px) and (width<=1079.98px){.catalogue-page__controls{grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr) minmax(0,.9fr)}}@media (width>=1080px){.catalogue-page__controls{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr) minmax(0,1fr)}}:where(h1,h2,h3){color:var(--color-red-deep)}:where(.home h1,.home-hero h1,.home-hero__eyebrow,.home-hero__panel-label,.home-hero__panel blockquote,.home-hero__panel-note){color:#fff9f1}:where(.home-hero__subtitle,.home-hero__summary span){color:#fff9f1d1}:where(.home-hero__summary strong){color:#fff9f1}:where(.home-section__heading h2,.catalogue-page__title,.product-page__title,.enquiry-page__title){color:var(--color-red-deep)}:where(.product-page__back,.product-page__add,.product-page__quantity button,.enquiry-summary__export,.enquiry-summary__clear,.enquiry-summary__browse,.enquiry-page__empty button,.enquiry-item__remove,.enquiry-item__controls button,.product-card__quantity-button,.product-card__enquiry-button,.catalogue-filters__toggle,.catalogue-filters__panel-close,.catalogue-filters__reset,.app-header__cart a,.app-header__drawer-cart-link),:where(.catalogue-search__input,.product-page__thumbnail,.product-page__gallery,.product-page__details,.product-page__info-item,.product-page__related-card,.enquiry-item,.enquiry-summary,.enquiry-page__empty,.home-category,.home-product,.home-trust-card,.home-contact-card,.home-empty,.home-quote,.catalogue-page__controls,.catalogue-filters__panel,.catalogue-page__state,.product-card,.app-header__menu-button){border-radius:var(--brand-radius)}:where(.home-category,.home-product,.home-trust-card,.home-contact-card,.home-empty,.home-quote,.product-card,.product-page__gallery,.product-page__details,.product-page__info-item,.product-page__related-card,.enquiry-item,.enquiry-summary,.enquiry-page__empty,.catalogue-page__state){border:1px solid var(--color-border);box-shadow:var(--shadow-soft);background:linear-gradient(#fffdf9f7 0%,#fff2dff5 100%)}:where(.home-product__body h3,.product-card__name,.enquiry-item__name,.product-page__section h2,.product-page__related-card strong){color:var(--color-red-deep)}:where(.catalogue-search__input,.product-page__thumbnail,.product-page__quantity button,.enquiry-item__controls button,.enquiry-item__remove,.enquiry-summary__clear,.enquiry-summary__browse,.enquiry-page__empty button){color:var(--color-text);background:#fffcf6f5}:where(.catalogue-search__input){border:1px solid var(--color-border)}:where(){color:color-mix(in srgb, var(--color-text-muted) 70%, white)}:where(.home-category strong,.home-product__meta span:last-child,.product-card__price,.product-page__price,.enquiry-summary__row span:last-child,.enquiry-item__line-total){color:var(--color-red-deep)}:where(.home-category span,.home-product__code,.product-card__code,.product-page__code,.product-page__label,.enquiry-item__code,.product-page__related-card span){color:var(--color-orange)}:where(.home-product__meta,.product-card__meta,.home-section__heading p,.catalogue-page__subtitle,.catalogue-page__summary,.product-page__section p,.product-page__section li,.enquiry-page__subtitle,.enquiry-summary__note,.home-empty,.catalogue-page__state,.product-page__state){color:var(--color-text-muted)}.app-breadcrumbs__inner{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.app-breadcrumbs__item{align-items:center;gap:8px;display:inline-flex}.app-breadcrumbs__item svg{color:var(--color-gold)}.app-breadcrumbs__item a:hover{color:var(--color-red)}.app-header__menu-button:hover{background:#fff8ef29}:is(.app-header--menu-open,.app-header:has(.app-header__mobile)){z-index:100}.app-header__drawer-backdrop{z-index:1;background:#240a08a3;position:fixed;inset:0}.app-header__mobile{z-index:2;width:min(92vw,420px);max-width:100vw;height:100dvh;padding:max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) 18px;border-left:1px solid var(--color-border);color:var(--color-text);overscroll-behavior:contain;background:#fffaf3;border-radius:0;flex-direction:column;display:flex;position:fixed;inset:0 0 0 auto;overflow-y:auto;box-shadow:-18px 0 42px #481b123d}.app-header__drawer-top{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:14px;padding-bottom:18px;display:flex}.app-header__drawer-brand{min-width:0;color:var(--color-red-deep);letter-spacing:.015em;align-items:center;gap:10px;font-size:.88rem;font-weight:800;line-height:1.25;display:flex}.app-header__drawer-brand:hover{color:var(--color-red)}.app-header__drawer-brand img{object-fit:contain;flex:none;width:38px;height:38px}.app-header__drawer-brand span{overflow-wrap:anywhere}.app-header__drawer-close{border:1px solid var(--color-border);width:44px;height:44px;color:var(--color-red-deep);background:#fffdf9;border-radius:10px;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.app-header__drawer-close:hover{border-color:var(--color-gold);color:var(--color-red-deep);background:#8b00000f}.app-header__drawer-close svg{width:22px;height:22px}.app-header__mobile-nav{gap:4px;margin-top:22px;display:grid}.app-header__mobile-link{min-height:54px;color:var(--color-text);border-left:3px solid #0000;align-items:center;padding:10px 14px;font-size:1rem;font-weight:700;transition:background .18s,border-color .18s,color .18s;display:flex}.app-header__mobile-link:hover{color:var(--color-red-deep);background:#8b00000e;border-left-color:#d4af37b3}.app-header__mobile-link--active{border-left-color:var(--color-gold);color:var(--color-red-deep);background:#8b000017}.app-header__drawer-cart{border:1px solid var(--color-border);background:#fff3e4;gap:14px;margin-top:auto;padding:18px;display:grid}.app-header__drawer-cart-status{align-items:center;gap:12px;min-width:0;display:flex}.app-header__drawer-cart-status>svg{width:24px;height:24px;color:var(--color-red);flex:none}.app-header__drawer-cart-status div{gap:2px;min-width:0;display:grid}.app-header__drawer-cart-status span{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:700}.app-header__drawer-cart-status strong{overflow-wrap:anywhere;color:var(--color-red-deep);font-size:1rem}.app-header__drawer-cart-link{border:1px solid var(--color-red-deep);background:var(--color-red-deep);color:#fff9f1;text-align:center;justify-content:center;align-items:center;width:100%;min-height:48px;padding:10px 14px;font-weight:800;display:inline-flex}.app-header__drawer-cart-link:hover{border-color:var(--color-red);background:var(--color-red);color:#fff9f1}@media (width<=359.98px){.app-header__mobile{width:min(96vw,100%);padding-right:max(14px, env(safe-area-inset-right));padding-left:14px}.app-header__drawer-cart{padding:14px}}@media (width>=640px) and (width<=959.98px){.app-header__mobile{width:min(420px,90vw)}}@media (width>=960px){.app-header__drawer-backdrop,.app-header__mobile{display:none}}@media (prefers-reduced-motion:reduce){.app-header__mobile-link,.app-header__drawer-cart-link,.app-header__drawer-close{transition:none}}.quotation-success{border-radius:var(--brand-radius);color:var(--color-text);box-shadow:var(--shadow-soft);background:#f1fbf5;border:1px solid #1a704847;margin:0 0 16px;padding:16px}.quotation-success h2{color:#12643f;margin:0 0 5px;font-size:clamp(1.05rem,3vw,1.3rem)}.quotation-success>strong{color:#8b0000;display:block}.quotation-success p{max-width:74ch;color:var(--color-text-muted);margin:8px 0 12px;line-height:1.5}.quotation-success__reference{flex-wrap:wrap;align-items:baseline;gap:5px 10px;display:flex}.quotation-success__reference span{color:var(--color-text-muted);font-size:.82rem}.quotation-success__reference strong{overflow-wrap:anywhere;color:#12643f;letter-spacing:.035em;font-size:1rem}.quotation-actions__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.quotation-actions__grid :where(button,a){border:1px solid var(--color-border);background:var(--color-bg-strong);min-width:0;min-height:42px;color:var(--color-text);font:inherit;text-align:center;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;margin:0;padding:8px;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.quotation-actions__grid .quotation-actions__share{background:linear-gradient(135deg, var(--color-red) 0%, #8f2623 58%, var(--color-gold) 100%);color:#fff;border-color:#0000}.quotation-actions__grid .quotation-actions__whatsapp{color:#12643f;border-color:#1f9d55}.quotation-actions__guidance{color:var(--color-text-muted);text-align:center;margin:7px 0 0;font-size:.76rem;line-height:1.35}.gallery-page{width:min(1180px,100% - 28px);margin:0 auto;padding:32px 0 56px}.gallery-page__header{max-width:720px;margin-bottom:28px}.gallery-page__header>span{color:var(--color-red);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:800}.gallery-page__header h1{margin:6px 0 8px;font-size:clamp(1.85rem,5vw,3rem)}.gallery-page__header p{color:var(--color-text-muted);margin:0;line-height:1.55}.gallery-page__categories,.gallery-category{gap:24px;display:grid}.gallery-category{gap:14px}.gallery-category__heading{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:8px;display:flex}.gallery-category__heading h2{margin:0;font-size:clamp(1.18rem,3vw,1.55rem)}.gallery-category__heading a{color:var(--color-red);flex:none;font-size:.82rem;font-weight:700}.gallery-category__grid{grid-template-columns:minmax(0,1fr);gap:16px;display:grid}.gallery-product{border:1px solid var(--color-border);border-radius:var(--brand-radius);background:var(--color-bg-strong);min-width:0;box-shadow:var(--shadow-soft);overflow:hidden}.gallery-product__videos{background:#1b1715;gap:1px;display:grid}.gallery-video,.gallery-video__preview,.gallery-video iframe{aspect-ratio:16/9;width:100%}.gallery-video{background:#211b18;position:relative;overflow:hidden}.gallery-video iframe{border:0;display:block}.gallery-video__preview{color:#fff;cursor:pointer;background:#211b18;border:0;padding:0;display:block;position:relative;overflow:hidden}.gallery-video__preview img,.gallery-video__placeholder{object-fit:cover;width:100%;height:100%;display:block}.gallery-video__placeholder{background:linear-gradient(135deg,#332723,#171311)}.gallery-video__preview:after{content:"";background:linear-gradient(#0000 45%,#0000009e);position:absolute;inset:0}.gallery-video__play{z-index:1;background:#8b0000e6;border:2px solid #ffffffe6;border-radius:50%;place-items:center;width:58px;height:58px;transition:transform .16s,background .16s;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-video__play svg{width:25px;height:25px;margin-left:3px}.gallery-video__preview:hover .gallery-video__play,.gallery-video__preview:focus-visible .gallery-video__play{background:var(--color-red);transform:translate(-50%,-50%)scale(1.06)}.gallery-video__play-text{z-index:1;text-align:left;font-size:.82rem;font-weight:800;position:absolute;bottom:10px;left:12px;right:12px}.gallery-product__body{padding:14px}.gallery-product__status-row{color:var(--color-text-muted);justify-content:space-between;align-items:center;gap:8px;font-size:.76rem;display:flex}.gallery-product__status--available{color:#12643f}.gallery-product__status--sold-out{color:var(--color-red)}.gallery-product h3{margin:7px 0 4px;font-size:1rem;line-height:1.35}.gallery-product__tamil,.gallery-product__price{margin:4px 0 0}.gallery-product__tamil{color:var(--color-text-muted);font-size:.82rem}.gallery-product__price{color:var(--color-red);font-weight:800}.gallery-product--sold-out .gallery-video__preview img{filter:grayscale(.65)saturate(.55)}.gallery-product__actions{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:8px;margin-top:12px;display:grid}.gallery-product__actions>a,.gallery-product__actions>button,.gallery-product__add,.gallery-product__sold-out-action{border:1px solid var(--color-border);background:var(--color-bg-soft);min-height:42px;color:var(--color-text);font:inherit;text-align:center;border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-flex}.gallery-product__add{background:var(--color-red);color:#fff;cursor:pointer;border-color:#0000}.gallery-product__sold-out-action{color:var(--color-red);cursor:not-allowed}.gallery-product__quantity{border:1px solid var(--color-border);border-radius:9px;grid-template-columns:42px minmax(36px,1fr) 42px;min-height:42px;display:grid;overflow:hidden}.gallery-product__quantity button,.gallery-product__quantity span{background:var(--color-bg-soft);min-width:0;color:var(--color-text);border:0;place-items:center;display:grid}.gallery-product__quantity button{cursor:pointer}.gallery-product__quantity span{background:var(--color-bg-strong);font-weight:800}@media (width>=640px){.gallery-category__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1080px){.gallery-category__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.enquiry-feedback__privacy{border-left:3px solid var(--color-gold);background:var(--color-bg-soft);color:var(--color-text-muted);grid-column:1/-1;margin:0;padding:9px 10px;font-size:.82rem;line-height:1.4}.product-page__ordering-help{color:var(--color-text-muted);margin:-2px 0 18px;font-size:.84rem;line-height:1.45}.product-page__ordering-help a{color:var(--color-red);font-weight:700}.how-to-order-page__delivery{border-left:4px solid var(--color-gold);background:var(--color-bg-soft);color:var(--color-text);border-radius:8px;margin:18px 0 0;padding:12px 14px;font-weight:700;line-height:1.45}@media (width>=640px){.quotation-actions__grid :where(button,a){font-size:.82rem}}.product-card.product-card--sold-out,.enquiry-item.enquiry-item--sold-out{background:#f2f2f0;border-color:#c7c9c5}.product-card--sold-out .product-card__image,.product-page__gallery-frame--sold-out .product-page__main-image,.enquiry-item--sold-out .enquiry-item__image{filter:grayscale(.9)saturate(.25);opacity:.68}.product-card__media,.product-page__gallery-frame,.enquiry-item__media{position:relative}.product-card__sold-out,.product-page__sold-out,.enquiry-item__sold-out{z-index:2;color:#fff;letter-spacing:.09em;background:#a71919;border:2px solid #fff;border-radius:.35rem;justify-content:center;align-items:center;min-width:max-content;padding:.45rem .8rem;font-size:.78rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-7deg);box-shadow:0 2px 8px #00000040}.product-page__sold-out{padding:.6rem 1rem;font-size:clamp(.9rem,2.5vw,1.15rem)}.product-card__name a{color:inherit;text-decoration:none}.product-card__name a:focus-visible{outline:3px solid var(--color-focus,#175c36);outline-offset:3px}.product-card__enquiry-button.product-card__enquiry-button--sold-out,.product-page__add.product-page__add--sold-out,.product-card__enquiry-button.product-card__enquiry-button--sold-out:hover,.product-page__add.product-page__add--sold-out:hover{cursor:not-allowed;color:#fff;opacity:1;background:#737773;border-color:#737773}.product-page__quantity button:disabled{cursor:not-allowed;opacity:.45}.enquiry-item__media{align-self:stretch}.enquiry-item__media .enquiry-item__image{object-fit:contain;width:100%;height:100%}.enquiry-item__unavailable{color:#9b1c1c;font-weight:800}.enquiry-item__quantity--unavailable,.enquiry-item--sold-out .enquiry-item__line-total{color:#666b67;font-weight:700}.sold-out-notice{color:#56320a;background:#fff8e9;border:1px solid #d68a28;border-radius:.65rem;margin:0 0 1rem;position:relative;overflow:hidden;box-shadow:0 8px 24px #452d0a24}.sold-out-notice__content{grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;padding:.8rem .85rem .9rem;display:grid}.sold-out-notice__content p{margin:0;line-height:1.4}.sold-out-notice__content button{width:2rem;height:2rem;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:inline-grid}.sold-out-notice__content button:hover,.sold-out-notice__content button:focus-visible{background:#56320a1a}.sold-out-notice__timer{transform-origin:0;background:#d26f14;height:4px;animation:5s linear forwards sold-out-notice-timer}@keyframes sold-out-notice-timer{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.action-toast{z-index:1200;right:max(1rem, env(safe-area-inset-right));bottom:max(1rem, env(safe-area-inset-bottom));color:#5f1111;background:#fff7f5;border:1px solid #a71919;border-radius:.7rem;width:min(26rem,100vw - 2rem);position:fixed;overflow:hidden;box-shadow:0 14px 38px #330c0c47}.action-toast--warning{color:#56320a;background:#fff8e9;border-color:#b76512}.action-toast__content{grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem;padding:.85rem .9rem .95rem;display:grid}.action-toast__content>svg{width:1.25rem;height:1.25rem}.action-toast__content p{margin:0;font-weight:700;line-height:1.4}.action-toast__content button{width:2rem;height:2rem;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:inline-grid}.action-toast__content button:hover,.action-toast__content button:focus-visible{background:#5f11111a}.action-toast__timer{transform-origin:0;height:4px;animation:action-toast-timer var(--action-toast-duration) linear forwards;background:#b11919}.action-toast--warning .action-toast__timer{background:#d26f14}@keyframes action-toast-timer{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (width<=639px){.action-toast{right:max(.65rem, env(safe-area-inset-right));bottom:max(.65rem, env(safe-area-inset-bottom));width:calc(100vw - 1.3rem)}}@media (width<=640px){.product-card__sold-out,.enquiry-item__sold-out{padding:.38rem .6rem;font-size:.7rem}.sold-out-notice__content{align-items:start}}@media (prefers-reduced-motion:reduce){.sold-out-notice__timer,.action-toast__timer{animation:none}}.product-card__sold-out-actions{gap:.45rem;width:100%;display:grid}.product-card__alternatives-link{color:var(--color-primary,#8b0000);text-align:center;text-underline-offset:.18rem;font-size:.82rem;font-weight:700;text-decoration:underline}.sold-out-alternatives{background:#fffaf6;border:1px solid #8b00002e;border-radius:.9rem;grid-column:1/-1;margin-top:1rem;padding:1rem}.product-page__alternatives{width:100%}.sold-out-alternatives__heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.8rem;display:flex}.sold-out-alternatives__heading h2,.sold-out-alternatives__heading p{margin:0}.sold-out-alternatives__heading h2{color:#7a1717;font-size:1rem}.sold-out-alternatives__heading p,.sold-out-alternatives__empty{color:#6d5a52;margin-top:.2rem;font-size:.84rem}.sold-out-alternatives__heading>a{color:#8b0000;flex:none;font-size:.82rem;font-weight:700}.sold-out-alternatives__list{grid-template-columns:repeat(auto-fit,minmax(min(265px,100%),1fr));gap:.85rem;display:grid}.sold-out-alternative{background:#fff;border:1px solid #8b000024;border-radius:.7rem;flex-direction:column;justify-content:space-between;gap:.55rem;min-width:0;padding:.75rem;display:flex}.sold-out-alternative__product{min-width:0;color:inherit;grid-template-columns:5.5rem minmax(0,1fr);align-items:start;gap:.75rem;text-decoration:none;display:grid}.sold-out-alternative__product img{object-fit:contain;background:#fff8ef;border-radius:.45rem;width:5.5rem;height:5.5rem}.sold-out-alternative__details{gap:.12rem;min-width:0;font-size:.88rem;display:grid}.sold-out-alternative__details strong{overflow-wrap:anywhere;line-height:1.25}.sold-out-alternative__stock{color:#176b3a;font-size:.72rem;font-weight:700}.sold-out-alternative>button{color:#fff;cursor:pointer;background:#8b0000;border:1px solid #8b0000;border-radius:.45rem;width:100%;min-height:2.1rem;padding:.38rem .5rem;font-size:.76rem;font-weight:700}.sold-out-alternative>button:hover,.sold-out-alternative>button:focus-visible{background:#670000}.sold-out-alternative__quantity{text-align:center;background:#fff;border:1px solid #8b0000;border-radius:.45rem;grid-template-columns:2.35rem 1fr 2.35rem;align-items:center;min-height:2.35rem;display:grid;overflow:hidden}.sold-out-alternative__quantity button{color:#fff;cursor:pointer;background:#8b0000;border:0;align-self:stretch;font-size:1rem;font-weight:800}.sold-out-alternative__quantity button:hover,.sold-out-alternative__quantity button:focus-visible{background:#670000}.sold-out-alternative__quantity>span{font-weight:800}.enquiry-item>.sold-out-alternatives{margin:.7rem 0 0}@media (width<=639px){.sold-out-alternatives{padding:.75rem}.sold-out-alternatives__heading{gap:.35rem;display:grid}.sold-out-alternatives__list{overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;grid-template-columns:none;grid-auto-columns:min(265px,100vw - 3rem);grid-auto-flow:column;padding-bottom:.35rem;overflow-x:auto}.sold-out-alternative{scroll-snap-align:start}}.app-footer__links a,.app-footer a{color:#fff8ef}.app-footer__links a:hover,.app-footer a:hover{color:var(--color-gold-soft)}.product-page__add:hover,.product-card__enquiry-button:hover,.enquiry-summary__export:hover,.app-header__drawer-cart-link:hover,.app-header__cart a:hover{color:#fff9f1;box-shadow:var(--shadow-medium)}.product-page__back:hover,.enquiry-summary__browse:hover,.enquiry-summary__clear:hover,.enquiry-item__remove:hover,.enquiry-page__empty button:hover,.product-page__quantity button:hover,.enquiry-item__controls button:hover,.product-card__quantity-button:hover,.catalogue-filters__toggle:hover,.catalogue-filters__panel-close:hover,.catalogue-filters__reset:hover{color:var(--color-red-deep);border-color:#d4af37b8;box-shadow:0 10px 20px #6510101a}.product-page__back{color:var(--color-red-deep)}.product-page__section{border-top-color:var(--color-border)}.product-page__thumbnail{background:#fffcf6f5}.enquiry-feedback{border:1px solid var(--color-border);border-radius:var(--brand-radius);box-shadow:var(--shadow-soft);background:#fffcf6f0;margin-top:28px;padding:20px}.enquiry-feedback__header{margin-bottom:18px}.enquiry-feedback__header h2{color:var(--color-red-deep);margin:0 0 8px}.enquiry-feedback__header p,.enquiry-feedback__actions p{color:var(--color-text-muted);margin:0}.enquiry-feedback__form{gap:16px;display:grid}.enquiry-feedback__grid{gap:14px;display:grid}.enquiry-feedback__field{gap:8px;display:grid}.enquiry-feedback__field span{color:var(--color-red-deep);font-weight:700}.enquiry-feedback__field input,.enquiry-feedback__field select,.enquiry-feedback__field textarea{border:1px solid var(--color-border);width:100%;min-height:48px;color:var(--color-text);background:#fffcf7fa;border-radius:14px;padding:12px 14px;transition:border-color .16s,box-shadow .16s,background-color .16s;box-shadow:inset 0 1px #ffffffb8}.enquiry-feedback__field textarea{resize:vertical;min-height:132px}.enquiry-feedback__field input::placeholder,.enquiry-feedback__field textarea::placeholder{color:color-mix(in srgb, var(--color-text-muted) 72%, white)}.enquiry-feedback__field input:hover,.enquiry-feedback__field select:hover,.enquiry-feedback__field textarea:hover{background:#fffaf3;border-color:#b8923c7a}.enquiry-feedback__field input:focus,.enquiry-feedback__field select:focus,.enquiry-feedback__field textarea:focus,.enquiry-feedback__field input:focus-visible,.enquiry-feedback__field select:focus-visible,.enquiry-feedback__field textarea:focus-visible{box-shadow:0 0 0 4px var(--color-focus-ring), 0 10px 20px #7e121614;background:#fffcf7;border-color:#b8923ce0;outline:none}.enquiry-feedback__field input:not(:placeholder-shown),.enquiry-feedback__field textarea:not(:placeholder-shown),.enquiry-feedback__field select:valid{color:var(--color-red-deep)}.enquiry-feedback__field input:invalid,.enquiry-feedback__field select:invalid,.enquiry-feedback__field textarea:invalid,.enquiry-feedback__field input[aria-invalid=true],.enquiry-feedback__field select[aria-invalid=true],.enquiry-feedback__field textarea[aria-invalid=true]{border-color:#8f1d1db8;box-shadow:0 0 0 4px #8f1d1d1f}.enquiry-feedback__field input:disabled,.enquiry-feedback__field select:disabled,.enquiry-feedback__field textarea:disabled{cursor:not-allowed;color:color-mix(in srgb, var(--color-text-muted) 74%, white);box-shadow:none;background:#f3e6d4b8;border-color:#7e121614}.enquiry-feedback__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.enquiry-feedback__submit{border-radius:var(--brand-radius-sm);background:linear-gradient(135deg, var(--color-red) 0%, #8f2623 58%, var(--color-gold) 100%);color:#fff9f1;min-height:48px;box-shadow:var(--shadow-soft);border:1px solid #8b00001f;padding:12px 20px;font-weight:800}.enquiry-feedback__submit:hover,.enquiry-feedback__submit:focus-visible{color:#fff9f1;box-shadow:var(--shadow-medium)}@media (width>=760px){.enquiry-feedback__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=639.98px){.enquiry-feedback{padding:16px}.enquiry-feedback__actions{align-items:stretch}.enquiry-feedback__submit{width:100%}}.product-page__back{align-items:center;gap:8px;display:inline-flex}.product-page__gallery-frame{position:relative;overflow:hidden}.product-page__gallery-nav{z-index:2;color:#fff9f1;width:44px;height:44px;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ff505056;border:1px solid #fff8ef52;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.product-page__gallery-nav--prev{border-radius:50% 0 0 50%;left:12px}.product-page__gallery-nav--next{border-radius:0 50% 50% 0;right:12px}.product-page__gallery-nav:hover{background:#8b0000d1}.product-page__main-image{aspect-ratio:1;background:linear-gradient(160deg,#fff8eff5,#ffeaccf5)}.product-page__thumbnails{grid-template-columns:repeat(auto-fit,minmax(72px,72px));justify-content:start;display:grid}.product-page__thumbnail{background:#fffcf6f5;border-width:2px;overflow:hidden}.product-page__thumbnail img{object-fit:cover;width:100%;height:100%}.product-page__thumbnail--active{border-color:var(--color-gold);box-shadow:0 0 0 3px #d4af3738, var(--shadow-soft);transform:translateY(-2px)}.product-page__eyebrow-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.product-page__title{margin-bottom:8px}.product-page__tamil-name{color:var(--color-text-muted);margin:0 0 16px;font-size:1.08rem;font-weight:500;line-height:1.6}.product-page__highlights{gap:12px;margin-bottom:16px;display:grid}.product-page__highlight{border:1px solid var(--color-border);border-radius:var(--brand-radius);background:linear-gradient(#fffdf9f7,#fff2dff5 100%);padding:14px 16px}.product-page__highlight strong{color:var(--color-red-deep);margin-top:6px;font-size:1rem;line-height:1.45;display:block}.product-page__info-grid{margin-bottom:18px}.product-page__info-item--price{background:linear-gradient(135deg,#7e1216f0,#8f2623eb 58%,#b8923cd6)}.product-page__info-item--price .product-page__label,.product-page__info-item--price .product-page__price{color:#fff9f1}.product-page__pricing{align-items:start;gap:6px;display:grid}.product-page__enquiry{gap:14px;margin-bottom:22px}.product-page__quantity-block{gap:8px;display:grid}.product-page__quantity-label{color:var(--color-text-muted);font-size:.92rem;font-weight:700}.product-page__quantity{border-radius:var(--brand-radius);justify-content:flex-start;gap:10px;width:fit-content;min-height:58px;padding:6px}.product-page__quantity button{border-radius:var(--brand-radius-sm);justify-content:center;align-items:center;width:48px;min-width:48px;min-height:46px;padding:0;font-size:1.25rem;display:inline-flex}.product-page__quantity span{border-radius:var(--brand-radius-sm);background:#8b00000f;justify-content:center;align-items:center;min-width:56px;min-height:46px;padding:0 16px;display:inline-flex}.product-page__add{justify-content:center;align-items:center;gap:10px;width:100%;min-height:54px;display:inline-flex}.product-page__section--warning{border-radius:var(--brand-radius);box-shadow:var(--shadow-soft);background:linear-gradient(#fff6e8fa,#ffeaccf5),#fff8eff5;border:1px solid #8b00002e}.product-page__warning-header{color:var(--color-red-deep);align-items:center;gap:10px;margin-bottom:12px;display:flex}.product-page__warning-header h2{margin:0}.product-page__warning-header svg{color:var(--color-orange);flex:none}.product-page__list{gap:10px;display:grid}.product-page__list li{padding-left:2px}.product-page__video-grid{gap:12px;display:grid}.product-page__video-button{border:1px solid var(--color-border);border-radius:var(--brand-radius);min-height:54px;color:var(--color-red-deep);box-shadow:var(--shadow-soft);background:linear-gradient(#fffdf9f7,#fff2dff5 100%);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:inline-flex}.product-page__video-button svg:first-child{color:var(--color-orange)}.product-page__video-button svg:last-child{color:var(--color-gold)}.product-page__video-button span{flex:auto;font-weight:700}.product-page__related-grid{gap:14px}.product-page__related-card{padding:0;overflow:hidden}.product-page__related-image{aspect-ratio:4/3;object-fit:cover;background:linear-gradient(160deg,#fff8eff5,#ffeaccf5);width:100%}.product-page__related-body{gap:8px;padding:14px;display:grid}.product-page__related-body strong{color:var(--color-red-deep);line-height:1.45}.product-page__related-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.product-page__related-price{color:var(--color-red-deep);font-weight:800}@media (width>=640px){.product-page__highlights{grid-template-columns:repeat(3,minmax(0,1fr))}.product-page__video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page__enquiry{grid-template-columns:auto 1fr;align-items:end}.product-page__add{width:auto;min-width:240px}}@media (width<=639.98px){.product-page__gallery-nav{width:40px;height:40px}.product-page__gallery-nav--prev{left:10px}.product-page__gallery-nav--next{right:10px}.product-page__quantity{justify-content:space-between;width:100%}}.home-v24{background:radial-gradient(circle at top, #d4af3714, transparent 28%), linear-gradient(180deg, var(--color-bg) 0%, #f7ede1 48%, #fbf6ee 100%);color:var(--color-text)}.home-v24__container{width:min(1200px,100% - 32px);margin:0 auto}.home-v24__hero{min-height:calc(100svh - var(--header-height));background:radial-gradient(circle at top left, #b8923c1f, transparent 24%), radial-gradient(circle at top right, #e7d8b41a, transparent 30%), linear-gradient(135deg, #3d090c 0%, var(--color-red-deep) 38%, #6f1e1f 68%, #2d0708 100%);color:#fff8ef;position:relative;overflow:hidden}.home-v24__hero-overlay{background:linear-gradient(120deg,#ffffff05 0%,#0000 26%,#ffffff0a 52%,#0000 80%),radial-gradient(circle,#e7d8b40f,#0000 40%);background-color:rgba(28, 3, 5, var(--home-v24-hero-overlay-opacity,.45));pointer-events:none;position:absolute;inset:0}.home-v24__hero-media{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0;overflow:hidden}.home-v24__hero-media img,.home-v24__hero-video{object-fit:cover;width:100%;height:100%}.home-v24__hero-layout{z-index:1;min-height:calc(100vh - var(--header-height));min-height:calc(100svh - var(--header-height));align-items:center;gap:28px;padding:40px 0 44px;display:grid;position:relative}.home-v24__hero-copy,.home-v24__hero-panel{z-index:1;position:relative}.home-v24__hero-badge,.home-v24__eyebrow{min-height:34px;color:var(--color-champagne);letter-spacing:.08em;text-transform:uppercase;background:#fbf5ea1f;border:1px solid #e7d8b42e;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:.78rem;font-weight:800;display:inline-flex}.home-v24__eyebrow{color:var(--color-red-deep);background:#fffaf2f5;border-color:#8b00001f}.home-v24__eyebrow--hero{color:var(--color-champagne);background:#fbf5ea1a;border-color:#e7d8b433}.home-v24__hero-copy h1{color:#fff8ef;letter-spacing:-.05em;text-shadow:0 3px 10px #19020324;margin:12px 0 6px;font-size:clamp(2.6rem,5vw,4.6rem);line-height:.96}.home-v24__hero-copy p{color:#fff8efdb;text-shadow:0 3px 10px #1902031f;max-width:620px;margin:0;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.75}.home-v24__hero-subtitle{color:#fff8efdb;margin:0;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:500;line-height:1.45}.home-v24__hero-actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.home-v24__button{letter-spacing:.01em;border:1px solid #0000;border-radius:18px 0;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:0 20px;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.home-v24__button:hover{transform:translateY(-2px)}.home-v24__button--primary{background:linear-gradient(135deg, var(--color-red) 0%, #922427 62%, var(--color-gold) 100%);color:#fff9f1;border-color:#e7d8b46b;box-shadow:0 18px 34px #65101033}.home-v24__button--secondary{color:#fff8ef;background:#fbf5ea14;border-color:#e7d8b42e;box-shadow:0 14px 28px #0000001a}.home-v24__search{max-width:700px;margin-top:26px}.home-v24__search-label{color:#fbf5ead1;margin-bottom:10px;font-size:.92rem;font-weight:700;display:inline-block}.home-v24__search-shell{background:#fffaf4fa;border:1px solid #e7d8b42e;border-radius:24px 0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 10px 10px 16px;display:grid;box-shadow:0 12px 28px #21040624}.home-v24__search-shell svg{color:var(--color-red);width:18px;height:18px}.home-v24__search-shell input{width:100%;min-height:50px;color:var(--color-text);background:0 0;border:0;outline:none;padding:0}.home-v24__search-shell input::placeholder{color:color-mix(in srgb, var(--color-text-muted) 72%, white)}.home-v24__search-shell button{background:linear-gradient(135deg, var(--color-red) 0%, #8f2623 60%, var(--color-gold) 100%);color:#fff8ef;border:0;border-radius:16px 0;min-height:48px;padding:0 20px;font-weight:800;box-shadow:0 10px 20px #6510101f}.home-v24__hero-panel{background:#430d0fe6;border:1px solid #e7d8b424;border-radius:24px 0;padding:22px;box-shadow:0 16px 32px #17030429}.home-v24__hero-panel-top{gap:14px;display:grid}.home-v24__hero-panel-top strong{color:#fff8ef;font-size:clamp(1.05rem,1.6vw,1.28rem);line-height:1.45}.home-v24__hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.home-v24__hero-stat{background:#fbf5ea0f;border:1px solid #e7d8b41f;border-radius:14px 0;padding:14px}.home-v24__hero-stat span{color:#ffefd6b8;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;font-weight:700;display:block}.home-v24__hero-stat strong{color:#fff8ef;margin-top:10px;font-size:clamp(1.5rem,2vw,2rem);display:block}.home-v24__hero-panel-note{color:#fff8efc7;border-top:1px solid #ffefd61f;margin:18px 0 0;padding-top:16px;line-height:1.7}.home-v24__hero-contact-row{gap:10px;margin-top:18px;display:grid}.home-v24__hero-contact-link,.home-v24__hero-quick-action{color:#fff8ef;background:#fff8ef14;border:1px solid #e7d8b429;border-radius:14px 0;align-items:center;gap:10px;width:fit-content;min-height:46px;padding:0 14px;font-weight:700;display:inline-flex}.home-v24__hero-contact-link svg,.home-v24__hero-quick-action svg{color:var(--color-champagne)}.home-v24__hero-mobile-actions{gap:10px;margin-top:14px;display:none}.home-v24__fireworks{pointer-events:none;position:absolute;inset:0;overflow:hidden}.home-v24__fireworks svg{width:100%;height:100%}.home-v24__fireworks-glow{fill:url(#home-v24-firework-glow);opacity:.45}.home-v24__chakkar{transform-origin:50%;animation:2.4s linear infinite home-v24-chakkar-spin}.home-v24__chakkar line{stroke:#e7d8b4e0;stroke-width:.28px;stroke-linecap:round}.home-v24__chakkar--alt{animation-duration:1.9s}.home-v24__section{padding:60px 0}.home-v24__section--warm{background:linear-gradient(#f7ede1e6,#fffaf2f5)}.home-v24__section--contact{background:linear-gradient(#6510100a,#fff7ecf0),#fff9f2}.home-v24__section--business{background:#fffaf2b8}.home-v24__section--video{background:#fffaf2;padding-bottom:0}.home-v24__section-heading{gap:10px;margin-bottom:24px;display:grid}.home-v24__section-heading h2{color:var(--color-red-deep);margin:0;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.08}.home-v24__section-heading p{max-width:560px;color:var(--color-text-muted);margin:0;line-height:1.6}.home-v24__contact-grid{gap:18px;display:grid}.horizontal-carousel{position:relative;overflow:hidden}.horizontal-carousel__viewport{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#7e12164d transparent;overscroll-behavior-inline:contain;gap:18px;padding:4px 2px 18px;display:flex;overflow:auto hidden}.horizontal-carousel__viewport>*{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 min(82vw,290px)}.horizontal-carousel--overflowing:before,.horizontal-carousel--overflowing:after{z-index:2;content:"";pointer-events:none;width:42px;position:absolute;top:0;bottom:14px}.horizontal-carousel--overflowing:before{background:linear-gradient(90deg,#fbf5eae0,#0000);left:0}.horizontal-carousel--overflowing:after{background:linear-gradient(270deg,#fbf5eae0,#0000);right:0}.horizontal-carousel__arrow{z-index:3;width:42px;height:42px;color:var(--color-red-deep);background:#fffaf2;border:1px solid #7e121633;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 20px #65101024}.horizontal-carousel__arrow--previous{left:8px}.horizontal-carousel__arrow--next{right:8px}.horizontal-carousel__arrow svg{width:22px;height:22px}.home-v24__video-shell{aspect-ratio:16/9;background:#3d090c;width:100%;position:relative;overflow:hidden}.home-v24__video,.home-v24__video-placeholder{width:100%;height:100%;position:absolute;inset:0}.home-v24__video{z-index:1;object-fit:contain;background:#160405;display:block}.home-v24__video-placeholder{color:#fff8efd6;text-align:center;background:linear-gradient(135deg,#3d090c,#6f1e1f);place-items:center;padding:24px;font-size:clamp(1rem,2.4vw,1.5rem);font-weight:700;display:grid}.home-v24__video-poster{object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.home-v24__video-status{z-index:1;background:#3d090cc7;border-radius:8px;padding:10px 14px;position:relative}.category-carousel__card,.home-v24__featured-card,.home-v24__contact-card,.home-v24__empty{background:linear-gradient(#fffcf7fa 0%,#f8eee2f5 100%);border:1px solid #8b00001f;border-radius:22px 0;box-shadow:0 12px 26px #65101014}.category-carousel__card{align-items:flex-start;min-height:220px;padding:22px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative;overflow:hidden}.category-carousel__card:after{z-index:0;content:"";pointer-events:none;background:linear-gradient(#3d0b0d2e,#3d0b0d6b);position:absolute;inset:0}.category-carousel__image{object-fit:cover;object-position:center;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.category-carousel__card:hover,.home-v24__featured-card:hover,.home-v24__contact-card:hover{border-color:#d4af376b;transform:translateY(-2px);box-shadow:0 18px 34px #6510101a}.category-carousel__content{z-index:1;gap:8px;max-width:80%;display:grid;position:relative}.home-v24__featured-code{color:var(--color-gold);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:800}.category-carousel__card strong{color:#fff8ef;text-shadow:0 2px 8px #1902033d;font-size:1.28rem;line-height:1.35}.home-v24__featured-card{color:var(--color-text);flex-direction:column;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.home-v24__featured-media{aspect-ratio:4/3;background:#fcf5e8fa;overflow:hidden}.home-v24__featured-media img,.home-v24__featured-placeholder{object-fit:cover;width:100%;height:100%}.home-v24__featured-placeholder{color:#6510106b;place-items:center;font-weight:800;display:grid}.home-v24__featured-body{gap:8px;padding:16px 18px 18px;display:grid}.home-v24__featured-body h3{color:var(--color-red-deep);margin:0;font-size:1.02rem;line-height:1.45}.home-v24__featured-body p{color:var(--color-text-muted);margin:0;line-height:1.6}.home-v24__featured-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:2px;display:flex}.home-v24__featured-footer strong{color:var(--color-red-deep)}.home-v24__featured-footer span{color:var(--color-text-muted);font-size:.92rem}.home-v24__info-strip{background:#fffaf2eb;border:1px solid #8b00001f;border-radius:22px 0;gap:12px;padding:18px;display:grid}.home-v24__info-item{color:var(--color-red-deep);background:#7e12160a;border-radius:14px 0;padding:12px 14px;font-weight:700;line-height:1.5}.home-v24__business-panel{background:#8b00001f;border:1px solid #8b000024;border-radius:22px 0;gap:1px;margin:0;display:grid;overflow:hidden;box-shadow:0 12px 26px #65101014}.home-v24__business-item{background:#fffaf2;grid-template-columns:22px minmax(110px,.35fr) minmax(0,1fr);align-items:start;gap:12px;padding:18px 20px;display:grid}.home-v24__business-item svg{width:20px;height:20px;color:var(--color-gold)}.home-v24__business-item dt{color:var(--color-text-muted);font-weight:700}.home-v24__business-item dd{overflow-wrap:anywhere;min-width:0;color:var(--color-red-deep);margin:0;font-weight:800;line-height:1.5}.home-v24__contact-card{color:var(--color-text);gap:12px;padding:20px 22px;transition:border-color .18s,box-shadow .18s,transform .18s;display:grid}.home-v24__contact-card svg{width:22px;height:22px;color:var(--color-red)}.home-v24__contact-card strong{color:var(--color-red-deep);font-size:1.08rem}.home-v24__contact-card span{color:var(--color-text-muted);line-height:1.6}.home-v24__empty{color:var(--color-text-muted);padding:24px}@media (width>=700px){.home-v24__contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.horizontal-carousel__viewport>*{flex-basis:calc(33.3333% - 12px)}.home-v24__info-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=980px){.home-v24__hero-layout{grid-template-columns:minmax(0,1.14fr) minmax(360px,.86fr);gap:32px;padding-top:48px}.horizontal-carousel__viewport>*{flex-basis:calc(25% - 13.5px)}.home-v24__contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-v24__info-strip{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=699.98px){.home-v24__hero-layout{padding-top:34px}.home-v24__search-shell{grid-template-columns:auto minmax(0,1fr)}.home-v24__search-shell button{grid-column:1/-1}.home-v24__hero-mobile-actions{flex-wrap:wrap;display:flex}.home-v24__hero-contact-row{display:none}.category-carousel__card{min-height:180px}.category-carousel__content{max-width:100%}.home-v24__info-strip{padding:14px}.home-v24__business-item{grid-template-columns:22px minmax(0,1fr)}.home-v24__business-item dd{grid-column:2}.horizontal-carousel__arrow{width:38px;height:38px}}@media (height<=560px) and (orientation:landscape){.home-v24__hero-layout{padding-top:24px;padding-bottom:28px}}@media (prefers-reduced-motion:reduce){.home-v24__button,.category-carousel__card,.home-v24__featured-card,.home-v24__contact-card,.home-v24__hero-quick-action,.home-v24__hero-contact-link{transition:none}.home-v24__button:hover,.category-carousel__card:hover,.home-v24__featured-card:hover,.home-v24__contact-card:hover{transform:none}.home-v24__chakkar{animation:none}}@keyframes home-v24-chakkar-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ui-skeleton{border-radius:var(--brand-radius-sm);background:linear-gradient(135deg,#fff4e2f0,#ffe8caf0);position:relative;overflow:hidden}.ui-skeleton:after{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffff73 48%,#fff0 100%);animation:1.4s ease-in-out infinite ui-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes ui-skeleton-shimmer{to{transform:translate(100%)}}.page-state{min-height:calc(100vh - var(--header-height) - 140px);place-items:center;padding:28px 16px 48px;display:grid}.page-state__card{border:1px solid var(--color-border);border-radius:var(--brand-radius);width:min(760px,100%);box-shadow:var(--shadow-medium);background:radial-gradient(circle at 100% 0,#d4af3724,#0000 30%),linear-gradient(#fffcf6fa,#fff1dcfa);padding:28px}.page-state__eyebrow{border-radius:var(--brand-radius-xs);min-height:34px;color:var(--color-red-deep);letter-spacing:.06em;text-transform:uppercase;background:#fff8efe0;border:1px solid #8b00001f;align-items:center;gap:8px;padding:0 14px;font-size:.8rem;font-weight:800;display:inline-flex}.page-state__eyebrow svg{color:var(--color-orange)}.page-state__card h1{color:var(--color-red-deep);margin:18px 0 12px;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.page-state__card p{color:var(--color-text-muted);margin:0;font-size:1rem;line-height:1.8}.page-state__actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.page-state__button{border-radius:var(--brand-radius-sm);justify-content:center;align-items:center;min-height:50px;padding:0 18px;font-weight:800;display:inline-flex}.page-state__button--primary{background:linear-gradient(135deg, var(--color-red) 0%, var(--color-orange) 52%, var(--color-gold) 100%);color:#fff9f1;box-shadow:var(--shadow-soft);border:1px solid #8b00001f}.page-state__button--secondary{border:1px solid var(--color-border);color:var(--color-red-deep);background:#fffdf9f0}.home-v24--skeleton .home-v24__fireworks,.home-v24--skeleton .home-v24__hero-overlay{display:none}.home-skeleton__badge{border-radius:999px;width:220px;height:34px}.home-skeleton__title{width:min(640px,92%);height:clamp(46px,7vw,78px);margin-top:18px}.home-skeleton__title--short{width:min(500px,74%);margin-top:12px}.home-skeleton__text{width:min(560px,84%);height:18px;margin-top:18px}.home-skeleton__text--short{width:min(420px,62%);margin-top:12px}.home-skeleton__actions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.home-skeleton__button{width:180px;height:52px}.home-skeleton__search{border-radius:24px 0;width:min(700px,100%);height:74px;margin-top:32px}.home-skeleton__panel-title{width:70%;height:28px}.home-skeleton__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.home-skeleton__stat{height:92px}.home-skeleton__panel-note{width:100%;height:64px;margin-top:24px}.home-skeleton__section-heading{width:min(420px,100%);height:74px;margin-bottom:28px}.home-skeleton__card{min-height:220px}.home-skeleton__card--featured{min-height:320px}.catalogue-skeleton__title{width:220px;height:48px}.catalogue-skeleton__subtitle{width:min(520px,100%);height:18px;margin-top:12px}.catalogue-skeleton__control{min-height:52px}.catalogue-skeleton__control--search{min-width:0}.catalogue-skeleton__summary{width:200px;height:16px;margin-bottom:18px}.catalogue-skeleton__media{aspect-ratio:4/3;border-radius:var(--brand-radius);width:100%}.catalogue-skeleton__body{gap:12px;padding-top:14px;display:grid}.catalogue-skeleton__line{height:16px}.catalogue-skeleton__line--code{width:70px}.catalogue-skeleton__line--title{width:88%;height:22px}.catalogue-skeleton__line--text{width:72%}.catalogue-skeleton__line--price{width:110px;height:26px}.catalogue-skeleton__pill{border-radius:999px;width:92px;height:34px}.catalogue-skeleton__button{width:100%;height:48px}.product-skeleton__back{width:120px;height:44px;margin-bottom:18px}.product-skeleton__gallery{aspect-ratio:1;border-radius:var(--brand-radius);width:100%}.product-skeleton__thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.product-skeleton__thumb{aspect-ratio:1}.product-skeleton__eyebrow{width:180px;height:18px}.product-skeleton__title{width:88%;height:42px;margin-top:14px}.product-skeleton__subtitle{width:64%;height:18px;margin-top:12px}.product-skeleton__highlights{gap:12px;margin-top:18px;display:grid}.product-skeleton__highlight,.product-skeleton__info-card,.product-skeleton__section{min-height:92px}.product-skeleton__info-grid{gap:14px;margin-top:18px;display:grid}.product-skeleton__enquiry{gap:12px;margin-top:20px;display:grid}.product-skeleton__quantity{width:180px;height:54px}.product-skeleton__cta{width:100%;height:54px}.enquiry-skeleton__title{width:190px;height:42px}.enquiry-skeleton__subtitle{width:min(340px,100%);height:18px;margin-top:10px}.enquiry-skeleton__image{aspect-ratio:4/3;width:100%}.enquiry-skeleton__body{gap:12px;display:grid}.enquiry-skeleton__line{height:16px}.enquiry-skeleton__line--code{width:70px}.enquiry-skeleton__line--title{width:78%;height:22px}.enquiry-skeleton__line--price{width:110px;height:22px}.enquiry-skeleton__controls{width:160px;height:48px}.enquiry-skeleton__summary-title{width:120px;height:26px}.enquiry-skeleton__summary-row{width:100%;height:18px}.enquiry-skeleton__summary-button{width:100%;height:48px;margin-top:14px}@media (width>=640px){.product-skeleton__highlights{grid-template-columns:repeat(3,minmax(0,1fr))}.product-skeleton__info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-skeleton__enquiry{grid-template-columns:auto 1fr;align-items:end}}@media (width<=639.98px){.page-state__card{padding:22px 18px}.page-state__actions{display:grid}.page-state__button{width:100%}.home-skeleton__stats{grid-template-columns:1fr}}:where(a,button,input,select,textarea,summary,[role=button],[role=link],[tabindex]:not([tabindex="-1"])){-webkit-tap-highlight-color:transparent}:where(a,button,input,select,textarea,summary,[role=button],[role=link],[tabindex]:not([tabindex="-1"])):focus-visible{outline:2px solid var(--color-gold,#d4af37);outline-offset:3px}@media (hover:none) and (pointer:coarse){:where(a,button,summary,[role=button],[role=link]):active{opacity:.88}}.product-page__layout,.product-page__gallery,.product-page__details,.product-page__enquiry,.product-page__quantity-block,.product-page__add{min-width:0}.product-page__gallery-frame{aspect-ratio:1;width:100%;margin-inline:auto}.product-page__main-image{aspect-ratio:auto;height:100%}.product-page__add{white-space:normal;width:100%;min-width:0;max-width:100%}@container product-details (width<=390px){.product-page__enquiry{grid-template-columns:minmax(0,1fr);align-items:stretch}}@media (width>=760px){.product-page__layout{grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);align-items:start;gap:clamp(14px,2vw,20px)}.product-page__gallery{padding:12px}.product-page__details{padding:clamp(14px,2vw,20px)}}@media (width>=760px) and (width<=1079.98px){.product-page__gallery-frame{max-block-size:min(56svh,520px)}.product-page__highlights{gap:8px}}@media (width>=1080px){.product-page__layout{grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:22px}.product-page__gallery{padding:14px}.product-page__details{padding:20px}}@media (width<=759.98px){.product-page__gallery-frame{max-block-size:min(68svh,560px)}}body:has(.catalogue-page){min-width:0}.catalogue-page{padding-left:8px;padding-right:8px}.catalogue-page__content{width:100%;max-width:1200px}.catalogue-category{padding-bottom:10px;padding-left:8px;padding-right:8px}.catalogue-category__title{margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px}.catalogue-grid{grid-template-columns:minmax(0,1fr);gap:10px}.product-card,.product-card__body,.product-card__top,.product-card__meta,.product-card__footer,.product-card__pricing,.product-card__enquiry{min-width:0}.product-card__media{aspect-ratio:1;padding:6px}.product-card__image{aspect-ratio:auto;object-fit:contain;width:100%;height:100%}.product-card__body{flex-direction:column;flex:auto;gap:8px;padding:10px;display:flex}.product-card__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;font-size:.9rem;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card__meta{color:var(--catalogue-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1.35;display:block;overflow:hidden}.product-card__footer{align-items:start;gap:6px;display:grid}.product-card__pricing{flex-wrap:wrap;align-items:baseline;gap:3px 8px;display:flex}.product-card__price{font-size:.95rem;line-height:1.25}.product-card__stock{width:fit-content;min-height:24px;padding:3px 7px;font-size:.67rem}.product-card__enquiry{width:100%;margin-top:auto}.product-card__enquiry-button{white-space:nowrap;min-height:40px;padding:7px 8px;font-size:.8rem}.product-card__quantity{border-radius:12px;gap:4px;min-height:44px;padding:4px}.product-card__quantity-button{border-radius:9px;width:36px;min-width:36px;min-height:36px}.product-card__quantity-value{min-width:36px;min-height:36px;padding:0 4px}@media (width>=360px){.catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}@media (width>=768px){.catalogue-page{padding-left:16px;padding-right:16px}.catalogue-category{padding-bottom:14px;padding-left:12px;padding-right:12px}.catalogue-category__title{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}.catalogue-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-card__media{padding:8px}.product-card__body{gap:9px;padding:12px}.product-card__name{font-size:.94rem}.product-card__footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.product-card__quantity-button{width:40px;min-width:40px;min-height:40px}.product-card__quantity-value{min-width:40px;min-height:40px}}@media (width>=1024px){.catalogue-page{padding-left:20px;padding-right:20px}.catalogue-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}}.catalogue-page__controls{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr) minmax(0,1fr) 50px}.catalogue-sort{min-width:0;position:relative}.catalogue-sort__toggle{width:50px;min-width:50px;height:50px;color:var(--catalogue-red-deep);background:#fffdf9f5;border:1px solid #8f1d1d1f;border-radius:14px;justify-content:center;align-items:center;padding:0;display:inline-flex;box-shadow:inset 0 1px #ffffffbf}.catalogue-sort__toggle svg{width:20px;height:20px}.catalogue-sort__menu{z-index:12;border:1px solid var(--catalogue-border);width:max-content;min-width:220px;box-shadow:var(--shadow-medium);background:#fffcf6fc;border-radius:14px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0}.catalogue-sort__option{min-height:40px;color:var(--catalogue-text);text-align:left;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;display:flex}.catalogue-sort__option:hover,.catalogue-sort__option--active{color:var(--catalogue-red-deep);background:#8b000014}.category-chips-shell{border:1px solid var(--catalogue-border);box-shadow:var(--shadow-soft);background:#fffcf6f5;border-radius:14px;margin-top:6px;position:relative;overflow:hidden}.category-chips-shell:before,.category-chips-shell:after{z-index:2;content:"";pointer-events:none;width:22px;position:absolute;top:0;bottom:0}.category-chips-shell:before{background:linear-gradient(90deg,#fffcf6,#0000);left:0}.category-chips-shell:after{background:linear-gradient(270deg,#fffcf6,#0000);right:0}.category-chips{overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:6px;padding:5px 18px;scroll-padding-inline:18px;display:flex;overflow-x:auto}.category-chips::-webkit-scrollbar{display:none}.category-chip{min-height:30px;color:var(--catalogue-text-muted);white-space:nowrap;background:#fffdf9fa;border:1px solid #8f1d1d24;border-radius:999px;flex:none;padding:4px 10px;font-size:.75rem;font-weight:700;line-height:1.15}.category-chip:hover,.category-chip--active{background:var(--catalogue-red-deep);color:#fff9f1;border-color:#8b000061}.catalogue-sort__toggle:focus-visible,.catalogue-sort__option:focus-visible,.category-chip:focus-visible,.expandable-description__toggle:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px}@media (width<=639.98px){.catalogue-page__controls{grid-template-columns:minmax(0,1fr) auto}.catalogue-filters{grid-auto-flow:column;align-items:start;gap:6px}.catalogue-sort__toggle{width:48px;min-width:48px;height:48px}.catalogue-sort__menu{max-width:calc(100vw - 32px);right:0}}@media (width>=640px) and (width<=1079.98px){.catalogue-page__controls{grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr) minmax(0,.9fr) 50px}}.product-page__description{margin:0 0 14px}.expandable-description__text-shell{position:relative}.expandable-description__text{max-height:4.45em;color:var(--color-text);margin:0;line-height:1.65;transition:max-height .18s;overflow:hidden}.expandable-description__text[data-expanded=true]{max-height:none}.expandable-description__fade{pointer-events:none;background:linear-gradient(#0000,#fffcf6fa);height:1.2em;position:absolute;bottom:0;left:0;right:0}.expandable-description__toggle{min-height:30px;color:var(--color-red-deep);background:#8b00000f;border:1px solid #8b000029;border-radius:999px;margin-top:3px;padding:3px 10px;font-size:.78rem;font-weight:800}.product-page__metadata-line{color:var(--color-text);flex-wrap:wrap;gap:4px 8px;margin:0 0 14px;font-size:.86rem;line-height:1.5;display:flex}.product-page__metadata-line strong{color:var(--color-orange);letter-spacing:.02em;font-size:.78rem}.product-page__price-panel{border-radius:var(--brand-radius);color:#fff9f1;box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#7e1216f7,#8f2623f0 58%,#b8923ce6);gap:8px;margin-bottom:18px;padding:14px 16px;display:grid}.product-page__price-panel span{background:#fff8ef1f;border:1px solid #fff8ef33;border-radius:999px;width:fit-content;padding:3px 10px;font-size:.78rem;font-weight:800}.product-page__price-panel strong{color:#fff9f1;font-size:clamp(1.2rem,2vw,1.55rem)}@media (prefers-reduced-motion:reduce){.expandable-description__text{transition:none}}body:has(.enquiry-page){min-width:0}.enquiry-page__layout{grid-template-areas:"summary""actions""items";align-items:start;gap:0;position:relative}.enquiry-page__layout--empty{grid-template-areas:"items"}.enquiry-page__list{min-width:0;padding-bottom:calc(var(--enquiry-mobile-actions-height,108px) + 12px);grid-area:items;margin-top:12px}.enquiry-summary{top:calc(var(--header-height));z-index:15;background:var(--color-bg-strong);min-width:0;box-shadow:0 0 0 100vmax var(--color-bg-strong);clip-path:inset(0 -100vmax);border-radius:12px;grid-area:summary;padding:8px 10px;position:sticky}.enquiry-summary h2{display:none}.enquiry-summary__totals{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.enquiry-summary__row{text-align:center;border:0;border-radius:0;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:2px 4px;min-width:0;min-height:0;padding:3px 2px;display:flex}.enquiry-summary__row span:first-child{color:var(--color-text-muted);font-size:.66rem;line-height:1.2}.enquiry-summary__row span:last-child{overflow-wrap:anywhere;min-width:0;font-size:.82rem;line-height:1.2}.enquiry-summary__totals .enquiry-summary__row:last-of-type{margin-bottom:0}.enquiry-summary__note{margin-top:8px;font-size:.78rem}.enquiry-summary__exports,.enquiry-summary__secondary{gap:8px;display:grid}.enquiry-summary__exports{grid-template-columns:minmax(0,1fr)}.enquiry-summary__secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.enquiry-summary__exports{margin:8px 0}.enquiry-summary__export,.enquiry-summary__clear,.enquiry-summary__browse{text-align:center;min-width:0;min-height:40px;margin:0;padding:7px 8px;font-size:.78rem;line-height:1.2}.enquiry-summary__clear--danger-border{border-color:#ef233c}.enquiry-actions--desktop{display:none}.enquiry-actions-slot{top:calc(100vh - env(safe-area-inset-bottom));top:calc(100svh - env(safe-area-inset-bottom));z-index:14;grid-area:actions;height:0;position:sticky}.enquiry-actions--mobile{padding:7px 0 calc(7px + env(safe-area-inset-bottom));border:0;border-top:1px solid var(--color-border);clip-path:inset(-20px -100vmax 0);background:#fffcf6fa;border-radius:0;gap:6px;margin:0;display:grid;position:absolute;bottom:0;left:0;right:0;box-shadow:0 0 0 100vmax #fffcf6fa,0 -8px 18px #481b1214}.enquiry-actions__note{text-align:center;color:var(--color-text-muted);margin:0;font-size:.86rem}.enquiry-actions--mobile .enquiry-actions__note{display:block}.enquiry-actions--mobile .enquiry-summary__exports{margin:0}.enquiry-item{grid-template-columns:72px minmax(0,1fr);gap:8px;padding:10px;position:relative}.enquiry-item,.enquiry-item__body,.enquiry-item__actions,.enquiry-item__controls,.enquiry-item__line-total{min-width:0;max-width:100%}.enquiry-item__image{aspect-ratio:1;object-fit:contain;background:var(--color-bg-strong);grid-area:1/1/span 2;align-self:center;width:72px;height:72px}.enquiry-item__body{grid-column:2;align-self:center;padding-right:36px}.enquiry-item__name{overflow-wrap:anywhere;margin:2px 0 5px;font-size:.9rem;line-height:1.25}.enquiry-item__code{font-size:.7rem}.enquiry-item__price,.enquiry-item__line-total{font-size:.82rem}.enquiry-item__actions{flex-wrap:wrap;grid-column:2;justify-content:flex-end;align-items:center;gap:6px 8px;display:flex}.enquiry-item__controls{flex:none;grid-template-columns:36px minmax(26px,auto) 36px;gap:3px;width:auto;margin:0;padding:3px;display:inline-grid}.enquiry-item__controls button{width:36px;min-width:36px;min-height:36px;padding:4px}.enquiry-item__controls .enquiry-item__quantity{justify-content:center;align-items:center;min-width:0;display:inline-flex}.enquiry-item__line-total{overflow-wrap:anywhere;text-align:right;flex:1 0 100%;order:3}.enquiry-item__remove{color:#c5162e;background:#fff8f8f5;border-color:#ef233c7a;justify-content:center;align-items:center;width:34px;min-width:34px;min-height:34px;margin:0;padding:5px;font-size:.78rem;display:inline-flex;position:absolute;top:8px;right:8px}.enquiry-item__remove-icon{stroke-width:2.25px;width:18px;height:18px}.enquiry-item__remove-text{display:none}@media (width>=360px){.enquiry-item{grid-template-columns:80px minmax(0,1fr)}.enquiry-item__image{width:80px;height:80px}}@media (width>=640px){.enquiry-page__layout{grid-template-columns:minmax(0,1fr)}.enquiry-item{grid-template-columns:96px minmax(0,1fr) clamp(150px,24vw,210px);align-items:center;gap:10px 12px}.enquiry-item__image{grid-row:1;width:96px;height:96px}.enquiry-item__body{padding-right:0}.enquiry-item__actions{grid-area:1/3;grid-template-columns:minmax(0,1fr);align-content:center;justify-items:end;gap:5px;display:grid}.enquiry-item__line-total{grid-area:3/1}.enquiry-item__remove{grid-area:2/1;width:auto;min-width:0;min-height:34px;padding:5px 9px;position:static}.enquiry-item__remove-icon{display:none}.enquiry-item__remove-text{display:inline}.enquiry-summary__row span:first-child,.enquiry-summary__export,.enquiry-summary__clear,.enquiry-summary__browse{font-size:.82rem}}@media (width>=960px){.enquiry-page__layout{grid-template-columns:minmax(0,1fr) minmax(280px,320px);grid-template-areas:"items summary";gap:20px}.enquiry-summary{top:calc(var(--header-height) + 16px);border-radius:var(--brand-radius);box-shadow:var(--shadow-soft);clip-path:none;padding:16px}.enquiry-summary h2{margin-bottom:14px;font-size:1.1rem;display:block}.enquiry-summary__totals{display:block}.enquiry-summary__row{border:0;border-bottom:1px solid var(--color-border);text-align:left;border-radius:0;min-height:0;padding:9px 0;display:flex}.enquiry-summary__row span:first-child,.enquiry-summary__row span:last-child{font-size:.88rem}.enquiry-summary__note{margin-top:12px;font-size:.86rem}.enquiry-summary__exports{margin:12px 0}.enquiry-actions--desktop{display:block}.enquiry-actions--mobile,.enquiry-actions-slot{display:none}.enquiry-page__list{margin-top:0;padding-bottom:0}.enquiry-actions__note{margin-top:12px}.enquiry-item{grid-template-columns:112px minmax(0,1fr);gap:12px}.enquiry-item__image{grid-row:auto;width:112px;height:112px}.enquiry-item__body{padding-right:0}.enquiry-item__actions{grid-column:2;grid-template-columns:minmax(156px,.8fr) minmax(0,1fr) auto;gap:8px;display:grid}.enquiry-item__controls{grid-template-columns:40px minmax(32px,1fr) 40px;width:100%;padding:4px;display:grid}.enquiry-item__controls button{width:40px;min-width:40px;min-height:40px}.enquiry-item__line-total{flex:initial;order:initial;grid-area:1/2}.enquiry-item__remove{order:initial;grid-area:1/3;width:fit-content;min-height:40px;position:static}}.how-to-order-page{min-height:calc(100svh - var(--header-height));background:#fff8ef;padding:30px 16px 56px}.how-to-order-page__content{width:min(1080px,100%);margin:0 auto}.how-to-order-page__header{max-width:760px;margin-bottom:28px}.how-to-order-page__header>span{color:var(--color-orange);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800}.how-to-order-page__header h1{color:var(--color-red-deep);margin:8px 0 10px;font-size:clamp(2rem,6vw,3.35rem);line-height:1.05}.how-to-order-page__header p{color:var(--color-text-muted);margin:0;font-size:clamp(.98rem,2vw,1.08rem);line-height:1.7}.how-to-order-page__steps{border-top:1px solid var(--color-border);gap:0;margin:0;padding:0;list-style:none;display:grid}.how-to-order-page__step{border-bottom:1px solid var(--color-border);grid-template-columns:52px minmax(0,1fr);gap:14px;padding:20px 4px;display:grid}.how-to-order-page__step-marker{width:44px;height:44px;color:var(--color-red-deep);background:#fffdf9;border:1px solid #8b00002e;border-radius:12px;align-self:start;place-items:center;display:grid}.how-to-order-page__step-marker span{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.how-to-order-page__step-marker svg{width:20px;height:20px}.how-to-order-page__step h2{color:var(--color-red-deep);margin:0 0 5px;font-size:1rem;line-height:1.35}.how-to-order-page__step p{color:var(--color-text-muted);margin:0;font-size:.93rem;line-height:1.65}.how-to-order-page__actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.how-to-order-page__actions a{border-radius:var(--brand-radius-sm);justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-weight:800;display:inline-flex}.how-to-order-page__browse{border:1px solid var(--color-red);background:var(--color-red);color:#fff9f1;box-shadow:var(--shadow-soft)}.how-to-order-page__cart{border:1px solid var(--color-border);color:var(--color-red-deep);background:#fffdf9}.how-to-order-page__browse:visited,.how-to-order-page__browse:hover,.how-to-order-page__browse:focus-visible,.how-to-order-page__browse:active{color:#fff9f1}.how-to-order-page__browse:hover,.how-to-order-page__browse:focus-visible{border-color:var(--color-red-deep);background:var(--color-red-deep)}.how-to-order-page__browse:active{border-color:var(--color-red);background:var(--color-red)}.how-to-order-page__cart:visited,.how-to-order-page__cart:hover,.how-to-order-page__cart:focus-visible,.how-to-order-page__cart:active{color:var(--color-red-deep)}.how-to-order-page__cart:hover,.how-to-order-page__cart:focus-visible{border-color:var(--color-gold);background:var(--color-surface-warm)}.how-to-order-page__cart:active{border-color:var(--color-gold);background:var(--color-champagne)}.how-to-order-page__browse:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.how-to-order-page__cart:focus-visible{outline:2px solid var(--color-red-deep);outline-offset:3px}.customer-information-page{width:min(900px,100% - 32px);margin:0 auto;padding:36px 0 72px}.customer-information-page__header{max-width:760px;margin-bottom:28px}.customer-information-page__header>span{color:var(--color-red);letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;font-weight:900}.customer-information-page__header h1{color:var(--color-red-deep);margin:8px 0 10px;font-size:clamp(2rem,6vw,3.35rem);line-height:1.06}.customer-information-page__header p,.customer-information-page__header small{color:var(--color-text-muted);line-height:1.7}.customer-information-page__header p{margin:0 0 8px;font-size:1.02rem}.customer-information-page__notice{border-radius:var(--brand-radius-sm);background:var(--color-surface-warm);color:var(--color-red-deep);text-align:center;border:1px solid #c4a55499;margin:0 0 22px;padding:14px 16px;font-size:1.08rem;font-weight:900}.customer-information-page__sections{gap:14px;display:grid}.customer-information-page__sections section,.customer-information-page__contact{border:1px solid var(--color-border);border-radius:var(--brand-radius-md);box-shadow:var(--shadow-soft);background:#fffdf9f5;padding:20px}.customer-information-page__sections h2,.customer-information-page__contact h2{color:var(--color-red-deep);margin:0 0 10px;font-size:1.15rem;line-height:1.3}.customer-information-page__sections p,.customer-information-page__contact p,.customer-information-page__sections li{color:var(--color-text-muted);line-height:1.7}.customer-information-page__sections p,.customer-information-page__contact p{margin:0}.customer-information-page__sections p+p{margin-top:10px}.customer-information-page__sections ul{gap:8px;margin:14px 0 0;padding-left:22px;display:grid}.customer-information-page__contact{background:var(--color-surface-warm);margin-top:20px}.customer-information-page__contact>div,.customer-information-page__related{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.customer-information-page__contact a,.customer-information-page__related a{border:1px solid var(--color-border);border-radius:var(--brand-radius-sm);min-height:44px;color:var(--color-red-deep);background:#fffdf9;align-items:center;padding:9px 13px;font-weight:800;display:inline-flex}.customer-information-page__contact a:hover,.customer-information-page__contact a:focus-visible,.customer-information-page__related a:hover,.customer-information-page__related a:focus-visible{border-color:var(--color-gold);background:var(--color-champagne)}.customer-information-page__contact a:focus-visible,.customer-information-page__related a:focus-visible{outline:2px solid var(--color-red-deep);outline-offset:3px}.enquiry-feedback__privacy a{color:var(--color-red-deep);text-underline-offset:2px;font-weight:800;text-decoration:underline}.floating-actions{right:max(14px, calc(env(safe-area-inset-right) + 10px));bottom:max(14px, calc(env(safe-area-inset-bottom) + 10px));z-index:60;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed}.floating-actions__button{min-width:44px;min-height:44px;color:var(--color-red-deep);box-shadow:var(--shadow-strong);background:#fffdf9;border:1px solid #8b00002e;border-radius:14px;justify-content:center;align-items:center;transition:transform .18s,box-shadow .18s;display:inline-flex}.floating-actions__button:hover{transform:translateY(-2px);box-shadow:0 14px 28px #68180838}.floating-actions__button:active{transform:translateY(0)}.floating-actions__button:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.floating-actions__scroll{width:44px;padding:0}.floating-actions__button svg{color:currentColor;width:20px;height:20px}.floating-actions__cart{border-color:var(--color-red);background:var(--color-red);color:#fff9f1;width:52px;height:52px;animation:.22s ease-out both floating-action-enter;position:relative}.floating-actions__cart:visited,.floating-actions__cart:hover,.floating-actions__cart:focus-visible,.floating-actions__cart:active{border-color:var(--color-red);background:var(--color-red);color:#fff9f1}.floating-actions__cart:hover,.floating-actions__cart:focus-visible{border-color:var(--color-red-deep);background:var(--color-red-deep)}.floating-actions__scroll:hover,.floating-actions__scroll:focus-visible{border-color:var(--color-gold);background:var(--color-surface-warm);color:var(--color-red-deep)}.floating-actions__scroll:focus-visible{outline-color:var(--color-red-deep)}.floating-actions__scroll:active{border-color:var(--color-gold);background:var(--color-champagne);color:var(--color-red-deep)}.floating-actions__cart-text{display:none}.floating-actions__badge{background:var(--color-gold-soft);color:#3f160d;border:2px solid #fff8ef;border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0 6px;font-size:.7rem;font-weight:900;line-height:1;display:grid;position:absolute;top:-8px;right:-8px}.floating-actions__cart:hover .floating-actions__badge,.floating-actions__cart:focus-visible .floating-actions__badge,.floating-actions__cart:active .floating-actions__badge,.floating-actions__cart:visited .floating-actions__badge{background:var(--color-gold-soft);color:#3f160d}@keyframes floating-action-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.catalogue-page__end{border-top:1px solid var(--color-border);gap:14px;width:min(680px,100%);margin:28px auto 8px;padding:22px 16px}.catalogue-page__end>p{color:var(--catalogue-text-muted);margin:0;font-weight:700}.catalogue-page__end-supporting{color:var(--catalogue-text-muted);font-size:.9rem;line-height:1.5}.catalogue-page__end-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.catalogue-page__end-cart,.catalogue-page__end-reset,.catalogue-page__end-top{border-radius:var(--brand-radius-sm);justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 16px;font-weight:800;display:inline-flex}.catalogue-page__end .catalogue-page__end-reset,.catalogue-page__state-actions button{border:1px solid var(--color-gold);background:var(--color-surface-warm);color:var(--color-red-deep)}.catalogue-page__state>p{margin:0;font-weight:700}.catalogue-page__state-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:16px;display:flex}.catalogue-page__state-actions button{border-radius:var(--brand-radius-sm);min-height:46px;padding:0 16px;font-weight:800}.catalogue-page__end-cart{border:1px solid var(--color-red);background:var(--color-red);color:#fff9f1}.catalogue-page__end .catalogue-page__end-top{border:1px solid var(--color-border);color:var(--color-red-deep);background:#fffdf9}.catalogue-page__end-cart:visited,.catalogue-page__end-cart:hover,.catalogue-page__end-cart:focus-visible,.catalogue-page__end-cart:active{color:#fff9f1}.catalogue-page__end-cart:hover,.catalogue-page__end-cart:focus-visible{border-color:var(--color-red-deep);background:var(--color-red-deep)}.catalogue-page__end-cart:active{border-color:var(--color-red);background:var(--color-red)}.catalogue-page__end .catalogue-page__end-top:hover,.catalogue-page__end .catalogue-page__end-reset:hover,.catalogue-page__end .catalogue-page__end-reset:focus-visible,.catalogue-page__state-actions button:hover,.catalogue-page__state-actions button:focus-visible,.catalogue-page__end .catalogue-page__end-top:focus-visible{border-color:var(--color-gold);background:var(--color-surface-warm);color:var(--color-red-deep)}.catalogue-page__end .catalogue-page__end-top:active{border-color:var(--color-gold);background:var(--color-champagne);color:var(--color-red-deep)}.catalogue-page__end-cart:focus-visible{outline:2px solid var(--color-gold);outline-offset:3px}.catalogue-page__end-reset:focus-visible,.catalogue-page__state-actions button:focus-visible,.catalogue-page__end-top:focus-visible{outline:2px solid var(--color-red-deep);outline-offset:3px}.catalogue-page__end-cart svg,.catalogue-page__end-top svg{color:currentColor;flex:none}@media (width>=640px){.how-to-order-page{padding:42px 28px 72px}.how-to-order-page__steps{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:34px}.customer-information-page{padding-top:48px}.customer-information-page__sections section,.customer-information-page__contact{padding:24px 26px}.floating-actions__cart{width:auto;padding:0 18px}.floating-actions__cart-text{margin-left:8px;font-weight:800;display:inline}}@media (width<=479.98px){.how-to-order-page__actions{display:grid}.catalogue-page__end-actions,.catalogue-page__end-cart,.catalogue-page__end-top{width:100%}}@media (prefers-reduced-motion:reduce){.floating-actions__button{transition:none}.floating-actions__cart{animation:none}}.catalogue-page__controls-shell{isolation:isolate;overflow:visible}.catalogue-page__controls{z-index:3;overflow:visible}.catalogue-sort--open,.filter-select--open{z-index:10}.catalogue-sort__menu,.filter-select__listbox{z-index:12}.catalogue-filters__panel{z-index:11;overflow:visible}.category-chips-shell{z-index:1;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:40px;display:grid;overflow:hidden}.category-chips-shell:before,.category-chips-shell:after{content:none}.category-chips-viewport{min-width:0;position:relative;overflow:hidden}.category-chips-viewport:before,.category-chips-viewport:after{z-index:2;content:"";pointer-events:none;width:18px;position:absolute;top:0;bottom:0}.category-chips-viewport:before{background:linear-gradient(90deg,#fffcf6,#0000);left:0}.category-chips-viewport:after{background:linear-gradient(270deg,#fffcf6,#0000);right:0}.category-chips{padding:5px 18px;scroll-padding-inline:18px}.category-chips__scroll-button{z-index:3;width:34px;min-width:34px;height:38px;color:var(--catalogue-red-deep);-webkit-user-select:none;user-select:none;background:#fffcf6fa;border:0;place-items:center;padding:0;display:none;position:relative}.category-chips__scroll-button svg{width:19px;height:19px}.category-chips__scroll-button:disabled{visibility:hidden}.category-chips__scroll-button:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:-3px}@media (hover:hover) and (pointer:fine){.category-chips__scroll-button{display:grid}}.expandable-description{position:relative}.expandable-description__fade{background:linear-gradient(#0000,#fffcf6fc);height:1.65em}.expandable-description__toggle{min-height:24px;color:var(--color-text-muted);box-shadow:none;background:0 0;border:0;border-radius:0;margin:4px auto 0;padding:1px 4px;font-size:.82rem;font-weight:700;line-height:1.3;display:block}.expandable-description:not(.expandable-description--expanded) .expandable-description__toggle{z-index:2;text-shadow:0 1px 6px #fffcf6;margin:0;position:absolute;bottom:-1px;right:50%;transform:translate(50%)}.expandable-description__toggle:hover,.expandable-description__toggle:focus-visible{color:var(--color-red-deep);text-underline-offset:3px;text-decoration:underline}.product-page__details{container:product-details/inline-size}.product-page__metadata-line{grid-template-columns:minmax(0,auto) auto minmax(0,1fr);align-items:start;gap:4px 8px;display:grid}.product-page__metadata-item{overflow-wrap:anywhere;min-width:0}.product-page__metadata-separator{align-self:start}@container product-details (width<=430px){.product-page__metadata-line{grid-template-columns:minmax(0,1fr);gap:3px}.product-page__metadata-separator{display:none}}.product-page__enquiry{display:block}.product-page__enquiry>:where(.product-page__add,.product-page__quantity){width:100%}.product-page__quantity{justify-content:space-between}.product-page__quantity-value{flex:auto}.product-page__ordering-help{border-top:1px solid #8b000024;margin-top:18px;padding:16px 0 14px;line-height:1.55}.quotation-notice{border:1px solid #8b00002e;border-left:4px solid var(--color-gold);border-radius:var(--brand-radius-sm);color:var(--color-text);box-shadow:var(--shadow-soft);background:#fff8eff0;padding:13px 15px}.quotation-notice p{margin:0;font-size:.9rem;line-height:1.55}.quotation-notice--compact{padding:10px 13px}.quotation-notice--compact p{font-size:.84rem}.home-v24__notice-section{background:var(--color-bg);padding:16px 0 4px}.catalogue-page__facility-notice{margin:-8px 0 12px}.gallery-page>.quotation-notice{max-width:1120px;margin:0 auto 22px}.enquiry-page__facility-notice{box-shadow:none;margin:0 0 14px}.app-footer__catalogue-notice{border-radius:var(--brand-radius-sm);color:#fff8efeb;text-align:center;background:#fff8ef14;border:1px solid #fff8ef38;width:min(1120px,100% - 40px);margin:20px auto 0;padding:12px 14px;font-size:.84rem;line-height:1.5}@media (width<=639.98px){.quotation-notice{padding:10px 12px}.quotation-notice p{font-size:.82rem;line-height:1.48}.app-footer__catalogue-notice{width:min(100% - 24px,1120px)}}@media (prefers-reduced-motion:reduce){.category-chips{scroll-behavior:auto}}.home-browse-cta{display:none}.enquiry-missed-categories{border-top:1px solid var(--color-border);width:min(1120px,100%);margin:26px auto 0;padding:22px 18px 8px}.enquiry-missed-categories__heading{margin-bottom:18px}.enquiry-missed-categories__heading h2{color:var(--color-red-deep);margin:0;font-size:clamp(1.35rem,3vw,1.9rem);line-height:1.2}@media (width<=767.98px){.home-v24{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.app-shell:has(.home-v24) .app-footer__copyright{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.home-browse-cta{z-index:58;right:max(14px, calc(env(safe-area-inset-right) + 10px));bottom:max(12px, calc(env(safe-area-inset-bottom) + 10px));left:max(14px, calc(env(safe-area-inset-left) + 10px));background:linear-gradient(135deg, var(--color-red) 0%, #922427 62%, var(--color-gold) 100%);color:#fff9f1;letter-spacing:.01em;text-align:center;border:1px solid #fff8ef5c;border-radius:16px 0;justify-content:center;align-items:center;min-height:50px;padding:11px 20px;font-weight:900;transition:transform .18s,box-shadow .18s,opacity .18s;display:inline-flex;position:fixed;box-shadow:0 14px 30px #480c0e4d}.home-browse-cta:visited,.home-browse-cta:hover,.home-browse-cta:active{color:#fff9f1}.home-browse-cta:hover{transform:translateY(-2px);box-shadow:0 18px 34px #480c0e57}.home-browse-cta:focus-visible{outline-offset:3px;outline:3px solid #fff9f1}.floating-actions--home{bottom:max(76px, calc(env(safe-area-inset-bottom) + 72px))}.app-shell:has(.app-header--menu-open) .home-browse-cta{visibility:hidden;opacity:0;pointer-events:none}.enquiry-missed-categories{margin-top:20px;padding:20px 14px 4px}}@media (prefers-reduced-motion:reduce){.home-browse-cta{transition:none}.home-browse-cta:hover{transform:none}}@media print{.home-browse-cta,.enquiry-missed-categories{display:none!important}}
