.page {
  padding-top: 70px;
}
.page-hero {
  padding: 86px max(24px, calc((100vw - var(--container)) / 2)) 72px;
  background: linear-gradient(135deg, #fff, var(--soft-blue));
}
.page-hero h1 {
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 1.12;
}
.page-hero p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}
.side-layout {
  width: min(var(--container), calc(100% - 40px));
  margin: 72px auto;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
}
.side-nav {
  position: sticky;
  top: 94px;
  align-self: start;
  display: grid;
  gap: 10px;
}
.side-nav a {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.side-nav a.active,
.side-nav a:hover {
  color: #fff;
  background: var(--primary);
}
.content-panel,
.list-panel,
.article-detail {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 30px;
}
.breadcrumb {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 14px;
}
.content-panel h2 { margin-top: 0; font-size: 32px; }
.content-panel p,
.article-body {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.9;
}
.wide-image {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 16px;
  margin-top: 24px;
}

.about-page {
  padding-top: 70px;
  background: #fff;
}
.about-hero {
  min-height: 610px;
  display: flex;
  align-items: center;
  background: #f5f5f7;
}
.about-hero-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0 76px;
}
.about-breadcrumb {
  margin-bottom: 54px;
}
.about-hero .eyebrow {
  margin-bottom: 16px;
  color: var(--primary);
  font-size: 14px;
  letter-spacing: 0;
}
.about-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #1d1d1f;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
}
.about-hero-line {
  max-width: 980px;
  margin: 22px 0 0;
  color: #333;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.45;
}
.about-brand-statement {
  display: grid;
  gap: 7px;
  max-width: 880px;
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid #d2d2d7;
  color: #52525a;
  font-size: 16px;
  line-height: 1.65;
}
.about-brand-statement .statement-brand {
  color: #1d1d1f;
  font-size: 20px;
  font-weight: 600;
}
.about-tabs-shell {
  position: sticky;
  top: 74px;
  z-index: 25;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(18px);
}
.about-tabs {
  width: min(1180px, calc(100% - 48px));
  min-height: 58px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.about-tabs a {
  position: relative;
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 0 10px;
  color: #515154;
  font-size: 14px;
  white-space: nowrap;
}
.about-tabs a::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
  height: 2px;
  background: transparent;
}
.about-tabs a.active {
  color: var(--primary);
  font-weight: 600;
}
.about-tabs a.active::after {
  background: var(--primary);
}
.about-editorial {
  background: #fff;
}
.about-story-band {
  padding: 96px 0;
}
.about-story-light {
  color: #1d1d1f;
  background: #fff;
}
.about-story-paper {
  color: #1d1d1f;
  background: #f5f5f7;
}
.about-story-dark {
  color: #fff;
  background: #252527;
}
.about-story-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.about-story-head {
  max-width: 900px;
  margin-bottom: 48px;
}
.about-story-head > p {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.about-story-dark .about-story-head > p {
  color: #a89ee8;
}
.about-story-head h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
}
.about-story-lead {
  max-width: 860px;
  margin-top: 24px;
  color: #515154;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.65;
}
.about-story-dark .about-story-lead {
  color: #d2d2d7;
}
.about-story-band blockquote {
  max-width: 1020px;
  margin: 0 0 44px;
  padding: 0 0 0 28px;
  border-left: 4px solid var(--primary);
  color: inherit;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.35;
}
.about-prose {
  max-width: 860px;
}
.about-prose p {
  margin: 0 0 22px;
  color: #424245;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.95;
}
.about-story-dark .about-prose p {
  color: #d2d2d7;
}
.about-principles {
  display: grid;
  gap: 48px 34px;
}
.about-principles-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.about-principles-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about-principles-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.about-principle {
  padding-top: 24px;
  border-top: 1px solid #d2d2d7;
}
.about-story-dark .about-principle {
  border-top-color: rgba(255, 255, 255, .2);
}
.about-principle > span {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}
.about-story-dark .about-principle > span {
  color: #a89ee8;
}
.about-principle h3 {
  margin: 18px 0 14px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}
.about-principle p {
  margin: 0 0 12px;
  color: #515154;
  font-size: 17px;
  line-height: 1.85;
}
.about-story-dark .about-principle p {
  color: #d2d2d7;
}
.about-slogans {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .2);
}
.about-slogans li {
  min-height: 108px;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.about-slogans span {
  color: #a89ee8;
  font-size: 14px;
  font-weight: 600;
}
.about-slogans strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}
.product-grid.compact { grid-template-columns: repeat(3, 1fr); }

