[hidden] { display: none !important; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 34px; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.breadcrumbs a:hover { color: var(--navy); text-decoration: underline; }
.catalog-intro { background: #edf7fd; padding: 34px 0 40px; border-bottom: 1px solid var(--line); }
.catalog-intro h1 { font-size: clamp(2.4rem, 4vw, 3.4rem); letter-spacing: -.05em; line-height: 1.1; margin-bottom: 14px; }
.catalog-intro p:last-child { max-width: 690px; margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.catalog-section { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 34px; padding: 40px 0 72px; }
.catalog-sidebar h2 { font-size: 1rem; margin: 4px 0 20px; }
.category-option { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; border: 0; background: transparent; padding: 13px 12px; margin-bottom: 4px; border-radius: 5px; color: var(--muted); font: inherit; font-size: .875rem; line-height: 1.5; text-align: left; cursor: pointer; }
.category-option:hover { background: #f0f7fc; color: var(--navy); }
.category-option.is-active { background: var(--navy); color: white; }
.category-count { font-size: .8125rem; min-width: 24px; text-align: right; font-variant-numeric: tabular-nums; opacity: .8; }
.catalog-results { min-width: 0; }
.catalog-toolbar { display: flex; flex-wrap: wrap; align-items: end; gap: 14px; }
.catalog-toolbar label { display: flex; flex-direction: column; gap: 8px; font-size: .875rem; font-weight: 700; }
.catalog-search { flex: 1 1 240px; }
.catalog-sort { flex: 0 0 165px; }
.catalog-toolbar input, .catalog-toolbar select { width: 100%; min-height: 48px; padding: 12px; border: 1px solid #bccfdd; border-radius: 5px; background: white; color: var(--ink); font: inherit; font-size: 1rem; font-weight: 400; }
.catalog-toolbar .mobile-category { display: none; }
.results-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 24px 0 18px; min-height: 24px; }
.results-bar p { margin: 0; color: var(--muted); font-size: .875rem; }
#clear-filters { border: 0; padding: 5px 0; color: var(--navy); background: none; font: inherit; font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.catalog-grid, .featured-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.catalog-card { border: 1px solid #dce6ed; border-radius: 8px; overflow: hidden; background: white; min-width: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.catalog-card:hover { border-color: #bd993a; box-shadow: 0 7px 24px rgba(5,43,79,.08); }
.catalog-card-link { height: 100%; display: flex; flex-direction: column; }
.catalog-image { display: grid; place-items: center; aspect-ratio: 1.3; background: #f7f9fb; border-bottom: 1px solid #e7edf2; overflow: hidden; }
.catalog-image img { width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: transform .25s ease; }
.catalog-card:hover .catalog-image img { transform: scale(1.03); }
.catalog-card-copy { display: flex; flex-direction: column; flex: 1; padding: 18px; }
.catalog-category { color: #596b7b; font-size: .75rem; line-height: 1.5; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 8px; }
.catalog-card h3 { font-size: 1rem; line-height: 1.5; letter-spacing: -.01em; margin: 0 0 20px; overflow-wrap: anywhere; }
.catalog-card-action { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; color: var(--navy); font-size: .875rem; font-weight: 700; }
.catalog-card-action span { font-size: 1.25rem; color: var(--gold-dark); }
.catalog-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.catalog-pagination button { min-width: 40px; min-height: 40px; border: 1px solid #c8d7e3; border-radius: 4px; background: white; color: var(--navy); font: inherit; font-size: .875rem; padding: 8px 12px; cursor: pointer; }
.catalog-pagination button[aria-current="page"] { color: white; border-color: var(--navy); background: var(--navy); }
.catalog-pagination button:disabled { opacity: .45; cursor: default; }
.catalog-empty { padding: 60px 25px; text-align: center; background: #f4f9fc; border-radius: 8px; }
.catalog-empty h2 { font-size: 1.5rem; }
.catalog-empty .button { border: 0; cursor: pointer; font: inherit; }
.featured-products { padding: 64px 0 72px; }
.featured-products h2, .related-products h2 { font-size: clamp(1.75rem,3vw,2.5rem); letter-spacing: -.035em; }
.product-shell { padding-top: 32px; }
.product-detail { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: start; gap: 56px; }
.product-gallery { min-width: 0; }
.product-main-image { display: grid; place-items: center; aspect-ratio: 1.12; border: 1px solid var(--line); border-radius: 8px; background: #f7f9fb; padding: 24px; }
.product-main-image img { width: 100%; height: 100%; object-fit: contain; max-height: 510px; }
.gallery-thumbnails { display: flex; gap: 12px; margin-top: 14px; }
.gallery-thumbnail { width: 76px; height: 76px; flex-shrink: 0; border: 1px solid var(--line); background: white; border-radius: 5px; padding: 5px; cursor: pointer; }
.gallery-thumbnail img { width: 100%; height: 100%; object-fit: contain; }
.gallery-thumbnail.is-active { border: 2px solid var(--gold-dark); }
.product-information .section-kicker { display: inline-block; font-size: .8125rem; letter-spacing: .1em; line-height: 1.6; margin-bottom: 12px; }
.product-information h1 { font-size: clamp(1.75rem,2.85vw,2.5rem); line-height: 1.18; letter-spacing: -.04em; margin-bottom: 26px; overflow-wrap: anywhere; }
.product-facts { margin: 0 0 26px; border-top: 1px solid var(--line); }
.product-facts > div { display: grid; grid-template-columns: minmax(100px,1fr) minmax(0,1.6fr); gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); line-height: 1.5; font-size: .9375rem; }
.product-facts dt { color: var(--muted); }
.product-facts dd { margin: 0; font-weight: 600; overflow-wrap: anywhere; }
.product-short-copy { line-height: 1.8; color: var(--muted); font-size: 1rem; }
.product-short-copy:empty { display: none; }
.product-inquiry { margin-top: 10px; }
.inquiry-help { font-size: .875rem; color: var(--muted); margin: 14px 0 0; max-width: 390px; line-height: 1.6; }
.product-description { margin-top: 50px; padding: 36px 0 40px; border-top: 1px solid var(--line); }
.product-description > h2 { font-size: 1.6rem; }
.product-richtext { max-width: 950px; color: #31485d; font-size: 1rem; line-height: 1.8; overflow-wrap: anywhere; }
.product-richtext h2, .product-richtext h3, .product-richtext h4 { color: var(--navy); font-size: 1.125rem; margin: 28px 0 12px; }
.product-richtext p { margin: 0 0 14px; }
.product-richtext li { margin: 5px 0; }
.product-richtext li > p { margin: 0; }
.product-richtext table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; margin-bottom: 20px; }
.product-richtext th, .product-richtext td { padding: 10px 14px; border: 1px solid var(--line); text-align: left; }
.related-products { padding: 8px 0 72px; }

/* About and contact pages */
.info-intro { padding: 42px 0 70px; background: linear-gradient(120deg, #e8f6ff, #f4faff); }
.info-intro h1 { max-width: 900px; margin: 30px 0 20px; font-size: clamp(2.55rem, 5vw, 4.8rem); }
.info-intro > .section-shell > p:last-child { max-width: 760px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.info-story { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(48px, 7vw, 96px); align-items: center; padding-top: 84px; padding-bottom: 84px; }
.info-story h2, .value-band h2, .contact-page h2, .info-page-cta h2 { margin: 0 0 20px; font-size: clamp(2rem, 3.6vw, 3.25rem); line-height: 1.08; letter-spacing: -.04em; }
.info-story-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.info-story-copy .text-link { display: inline-block; margin-top: 12px; }
.info-visual { margin: 0; overflow: hidden; border-radius: 6px; background: var(--blue-mist); box-shadow: var(--shadow); }
.info-visual img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.info-visual figcaption { padding: 14px 18px; color: var(--muted); font-size: .82rem; }
.value-band { padding: 82px 0; background: var(--blue-mist); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 32px; border: 1px solid var(--line); border-radius: 6px; background: white; box-shadow: 0 12px 28px rgba(5,43,79,.07); }
.value-card > span { display: inline-block; margin-bottom: 36px; color: var(--gold-dark); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.value-card h3 { margin-bottom: 10px; font-size: 1.12rem; }
.value-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.info-page-cta { padding: 64px 0; color: white; background: linear-gradient(105deg, #07365f, #031f3b); }
.info-page-cta .section-shell { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.info-page-cta h2 { margin: 0; }
.info-page-cta .button { flex: 0 0 auto; }
.info-page-cta-light { color: var(--ink); background: var(--blue-mist); }
.contact-page { display: grid; grid-template-columns: .84fr 1.16fr; gap: 28px; padding-top: 84px; padding-bottom: 84px; }
.contact-panel, .inquiry-card { padding: clamp(30px, 4vw, 48px); border: 1px solid var(--line); border-radius: 6px; }
.contact-panel { color: white; background: var(--navy); border-color: var(--navy); }
.contact-panel .section-kicker { color: #f0bf56; }
.contact-panel > p:not(.section-kicker) { color: #ccdae6; line-height: 1.75; }
.contact-email { display: block; margin: 28px 0; color: white; font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 700; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 7px; overflow-wrap: anywhere; }
.contact-panel .button { background: var(--gold); color: var(--navy-deep); box-shadow: none; }
.inquiry-card { background: white; }
.inquiry-list { display: grid; gap: 0; margin: 30px 0 0; padding: 0; list-style: none; }
.inquiry-list li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.inquiry-list li > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--navy); background: #eef8fe; font-weight: 800; }
.inquiry-list h3 { margin: 0 0 5px; font-size: 1rem; }
.inquiry-list p { margin: 0; color: var(--muted); line-height: 1.6; }
@media (max-width: 1050px) {
  .catalog-section { grid-template-columns: 190px minmax(0,1fr); gap: 24px; }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-detail { gap: 32px; }
  .info-story, .contact-page { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .catalog-section { display: block; padding-top: 26px; }
  .catalog-sidebar { display: none; }
  .catalog-toolbar .mobile-category { display: flex; flex: 1 1 180px; min-width: 0; }
  .catalog-search { flex-basis: 100%; }
  .catalog-sort { flex: 0 1 150px; }
  .catalog-grid, .featured-grid { gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalog-card-copy { padding: 14px; }
  .catalog-card h3 { font-size: .9375rem; }
  .catalog-category { font-size: .75rem; }
  .catalog-intro { padding: 24px 0 30px; }
  .breadcrumbs { margin-bottom: 24px; }
  .product-detail { grid-template-columns: minmax(0,1fr); gap: 28px; }
  .product-information h1 { font-size: 1.9rem; }
  .featured-products { padding-top: 46px; }
  .info-intro { padding: 28px 0 54px; }
  .info-intro h1 { margin-top: 24px; font-size: clamp(2.25rem, 12vw, 3.2rem); }
  .info-story, .contact-page { padding-top: 58px; padding-bottom: 58px; }
  .info-story { gap: 36px; }
  .value-band { padding: 58px 0; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card > span { margin-bottom: 22px; }
  .info-page-cta .section-shell { align-items: flex-start; flex-direction: column; }
  .contact-panel, .inquiry-card { padding: 28px 22px; }
}
@media (max-width: 380px) {
  .catalog-grid, .featured-grid { grid-template-columns: minmax(0,1fr); }
  .catalog-sort { flex-grow: 1; }
}
