/* Office Mall inner pages */
.inner-main { padding-top: 118px; }
.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 82% 20%,rgba(242,229,17,.09),transparent 24%),
    linear-gradient(135deg,#1b1d18 0,#10110f 62%,#171914 100%);
  color: #fff;
}
.page-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg,transparent,var(--accent),transparent);
  opacity: .45;
}
.page-hero-inner {
  display: grid;
  min-height: 260px;
  grid-template-columns: minmax(0,1fr) minmax(260px,.45fr);
  align-items: center;
  gap: 3rem;
  padding-block: 44px 40px;
}
.page-hero h1 {
  max-width: 860px;
  margin-top: .7rem;
  font-size: clamp(2.2rem,4vw,3.8rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.05em;
}
.page-hero-lead {
  max-width: 480px;
  color: rgba(255,255,255,.58);
  font-size: 14px;
  line-height: 1.85;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .6rem;
  margin-top: 1.5rem;
  color: rgba(255,255,255,.42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs svg { width: 13px; }

.inner-section { padding-block: clamp(4.8rem,7vw,7rem); }
.inner-main > .page-hero + .inner-section { padding-top: clamp(2rem,3vw,2.75rem); }
.inner-section.soft { background: linear-gradient(135deg,#efeee9,#fafaf8 55%,#f0efe9); }
.inner-section.white { background: #fff; }
.inner-title {
  max-width: 760px;
  margin-top: .85rem;
  font-size: clamp(1.9rem,3.4vw,3.35rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.045em;
}
.inner-copy { color: rgba(23,24,21,.62); font-size: 14px; line-height: 1.9; }

/* About page */
.story-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(3rem,7vw,8rem); }
.story-collage { position: relative; min-height: 540px; padding: 0 15% 60px 0; }
.story-collage .story-main { width: 100%; height: 480px; object-fit: cover; }
.story-collage .story-detail { position: absolute; right: 0; bottom: 0; width: 42%; height: 260px; border: 8px solid var(--paper); object-fit: cover; }
.story-copy p + p { margin-top: 1rem; }
.principle-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin-top: 3rem; background: rgba(23,24,21,.12); }
.principle-card { min-height: 265px; background: #fff; padding: 30px; }
.principle-card > span { display: grid; width: 45px; height: 45px; place-items: center; background: var(--ink); color: var(--accent); }
.principle-card svg { width: 19px; }
.principle-card h3 { margin-top: 2.4rem; font-size: 1.2rem; font-weight: 700; letter-spacing: -.03em; }
.principle-card p { margin-top: .75rem; color: rgba(23,24,21,.54); font-size: 12px; line-height: 1.75; }
.timeline { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 3rem; }
.timeline-item { position: relative; border-top: 1px solid rgba(23,24,21,.16); padding: 28px 28px 0 0; }
.timeline-item::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--accent); box-shadow: 0 0 0 4px #fff; }
.timeline-item strong { font-size: 1.35rem; font-weight: 700; letter-spacing: -.04em; }
.timeline-item p { max-width: 260px; margin-top: .6rem; color: rgba(23,24,21,.52); font-size: 12px; line-height: 1.7; }
.about-cta { display: flex; align-items: center; justify-content: space-between; gap: 3rem; border: 1px solid rgba(23,24,21,.14); background: linear-gradient(135deg,#fff,#f1f0ea); padding: clamp(28px,4vw,54px); }
.about-cta h2 { max-width: 680px; font-size: clamp(1.7rem,2.8vw,2.8rem); font-weight: 600; line-height: 1.08; letter-spacing: -.04em; }

/* Reference logos */
.reference-intro { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.reference-intro p { max-width: 430px; color: rgba(23,24,21,.55); font-size: 13px; line-height: 1.8; }
.logo-wall { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-top: 1px solid rgba(23,24,21,.12); border-left: 1px solid rgba(23,24,21,.12); }
.logo-cell { display: grid; min-height: 168px; place-items: center; border-right: 1px solid rgba(23,24,21,.12); border-bottom: 1px solid rgba(23,24,21,.12); background: rgba(255,255,255,.72); padding: 28px; color: #242620; transition: .25s; }
.logo-cell:hover { z-index: 1; background: #fff; color: #8e8700; box-shadow: 0 18px 45px rgba(23,24,21,.08); }
.logo-cell svg { width: min(150px,85%); height: 62px; overflow: visible; }
.logo-cell .logo-word { fill: currentColor; font-family: "Montserrat",Arial,sans-serif; font-size: 19px; font-weight: 800; letter-spacing: 1px; }
.logo-cell .logo-small { fill: currentColor; font-family: "Montserrat",Arial,sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; }
.logo-cell .logo-line { fill: none; stroke: currentColor; stroke-width: 2; }
.logo-cell .logo-fill { fill: currentColor; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem,6vw,7rem); }
.contact-details { display: flex; flex-direction: column; }
.contact-card { border-top: 1px solid rgba(23,24,21,.14); padding: 24px 0; }
.contact-card:first-of-type { margin-top: 2rem; }
.contact-card > span { display: flex; align-items: center; gap: .65rem; color: rgba(23,24,21,.45); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card > span svg { width: 16px; color: #8e8700; }
.contact-card a, .contact-card p { display: block; margin-top: .75rem; color: var(--ink); font-size: 15px; font-weight: 600; line-height: 1.65; }
.contact-social { margin-top: auto; padding-top: 2rem; }
.contact-social .social-links a { border-color: rgba(23,24,21,.16); color: rgba(23,24,21,.65); }
.contact-form { background: #fff; padding: clamp(28px,4vw,52px); box-shadow: 0 24px 70px rgba(23,24,21,.08); }
.honeypot { position: absolute!important; width: 1px!important; height: 1px!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; clip-path: inset(50%)!important; white-space: nowrap!important; opacity: 0!important; pointer-events: none!important; }
.contact-form-head { display: flex; align-items: start; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(23,24,21,.1); padding-bottom: 1.8rem; }
.contact-form-head h2 { font-size: clamp(1.7rem,2.8vw,2.7rem); font-weight: 600; letter-spacing: -.04em; }
.contact-form-head > span { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; background: var(--accent); }
.contact-form-head svg { width: 19px; }
.contact-feedback-modal { display: grid; place-items: center; overflow: auto; background: rgba(5,6,5,.72); padding: 24px; color: var(--ink); backdrop-filter: blur(10px); }
.contact-feedback-modal.hidden { display: none; }
.contact-feedback-card { position: relative; width: min(560px,100%); background: #fff; padding: clamp(30px,5vw,52px); box-shadow: 0 32px 100px rgba(0,0,0,.34); }
.contact-feedback-close { position: absolute; top: 16px; right: 16px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(23,24,21,.12); background: #fff; }
.contact-feedback-close svg { width: 16px; }
.contact-feedback-icon { display: grid; width: 58px; height: 58px; margin-bottom: 25px; place-items: center; background: var(--accent); }
.contact-feedback-icon.error { background: #ffe9e6; color: #b52c22; }
.contact-feedback-icon svg { width: 25px; }
.contact-feedback-card h2 { margin-top: 10px; font-size: clamp(1.8rem,4vw,2.8rem); font-weight: 600; line-height: 1.08; letter-spacing: -.04em; }
.contact-feedback-card ul { display: grid; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.contact-feedback-card li { border-left: 3px solid #d9564e; background: #fff4f2; padding: 11px 14px; font-size: 12px; line-height: 1.6; }
.contact-feedback-message { margin-top: 20px; color: #656860; font-size: 13px; line-height: 1.8; }
.contact-feedback-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 2rem; }
.form-field { display: grid; gap: 8px; }
.form-field.full { grid-column: 1/-1; }
.form-field span { font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid rgba(23,24,21,.16); background: #fafaf8; padding: 14px 15px; color: var(--ink); font-size: 13px; outline: 0; transition: .2s; }
.form-field input, .form-field select { min-height: 51px; }
.form-field textarea { min-height: 130px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #9b9400; background: #fff; box-shadow: 0 0 0 3px rgba(242,229,17,.16); }
.form-note { margin-top: 1rem; color: rgba(23,24,21,.48); font-size: 11px; line-height: 1.65; }
.contact-submit { margin-top: 1.5rem; }
.showroom-contact { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 440px; background: var(--ink); color: #fff; }
.showroom-contact-copy { display: grid; align-content: center; padding: clamp(36px,5vw,70px); }
.showroom-contact-copy h2 { margin-top: .8rem; font-size: clamp(1.9rem,3.2vw,3rem); font-weight: 600; line-height: 1.06; letter-spacing: -.04em; }
.showroom-contact-copy p { margin-top: 1.2rem; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.85; }
.showroom-map { width: 100%; height: 100%; min-height: 440px; border: 0; filter: grayscale(1) contrast(.95); }

/* Catalog */
.catalog-toolbar { position: sticky; top: 116px; z-index: 25; border-bottom: 1px solid rgba(23,24,21,.1); background: rgba(245,244,240,.94); backdrop-filter: blur(14px); }
.catalog-toolbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 18px; }
.filter-scroll { display: flex; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filter-scroll::-webkit-scrollbar { display: none; }
.filter-button { flex: 0 0 auto; min-height: 39px; border: 1px solid rgba(23,24,21,.14); background: rgba(255,255,255,.62); padding: 0 15px; color: rgba(23,24,21,.62); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: .2s; }
.filter-button:hover, .filter-button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.catalog-search { position: relative; flex: 0 0 255px; }
.catalog-search input { width: 100%; min-height: 41px; border: 0; border-bottom: 1px solid rgba(23,24,21,.25); background: transparent; padding: 0 34px 0 0; font-size: 12px; outline: 0; }
.catalog-search input:focus { border-color: var(--ink); }
.catalog-search svg { position: absolute; top: 11px; right: 0; width: 17px; }
.catalog-meta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }
.catalog-meta p { color: rgba(23,24,21,.52); font-size: 12px; }
.catalog-meta strong { color: var(--ink); }
.catalog-sort { min-height: 40px; border: 1px solid rgba(23,24,21,.15); background: #fff; padding: 0 35px 0 13px; color: rgba(23,24,21,.7); font-size: 11px; font-weight: 700; outline: 0; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 42px 22px; }
.catalog-card { min-width: 0; }
.catalog-card[hidden] { display: none; }
.catalog-media { position: relative; display: grid; aspect-ratio: 1.28; place-items: center; overflow: hidden; background: linear-gradient(145deg,#f4f4f1,#e7e7e1); }
.catalog-card[data-orientation="vertical"] .catalog-media { aspect-ratio: 1.05; }
.catalog-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .6s; }
.catalog-card[data-orientation="vertical"] .catalog-media img { padding: 5% 13%; mix-blend-mode: multiply; }
.catalog-media > span { position: absolute; top: 15px; left: 15px; color: rgba(23,24,21,.46); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.catalog-media > i { position: absolute; right: 16px; bottom: 16px; display: grid; width: 42px; height: 42px; place-items: center; background: var(--ink); color: #fff; opacity: 0; transition: .25s; }
.catalog-media svg { width: 17px; }
.catalog-card:hover .catalog-media img { transform: scale(1.04); }
.catalog-card:hover .catalog-media > i { opacity: 1; }
.catalog-info { padding: 20px 2px 0; }
.catalog-info p { color: rgba(23,24,21,.46); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.catalog-info h2 { margin-top: .45rem; font-size: 1.5rem; font-weight: 600; letter-spacing: -.04em; }
.catalog-info small { display: block; margin-top: .45rem; color: rgba(23,24,21,.5); font-size: 12px; line-height: 1.6; }
.catalog-empty { display: none; border: 1px solid rgba(23,24,21,.12); padding: 60px 25px; text-align: center; }
.catalog-empty.show { display: block; }
.catalog-empty svg { width: 30px; margin: 0 auto; color: #989000; }
.catalog-empty h3 { margin-top: 1rem; font-size: 1.4rem; font-weight: 600; }
.catalog-empty p { margin-top: .5rem; color: rgba(23,24,21,.5); font-size: 12px; }

/* Product detail */
.product-detail-section { background: #fff; }
.product-detail-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: start; gap: clamp(3rem,6vw,7rem); }
.product-summary { position: sticky; top: 150px; }
.product-summary .product-category { color: #8e8700; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-summary h1 { margin-top: .8rem; font-size: clamp(2.25rem,4vw,4rem); font-weight: 600; line-height: 1.02; letter-spacing: -.05em; }
.product-code { margin-top: .75rem; color: rgba(23,24,21,.42); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-summary .product-description { margin-top: 1.7rem; color: rgba(23,24,21,.6); font-size: 14px; line-height: 1.9; }
.product-features { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; margin-top: 2rem; border-top: 1px solid rgba(23,24,21,.12); }
.product-feature { display: flex; align-items: center; gap: .65rem; border-bottom: 1px solid rgba(23,24,21,.12); padding: 14px 0; color: rgba(23,24,21,.72); font-size: 12px; font-weight: 600; }
.product-feature svg { width: 16px; color: #918a00; }
.product-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 2rem; }
.product-help { display: flex; align-items: center; gap: .8rem; margin-top: 1.4rem; color: rgba(23,24,21,.48); font-size: 11px; line-height: 1.6; }
.product-help > span { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(23,24,21,.15); }
.product-help svg { width: 15px; }
.related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 2.7rem; }

@media (max-width: 1100px) {
  .page-hero-inner { grid-template-columns: 1fr .55fr; }
  .principle-grid, .timeline { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .logo-wall { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-summary { position: static; }
}

@media (max-width: 767px) {
  .inner-main { padding-top: 82px; }
  .page-hero-inner { display: block; min-height: 0; padding-block: 32px 34px; }
  .page-hero h1 { font-size: clamp(2rem,10vw,2.75rem); }
  .page-hero-lead { margin-top: 1rem; }
  .story-grid, .contact-layout, .showroom-contact { grid-template-columns: 1fr; }
  .story-collage { min-height: 420px; padding-right: 10%; }
  .story-collage .story-main { height: 370px; }
  .story-collage .story-detail { height: 170px; border-width: 6px; }
  .principle-grid, .timeline { grid-template-columns: 1fr; }
  .timeline-item + .timeline-item { margin-top: 1.7rem; }
  .about-cta { display: block; }
  .about-cta .button-primary { margin-top: 1.7rem; }
  .reference-intro { display: block; }
  .reference-intro p { margin-top: 1.5rem; }
  .logo-wall { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .logo-cell { min-height: 135px; padding: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .showroom-map { min-height: 360px; }
  .catalog-toolbar { top: 116px; }
  .catalog-toolbar-inner { display: block; }
  .catalog-search { margin-top: 12px; }
  .catalog-grid { grid-template-columns: 1fr; row-gap: 36px; }
  .catalog-meta { align-items: start; }
  .product-features { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
}

.inner-main select:not([multiple]) {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23171815' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  padding-right: 44px !important;
}

/* V4 catalog, product detail and legal pages */
.catalog-page-hero .page-hero-inner { min-height: 250px; }
.catalog-products-section { padding-top: clamp(1.6rem,3vw,2.6rem); }
.standard-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 46px 22px; }
.standard-product-grid.catalog-columns-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.standard-product-grid.catalog-columns-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.standard-product-grid .product-media,.related-product-grid .product-media { }
.standard-product-grid .vertical-product-card .product-media,.related-product-grid .vertical-product-card .product-media { height: clamp(340px,32vw,470px); }
.catalog-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: clamp(3rem,6vw,5rem); }
.catalog-pagination a,.catalog-pagination span { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid #e5e5e2; border-radius: 9px; background: #fff; color: rgba(23,24,21,.72); font-size: 12px; font-weight: 700; }
.catalog-pagination a:hover,.catalog-pagination a.active { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.catalog-pagination a.disabled { pointer-events: none; opacity: .35; }
.catalog-pagination svg { width: 15px; }

.product-page-hero .page-hero-inner { min-height: 205px; align-items: center; padding-block: 30px; }
.product-page-hero h1 { font-size: clamp(2.1rem,3.6vw,3.45rem); }
.product-page-hero .page-hero-inner { grid-template-columns: 1fr; }
.gallery-section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.gallery-section-head h2 { margin-top: .7rem; font-size: clamp(1.65rem,2.6vw,2.55rem); font-weight: 600; line-height: 1.08; letter-spacing: -.04em; }
.gallery-section-head > p { max-width: 340px; color: rgba(23,24,21,.5); font-size: 12px; line-height: 1.7; }
.product-detail-colors { width: min(100%,490px); }
.product-detail-color-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.product-detail-color-list span { display: inline-flex; min-height: 34px; align-items: center; gap: 8px; border: 1px solid #e7e7e2; border-radius: 999px; background: #fff; padding: 6px 11px 6px 7px; color: rgba(23,24,21,.72); font-size: 11px; font-weight: 650; }
.product-detail-color-list i { display: block; width: 20px; height: 20px; border: 2px solid #fff; border-radius: 50%; background: var(--product-color); box-shadow: 0 0 0 1px rgba(23,24,21,.2); }
.product-detail-color-list i.is-dual { background: linear-gradient(90deg,var(--product-color) 0 50%,var(--product-color-secondary) 50% 100%); }
.product-detail-colors > p { margin: 11px 0 0 auto; max-width: 455px; color: rgba(23,24,21,.5); font-size: 11px; line-height: 1.65; text-align: right; }
.product-gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.product-gallery-item { position: relative; display: grid;  place-items: center; overflow: hidden; border: 1px solid #eeeeee; border-radius: 20px; background: #fff; cursor: zoom-in; }
.product-gallery-item.vertical { aspect-ratio: .78; }
.product-gallery-item img { width: 100%; height: 100%; object-fit: contain; }
.product-gallery-item.vertical img { padding: 5% 11%; }
.product-detail-offer { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.48fr); align-items: start; gap: clamp(2rem,6vw,6rem); border-top: 1px solid rgba(23,24,21,.12); margin-top: clamp(2.5rem,5vw,5rem); padding-top: clamp(2rem,4vw,3.5rem); }
.product-detail-copy h2 { margin-top: .65rem; font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 600; line-height: 1.08; letter-spacing: -.04em; }
.product-detail-description { margin-top: 1.4rem; color: rgba(23,24,21,.63); font-size: 14px; line-height: 1.9; }
.product-detail-description p + p { margin-top: .8rem; }
.product-detail-actions { border: 1px solid #eeeeee; border-radius: 16px; padding: clamp(20px,3vw,28px); }
.product-detail-actions .button-primary,.product-detail-actions .button-outline-dark { width: 100%; justify-content: center; }
.product-detail-actions .button-outline-dark { margin-top: 10px; }
.product-lightbox { position: fixed; inset: 0; z-index: 120; display: grid; grid-template-rows: auto 1fr; background: rgba(7,8,7,.97); color: #fff; }
.product-lightbox.hidden { display: none; }
.product-lightbox-bar { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.12); padding: 0 clamp(18px,4vw,54px); }
.product-lightbox-bar p { display: flex; align-items: center; gap: 1rem; }
.product-lightbox-bar strong { font-size: 13px; font-weight: 700; }
.product-lightbox-bar span { color: rgba(255,255,255,.42); font-size: 11px; }
.product-lightbox-bar button,.product-lightbox-nav { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.18); color: #fff; transition: .2s; }
.product-lightbox-bar button:hover,.product-lightbox-nav:hover { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.product-lightbox-bar svg,.product-lightbox-nav svg { width: 18px; }
.product-lightbox-stage { position: relative; display: grid; min-height: 0; place-items: center; padding: clamp(24px,4vw,56px) clamp(74px,8vw,130px); }
.product-lightbox-stage > img { width: 100%; height: 100%; max-height: calc(100vh - 180px); object-fit: contain; }
.product-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); }
.product-lightbox-nav.prev { left: clamp(16px,3vw,42px); }
.product-lightbox-nav.next { right: clamp(16px,3vw,42px); }
.related-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; margin-top: 2.7rem; }

.legal-page-hero .page-hero-inner { min-height: 230px; grid-template-columns: 1fr; }
.legal-layout { display: grid; grid-template-columns: minmax(220px,260px) minmax(0,1fr); align-items: start; gap: clamp(1.5rem,2.4vw,2.5rem); }
.legal-nav { position: sticky; top: 145px; align-self: start; border: 1px solid rgba(23,24,21,.1); background: linear-gradient(145deg,#f5f4ef,#eeede7); padding: 20px; counter-reset: legal-link; }
.legal-nav .eyebrow { margin-bottom: .8rem; padding: 0 4px 14px; border-bottom: 1px solid rgba(23,24,21,.12); }
.legal-nav a { position: relative; display: flex; min-height: 54px; align-items: center; gap: .75rem; border-bottom: 1px solid rgba(23,24,21,.09); padding: 11px 34px 11px 4px; color: rgba(23,24,21,.58); font-size: 12px; font-weight: 600; line-height: 1.45; transition: .2s; counter-increment: legal-link; }
.legal-nav a::before { content: "0" counter(legal-link); color: rgba(23,24,21,.3); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.legal-nav a::after { content: "›"; position: absolute; right: 6px; color: rgba(23,24,21,.35); font-size: 20px; font-weight: 400; }
.legal-nav a:hover { color: var(--ink); padding-left: 8px; }
.legal-nav a.active { margin: 6px -8px; border-bottom-color: transparent; background: var(--ink); padding-right: 42px; padding-left: 12px; color: #fff; }
.legal-nav a.active::before,.legal-nav a.active::after { color: var(--accent); }
.legal-content { min-width: 0; width: 100%; max-width: none; }
.legal-intro { margin: 0 0 1.7rem; border: 0; background: transparent; padding: 0; color: rgba(23,24,21,.66); font-size: 13px; line-height: 1.8; }
.legal-content section { border-top: 1px solid rgba(23,24,21,.12); padding: 28px 0; }
.legal-content h2,.legal-content h3,.legal-content h4 { margin-top: 1.8rem; font-weight: 700; letter-spacing: -.025em; }
.legal-content h2 { font-size: 1.25rem; }
.legal-content h3 { font-size: 1.05rem; }
.legal-content p { margin-top: .9rem; color: rgba(23,24,21,.68); font-size: 13px; line-height: 1.9; }
.legal-content p:empty { display: none; }
.legal-content ul,.legal-content ol { margin: 1rem 0 0 1.3rem; color: rgba(23,24,21,.68); font-size: 13px; line-height: 1.9; }
.legal-content ul { list-style: disc; }
.legal-content ol { list-style: decimal; }
.legal-content a { color: #777000; text-decoration: underline; text-underline-offset: 3px; }
.legal-content blockquote { margin-top: 1.2rem; border-left: 3px solid var(--accent); background: #f4f3ee; padding: 16px 18px; }

@media (max-width: 1180px) {
  .standard-product-grid,.related-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .standard-product-grid.catalog-columns-3,.standard-product-grid.catalog-columns-4 { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .product-page-hero .page-hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .product-detail-offer { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
}
@media (max-width: 767px) {
  .catalog-page-hero .page-hero-inner,.product-page-hero .page-hero-inner,.legal-page-hero .page-hero-inner { min-height: 0; padding-block: 30px 32px; }
  .inner-main > .page-hero + .inner-section { padding-top: 24px; }
  .catalog-products-section { padding-top: 20px; }
  .standard-product-grid,.related-product-grid,.standard-product-grid.catalog-columns-3,.standard-product-grid.catalog-columns-4 { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 14px; }
  .standard-product-grid .product-media,.related-product-grid .product-media { height: 150px; }
  .standard-product-grid .vertical-product-card .product-media,.related-product-grid .vertical-product-card .product-media { height: 240px; }
  .gallery-section-head { display: block; }
  .gallery-section-head > p { margin-top: 1rem; }
  .product-detail-colors { margin-top: 1.25rem; }
  .product-detail-color-list { justify-content: flex-start; }
  .product-detail-colors > p { margin-left: 0; text-align: left; }
  .product-gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .product-gallery-item { border-radius: 13px; }
  .product-lightbox-stage { padding-inline: 58px; }
}