.products-page {
  --product-thumb-size: 100px;
  background: #f6f7f9;
}
.products-hero {
  padding-top: 58px;
  padding-bottom: 48px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.products-layout {
  margin-top: 44px;
  align-items: start;
}
.products-categories a {
  border-radius: 6px;
}
.products-panel {
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}
.product-catalog-head {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 26px;
  border-bottom: 1px solid var(--line);
}
.product-catalog-head span {
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
}
.product-catalog-head h2 {
  margin: 5px 0 0;
  font-size: 24px;
  letter-spacing: 0;
}
.product-catalog-head > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.product-catalog-head strong {
  color: var(--ink);
  font-size: 20px;
}
.product-catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.product-catalog-item {
  min-width: 0;
  display: grid;
  grid-template-columns: var(--product-thumb-size) minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  transition: background-color .2s ease, box-shadow .2s ease;
}
.product-catalog-item:nth-child(odd) {
  border-right: 1px solid var(--line);
}
.product-catalog-item:hover {
  position: relative;
  z-index: 1;
  background: #fbfbfd;
  box-shadow: inset 3px 0 0 var(--primary);
}
.product-catalog-media {
  position: relative;
  width: var(--product-thumb-size);
  height: var(--product-thumb-size);
}
.product-catalog-media > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e8e9ee;
  border-radius: 4px;
  background: #f7f8fa;
}
.product-catalog-media img {
  width: 88%;
  height: 88%;
  object-fit: contain;
  transition: transform .25s ease;
}
.product-catalog-item:hover .product-catalog-media img {
  transform: scale(1.04);
}
.product-zoom-button {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(45, 36, 128, .9);
  box-shadow: 0 5px 14px rgba(34, 28, 94, .24);
  cursor: zoom-in;
  transition: transform .2s ease, background-color .2s ease;
}
.product-zoom-button:hover,
.product-zoom-button:focus-visible {
  transform: scale(1.08);
  background: var(--primary);
}
.product-zoom-button span {
  position: relative;
  width: 11px;
  height: 11px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}
.product-zoom-button span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1.5px;
  right: -5px;
  bottom: -3px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}
.product-catalog-copy {
  min-width: 0;
  align-self: center;
}
.product-catalog-copy > p {
  margin: 0 0 5px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
}
.product-catalog-copy h3 {
  margin: 0;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0;
}
.product-catalog-copy h3 a:hover {
  color: var(--primary);
}
.product-catalog-copy > div {
  margin-top: 7px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
}
.product-detail-link span {
  font-size: 18px;
  line-height: 1;
}
.product-catalog-empty {
  padding: 72px 28px;
  text-align: center;
}
.product-catalog-empty p {
  color: var(--muted);
}

.product-lightbox {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 72px 96px;
  background: rgba(13, 13, 18, .94);
  animation: product-lightbox-in .22s ease both;
}
.product-lightbox[hidden] {
  display: none;
}
.product-lightbox figure {
  width: min(940px, 100%);
  max-height: calc(100vh - 144px);
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
}
.product-lightbox-image-wrap {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 40px;
  background: #f5f6f8;
}
.product-lightbox-image-wrap img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
}
.product-lightbox figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.product-lightbox figcaption > p {
  margin: 0 0 10px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
}
.product-lightbox figcaption h2 {
  margin: 0 0 18px;
  font-size: 28px;
  letter-spacing: 0;
}
.product-lightbox figcaption > div {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.product-lightbox figcaption > a {
  align-self: flex-start;
  margin-top: 26px;
  color: var(--primary);
  font-weight: 700;
}
.product-lightbox-close,
.product-lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
}
.product-lightbox-close {
  top: 24px;
  right: 28px;
  width: 44px;
  height: 44px;
  font-size: 26px;
}
.product-lightbox-nav {
  top: 50%;
  width: 48px;
  height: 48px;
  font-size: 30px;
  transform: translateY(-50%);
}
.product-lightbox-prev { left: 28px; }
.product-lightbox-next { right: 28px; }
body.product-lightbox-open { overflow: hidden; }
@keyframes product-lightbox-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
.detail-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 92px max(24px, calc((100vw - var(--container)) / 2));
  background: var(--paper);
}
.detail-hero h1 { margin: 0 0 18px; font-size: 48px; line-height: 1.12; }
.detail-hero p { color: var(--muted); line-height: 1.8; font-size: 18px; }
.detail-hero figure {
  margin: 0;
  display: grid;
  place-items: center;
  min-height: 420px;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow);
}
.detail-hero img { max-height: 390px; object-fit: contain; }
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.spec-list div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; font-weight: 700; }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list span {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--soft-blue);
  color: var(--primary-deep);
}
.news-list { display: grid; gap: 16px; }
.news-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.news-row img {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
}
.news-row time { color: var(--primary); font-size: 13px; }
.news-row h2 { margin: 8px 0; font-size: 24px; }
.news-row p { margin: 0; color: var(--muted); line-height: 1.7; }
.narrow {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
}
.article-detail {
  margin: 88px 0;
}
.article-detail h1 { font-size: 44px; line-height: 1.16; margin: 0 0 16px; }
.article-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--muted);
  margin-bottom: 22px;
}
.font-tools button {
  margin-left: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}
