.site-header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);background:#fffffff5;position:sticky;top:0}.header-topbar{background:var(--color-onyx);color:var(--text-inverse);border-bottom:1px solid #ffffff14}.header-topbar__inner{justify-content:space-between;align-items:center;gap:16px;min-height:42px;display:flex}.header-topbar__text{color:#ffffffd1;font-size:.9rem}.header-topbar__portal{color:var(--color-primary);white-space:nowrap;font-weight:600}.header-main{grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:82px;display:grid}.site-logo{color:var(--text-primary);align-items:center;gap:14px;text-decoration:none;display:inline-flex}.site-logo__mark{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));width:48px;height:48px;color:var(--text-inverse);box-shadow:var(--shadow-sm);border-radius:12px;place-items:center;font-size:1.2rem;font-weight:700;display:grid}.site-logo__text{flex-direction:column;display:flex}.site-logo__name{font-family:var(--font-heading);color:var(--color-onyx);font-size:1.35rem;font-weight:700;line-height:1}.site-logo__tag{color:var(--text-secondary);margin-top:4px;font-size:.82rem}.site-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.site-nav__link{color:var(--text-primary);transition:var(--transition-default);border-radius:10px;padding:10px 14px;font-weight:500}.site-nav__link:hover,.site-nav__link.active{background:var(--surface-secondary);color:var(--color-primary-dark)}.header-actions{align-items:center;gap:10px;display:flex}@media (width<=1024px){.header-main{grid-template-columns:1fr;justify-items:start;padding-top:14px;padding-bottom:14px}.site-nav{justify-content:flex-start}.header-actions{flex-wrap:wrap}}@media (width<=640px){.header-topbar__inner{flex-direction:column;justify-content:center;align-items:flex-start;padding-top:10px;padding-bottom:10px}.site-logo__tag{display:none}.site-nav{gap:6px;width:100%}.site-nav__link{padding:8px 10px;font-size:.95rem}}.site-footer{background:var(--color-onyx);color:var(--text-inverse);margin-top:64px}.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding-top:56px;padding-bottom:56px;display:grid}.site-footer__brand h2,.site-footer__column h3{color:var(--color-white);margin-bottom:14px}.site-footer__brand p,.site-footer__column p{color:#ffffffc2;margin-bottom:10px}.site-footer__seo{max-width:520px}.site-footer__column{flex-direction:column;gap:10px;display:flex}.site-footer__column a{color:#ffffffc2;transition:var(--transition-fast);text-decoration:none}.site-footer__column a:hover{color:var(--color-primary-light)}.site-footer__bottom{border-top:1px solid #ffffff1a}.site-footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;min-height:64px;display:flex}.site-footer__bottom p{color:#ffffffad;margin:0}.site-footer__credit a{color:var(--color-primary);font-weight:600}.site-footer__credit a:hover{color:var(--color-primary-light)}@media (width<=1024px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.site-footer__grid{grid-template-columns:1fr;padding-top:40px;padding-bottom:40px}.site-footer__bottom-inner{justify-content:flex-start;align-items:flex-start;padding-top:14px;padding-bottom:14px}}.public-layout{background:var(--color-background);flex-direction:column;min-height:100vh;display:flex}.public-main{flex:1}.portal-nav{color:#f5efe2;background:#121212;border-right:1px solid #c9a04a26;flex-direction:column;justify-content:space-between;gap:24px;min-height:100vh;padding:28px 20px;display:flex;position:sticky;top:0}.portal-nav__top{flex-direction:column;gap:20px;display:flex}.portal-nav__brand h2{margin:6px 0 8px;font-size:1.7rem;line-height:1.1}.portal-nav__brand p{color:#f5efe2bf;margin:0;font-size:.95rem;line-height:1.5}.portal-nav__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#c9a04a;font-size:.78rem;font-weight:700}.portal-nav__menu{flex-direction:column;gap:8px;display:flex}.portal-nav__link{color:#f5efe2e0;border-radius:12px;padding:12px 14px;font-weight:600;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:block}.portal-nav__link:hover{color:#fff;background:#c9a04a1a;transform:translate(2px)}.portal-nav__link.is-active{color:#111;background:linear-gradient(135deg,#c9a04a 0%,#a67c28 100%)}.portal-nav__bottom{margin-top:auto}.portal-nav__logout{color:#f5efe2;cursor:pointer;background:0 0;border:1px solid #c9a04a59;border-radius:12px;width:100%;padding:12px 14px;font-weight:700;transition:background .2s,border-color .2s}.portal-nav__logout:hover{background:#c9a04a14;border-color:#c9a04a}@media (width<=960px){.portal-nav{border-bottom:1px solid #c9a04a26;border-right:none;min-height:auto;position:static}.portal-nav__menu{flex-flow:wrap}.portal-nav__link{flex:140px}}.portal-layout{background:#f6f3ea;grid-template-columns:280px 1fr;min-height:100vh;display:grid}.portal-layout__main{min-width:0;padding:32px}.portal-layout__content{width:100%}@media (width<=960px){.portal-layout{grid-template-columns:1fr}.portal-layout__main{padding:20px}}.portal-dashboard{flex-direction:column;gap:24px;display:flex}.portal-dashboard__header{background:#fff;border:1px solid #e6dcc8;border-radius:24px;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px;display:flex;box-shadow:0 10px 30px #1111110d}.portal-dashboard__eyebrow,.portal-panel__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#a67c28;margin-bottom:8px;font-size:.78rem;font-weight:700;display:inline-block}.portal-dashboard__header h1,.portal-panel__head h2{color:#111;margin:0 0 10px}.portal-dashboard__header p{color:#5f5a50;max-width:680px;margin:0;line-height:1.6}.portal-dashboard__primary-btn{color:#111;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#c9a04a 0%,#a67c28 100%);border:none;border-radius:14px;padding:14px 18px;font-weight:800}.portal-dashboard__summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.portal-stat-card{background:#fff;border:1px solid #e6dcc8;border-radius:20px;padding:22px;box-shadow:0 10px 30px #1111110a}.portal-stat-card__title{color:#6b6254;margin-bottom:12px;font-weight:600;display:block}.portal-stat-card__value{color:#111;margin-bottom:8px;font-size:2rem;line-height:1;display:block}.portal-stat-card__meta{color:#7a7264;margin:0}.portal-dashboard__main-grid{grid-template-columns:2fr 1fr;gap:18px;display:grid}.portal-panel{background:#fff;border:1px solid #e6dcc8;border-radius:24px;padding:24px;box-shadow:0 10px 30px #1111110a}.portal-panel__head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.portal-panel__link-btn{color:#a67c28;cursor:pointer;background:0 0;border:none;font-weight:700}.portal-table{flex-direction:column;gap:10px;display:flex}.portal-table__row{color:#1a1a1a;background:#faf8f3;border-radius:14px;grid-template-columns:1.1fr 1fr 1fr 1fr;align-items:center;gap:12px;padding:14px 16px;display:grid}.portal-table__head{color:#7a7264;background:0 0;padding:0 4px 8px;font-size:.9rem;font-weight:700}.portal-badge{border-radius:999px;justify-content:center;align-items:center;min-width:92px;padding:7px 12px;font-size:.84rem;font-weight:700;display:inline-flex}.portal-badge--processing{color:#7a5a10;background:#c9a04a2e}.portal-badge--shipped{color:#1f5aa6;background:#1f5aa61f}.portal-badge--delivered{color:#2b7b3f;background:#2b7b3f1f}.portal-quick-actions{gap:12px;display:grid}.portal-action-card{text-align:left;color:#1a1a1a;cursor:pointer;background:#faf8f3;border:1px solid #e6dcc8;border-radius:16px;width:100%;padding:16px;font-weight:700;transition:transform .2s,border-color .2s,box-shadow .2s}.portal-action-card:hover{border-color:#c9a04a;transform:translateY(-2px);box-shadow:0 10px 20px #1111110d}@media (width<=1100px){.portal-dashboard__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-dashboard__main-grid{grid-template-columns:1fr}}@media (width<=720px){.portal-dashboard__header{flex-direction:column}.portal-dashboard__summary-grid{grid-template-columns:1fr}.portal-table__head{display:none}.portal-table__row{grid-template-columns:1fr;gap:8px}}.portal-orders-page{flex-direction:column;gap:24px;display:flex}.portal-orders-page__header{background:#fff;border:1px solid #e6dcc8;border-radius:24px;padding:28px;box-shadow:0 10px 30px #1111110a}.portal-orders-page__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#a67c28;margin-bottom:8px;font-size:.78rem;font-weight:700;display:inline-block}.portal-orders-page__header h1{margin:0 0 10px}.portal-orders-page__header p{color:#6f675c;margin:0;line-height:1.6}.portal-orders-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.portal-orders-summary__card{background:#fff;border:1px solid #e6dcc8;border-radius:18px;padding:20px}.portal-orders-summary__card span{color:#7a7264;margin-bottom:10px;font-weight:600;display:block}.portal-orders-summary__card strong{color:#111;font-size:2rem}.portal-orders-tabs{flex-wrap:wrap;gap:10px;display:flex}.portal-orders-tabs__btn{color:#3a342b;cursor:pointer;background:#fff;border:1px solid #dccfb5;border-radius:999px;padding:10px 16px;font-weight:700;transition:background .2s,border-color .2s,color .2s}.portal-orders-tabs__btn.is-active{color:#111;background:linear-gradient(135deg,#c9a04a 0%,#a67c28 100%);border-color:#a67c28}.portal-orders-list{flex-direction:column;gap:18px;display:flex}.portal-order-card{background:#fff;border:1px solid #e6dcc8;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #1111110a}.portal-order-card__summary{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:24px}.portal-order-card__summary-main{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.portal-order-card__label{text-transform:uppercase;letter-spacing:.12em;color:#8d846f;margin-bottom:6px;font-size:.8rem;font-weight:700;display:block}.portal-order-card__summary h2{color:#111;margin:0}.portal-order-badge{border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-size:.84rem;font-weight:800;display:inline-flex}.portal-order-badge--pending{color:#7a5a10;background:#c9a04a29}.portal-order-badge--delivered{color:#2b7b3f;background:#2b7b3f1f}.portal-order-card__quick-info{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.portal-order-card__quick-info p{color:#1b1b1b;margin:0;font-weight:700}.portal-order-card__toggle-row{border-top:1px solid #efe4d2;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;padding-top:18px;display:flex}.portal-order-card__toggle-text{color:#7a5a10;font-weight:700}.portal-order-card__chevron{color:#7a5a10;font-size:1.15rem;transition:transform .2s}.portal-order-card__chevron.is-open{transform:rotate(180deg)}.portal-order-card__content{padding:0 24px 24px}.portal-order-card__delivered{color:#2b7b3f;background:#f5faf6;border-radius:14px;margin-bottom:18px;padding:12px 14px;font-weight:700}.portal-order-items{border:1px solid #eee4d2;border-radius:18px;overflow:hidden}.portal-order-items__head,.portal-order-items__row{grid-template-columns:2fr 80px 120px 120px;align-items:center;gap:12px;padding:14px 16px;display:grid}.portal-order-items__head{color:#6c6559;background:#faf7f0;font-size:.9rem;font-weight:800}.portal-order-items__row{border-top:1px solid #f0e7d6}.portal-order-items__product{flex-direction:column;gap:4px;display:flex}.portal-order-items__product strong{color:#161616}.portal-order-items__product span{color:#786f61;font-size:.92rem}.portal-order-totals{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.portal-order-totals div{background:#faf7f0;border-radius:16px;padding:14px 16px}.portal-order-totals span{color:#7a7264;margin-bottom:6px;font-size:.9rem;font-weight:700;display:block}.portal-order-totals strong{color:#111;font-size:1.1rem}.portal-order-totals__grand{background:linear-gradient(135deg,#f6e3b2 0%,#e0bf72 100%)!important}@media (width<=1100px){.portal-orders-summary,.portal-order-card__quick-info,.portal-order-totals{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.portal-orders-summary,.portal-order-card__summary-main,.portal-order-card__quick-info,.portal-order-totals,.portal-order-items__row{grid-template-columns:1fr}.portal-order-card__summary-main{display:grid}.portal-order-items__head{display:none}.portal-order-items__row{gap:8px}}.home-hero{background:#111;align-items:center;min-height:88vh;display:flex;position:relative;overflow:hidden}.home-hero__video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-hero__overlay{background:linear-gradient(90deg,#000000b8 0%,#00000085 38%,#00000073 100%),linear-gradient(#00000038 0%,#00000080 100%);position:absolute;inset:0}.home-hero__content{z-index:2;width:100%;padding-top:64px;padding-bottom:64px;position:relative}.home-hero__text{max-width:760px}.home-hero__eyebrow{color:var(--color-primary-light);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px;font-size:.85rem;font-weight:700;display:inline-block}.home-hero h1{color:var(--color-white);max-width:900px;margin-bottom:18px;font-size:clamp(2.7rem,6vw,5.4rem);line-height:.98}.home-hero p{color:#ffffffe0;max-width:700px;font-size:1.08rem}.home-hero__actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.btn-secondary--light{color:var(--color-white);background:#ffffff1f;border:1px solid #ffffff38}.btn-secondary--light:hover{background:#fff3}.home-intro{z-index:3;background:#fff;margin-top:-56px;padding:32px 0 24px;position:relative}.home-intro__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.home-intro__card{min-height:100%}.home-intro__card h2{margin-bottom:12px;font-size:1.2rem}.home-pillars,.home-industries,.home-categories{padding:72px 0}.home-industries{background:var(--surface-secondary)}.home-section__heading{max-width:900px;margin-bottom:30px}.home-section__heading span,.home-section__mini,.home-pillar__eyebrow{color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.8rem;font-weight:700;display:inline-block}.home-section__heading h2{margin-bottom:14px}.home-pillars__grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.home-pillar h3{margin-bottom:12px;font-size:1.35rem;line-height:1.15}.home-pillar p{margin-bottom:18px}.home-pillar__link{color:var(--color-primary-dark);font-weight:700}.home-pillar__link:hover{color:var(--color-primary)}.home-chip-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home-chip{background:var(--surface-primary);border:1px solid var(--border-light);color:var(--text-primary);box-shadow:var(--shadow-sm);border-radius:14px;padding:18px 20px;font-weight:600}.home-categories__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.home-category h3{margin-bottom:10px}.home-cta-band{padding:0 0 80px}.home-cta-band__inner{background:var(--color-onyx);color:var(--text-inverse);border-radius:var(--radius-lg);grid-template-columns:1.2fr auto;align-items:center;gap:24px;padding:36px;display:grid}.home-cta-band__inner h2{color:var(--color-white);margin-bottom:12px}.home-cta-band__inner p{color:#fffc}.home-cta-band__actions{flex-wrap:wrap;gap:12px;display:flex}.btn-secondary--light-outline{color:var(--color-white);background:0 0;border:1px solid #ffffff2e}.btn-secondary--light-outline:hover{background:#ffffff14}.home-offer{background:var(--surface-secondary);padding:72px 0}.home-offer__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.home-offer__card h3{margin-bottom:14px}.home-offer__list{color:var(--text-secondary);padding-left:18px}.home-offer__list li+li{margin-top:10px}.home-offer__actions{justify-content:center;margin-top:24px;display:flex}@media (width<=900px){.home-offer__grid{grid-template-columns:1fr}}@media (width<=1100px){.home-intro__grid,.home-pillars__grid,.home-chip-grid,.home-categories__grid,.home-cta-band__inner{grid-template-columns:1fr 1fr}.home-cta-band__inner{align-items:start}}@media (width<=760px){.home-intro{margin-top:0;padding-top:56px}.home-intro__grid,.home-pillars__grid,.home-chip-grid,.home-categories__grid,.home-cta-band__inner{grid-template-columns:1fr}.home-hero{min-height:76vh}.home-hero__content{padding-top:48px;padding-bottom:48px}.home-pillars,.home-industries,.home-categories{padding:56px 0}.home-cta-band{padding:0 0 56px}.home-cta-band__inner{padding:24px}}.industries-page{padding:72px 0}.industries-page__hero{max-width:850px;margin-bottom:36px}.industries-page__hero span{color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.8rem;font-weight:700;display:inline-block}.industries-page__hero h1{margin-bottom:16px}.industries-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.industries-card h2{margin-bottom:10px;font-size:1.25rem}@media (width<=900px){.industries-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.industries-grid{grid-template-columns:1fr}.industries-page{padding:56px 0}}.products-page{background:#f7f7f5;padding:40px 0 56px}.products-page__header{flex-direction:column;gap:16px;margin-bottom:16px;display:flex}.products-page__header-copy h1{color:var(--text-dark);margin:0;font-size:clamp(1.9rem,4vw,2.6rem);line-height:1.05}.products-page__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin:0 0 6px;font-size:.78rem;font-weight:700}.products-page__intro{max-width:760px;color:var(--text-muted);margin:8px 0 0;font-size:.96rem;line-height:1.5}.products-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.products-toolbar__search{flex:1;min-width:240px}.products-toolbar__search input{border:1px solid var(--border);width:100%;height:44px;color:var(--text-dark);font:inherit;background:#fff;border-radius:10px;outline:none;padding:0 14px}.products-toolbar__search input:focus,.filter-group select:focus,.qty-control input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0000000d}.filters-toggle,.filters-clear-btn,.pagination__btn,.pagination__page,.product-row__cart-btn,.product-row__view-btn,.qty-btn{font:inherit}.filters-toggle{border:1px solid var(--border);height:44px;color:var(--text-dark);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:0 14px;font-weight:700;display:inline-flex}.filters-toggle.is-open{border-color:var(--primary)}.filters-toggle__count{background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.76rem;display:inline-flex}.products-toolbar__cart{border:1px solid var(--border);height:44px;color:var(--text-dark);background:#fff;border-radius:10px;align-items:center;gap:8px;padding:0 14px;font-weight:700;display:inline-flex}.products-toolbar__cart span{background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:.76rem;display:inline-flex}.filters-panel{border:1px solid var(--border);background:#fff;border-radius:14px;margin-bottom:16px;padding:14px;display:none}.filters-panel.is-open{display:block}.filters-panel__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.filter-group{flex-direction:column;gap:6px;display:flex}.filter-group label{color:var(--text-dark);font-size:.82rem;font-weight:700}.filter-group select{border:1px solid var(--border);width:100%;height:42px;color:var(--text-dark);font:inherit;background:#fff;border-radius:10px;outline:none;padding:0 12px}.filters-panel__actions{justify-content:flex-end;margin-top:12px;display:flex}.filters-clear-btn{border:1px solid var(--border);height:40px;color:var(--text-dark);cursor:pointer;background:#f6f6f3;border-radius:10px;padding:0 14px;font-weight:700}.products-results-bar{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:.92rem;display:flex}.products-results-bar__count,.products-results-bar__page{margin:0}.products-list{flex-direction:column;gap:10px;display:flex}.product-row{border:1px solid var(--border);background:#fff;border-radius:12px;grid-template-columns:96px minmax(0,1fr) 220px;align-items:center;gap:14px;padding:12px;display:grid}.product-row:hover{background-color:var(--surface-hover)}.product-row__image-wrap{background:#f1f1ed;border-radius:10px;width:96px;height:96px;display:block;overflow:hidden}.product-row__image{object-fit:cover;width:100%;height:100%;display:block}.product-row__main{min-width:0}.product-row__top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.product-row__title-link{color:inherit;text-decoration:none}.product-row__title-link:hover .product-row__title{text-decoration:underline}.product-row__title{color:var(--text-dark);margin:0 0 4px;font-size:1rem;line-height:1.2}.product-row__description{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.4}.product-row__top-right{flex-direction:column;align-items:flex-end;gap:8px;min-width:120px;display:flex}.product-row__stock{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:5px 9px;font-size:.75rem;font-weight:700}.product-row__stock.is-in-stock{color:#1f6a3b;background:#14783c1a}.product-row__stock.is-out-of-stock{color:#9d2d2d;background:#a028281a}.product-row__price-block{text-align:right;flex-direction:column;align-items:flex-end;gap:1px;display:flex}.product-row__price-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.72rem;font-weight:700}.product-row__price{color:var(--text-dark);font-size:1.08rem;font-weight:800;line-height:1.1}.product-row__price-unit{color:var(--text-muted);font-size:.8rem}.product-row__specs{color:var(--text-dark);flex-wrap:wrap;gap:8px 14px;font-size:.86rem;display:flex}.product-row__spec{color:var(--text-muted)}.product-row__spec strong{color:var(--text-dark)}.product-row__actions{flex-direction:column;align-items:stretch;gap:8px;display:flex}.product-row__view-btn,.product-row__cart-btn{border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;height:40px;padding:0 12px;font-weight:700;text-decoration:none;transition:background .2s,color .2s,border-color .2s,opacity .2s;display:inline-flex}.product-row__view-btn{color:var(--text-dark);background:#fff}.product-row__view-btn:hover{background:#f5f5f3}.product-row__cart-btn{background:var(--color-onyx);border-color:var(--primary);color:#fff;cursor:pointer}.product-row__cart-btn:hover:not(:disabled){background-color:var(--color-primary)}.product-row__cart-btn:disabled{opacity:.5;cursor:not-allowed}.product-row__login-note{color:var(--text-muted);text-align:center;padding:8px 0;font-size:.85rem}.qty-control{border:1px solid var(--border);background:#fff;border-radius:8px;justify-content:center;align-items:center;height:36px;display:inline-flex;overflow:hidden}.qty-btn{cursor:pointer;width:36px;height:100%;color:var(--text-dark);background:#f5f5f3;border:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:1;display:inline-flex}.qty-btn:hover{background:#ecece8}.qty-control input{text-align:center;width:44px;height:100%;font:inherit;color:var(--text-dark);background:#fff;border:0;outline:none;padding:0}.products-empty{text-align:center;border:1px solid var(--border);background:#fff;border-radius:14px;padding:36px 20px}.products-empty h2{margin:0 0 10px}.products-empty p{color:var(--text-muted);margin:0}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:18px;display:flex}.pagination__btn,.pagination__page{border:1px solid var(--border);min-width:40px;height:40px;color:var(--text-dark);cursor:pointer;background:#fff;border-radius:10px;padding:0 12px;font-weight:700}.pagination__btn:disabled{opacity:.45;cursor:not-allowed}.pagination__pages{flex-wrap:wrap;gap:6px;display:flex}.pagination__page.is-active{background:var(--primary);border-color:var(--primary);color:#fff}.qty-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-control input[type=number]{appearance:textfield}@media (width<=1100px){.filters-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-row{grid-template-columns:88px minmax(0,1fr) 200px}}@media (width<=820px){.product-row{grid-template-columns:80px minmax(0,1fr);align-items:start}.product-row__actions{flex-flow:wrap;grid-column:1/-1;justify-content:flex-end;align-items:center;gap:10px;display:flex}.product-row__view-btn,.product-row__cart-btn{min-width:140px}.qty-control{width:auto}}@media (width<=560px){.products-page{padding:32px 0 48px}.products-toolbar{flex-direction:column;align-items:stretch}.products-toolbar__search{min-width:0}.filters-panel__grid{grid-template-columns:1fr}.product-row{grid-template-columns:1fr;gap:12px}.product-row__image-wrap{width:100%;height:180px}.product-row__top{flex-direction:column;align-items:flex-start}.product-row__top-right{align-items:flex-start}.product-row__price-block{text-align:left;align-items:flex-start}.product-row__actions{flex-direction:column;align-items:stretch}.qty-control,.product-row__view-btn,.product-row__cart-btn{width:100%}}.products-services-page{background:linear-gradient(#fff 0%,#fbfaf6 100%);padding:72px 0 40px}.products-services-page__hero{max-width:920px;margin-bottom:36px}.products-services-page__eyebrow,.products-services-section__heading span,.products-services-cta__eyebrow{color:var(--color-primary-dark);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:.82rem;font-weight:700;display:inline-block}.products-services-page__hero h1{margin-bottom:16px;font-size:clamp(2.3rem,5vw,4rem);line-height:1.04}.products-services-page__lead{max-width:780px;font-size:1.08rem}.products-services-page__intro{grid-template-columns:1.3fr .85fr;align-items:start;gap:28px;display:grid}.products-services-page__intro-card,.products-services-page__aside{min-height:100%}.products-services-page__intro-card h2,.products-services-page__aside h3{margin-bottom:14px}.products-services-page__intro-card p+p{margin-top:16px}.products-services-page__list{color:var(--text-secondary);padding-left:18px}.products-services-page__list li+li{margin-top:10px}.products-services-section{padding:40px 0 72px}.products-services-section--soft{background:var(--surface-secondary)}.products-services-section__heading{max-width:860px;margin-bottom:28px}.products-services-section__heading h2{margin-bottom:10px}.products-services-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.products-services-grid--services{grid-template-columns:repeat(4,1fr)}.products-services-card h3{margin-bottom:8px;font-size:1.1rem}.brand-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.brand-pill{background:var(--surface-primary);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);color:var(--text-primary);border-radius:14px;padding:16px 18px;font-weight:600}.products-services-cta{padding:0 0 80px}.products-services-cta__inner{background:var(--color-onyx);border-radius:var(--radius-lg);grid-template-columns:1.2fr auto;align-items:center;gap:24px;padding:36px;display:grid}.products-services-cta__inner h2{color:var(--color-white);max-width:760px;margin-bottom:12px}.products-services-cta__inner p{color:#fffc;max-width:760px}.products-services-cta__actions{flex-wrap:wrap;gap:12px;display:flex}.products-services-cta .btn-secondary{color:var(--color-white);background:0 0;border:1px solid #ffffff2e}.products-services-cta .btn-secondary:hover{background:#ffffff14}@media (width<=1100px){.products-services-grid--services,.products-services-grid,.brand-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.products-services-page__intro,.products-services-cta__inner{grid-template-columns:1fr}}@media (width<=640px){.products-services-page{padding:56px 0 28px}.products-services-section{padding:28px 0 56px}.products-services-grid--services,.products-services-grid,.brand-grid{grid-template-columns:1fr}.products-services-cta{padding:0 0 56px}.products-services-cta__inner{padding:24px}}.about-page{background:linear-gradient(#fff 0%,#fbfaf6 100%);padding:72px 0 40px}.about-page__hero{max-width:880px;margin-bottom:40px}.about-page__eyebrow,.about-highlights__heading span,.about-cta__eyebrow{color:var(--color-primary-dark);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:.82rem;font-weight:700;display:inline-block}.about-page__hero h1{margin-bottom:16px;font-size:clamp(2.4rem,5vw,4.25rem);line-height:1.02}.about-page__lead{max-width:760px;font-size:1.08rem}.about-page__story{grid-template-columns:1.35fr .85fr;align-items:start;gap:28px;display:grid}.about-page__content{background:var(--surface-primary);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:32px}.about-page__content h2{margin-bottom:16px;font-size:1.8rem}.about-page__content p+p{margin-top:16px}.about-page__aside{position:sticky;top:110px}.about-page__aside h3{margin-bottom:16px;font-size:1.25rem}.about-page__list{color:var(--text-secondary);padding-left:18px}.about-page__list li+li{margin-top:12px}.about-highlights{padding:40px 0 72px}.about-highlights__heading{max-width:760px;margin-bottom:28px}.about-highlights__heading h2{margin-bottom:10px}.about-highlights__grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.about-highlight{min-height:100%}.about-highlight h3{margin-bottom:12px;font-size:1.2rem}.about-cta{padding:0 0 80px}.about-cta__inner{background:var(--color-onyx);border-radius:var(--radius-lg);grid-template-columns:1.2fr auto;align-items:center;gap:24px;padding:36px;display:grid}.about-cta__inner h2{color:var(--color-white);max-width:760px;margin-bottom:12px}.about-cta__inner p{color:#fffc;max-width:760px}.about-cta__actions{flex-wrap:wrap;gap:12px;display:flex}.about-cta .btn-secondary{color:var(--color-white);background:0 0;border:1px solid #ffffff2e}.about-cta .btn-secondary:hover{background:#ffffff14}@media (width<=980px){.about-page__story,.about-highlights__grid,.about-cta__inner{grid-template-columns:1fr}.about-page__aside{position:static;top:auto}}@media (width<=640px){.about-page{padding:56px 0 28px}.about-page__content,.about-cta__inner{padding:24px}.about-highlights{padding:28px 0 56px}.about-cta{padding:0 0 56px}}.contact-page{padding:72px 0}.contact-page__layout{grid-template-columns:1fr 1fr;align-items:start;gap:28px;display:grid}.contact-page__eyebrow{color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.8rem;font-weight:700;display:inline-block}.contact-page h1{margin-bottom:16px}.contact-page__details{margin-top:22px}.contact-page__details p+p{margin-top:10px}.contact-form{flex-direction:column;gap:14px;display:flex}.contact-form h2{margin-bottom:4px}.contact-form__grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (width<=800px){.contact-page__layout,.contact-form__grid{grid-template-columns:1fr}.contact-page{padding:56px 0}}.quote-page{padding:72px 0}.quote-page__layout{grid-template-columns:1fr 1fr;align-items:start;gap:28px;display:grid}.quote-page__eyebrow{color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.8rem;font-weight:700;display:inline-block}.quote-page h1{margin-bottom:16px}.quote-form{flex-direction:column;gap:14px;display:flex}@media (width<=800px){.quote-page__layout{grid-template-columns:1fr}.quote-page{padding:56px 0}}.portal-page{background:#f6f6f3;align-items:center;min-height:calc(100vh - 120px);padding:80px 0;display:flex}.portal-page__wrap{width:100%;max-width:520px;margin:0 auto}.portal-page__header{text-align:center;margin-bottom:28px}.portal-page__header span{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:10px;font-size:.75rem;font-weight:700;display:inline-block}.portal-page__header h1{color:var(--text-dark);margin:0 0 10px;font-size:1.9rem;line-height:1.2}.portal-page__header p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.portal-login{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:14px;padding:28px;display:flex;box-shadow:0 6px 24px #0000000a}.portal-login h2{color:var(--text-dark);margin:0 0 6px;font-size:1.2rem}.portal-login input{border:1px solid var(--border);width:100%;height:44px;color:var(--text-dark);font:inherit;background:#fff;border-radius:10px;outline:none;padding:0 14px;transition:all .2s}.portal-login input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0000000d}.portal-login input::placeholder{color:#9a9a9a}.portal-login .btn{border-radius:10px;height:44px;margin-top:6px;font-weight:700}.portal-login .btn-primary:hover{transform:translateY(-1px)}@media (width<=520px){.portal-page{padding:48px 0}.portal-login{padding:20px}.portal-page__header h1{font-size:1.5rem}}.ordering-page{padding:72px 0}.ordering-page__hero{max-width:800px;margin-bottom:30px}.ordering-page__hero span{color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.8rem;font-weight:700;display:inline-block}.ordering-page__hero h1{margin-bottom:16px}.ordering-steps{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.ordering-steps h2{margin-bottom:10px;font-size:1.2rem}@media (width<=900px){.ordering-steps{grid-template-columns:1fr}.ordering-page{padding:56px 0}}.support-page{padding:72px 0}.support-page__layout{flex-direction:column;gap:30px;display:flex}.support-page__eyebrow{color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:.8rem;font-weight:700;display:inline-block}.support-page h1{margin-bottom:16px}.support-page__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.support-page__grid h2{margin-bottom:10px;font-size:1.2rem}@media (width<=900px){.support-page__grid{grid-template-columns:1fr}.support-page{padding:56px 0}}.product-details{padding:72px 0}.product-details__layout{grid-template-columns:1fr 1fr;gap:40px;display:grid}.product-details__image img{border-radius:12px;width:100%}.product-details__category{color:var(--text-muted);font-size:.85rem}.product-details h1{margin:12px 0}.product-details__brand{margin-bottom:12px;font-weight:600}.product-details__meta{margin-top:20px}.product-details__meta p{margin-bottom:6px}@media (width<=800px){.product-details__layout{grid-template-columns:1fr}}.notfound-page{padding:96px 0}.notfound-page__content{text-align:center;max-width:640px}.notfound-page__content span{color:var(--color-primary-dark);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:.95rem;font-weight:700;display:inline-block}.notfound-page__content h1{margin-bottom:14px}.notfound-page__content p{margin-bottom:22px}:root{--color-primary:#c9a646;--color-primary-dark:#a8842e;--color-primary-light:#e0c36a;--color-onyx:#1a1a1a;--color-onyx-soft:#2a2a2a;--color-onyx-light:#444;--color-white:#fff;--color-offwhite:#f8f8f8;--color-background:#fff;--color-accent:#c9a646;--color-accent-hover:#e0c36a;--text-primary:var(--color-onyx);--text-secondary:#666;--text-muted:#999;--text-inverse:#fff;--border-light:#e5e5e5;--border-default:#d6d6d6;--border-dark:#b0b0b0;--surface-primary:#fff;--surface-secondary:#f8f8f8;--surface-hover:#f2f2f2;--surface-dark:#1a1a1a;--success:#2ecc71;--warning:#f39c12;--danger:#e74c3c;--info:#3498db;--shadow-sm:0 2px 6px #0000000d;--shadow-md:0 6px 18px #00000014;--shadow-lg:0 12px 32px #0000001f;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:40px;--font-heading:"Montserrat", sans-serif;--font-body:"Inter", sans-serif;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.25rem;--font-size-xl:2rem;--transition-fast:.15s ease;--transition-default:.25s ease}[data-theme=dark]{--color-background:#121212;--surface-primary:#1a1a1a;--surface-secondary:#222;--surface-hover:#2a2a2a;--text-primary:#f5f5f5;--text-secondary:#bbb;--text-muted:#888;--border-light:#2a2a2a;--border-default:#3a3a3a;--shadow-sm:0 2px 6px #0006;--shadow-md:0 6px 18px #00000080;--shadow-lg:0 12px 32px #0009}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-background);color:var(--text-primary);font-family:var(--font-body);font-size:var(--font-size-base);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,h5{font-family:var(--font-heading);color:var(--text-primary);font-weight:600}p{color:var(--text-secondary)}a{color:var(--color-primary);transition:var(--transition-fast);text-decoration:none}a:hover{color:var(--color-primary-light)}.btn{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-default);border:none;justify-content:center;align-items:center;padding:10px 18px;font-weight:500;display:inline-flex}.btn-primary{background:var(--color-primary);color:var(--text-inverse)}.btn-primary:hover{background:var(--color-primary-light)}.btn-secondary{background:var(--surface-secondary);color:var(--text-primary);border:1px solid var(--border-default)}.btn-secondary:hover{background:var(--surface-hover)}.card{background:var(--surface-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--spacing-md);border:1px solid var(--border-light);transition:var(--transition-default)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}input,select,textarea{border-radius:var(--radius-sm);border:1px solid var(--border-default);background:var(--surface-primary);width:100%;color:var(--text-primary);font-family:var(--font-body);padding:10px 12px}input:focus,textarea:focus,select:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 2px #c9a64626}.container{width:100%;max-width:1200px;padding:var(--spacing-md);margin:0 auto}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.grid{gap:var(--spacing-md);display:grid}.hidden{display:none}