.article-body.font-lg { font-size: 20px; }
.article-body.font-sm { font-size: 15px; }
.prev-next {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.contact-list { display: grid; gap: 16px; }
.contact-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.map-card {
  display: grid;
  place-items: center;
  min-height: 320px;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--primary-deep);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.map-card span { color: var(--muted); font-size: 14px; font-weight: 400; }
.message-form,
.search-large {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.message-form textarea,
.search-large {
  grid-column: 1 / -1;
}
.message-form input,
.message-form textarea,
.search-large input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
}
.message-form textarea { min-height: 140px; resize: vertical; }
.flash {
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--primary-deep);
  background: var(--soft-blue);
}

.honor-page {
  padding-top: 70px;
  overflow: hidden;
  background: #fff;
}
.honor-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #252527;
}
.honor-hero-media,
.honor-hero-shade {
  position: absolute;
  inset: 0;
}
.honor-hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
.honor-hero-shade {
  background: rgba(14, 17, 24, .5);
}
.honor-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 72px));
  margin: 0 auto;
  padding: 86px 0 78px;
}
.honor-breadcrumb {
  margin-bottom: 76px;
  color: rgba(255, 255, 255, .7);
}
.honor-breadcrumb a {
  color: #fff;
}
.honor-hero .eyebrow {
  margin-bottom: 15px;
  color: #c4bdf4;
  letter-spacing: 0;
}
.honor-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}
.honor-hero-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 22px;
  line-height: 1.7;
}
.honor-hero-count {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 52px;
}
.honor-hero-count strong {
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}
.honor-hero-count span {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .42);
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.55;
}
.honor-scroll-cue {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
}
.honor-scroll-cue span {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-2px) rotate(45deg);
}
.honor-filter-shell {
  position: sticky;
  top: 74px;
  z-index: 24;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(18px);
}
.honor-filters {
  width: min(1440px, calc(100% - 72px));
  min-height: 62px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 36px;
}
.honor-filters button {
  position: relative;
  min-width: 44px;
  min-height: 62px;
  padding: 0;
  border: 0;
  color: #515154;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}
.honor-filters button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: transparent;
}
.honor-filters button.active {
  color: var(--primary);
  font-weight: 600;
}
.honor-filters button.active::after {
  background: var(--primary);
}
.honor-gallery-section {
  width: min(1440px, calc(100% - 72px));
  margin: 0 auto;
  padding: 110px 0 126px;
}
.honor-gallery-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 58px;
}
.honor-gallery-head > div > p {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
}
.honor-gallery-head h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
}
.honor-gallery-head > p {
  max-width: 580px;
  margin: 0 0 5px auto;
  color: #6e6e73;
  font-size: 17px;
  line-height: 1.8;
}
.honor-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 70px 24px;
}
.honor-item-featured,
.honor-item-wide {
  grid-column: span 7;
}
.honor-item-standard {
  grid-column: span 5;
}
.honor-media-button {
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f7;
  cursor: zoom-in;
}
.honor-item-featured .honor-media-button {
  aspect-ratio: 16 / 11;
}
.honor-item-wide .honor-media-button {
  aspect-ratio: 16 / 10;
}
.honor-item-standard .honor-media-button {
  aspect-ratio: 4 / 5;
}
.honor-media-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}
.honor-media-button:hover img {
  transform: scale(1.035);
}
.honor-view-icon {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1d1d1f;
  background: rgba(232, 232, 237, .84);
  backdrop-filter: blur(12px);
  font-size: 24px;
  line-height: 1;
}
.honor-item-copy {
  padding-top: 24px;
}
.honor-item-copy > p,
.honor-lightbox figcaption > p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #6e6e73;
  font-size: 13px;
  font-weight: 600;
}
.honor-item-copy > p i,
.honor-lightbox figcaption > p i {
  width: 18px;
  height: 1px;
  background: currentColor;
}
.honor-item-copy h3 {
  margin: 0 0 12px;
  color: #1d1d1f;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}
.honor-item-copy > div {
  max-width: 620px;
  color: #6e6e73;
  font-size: 16px;
  line-height: 1.75;
}
.honor-item[hidden] {
  display: none;
}
.honor-filter-empty,
.honor-empty {
  padding: 96px 24px;
  color: #1d1d1f;
  background: #f5f5f7;
  text-align: center;
}
.honor-filter-empty p,
.honor-empty h2 {
  margin: 0 0 14px;
  font-size: 34px;
  font-weight: 600;
}
.honor-filter-empty span,
.honor-empty div {
  color: #6e6e73;
  font-size: 17px;
}
.honor-empty {
  min-height: 520px;
  display: grid;
  align-content: center;
}
.honor-empty > p {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
}
.honor-lightbox {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 44px 96px;
  color: #fff;
  background: rgba(0, 0, 0, .94);
  animation: honor-lightbox-in .25s ease both;
}
.honor-lightbox[hidden] {
  display: none;
}
.honor-lightbox figure {
  width: min(1180px, 100%);
  max-height: calc(100vh - 88px);
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 48px;
  align-items: center;
}
.honor-lightbox figure > img {
  width: 100%;
  max-height: calc(100vh - 112px);
  object-fit: contain;
}
.honor-lightbox figcaption > p {
  color: rgba(255, 255, 255, .62);
}
.honor-lightbox figcaption h2 {
  margin: 0 0 18px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25;
}
.honor-lightbox figcaption > div {
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.75;
}
.honor-lightbox-close,
.honor-lightbox-nav {
  position: absolute;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: 30px;
  cursor: pointer;
}
.honor-lightbox-close {
  top: 28px;
  right: 28px;
}
.honor-lightbox-prev {
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.honor-lightbox-next {
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
body.honor-lightbox-open {
  overflow: hidden;
}
@keyframes honor-lightbox-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 900px) {
  .side-layout, .detail-hero, .two-col { grid-template-columns: 1fr; }
  .side-nav { position: static; display: flex; overflow-x: auto; }
  .side-nav a { white-space: nowrap; }
  .product-grid.compact { grid-template-columns: repeat(2, 1fr); }
  .products-layout { gap: 20px; }
  .products-categories { scrollbar-width: none; }
  .products-categories::-webkit-scrollbar { display: none; }
  .product-catalog { grid-template-columns: 1fr; }
  .product-catalog-item:nth-child(odd) { border-right: 0; }
  .product-lightbox { padding: 72px 64px 40px; }
  .product-lightbox figure {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }
  .product-lightbox-image-wrap { min-height: 380px; }
  .about-hero {
    min-height: 0;
  }
  .about-hero-inner {
    padding: 76px 0 64px;
  }
  .about-hero h1 {
    font-size: 42px;
  }
  .about-hero-line {
    font-size: 24px;
  }
  .about-tabs-shell {
    top: 72px;
  }
  .about-tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .about-tabs::-webkit-scrollbar {
    display: none;
  }
  .about-tabs a {
    flex: 0 0 auto;
    min-width: 96px;
    min-height: 48px;
  }
  .about-story-band {
    padding: 76px 0;
  }
  .about-principles-2,
  .about-principles-3,
  .about-principles-4 {
    grid-template-columns: 1fr;
  }
  .honor-hero h1 {
    font-size: 56px;
  }
  .honor-gallery-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .honor-gallery-head > p {
    margin-left: 0;
  }
  .honor-item-featured,
  .honor-item-wide,
  .honor-item-standard {
    grid-column: span 6;
  }
  .honor-item-standard .honor-media-button {
    aspect-ratio: 4 / 5;
  }
  .honor-lightbox {
    padding: 72px 64px 40px;
  }
  .honor-lightbox figure {
    grid-template-columns: 1fr;
    gap: 24px;
    overflow-y: auto;
  }
  .honor-lightbox figure > img {
    max-height: 58vh;
  }
}
@media (max-width: 640px) {
  .page-hero h1, .detail-hero h1, .article-detail h1 { font-size: 34px; }
  .product-grid.compact, .message-form, .news-row { grid-template-columns: 1fr; }
  .products-page { --product-thumb-size: 88px; }
  .products-hero { padding: 42px 20px 36px; }
  .products-layout {
    width: min(100% - 24px, var(--container));
    margin: 24px auto 48px;
  }
  .products-panel { padding: 0; }
  .product-catalog-head {
    min-height: 80px;
    padding: 16px;
  }
  .product-catalog-head h2 { font-size: 21px; }
  .product-catalog-head > p { font-size: 12px; }
  .product-catalog-item {
    gap: 14px;
    padding: 16px;
  }
  .product-catalog-copy > div { -webkit-line-clamp: 1; }
  .product-detail-link { margin-top: 6px; }
  .product-lightbox { padding: 64px 18px 24px; }
  .product-lightbox figure { max-height: calc(100vh - 88px); }
  .product-lightbox-image-wrap {
    min-height: 0;
    height: 52vh;
    padding: 22px;
  }
  .product-lightbox figcaption { padding: 22px; }
  .product-lightbox figcaption h2 { font-size: 22px; }
  .product-lightbox-close {
    top: 12px;
    right: 16px;
  }
  .product-lightbox-nav {
    top: auto;
    bottom: 28px;
    width: 42px;
    height: 42px;
  }
  .product-lightbox-prev { left: 28px; }
  .product-lightbox-next { right: 28px; }
  .content-panel, .list-panel, .article-detail { padding: 20px; }
  .about-hero-inner,
  .about-tabs,
  .about-story-inner {
    width: min(100% - 32px, 1180px);
  }
  .about-breadcrumb {
    margin-bottom: 38px;
  }
  .about-hero h1 {
    font-size: 34px;
  }
  .about-hero-line {
    font-size: 21px;
  }
  .about-brand-statement {
    margin-top: 46px;
  }
  .about-story-band {
    padding: 62px 0;
  }
  .about-story-head {
    margin-bottom: 36px;
  }
  .about-story-head h2 {
    font-size: 30px;
  }
  .about-story-lead {
    font-size: 20px;
  }
  .about-story-band blockquote {
    padding-left: 20px;
    font-size: 28px;
  }
  .about-principles {
    gap: 34px;
  }
  .about-principle h3 {
    font-size: 21px;
  }
  .about-slogans li {
    min-height: 88px;
    grid-template-columns: 48px 1fr;
  }
  .about-slogans strong {
    font-size: 22px;
  }
  .honor-hero {
    min-height: 70vh;
  }
  .honor-hero-inner,
  .honor-filters,
  .honor-gallery-section {
    width: min(100% - 32px, 1440px);
  }
  .honor-hero-inner {
    padding: 66px 0 54px;
  }
  .honor-breadcrumb {
    margin-bottom: 46px;
  }
  .honor-hero h1 {
    font-size: 42px;
  }
  .honor-hero-copy {
    font-size: 17px;
  }
  .honor-hero-count {
    margin-top: 36px;
  }
  .honor-hero-count strong {
    font-size: 34px;
  }
  .honor-scroll-cue {
    right: 0;
    bottom: 54px;
  }
  .honor-filter-shell {
    top: 72px;
  }
  .honor-filters {
    gap: 28px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .honor-filters::-webkit-scrollbar {
    display: none;
  }
  .honor-filters button {
    flex: 0 0 auto;
    min-height: 52px;
  }
  .honor-gallery-section {
    padding: 74px 0 88px;
  }
  .honor-gallery-head {
    margin-bottom: 40px;
  }
  .honor-gallery-head h2 {
    font-size: 34px;
  }
  .honor-gallery {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .honor-item-featured,
  .honor-item-wide,
  .honor-item-standard {
    grid-column: 1;
  }
  .honor-item-featured .honor-media-button,
  .honor-item-wide .honor-media-button,
  .honor-item-standard .honor-media-button {
    aspect-ratio: 4 / 3;
  }
  .honor-item-copy h3 {
    font-size: 24px;
  }
  .honor-lightbox {
    padding: 70px 18px 84px;
    align-items: start;
  }
  .honor-lightbox figure {
    max-height: calc(100vh - 154px);
  }
  .honor-lightbox figure > img {
    max-height: 48vh;
  }
  .honor-lightbox figcaption h2 {
    font-size: 26px;
  }
  .honor-lightbox-close {
    top: 14px;
    right: 14px;
  }
  .honor-lightbox-prev,
  .honor-lightbox-next {
    top: auto;
    bottom: 18px;
    transform: none;
  }
  .honor-lightbox-prev {
    left: calc(50% - 58px);
  }
  .honor-lightbox-next {
    right: calc(50% - 58px);
  }
}
