/* 绒域纺织 — 麂皮绒 & 灯芯绒 B2B 主题（Yorkshire / 企业站混合布局） */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: var(--font-body-weight);
  color: var(--color-foreground);
  background: var(--color-background);
  line-height: 1.6;
  padding-top: 70px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}
a:hover {
  color: var(--color-accent);
}
.page-width {
  width: min(var(--page-width), 100% - 3rem);
  margin-inline: auto;
}
@media (max-width: 749px) {
  .page-width {
    width: calc(100% - 2rem);
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: fixed;
  inset: 0.75rem auto auto 0.75rem;
  padding: 0.5rem 1rem;
  background: var(--color-surface);
  border: 1px solid rgba(43, 38, 34, 0.12);
  border-radius: var(--radius);
}
.main-content {
  min-height: 50vh;
}
.rte > *:first-child {
  margin-top: 0;
}
.rte > *:last-child {
  margin-bottom: 0;
}

/* Announcement */
.announcement-bar {
  background: var(--color-foreground);
  color: var(--color-surface);
  font-size: 0.875rem;
}
.announcement-bar__inner {
  padding: 0.55rem 0;
  text-align: center;
}
.announcement-bar__text {
  margin: 0;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: color-mix(in srgb, var(--color-surface) 92%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(43, 38, 34, 0.08);
}
.site-header__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem 1.25rem;
  padding: 0.85rem 0;
}
.site-header__logo {
  flex-shrink: 0;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0.04em;
}
.site-header__logo img {
  max-height: 44px;
  width: auto;
}
.site-header__logo-text {
  font-size: 1.15rem;
}
.site-header .site-footer__socials {
  gap: 0.55rem;
  margin: 0 0 0 clamp(0.75rem, 1.5vw, 1.5rem);
}
.site-header .site-footer__social-link {
  width: 32px;
  height: 32px;
  border: 0;
  background: color-mix(in srgb, var(--color-foreground) 8%, transparent);
  color: color-mix(in srgb, var(--color-foreground) 82%, #000);
  opacity: 1;
}
.site-header .site-footer__social-link:hover {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--color-accent) 14%, transparent);
  color: var(--color-accent);
}
.site-header .site-footer__social-link svg {
  width: 17px;
  height: 17px;
}
.site-header__nav {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.site-header__links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.site-header__links > li {
  flex-shrink: 0;
}
.site-header__link {
  display: inline-block;
  text-decoration: none;
  font-size: 0.95rem;
  white-space: nowrap;
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.site-header__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.site-header__link--active {
  color: var(--color-accent);
}
.site-header__link:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
  border-radius: 2px;
}
.site-header__tools {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
  margin-left: 0.75rem;
}
.site-header__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: inherit;
  text-decoration: none;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.site-header__icon-link:hover {
  color: var(--color-accent);
}
.site-header__icon-link:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
  border-radius: 2px;
}
.site-header__cart {
  position: relative;
}
.site-header__cart-count {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--color-accent);
  color: var(--color-surface);
  font-size: 0.65rem;
  line-height: 18px;
  text-align: center;
}
.language-switcher__form {
  margin: 0;
}
.language-switcher__select {
  font: inherit;
  font-size: 0.85rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  max-width: 8rem;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor 35%, transparent);
  text-underline-offset: 0.2em;
}
.language-switcher__select:hover {
  color: var(--color-accent);
  text-decoration-color: var(--color-accent);
}
.language-switcher__select:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}
.language-switcher--manual {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.65rem;
  align-items: center;
}
.language-switcher__link {
  font-size: 0.85rem;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor 35%, transparent);
  text-underline-offset: 0.2em;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
}
.language-switcher__link:hover {
  color: var(--color-accent);
  text-decoration-color: var(--color-accent);
}
/* 小屏：主导航始终可见，链接区可横向滑动；略缩小字号与间距 */
@media (max-width: 749px) {
  .site-header__inner {
    gap: 0.65rem 0.75rem;
  }
  .site-header__logo-text {
    font-size: 1rem;
  }
  .site-header__logo img {
    max-height: 36px;
  }
  .site-header__links {
    gap: 0.5rem 1rem;
    justify-content: flex-start;
    padding-bottom: 2px;
  }
  .site-header__link {
    font-size: 0.88rem;
  }
  .site-header__tools {
    gap: 0.4rem;
  }
  .language-switcher__select {
    font-size: 0.78rem;
    max-width: 6.5rem;
  }
}

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.button--primary {
  background: var(--color-accent);
  color: var(--color-surface);
}
.button--primary:hover {
  filter: brightness(1.05);
  color: var(--color-surface);
}
.button--ghost {
  background: transparent;
  border-color: rgba(43, 38, 34, 0.2);
  color: var(--color-foreground);
}
.button--ghost:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

/* Section headings */
.section-heading {
  padding: 2.5rem 0 1rem;
}
.section-heading--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.section-heading__title {
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  margin: 0 0 0.35rem;
}
.section-heading__sub {
  margin: 0;
  color: color-mix(in srgb, var(--color-foreground) 72%, transparent);
  max-width: 62ch;
}
.section-heading__title--center {
  text-align: center;
  width: 100%;
}
.section-teasers-static .section-heading--row {
  position: relative;
  justify-content: center;
}
.section-teasers-static .section-heading--row > div:first-child {
  flex: 1 1 100%;
  flex: 0 1 auto;
  padding-inline: 5rem;
}
.section-teasers-static .section-heading__sub {
  margin-inline: auto;
}
.section-teasers-static .section-header {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-teasers-static .section-header h2 {
  display: none;
}
@media (max-width: 549px) {
  .section-teasers-static .section-heading--row > div:first-child {
    padding-inline: 4rem;
  }
}

/* Hero */
.hero-suede {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 62vh, 720px);
  display: flex;
  align-items: stretch;
}
.hero-suede--no-image {
  background: radial-gradient(120% 80% at 20% 0%, color-mix(in srgb, var(--color-accent) 22%, var(--color-background)), var(--color-background));
}
.hero-suede__bg {
  position: absolute;
  inset: 0;
}
.hero-suede__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-suede__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(43, 38, 34, 0.72) 0%, rgba(43, 38, 34, 0.35) 55%, rgba(43, 38, 34, 0.2) 100%);
}
.hero-suede__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
  padding-block: clamp(2.5rem, 6vw, 5rem);
  color: #f7f3ec;
}
.hero-suede__kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  opacity: 0.9;
  margin: 0 0 0.75rem;
}
.hero-suede__title {
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.15;
  margin: 0 0 1rem;
}
.hero-suede__text {
  font-size: 1.05rem;
  max-width: 48ch;
  opacity: 0.95;
}
.hero-suede__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.hero-suede__panel {
  align-self: center;
  background: color-mix(in srgb, var(--color-surface) 92%, transparent);
  color: var(--color-foreground);
  border-radius: calc(var(--radius) + 4px);
  padding: 1.25rem 1.35rem;
  box-shadow: var(--shadow-soft);
}
.hero-suede__panel-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  margin: 0 0 1rem;
}
.hero-suede__specs {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}
.hero-suede__spec dt {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
}
.hero-suede__spec dd {
  margin: 0.15rem 0 0;
  font-weight: 600;
}
@media (max-width: 989px) {
  .hero-suede__inner {
    grid-template-columns: 1fr;
  }
}

/* Category tiles */
.category-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 989px) {
  .category-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 549px) {
  .category-tiles {
    grid-template-columns: 1fr;
  }
}
.category-tile {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 2px);
  overflow: hidden;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.category-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(43, 38, 34, 0.12);
  color: inherit;
}
.category-tile__media {
  aspect-ratio: 4 / 3;
  background: #e8e0d8;
}
.category-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-tile__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #dfd6cc, #c9bfb3);
}
.category-tile__body {
  padding: 1rem 1.1rem 1.15rem;
}
.category-tile__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}
.category-tile__text {
  margin: 0;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
}
.category-tile__cta {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.85rem;
  color: var(--color-accent);
}

/* Product grid (fabric / featured) */
.product-grid {
  display: grid;
  gap: 1.25rem;
  padding-bottom: 3rem;
}
.product-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.product-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.product-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 989px) {
  .product-grid--4,
  .product-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 549px) {
  .product-grid--4,
  .product-grid--3,
  .product-grid--2 {
    grid-template-columns: 1fr;
  }
}
.product-grid__empty {
  grid-column: 1 / -1;
  padding: 2rem;
  text-align: center;
  color: color-mix(in srgb, var(--color-foreground) 65%, transparent);
}
.product-card {
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 2px);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}
.product-card__media {
  aspect-ratio: 1 / 1;
  background: #ebe4dc;
}
.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #ddd5cc, #c4bbb2);
}
.product-card__info {
  padding: 1rem 1.05rem 1.15rem;
}
.product-card__title {
  font-family: var(--font-heading);
  font-size: 1rem;
  margin: 0 0 0.35rem;
}
.product-card__title a {
  text-decoration: none;
}
.product-card__meta {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--color-foreground) 65%, transparent);
}
.product-card__price {
  margin: 0.35rem 0 0;
  font-weight: 600;
}

/* Trust columns */
.trust-columns {
  padding: 2rem 0 3rem;
}
.trust-columns .section-heading__title--center {
  margin-bottom: 1.5rem;
}
.trust-columns__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 989px) {
  .trust-columns__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 549px) {
  .trust-columns__grid {
    grid-template-columns: 1fr;
  }
}
.trust-columns__heading {
  font-family: var(--font-heading);
  text-align: center;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  margin: 0 0 1.5rem;
}
.trust-column {
  background: var(--color-surface);
  padding: 1.1rem 1.15rem;
  border-radius: calc(var(--radius) + 2px);
  box-shadow: var(--shadow-soft);
}
.trust-column__icon {
  font-size: 1.25rem;
}
.trust-column__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  margin: 0.35rem 0 0.5rem;
}
.trust-column__text {
  font-size: 0.92rem;
  color: color-mix(in srgb, var(--color-foreground) 78%, transparent);
}


/* Blog preview */
.blog-preview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  padding-bottom: 3rem;
}
@media (max-width: 989px) {
  .blog-preview {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 549px) {
  .blog-preview {
    grid-template-columns: 1fr;
  }
}
.blog-preview__empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 2rem;
  color: color-mix(in srgb, var(--color-foreground) 65%, transparent);
}
.blog-preview-card {
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 2px);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.blog-preview-card__media {
  display: block;
  aspect-ratio: 16 / 11;
  background: #e8e0d8;
}
.blog-preview-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-preview-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e3d9cf, #cfc4b8);
}
.blog-preview-card__body {
  padding: 1rem 1.1rem 1.2rem;
}
.blog-preview-card__date {
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
}
.blog-preview-card__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  margin: 0.35rem 0;
}
.blog-preview-card__title a {
  text-decoration: none;
}
.blog-preview-card__excerpt {
  margin: 0;
  font-size: 0.92rem;
  color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
}

/* Page hero */
.page-hero {
  background: color-mix(in srgb, var(--color-accent) 8%, var(--color-background));
  border-bottom: 1px solid rgba(43, 38, 34, 0.06);
}
.page-hero__inner {
  padding: 2.25rem 0 2rem;
}
.page-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  margin: 0 0 0.75rem;
}
.page-hero__text {
  max-width: 70ch;
  color: color-mix(in srgb, var(--color-foreground) 82%, transparent);
}

/* Main page / blog / article / collection */
.main-page__empty-notice {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  border: 1px dashed rgba(43, 38, 34, 0.22);
  background: color-mix(in srgb, var(--color-accent) 6%, var(--color-background));
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--color-foreground) 88%, transparent);
}
.main-page__empty-notice p {
  margin: 0.5rem 0;
}
.main-page__empty-notice p:first-child {
  margin-top: 0;
}
.main-page__empty-notice p:last-child {
  margin-bottom: 0;
}

.main-page,
.main-blog,
.article-main,
.collection-main,
.product-main {
  padding-block: 2rem 3.5rem;
}
.main-blog__title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin: 0 0 0.5rem;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 989px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 549px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
.pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.article-main__title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin: 0 0 0.35rem;
}
.collection-main__title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin: 0 0 0.5rem;
}

/* Product page */
.product-main__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 989px) {
  .product-main__grid {
    grid-template-columns: 1fr;
  }
}
.product-main__media {
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  background: #ebe4dc;
  box-shadow: var(--shadow-soft);
}
.product-main__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 0 0 0.5rem;
}
.product-form__variants select {
  width: 100%;
  max-width: 360px;
  padding: 0.55rem 0.65rem;
  border-radius: var(--radius);
  border: 1px solid rgba(43, 38, 34, 0.18);
  font: inherit;
  background: var(--color-surface);
}
.product-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* Footer */
.site-footer {
  background: var(--color-foreground);
  color: #f2ebe3;
  padding: 2.5rem 0 1.5rem;
  margin-top: 2rem;
}
.site-footer a {
  color: inherit;
}
.site-footer a:hover {
  color: color-mix(in srgb, var(--color-accent) 85%, #fff);
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 549px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}
.site-footer__logo {
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.5rem;
}
.site-footer__tagline {
  color: color-mix(in srgb, #f2ebe3 78%, transparent);
  font-size: 0.92rem;
  max-width: 36ch;
}
.site-footer__heading {
  font-weight: 600;
  margin: 0 0 0.65rem;
}
.site-footer__brochure-contact {
  font-size: 0.92rem;
  color: color-mix(in srgb, #f2ebe3 88%, transparent);
  max-width: 40ch;
}
.site-footer__brochure-contact p {
  margin: 0.4rem 0;
}
.footer-newsletter__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer-newsletter input[type='email'] {
  flex: 1 1 180px;
  min-width: 0;
  padding: 0.6rem 0.75rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
}
.footer-newsletter__success {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
}
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.85rem;
}
.site-footer__payments {
  display: flex;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #f2ebe3;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.site-footer__social-link:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--color-accent) 85%, #fff);
  background: rgba(255, 255, 255, 0.12);
}
.site-footer__social-link:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--color-accent) 85%, #fff);
  outline-offset: 3px;
}
.site-footer__social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.site-footer__whatsapp {
  position: fixed;
  bottom: 25%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #25D366;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  z-index: 100;
}
.site-footer__whatsapp:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}
.site-footer__whatsapp img {
  width: 42px;
  height: 42px;
}

/* Product catalog (text two-column) */
.section-product-catalog {
  padding-bottom: 2.5rem;
}
.product-catalog__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 749px) {
  .product-catalog__grid {
    grid-template-columns: 1fr;
  }
}
.product-catalog__series-title {
  font-family: var(--font-heading);
  margin: 0 0 0.35rem;
}
.product-catalog__series-note {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: color-mix(in srgb, var(--color-foreground) 72%, transparent);
}
.product-catalog__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(43, 38, 34, 0.08);
  border-radius: calc(var(--radius) + 2px);
  overflow: hidden;
}
.product-catalog__item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(43, 38, 34, 0.06);
  background: var(--color-surface);
}
.product-catalog__item:last-child {
  border-bottom: 0;
}
.product-catalog__item-name {
  font-weight: 600;
}
.product-catalog__item-hint {
  font-size: 0.85rem;
  color: var(--color-accent);
}
.product-catalog__bottom {
  margin-top: 1.5rem;
  font-size: 0.95rem;
}
.product-catalog__cta-wrap {
  margin-top: 1.25rem;
}

/* Contact inquiry */
.section-contact-inquiry {
  padding-bottom: 3rem;
}
.contact-inquiry {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 989px) {
  .contact-inquiry {
    grid-template-columns: 1fr;
  }
}
.contact-inquiry__heading {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 0 0 0.75rem;
}
.contact-inquiry__cards {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.contact-inquiry__card {
  padding: 0.85rem 1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(43, 38, 34, 0.1);
  background: var(--color-surface);
}
.contact-inquiry__card-label {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
}
.contact-inquiry__card-value {
  margin: 0;
  font-weight: 600;
}
.contact-inquiry__card-value--multiline {
  font-weight: 400;
  white-space: pre-line;
}
.contact-inquiry__form-wrap {
  padding: 1.5rem 1.35rem;
  border-radius: calc(var(--radius) + 4px);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
}
.contact-inquiry__form-title {
  margin: 0 0 0.35rem;
  font-family: var(--font-heading);
}
.contact-inquiry__form-note {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--color-foreground) 72%, transparent);
}
.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.contact-form__field--full {
  grid-column: 1 / -1;
}
.contact-form__field label {
  display: block;
  font-size: 0.88rem;
  margin-bottom: 0.35rem;
}
.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: var(--radius);
  border: 1px solid rgba(43, 38, 34, 0.18);
  font: inherit;
  background: var(--color-background);
}
.contact-form__errors {
  margin-bottom: 1rem;
  padding: 0.75rem;
  border-radius: var(--radius);
  background: #fff4f4;
  color: #7a1f1f;
}
.contact-form__success {
  margin-bottom: 1rem;
  padding: 0.75rem;
  border-radius: var(--radius);
  background: #eef8f0;
  color: #1f4d2b;
}
.contact-form__submit {
  margin-top: 1rem;
}
@media (max-width: 549px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
  }
}

/* Customer login */
.section-customer-login {
  padding: 2rem 0 4rem;
}
.customer-login__header {
  text-align: center;
  margin-bottom: 2rem;
}
.customer-login__title {
  font-family: var(--font-heading);
  margin: 0 0 0.5rem;
}
.customer-login__panel {
  max-width: 420px;
  margin-inline: auto;
  padding: 1.5rem 1.35rem;
  border-radius: calc(var(--radius) + 4px);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
}
.customer-login-form__field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}
.customer-login-form__field input {
  width: 100%;
  padding: 0.6rem 0.65rem;
  border-radius: var(--radius);
  border: 1px solid rgba(43, 38, 34, 0.18);
  font: inherit;
}
.customer-login-form__errors {
  margin-bottom: 1rem;
  color: #7a1f1f;
}
.customer-login-form__submit {
  width: 100%;
  margin-top: 0.5rem;
}
.customer-login-form__links {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.9rem;
}
.customer-login__register {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.9rem;
}

/* Product Center Hero */
.product-center-hero {
  position: relative;
  padding: 3rem 0 3.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.product-center-hero__content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.product-center-hero__kicker {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-accent) 12%, transparent);
  color: var(--color-accent);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-center-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: var(--font-heading-weight);
  margin: 0 0 1rem;
  line-height: 1.2;
  color: var(--color-foreground);
}

.product-center-hero__subtitle {
  margin: 0 0 1.5rem;
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
  max-width: 56ch;
  line-height: 1.65;
}

.product-center-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.product-center-hero__decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.decoration-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.06;
}

.decoration-circle--1 {
  width: 300px;
  height: 300px;
  background: var(--color-accent);
  top: -50px;
  right: 50px;
}

.decoration-circle--2 {
  width: 200px;
  height: 200px;
  background: var(--color-accent);
  top: 80px;
  right: 250px;
}

.decoration-circle--3 {
  width: 150px;
  height: 150px;
  background: var(--color-accent);
  bottom: 0;
  right: 150px;
}

@media (max-width: 749px) {
  .product-center-hero {
    padding: 2rem 0 2.5rem;
  }
  .product-center-hero__decoration {
    display: none;
  }
}

/* Product Grid */
.product-grid {
  display: grid;
  gap: 1.25rem;
  padding-bottom: 1rem;
}

.product-grid--2 { grid-template-columns: repeat(2, 1fr); }
.product-grid--3 { grid-template-columns: repeat(3, 1fr); }
.product-grid--4 { grid-template-columns: repeat(4, 1fr); }
.product-grid--5 { grid-template-columns: repeat(5, 1fr); }

.product-grid--corduroy {
  max-width: 780px;
}

@media (max-width: 989px) {
  .product-grid--5,
  .product-grid--4,
  .product-grid--3 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 749px) {
  .product-grid--5,
  .product-grid--4,
  .product-grid--3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 479px) {
  .product-grid--5,
  .product-grid--4,
  .product-grid--3,
  .product-grid--2 { grid-template-columns: 1fr; }
}


/* Product Center CTA */
.product-center-cta {
  margin-top: 3rem;
  padding: 3rem 2rem;
  border-radius: calc(var(--radius) + 8px);
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-accent) 8%, var(--color-background)), color-mix(in srgb, var(--color-accent) 3%, var(--color-background)));
  border: 1px solid rgba(43, 38, 34, 0.08);
  text-align: center;
}

.cta-content__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.75rem;
  color: var(--color-foreground);
}

.cta-content__text {
  margin: 0 auto 1.5rem;
  max-width: 52ch;
  font-size: 1rem;
  color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
  line-height: 1.6;
}

.button--large {
  padding: 0.85rem 2rem;
  font-size: 1rem;
}


/* About page refresh */
.template-page-about .site-footer {
  margin-top: 0;
}

.dayee-about-page {
  --about-accent: #a5793f;
  --about-ink: #1e1b18;
  --about-muted: #5f574f;
  --about-line: rgba(165, 121, 63, 0.22);
  color: var(--about-ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(165, 121, 63, 0.08), transparent 28rem),
    linear-gradient(180deg, #fbfaf8 0%, #fff 34%, #f6f1eb 72%, #fff 100%);
}

.dayee-about-page h1,
.dayee-about-page h2,
.dayee-about-page h3,
.dayee-about-page p {
  margin-top: 0;
}

.dayee-about-page h1,
.dayee-about-page h2 {
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight);
  line-height: 1.08;
  letter-spacing: 0;
}

.dayee-about-page h1 {
  max-width: 11.5em;
  margin-bottom: 1.2rem;
  font-size: clamp(2.15rem, 4.2vw, 4.25rem);
}

.dayee-about-page h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.dayee-about__eyebrow {
  margin-bottom: 1rem;
  color: var(--about-accent);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dayee-about__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3rem;
  padding: 0.8rem 1.45rem;
  border: 1px solid var(--about-accent);
  border-radius: 4px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dayee-about__button:hover {
  transform: translateY(-1px);
}

.dayee-about__button--solid {
  background: var(--about-accent);
  color: #fff;
}

.dayee-about__button--solid:hover {
  color: #fff;
  background: #8d6532;
}

.dayee-about__button--outline {
  background: rgba(255, 255, 255, 0.56);
  color: var(--about-accent);
}

.dayee-about__button--outline:hover {
  background: #fff;
  color: #8d6532;
}

.dayee-about-hero {
  position: relative;
  overflow: hidden;
  background: #faf7f2;
}

.dayee-about-hero__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 6vw, 5.8rem);
  align-items: stretch;
  padding-block: clamp(3rem, 6vw, 5.5rem);
}

.dayee-about-hero__copy {
  z-index: 2;
  align-self: center;
}

.dayee-about-hero__copy p:not(.dayee-about__eyebrow) {
  max-width: 43rem;
  margin-bottom: 1.8rem;
  color: var(--about-muted);
  font-size: 1rem;
  line-height: 1.78;
}

.dayee-about-hero__media {
  position: relative;
  min-height: 0;
  clip-path: ellipse(105% 135% at 105% 50%);
}

.dayee-about-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(250, 247, 242, 0.1), rgba(45, 32, 20, 0.08));
  pointer-events: none;
}

.dayee-about-hero__media img,
.dayee-about-profile__media img,
.dayee-about-manufacturing__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dayee-about-profile {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 6vw, 5.8rem);
  align-items: center;
  padding-block: clamp(3rem, 6vw, 5rem) 2.1rem;
}

.dayee-about-profile__media {
  aspect-ratio: 1.58 / 1;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(68, 48, 28, 0.12);
}

.dayee-about-profile__copy {
  max-width: 45rem;
}

.dayee-about-profile__text p {
  margin-bottom: 1rem;
  color: var(--about-muted);
  font-size: 0.98rem;
  line-height: 1.82;
}

.dayee-about-strengths {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-block: 2.1rem 2.6rem;
  border-top: 1px solid rgba(69, 55, 42, 0.14);
}

.dayee-about-strength {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 1.1rem;
  align-items: center;
  min-height: 6.4rem;
  padding: 0 1.6rem;
  border-right: 1px solid rgba(69, 55, 42, 0.12);
}

.dayee-about-strength:first-child {
  padding-left: 0;
}

.dayee-about-strength:last-child {
  padding-right: 0;
  border-right: 0;
}

.dayee-about-strength__icon,
.dayee-about-process__icon,
.dayee-about-stats__icon {
  display: inline-flex;
  color: var(--about-accent);
}

.dayee-about-strength__icon svg,
.dayee-about-process__icon svg,
.dayee-about-stats__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.dayee-about-strength__icon {
  width: 3rem;
  height: 3rem;
}

.dayee-about-strength h3,
.dayee-about-process h3 {
  margin-bottom: 0.3rem;
  font-size: 1.04rem;
  line-height: 1.25;
}

.dayee-about-strength p,
.dayee-about-process p {
  margin-bottom: 0;
  color: var(--about-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.dayee-about-process {
  padding-block: clamp(3.2rem, 6vw, 5.2rem);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(165, 121, 63, 0.1), transparent 34rem),
    #f4eee7;
}

.dayee-about-process h2 {
  margin-inline: auto;
  margin-bottom: 2.5rem;
}

.dayee-about-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.dayee-about-process__steps::before {
  content: "";
  position: absolute;
  top: 2.05rem;
  left: 7%;
  right: 7%;
  height: 1px;
  background: var(--about-accent);
  opacity: 0.62;
}

.dayee-about-process__steps li {
  position: relative;
  min-width: 0;
}

.dayee-about-process__steps li::before {
  content: "";
  position: absolute;
  top: 1.88rem;
  left: 50%;
  z-index: 1;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--about-accent);
  transform: translateX(-50%);
}

.dayee-about-process__icon {
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 4.15rem;
  height: 4.15rem;
  margin-bottom: 1rem;
  border: 1.5px solid var(--about-accent);
  border-radius: 50%;
  background: #f8f2eb;
}

.dayee-about-process__icon svg {
  width: 2.05rem;
  height: 2.05rem;
}

.dayee-about-process strong {
  display: block;
  color: var(--about-accent);
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.dayee-about-manufacturing {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
  padding-block: clamp(3rem, 6vw, 5rem);
}

.dayee-about-manufacturing__copy > p:not(.dayee-about__eyebrow) {
  max-width: 37rem;
  margin-bottom: 2rem;
  color: var(--about-muted);
  line-height: 1.76;
}

.dayee-about-manufacturing__media {
  aspect-ratio: 1.7 / 1;
  min-height: 340px;
  overflow: hidden;
}

.dayee-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 2rem;
}

.dayee-about-stats > div {
  min-width: 0;
  padding: 0 1.15rem;
  border-right: 1px solid rgba(69, 55, 42, 0.12);
}

.dayee-about-stats > div:first-child {
  padding-left: 0;
}

.dayee-about-stats > div:last-child {
  border-right: 0;
}

.dayee-about-stats strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--about-accent);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: var(--font-heading-weight);
  line-height: 1;
}

.dayee-about-stats__icon {
  width: 2.9rem;
  height: 2.9rem;
  margin-bottom: 0.75rem;
}

.dayee-about-stats span:not(.dayee-about-stats__icon) {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 700;
  line-height: 1.32;
}

.dayee-about-stats small {
  display: block;
  color: var(--about-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.dayee-about-cta {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(229, 213, 195, 0.68), rgba(255, 255, 255, 0.76) 30%, rgba(245, 236, 226, 0.9)),
    radial-gradient(circle at 0% 50%, rgba(128, 92, 54, 0.18), transparent 18rem);
}

.dayee-about-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-height: 9.4rem;
  text-align: center;
}

.dayee-about-cta h2 {
  margin: 0;
  font-size: clamp(1.65rem, 2.8vw, 2.75rem);
}

.dayee-about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.dayee-about__image-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  background-color: #d8c5ad;
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.45), transparent 40%),
    repeating-linear-gradient(90deg, rgba(60, 42, 24, 0.16) 0 2px, transparent 2px 18px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px 16px);
}

.dayee-about__image-placeholder--showroom {
  background-color: #c2a783;
}

.dayee-about__image-placeholder--fabric {
  background-color: #cdbda8;
  background-image:
    linear-gradient(25deg, rgba(63, 43, 25, 0.2), transparent 38%),
    repeating-linear-gradient(105deg, rgba(255, 255, 255, 0.36) 0 18px, rgba(68, 47, 29, 0.18) 18px 34px, rgba(10, 16, 22, 0.22) 34px 50px, rgba(168, 124, 78, 0.22) 50px 66px);
}

.dayee-about__image-placeholder--factory {
  background-color: #c8b08f;
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 44%),
    repeating-linear-gradient(90deg, rgba(42, 34, 27, 0.2) 0 12px, transparent 12px 54px);
}

/* Editorial image and text split sections */
.editorial-split {
  --editorial-accent: #a5793f;
  --editorial-ink: #1e1b18;
  --editorial-muted: #69615a;
  overflow: hidden;
  background: #f7f6f4;
  color: var(--editorial-ink);
}

.editorial-split__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: center;
  min-height: clamp(520px, 72vh, 760px);
  padding-block: clamp(3rem, 6vw, 5rem);
}

.editorial-split--image-left .editorial-split__inner {
  grid-template-columns: minmax(360px, 1fr) minmax(0, 0.9fr);
}

.editorial-split__copy {
  max-width: 590px;
}

.editorial-split__eyebrow {
  margin: 0 0 1.45rem;
  color: var(--editorial-accent);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  line-height: 1;
  text-transform: uppercase;
}

.editorial-split__copy h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 5.3vw, 5.45rem);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0;
  line-height: 1.02;
}

.editorial-split__text {
  max-width: 56ch;
  margin-top: clamp(1.5rem, 2.4vw, 2.2rem);
  color: var(--editorial-muted);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.9;
}

.editorial-split__media {
  position: relative;
  min-height: clamp(440px, 66vh, 720px);
  overflow: hidden;
  background: #c7b49e;
}

.editorial-split--text-left .editorial-split__media {
  border-radius: 48% 0 0 48% / 50% 0 0 50%;
}

.editorial-split--image-left .editorial-split__media {
  border-radius: 0 48% 48% 0 / 0 50% 50% 0;
}

.editorial-split__media img,
.editorial-split__placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.editorial-split__placeholder {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(135deg, #d6c8b8, #ad967c);
  background-size: 22px 22px, 22px 22px, auto;
}

@media (max-width: 1099px) {
  .dayee-about-strengths {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0;
  }

  .dayee-about-strength:nth-child(2) {
    border-right: 0;
  }

  .dayee-about-strength:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 899px) {
  .dayee-about-hero__inner,
  .dayee-about-profile,
  .dayee-about-manufacturing {
    grid-template-columns: 1fr;
  }

  .dayee-about-hero__inner {
    min-height: 0;
  }

  .dayee-about-hero__copy {
    padding-block: 3.5rem 2rem;
  }

  .dayee-about-hero__media {
    min-height: 360px;
    clip-path: none;
  }

  .dayee-about-process__steps {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 34rem;
    margin-inline: auto;
  }

  .dayee-about-process__steps::before,
  .dayee-about-process__steps li::before {
    display: none;
  }

  .dayee-about-cta__inner {
    flex-direction: column;
    padding-block: 2.3rem;
  }
}

@media (max-width: 699px) {
  .dayee-about-page h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .dayee-about-profile,
  .dayee-about-manufacturing {
    gap: 2rem;
    padding-block: 2.6rem;
  }

  .dayee-about-strengths,
  .dayee-about-stats {
    grid-template-columns: 1fr;
  }

  .dayee-about-strength,
  .dayee-about-strength:first-child,
  .dayee-about-strength:nth-child(3) {
    padding: 1.2rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(69, 55, 42, 0.12);
  }

  .dayee-about-strength:last-child {
    border-bottom: 0;
  }

  .dayee-about-stats > div,
  .dayee-about-stats > div:first-child {
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(69, 55, 42, 0.12);
  }

  .dayee-about-stats > div:last-child {
    border-bottom: 0;
  }

  .dayee-about-manufacturing__media {
    min-height: 260px;
  }

  .dayee-about-cta__actions {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 989px) {
  .editorial-split__inner,
  .editorial-split--image-left .editorial-split__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .editorial-split--image-left .editorial-split__media {
    order: 2;
  }

  .editorial-split__media,
  .editorial-split--text-left .editorial-split__media,
  .editorial-split--image-left .editorial-split__media {
    min-height: clamp(320px, 56vw, 520px);
    border-radius: 0;
  }
}

@media (max-width: 549px) {
  .editorial-split__inner {
    gap: 1.5rem;
    padding-block: 2.5rem;
  }

  .editorial-split__copy h2 {
    font-size: clamp(2.25rem, 13vw, 3.25rem);
  }

  .editorial-split__text {
    line-height: 1.75;
  }
}

/* Editorial text-only and image-only sections */
.editorial-text-only,
.editorial-image-only {
  --editorial-accent: #a5793f;
  --editorial-ink: #1e1b18;
  --editorial-muted: #69615a;
  background: #f7f6f4;
  color: var(--editorial-ink);
}

.editorial-text-only__inner {
  max-width: 880px;
  padding-block: clamp(3.5rem, 7vw, 7rem);
}

.editorial-text-only__inner--center {
  margin-inline: auto;
  text-align: center;
}

.editorial-text-only__eyebrow {
  margin: 0 0 1.35rem;
  color: var(--editorial-accent);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  line-height: 1;
  text-transform: uppercase;
}

.editorial-text-only h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0;
  line-height: 1.04;
}

.editorial-text-only__text {
  max-width: 64ch;
  margin-top: clamp(1.35rem, 2.2vw, 2rem);
  color: var(--editorial-muted);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.9;
}

.editorial-text-only__inner--center .editorial-text-only__text {
  margin-inline: auto;
}

.editorial-image-only__inner {
  padding-block: clamp(2.5rem, 5vw, 5rem);
}

.editorial-image-only__grid {
  display: grid;
  grid-template-columns: repeat(var(--editorial-image-count), minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.5rem);
}

.editorial-image-only__media {
  min-height: clamp(260px, 42vw, 620px);
  overflow: hidden;
  background: #c7b49e;
}

.editorial-image-only__grid .editorial-image-only__media {
  min-height: clamp(220px, 28vw, 440px);
}

.editorial-image-only__media--soft-left {
  border-radius: 48% 0 0 48% / 50% 0 0 50%;
}

.editorial-image-only__media--soft-right {
  border-radius: 0 48% 48% 0 / 0 50% 50% 0;
}

.editorial-image-only__media img,
.editorial-image-only__placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.editorial-image-only__placeholder {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(135deg, #d6c8b8, #ad967c);
  background-size: 22px 22px, 22px 22px, auto;
}

@media (max-width: 699px) {
  .editorial-text-only__inner {
    padding-block: 2.7rem;
  }

  .editorial-text-only h2 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .editorial-image-only__grid,
  .editorial-image-only__grid[style] {
    grid-template-columns: 1fr;
  }

  .editorial-image-only__media,
  .editorial-image-only__media--soft-left,
  .editorial-image-only__media--soft-right {
    min-height: clamp(260px, 64vw, 420px);
    border-radius: 0;
  }
}

.product-list-dayi {
  padding-bottom: 3rem;
}
.product-list-dayi__breadcrumb {
  padding: 1rem 0 0.5rem;
  font-size: 0.88rem;
  color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
}
.product-list-dayi__crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.product-list-dayi__sep {
  opacity: 0.45;
}
.product-list-dayi__header {
  padding: 0.5rem 0 1rem;
  border-bottom: 1px solid rgba(43, 38, 34, 0.08);
  margin-bottom: 1rem;
}
.product-list-dayi__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 0 0 0.5rem;
}
.product-list-dayi__intro {
  margin: 0;
  max-width: 72ch;
  color: color-mix(in srgb, var(--color-foreground) 78%, transparent);
}
.product-list-dayi__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--color-foreground) 4%, var(--color-background));
  border: 1px solid rgba(43, 38, 34, 0.06);
}
.product-list-dayi__toolbar-label {
  font-size: 0.82rem;
  color: color-mix(in srgb, var(--color-foreground) 65%, transparent);
}
.product-list-dayi__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.product-list-dayi__chip {
  font-size: 0.78rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(43, 38, 34, 0.12);
  background: var(--color-surface);
}
.product-list-dayi__count {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: color-mix(in srgb, var(--color-foreground) 65%, transparent);
}
.product-list-dayi__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 989px) {
  .product-list-dayi__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 749px) {
  .product-list-dayi__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .product-list-dayi__grid {
    grid-template-columns: 1fr;
  }
}


/* ========================================
   Industry News Page - 行业动态页面
   ======================================== */

/* Industry Hero Section */
.industry-hero {
  position: relative;
  min-height: clamp(480px, 65vh, 700px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-accent) 12%, var(--color-background)) 0%, var(--color-background) 60%);
}

.industry-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.industry-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(43, 38, 34, 0.75) 0%, rgba(43, 38, 34, 0.4) 50%, rgba(43, 38, 34, 0.2) 100%);
  z-index: 1;
}

.industry-hero__inner {
  position: relative;
  z-index: 2;
  padding: 3rem 0;
  color: #f7f3ec;
}

.industry-hero__content {
  max-width: 720px;
}

.industry-hero__kicker {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industry-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: var(--font-heading-weight);
  margin: 0 0 1.25rem;
  line-height: 1.15;
  color: inherit;
}

.industry-hero__subtitle {
  margin: 0 0 1.5rem;
  font-size: 1.15rem;
  line-height: 1.65;
  opacity: 0.95;
  max-width: 60ch;
}

.industry-hero__description {
  max-width: 55ch;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.75;
  opacity: 0.9;
}

.industry-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hero-stat__number {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: var(--font-heading-weight);
  line-height: 1;
}

.hero-stat__label {
  font-size: 0.85rem;
  opacity: 0.8;
}

/* Hero Particles */
.industry-hero__particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: float 8s ease-in-out infinite;
}

.particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; animation-duration: 10s; }
.particle:nth-child(2) { left: 20%; top: 60%; animation-delay: 1s; animation-duration: 12s; }
.particle:nth-child(3) { left: 70%; top: 30%; animation-delay: 2s; animation-duration: 9s; }
.particle:nth-child(4) { left: 85%; top: 70%; animation-delay: 3s; animation-duration: 11s; }
.particle:nth-child(5) { left: 50%; top: 80%; animation-delay: 4s; animation-duration: 13s; }

@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.3; }
  50% { transform: translateY(-30px) scale(1.2); opacity: 0.6; }
}

/* Article Categories Section */
.article-categories {
  padding: 3rem 0 4rem;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}

@media (max-width: 1200px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 989px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 549px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.category-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1.25rem;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid transparent;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(43, 38, 34, 0.12);
  color: inherit;
  border-color: rgba(43, 38, 34, 0.08);
}

.category-card__icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}

.category-card__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.5rem;
  color: var(--color-foreground);
}

.category-card__description {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
  line-height: 1.5;
  flex-grow: 1;
}

.category-card__count {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-accent);
  margin-top: auto;
}

.category-card:hover .category-card__count {
  gap: 0.5rem;
}

/* Featured Articles Section */
.featured-articles {
  padding: 2rem 0 4rem;
}

.featured-article-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 3rem;
  padding: 1.5rem;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow-soft);
}

@media (max-width: 989px) {
  .featured-article-card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.featured-article-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  background: #e8e0d8;
}

.featured-article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.featured-article-card:hover .featured-article-card__media img {
  transform: scale(1.03);
}

.featured-article-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e3d9cf, #cfc4b8);
}

.featured-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--color-accent);
  color: var(--color-surface);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.featured-article-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.featured-article-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--color-foreground) 60%, transparent);
}

.featured-article-card__meta time {
  font-size: 0.82rem;
}

.featured-article-card__title {
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: var(--font-heading-weight);
  margin: 0;
  line-height: 1.3;
  color: var(--color-foreground);
}

.featured-article-card__title a {
  text-decoration: none;
  color: inherit;
}

.featured-article-card__title a:hover {
  color: var(--color-accent);
}

.featured-article-card__excerpt {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--color-foreground) 78%, transparent);
}

/* Article Grid */
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 989px) {
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 549px) {
  .article-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.article-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(43, 38, 34, 0.12);
}

.article-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8e0d8;
}

.article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.article-card:hover .article-card__media img {
  transform: scale(1.05);
}

.article-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e3d9cf, #cfc4b8);
}

.article-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.1rem 1.15rem 1.2rem;
  flex-grow: 1;
}

.article-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  color: color-mix(in srgb, var(--color-foreground) 60%, transparent);
}

.article-card__meta time {
  font-size: 0.8rem;
}

.tag {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-accent) 12%, transparent);
  color: var(--color-accent);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.article-card__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: var(--font-heading-weight);
  margin: 0;
  line-height: 1.4;
  color: var(--color-foreground);
}

.article-card__title a {
  text-decoration: none;
  color: inherit;
}

.article-card__title a:hover {
  color: var(--color-accent);
}

.article-card__excerpt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--color-foreground) 72%, transparent);
  flex-grow: 1;
}

.article-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-accent);
  text-decoration: none;
  transition: gap 0.2s ease;
}

.article-card__link:hover {
  gap: 0.55rem;
  color: var(--color-accent);
}

.articles-empty {
  padding: 3rem;
  text-align: center;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 4px);
  color: color-mix(in srgb, var(--color-foreground) 65%, transparent);
}

/* Newsletter Section */
.newsletter-section {
  padding: 2rem 0 4rem;
}

.newsletter-card {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2.5rem;
  align-items: center;
  padding: 2.5rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-accent) 8%, var(--color-background)), color-mix(in srgb, var(--color-accent) 3%, var(--color-background)));
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(43, 38, 34, 0.08);
}

@media (max-width: 989px) {
  .newsletter-card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
  }
}

.newsletter-card__content {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.newsletter-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-accent) 15%, transparent);
  color: var(--color-accent);
}

.newsletter-card__title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.5rem;
  color: var(--color-foreground);
}

.newsletter-card__description {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--color-foreground) 72%, transparent);
}

.newsletter-form__row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.newsletter-form__input {
  flex: 1 1 200px;
  min-width: 0;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(43, 38, 34, 0.18);
  background: var(--color-surface);
  font: inherit;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-form__input:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-accent) 15%, transparent);
}

.newsletter-form__input::placeholder {
  color: color-mix(in srgb, var(--color-foreground) 50%, transparent);
}

.newsletter-form__privacy {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
}

/* Product Category Grid - Four Modules */
.product-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0;
}

@media (max-width: 749px) {
  .product-category-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.product-category-card {
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.product-category-card:hover {
  box-shadow: 0 16px 48px rgba(43, 38, 34, 0.1);
  transform: translateY(-2px);
}

.product-category-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(43, 38, 34, 0.06);
  background: linear-gradient(to right, rgba(43, 38, 34, 0.02), transparent);
}

.category-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--color-accent) 10%, transparent);
  color: var(--color-accent);
}

.category-icon--featured {
  background: color-mix(in srgb, #8b7355 10%, transparent);
  color: #8b7355;
}

.category-icon--new {
  background: color-mix(in srgb, #5a8a6e 10%, transparent);
  color: #5a8a6e;
}

.category-icon--custom {
  background: color-mix(in srgb, #7a6a9a 10%, transparent);
  color: #7a6a9a;
}

.category-header__text {
  flex: 1;
}

.category-header__title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.2rem;
  color: var(--color-foreground);
}

.category-header__desc {
  margin: 0;
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--color-foreground) 60%, transparent);
}

.category-count {
  flex-shrink: 0;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-accent) 12%, transparent);
  color: var(--color-accent);
  font-size: 0.8rem;
  font-weight: 600;
}

.category-count--featured {
  background: color-mix(in srgb, #8b7355 12%, transparent);
  color: #8b7355;
}

.category-count--new {
  background: color-mix(in srgb, #5a8a6e 12%, transparent);
  color: #5a8a6e;
}

/* Product Category Card List */
.product-category-card__list {
  padding: 0.5rem 0;
}

.product-category-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.5rem;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid rgba(43, 38, 34, 0.04);
}

.product-category-item:last-child {
  border-bottom: none;
}

.product-category-item:hover {
  background: color-mix(in srgb, var(--color-accent) 5%, transparent);
}

.product-category-item__name {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-foreground);
}

.product-category-item__meta {
  font-size: 0.82rem;
  color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
}

.product-category-item__arrow {
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  color: var(--color-accent);
}

.product-category-item:hover .product-category-item__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Featured Card Variations */
.product-category-card--featured {
  border-left: 3px solid #8b7355;
}

.product-category-item--featured .product-category-item__name {
  color: #6b5a45;
}

/* New Card Variations */
.product-category-card--new {
  border-left: 3px solid #5a8a6e;
}

.product-category-item--new .product-category-item__badge {
  flex-shrink: 0;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  background: #5a8a6e;
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Custom Card */
.product-category-card--custom {
  border-left: 3px solid #7a6a9a;
  display: flex;
  flex-direction: column;
}

.product-category-card--custom .product-category-card__header {
  flex: 1;
}

.product-category-card__custom-content {
  padding: 1.5rem;
  margin-top: auto;
}

.custom-content__text {
  margin: 0 0 1.25rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: color-mix(in srgb, var(--color-foreground) 72%, transparent);
}

/* Product Category Modules */
.product-category-modules {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 2.5rem 0;
}

.product-category-module {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(43, 38, 34, 0.08);
}

.product-category-module:last-child {
  border-bottom: none;
}

.product-category-module__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.product-category-module--featured .category-header__title {
  color: #6b5a45;
}

.product-category-module--new .category-header__title {
  color: #4a7a5a;
}

.product-category-module--custom .category-header__title {
  color: #6a5a8a;
}

/* Fabric Product Card Grid */
.product-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.product-category-grid--3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px;
}

/* Fabric Product Card */
.fabric-product-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fabric-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(43, 38, 34, 0.12);
  color: inherit;
}

.fabric-product-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e8e0d8;
}

.fabric-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.fabric-product-card:hover .fabric-product-card__media img {
  transform: scale(1.05);
}

.fabric-product-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e3d9cf 0%, #cfc4b8 100%);
  transition: transform 0.4s ease;
}

.fabric-product-card:hover .fabric-product-card__placeholder {
  transform: scale(1.05);
}

.fabric-product-card__placeholder--featured {
  background: linear-gradient(135deg, #d4c8b8 0%, #b8a898 100%);
}

.fabric-product-card__placeholder--new {
  background: linear-gradient(135deg, #c8d8c4 0%, #a8b8a4 100%);
}

.fabric-product-card__badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  background: #4a7a5a;
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 1;
}

.fabric-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem;
}

.fabric-product-card__title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: var(--font-heading-weight);
  margin: 0;
  color: var(--color-foreground);
  line-height: 1.3;
}

.fabric-product-card__meta {
  margin: 0;
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--color-foreground) 60%, transparent);
}

.fabric-product-card__desc {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  color: color-mix(in srgb, var(--color-foreground) 50%, transparent);
  line-height: 1.4;
}

.fabric-product-card__spec {
  margin: 0;
  font-size: 0.8rem;
  color: var(--color-foreground);
  opacity: 0.8;
  line-height: 1.4;
}

.fabric-product-card__cta {
  margin-top: auto;
  padding-top: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--color-accent);
}

/* Featured Card Variation */
.fabric-product-card--featured {
  border-left: 3px solid #8b7355;
}

.fabric-product-card--featured .fabric-product-card__title {
  color: #6b5a45;
}

/* New Card Variation */
.fabric-product-card--new {
  border-left: 3px solid #5a8a6e;
}

.fabric-product-card--new .fabric-product-card__title {
  color: #4a7a5a;
}

/* Custom Service Card */
.custom-service-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 2.5rem;
  background: linear-gradient(135deg, color-mix(in srgb, #7a6a9a 8%, var(--color-surface)) 0%, var(--color-surface) 100%);
  border-radius: calc(var(--radius) + 8px);
  border-left: 4px solid #7a6a9a;
}

.custom-service-card__content {
  flex: 1;
}

.custom-service-card__title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.5rem;
  color: #5a4a6a;
}

.custom-service-card__text {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
}

.custom-service-card__features {
  display: flex;
  gap: 1.5rem;
}

.custom-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #5a4a6a;
}

.custom-feature__icon {
  font-size: 1.1rem;
}

/* Category Badge */
.category-badge {
  margin-left: auto;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #4a7a5a;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Responsive */
@media (max-width: 989px) {
  .product-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .product-category-grid--3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }
  
  .custom-service-card {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.5rem;
  }
  
  .custom-service-card__features {
    justify-content: center;
  }
}

@media (max-width: 749px) {
  .product-category-modules {
    gap: 2rem;
  }
  
  .product-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .product-category-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .product-category-module__header {
    flex-wrap: wrap;
  }
  
  .category-badge {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  
  .custom-service-card__features {
    flex-direction: column;
    gap: 0.75rem;
  }
}

@media (max-width: 549px) {
  .product-category-grid,
  .product-category-grid--3 {
    grid-template-columns: 1fr;
  }
}

/* Contact Page Styles */
.contact-page {
  padding-bottom: 3rem;
}

/* Contact Hero */
.contact-hero {
  position: relative;
  padding: 3rem 0 2rem;
  text-align: center;
}

.contact-hero__kicker {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-accent) 10%, transparent);
  color: var(--color-accent);
  font-size: 0.85rem;
  font-weight: 500;
}

.contact-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.75rem;
  color: var(--color-foreground);
}

.contact-hero__subtitle {
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
}

/* Contact Modules */
.contact-modules {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2.5rem;
}

.contact-module {
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.contact-module__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(43, 38, 34, 0.06);
  background: linear-gradient(to right, rgba(43, 38, 34, 0.02), transparent);
}

.contact-module__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--color-accent) 12%, transparent);
  color: var(--color-accent);
}

.contact-module__icon--map {
  background: color-mix(in srgb, #5a7a9a 12%, transparent);
  color: #5a7a9a;
}

.contact-module__icon--info {
  background: color-mix(in srgb, #7a6a5a 12%, transparent);
  color: #7a6a5a;
}

.contact-module__title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.2rem;
  color: var(--color-foreground);
}

.contact-module__desc {
  margin: 0;
  font-size: 0.88rem;
  color: color-mix(in srgb, var(--color-foreground) 60%, transparent);
}

/* Contact Form */
.contact-form-wrap {
  padding: 1.5rem;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.25rem;
}

@media (max-width: 749px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
  }
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-form__field--full {
  grid-column: 1 / -1;
}

.contact-form__field label {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--color-foreground);
}

.contact-form__field label .required {
  color: #c44;
}

.contact-form__field input,
.contact-form__field select,
.contact-form__field textarea {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(43, 38, 34, 0.15);
  border-radius: var(--radius);
  background: var(--color-background);
  font: inherit;
  font-size: 0.95rem;
  color: var(--color-foreground);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form__field input:focus,
.contact-form__field select:focus,
.contact-form__field textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-accent) 12%, transparent);
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
  color: color-mix(in srgb, var(--color-foreground) 45%, transparent);
}

.contact-form__field textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  min-width: 160px;
}

.contact-form__divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
  color: color-mix(in srgb, var(--color-foreground) 40%, transparent);
  font-size: 0.85rem;
}

.contact-form__divider::before,
.contact-form__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: color-mix(in srgb, var(--color-foreground) 15%, transparent);
}

.contact-form__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  background: #25D366 !important;
  color: #fff !important;
  border-color: #25D366 !important;
}

.contact-form__whatsapp:hover {
  background: #20bd5a !important;
  border-color: #20bd5a !important;
}

.contact-form__success {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  background: color-mix(in srgb, #4a7a5a 10%, transparent);
  color: #3a6a4a;
}

.contact-form__success p {
  margin: 0;
  font-weight: 500;
}

.contact-form__errors {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  background: color-mix(in srgb, #c44 8%, transparent);
  color: #a33;
}

/* Contact Map Card */
.contact-map-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

@media (max-width: 749px) {
  .contact-map-card {
    grid-template-columns: 1fr;
  }
}

.contact-map-card__image {
  aspect-ratio: 4 / 3;
  background: #e8e0d8;
  overflow: hidden;
}

.contact-map-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-map-card__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 0.75rem;
  color: color-mix(in srgb, var(--color-foreground) 40%, transparent);
}

.contact-map-card__placeholder span {
  font-size: 0.9rem;
}

.contact-map-card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, color-mix(in srgb, #5a7a9a 5%, var(--color-surface)) 0%, var(--color-surface) 100%);
}

.contact-map-card__address h3 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #4a6a8a;
}

.contact-map-card__address p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--color-foreground);
}

.contact-map-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #5a7a9a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-map-card__link:hover {
  color: #4a6a8a;
}

/* Contact Info Cards */
.contact-info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 1.5rem;
}

@media (max-width: 749px) {
  .contact-info-cards {
    grid-template-columns: 1fr;
  }
}

.contact-info-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--color-background);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.contact-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(43, 38, 34, 0.08);
  color: inherit;
}

.contact-info-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: color-mix(in srgb, #7a6a5a 12%, transparent);
  color: #7a6a5a;
}

.contact-info-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.contact-info-card__label {
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
}

.contact-info-card__value {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-foreground);
}

a.contact-info-card .contact-info-card__value {
  color: var(--color-accent);
}

/* WhatsApp Card */
.contact-info-card--whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #fff;
}

.contact-info-card--whatsapp .contact-info-card__icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.contact-info-card--whatsapp .contact-info-card__label {
  color: rgba(255, 255, 255, 0.85);
}

.contact-info-card--whatsapp .contact-info-card__value {
  color: #fff;
}

.contact-info-card--whatsapp:hover {
  background: linear-gradient(135deg, #20bd5a 0%, #0f766e 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}


/* ===================================
   Apparel Applications Sub-Page
   =================================== */

/* ---- Hero ---- */
.apparel-page {
  padding-bottom: 3rem;
}

.apparel-hero {
  position: relative;
  background: linear-gradient(135deg, #1a1510 0%, #2c2420 45%, #3d3028 100%);
  overflow: hidden;
  padding: 0;
  margin-bottom: 3.5rem;
}

.apparel-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: clamp(420px, 55vh, 580px);
}

@media (max-width: 900px) {
  .apparel-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .apparel-hero__visual-col {
    order: -1;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
}

/* Hero Text Column */
.apparel-hero__text-col {
  max-width: 520px;
}

.apparel-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.apparel-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: var(--font-heading-weight);
  color: #fff;
  margin: 0 0 1.25rem;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.apparel-hero__subtitle {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  max-width: 460px;
}

.apparel-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}

.apparel-hero__tag {
  display: inline-block;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background 0.2s ease;
}

.apparel-hero__tag:hover {
  background: rgba(255, 255, 255, 0.18);
}

.apparel-hero__actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.apparel-hero__secondary {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.apparel-hero__secondary:hover {
  color: #fff;
  text-decoration: none;
}

/* Hero Visual Column */
.apparel-hero__visual-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.apparel-hero__image-stack {
  position: relative;
  width: 100%;
  max-width: 460px;
}

.apparel-hero__img-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.apparel-hero__img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.apparel-hero__img-wrap--main {
  width: 85%;
  aspect-ratio: 4/5;
}

.apparel-hero__img-wrap--accent {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 42%;
  aspect-ratio: 3/4;
  border: 4px solid rgba(255, 255, 255, 0.15);
}

.apparel-hero__img-placeholder {
  background: linear-gradient(135deg, #3a302a 0%, #4a3d35 100%);
  border-radius: 16px;
}

.apparel-hero__img-placeholder--main {
  width: 85%;
  aspect-ratio: 4/5;
}

.apparel-hero__img-placeholder--accent {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 42%;
  aspect-ratio: 3/4;
  border: 4px solid rgba(255, 255, 255, 0.15);
}

.apparel-hero__img-badge {
  position: absolute;
  top: 1rem;
  left: 0;
  transform: translateX(-50%);
  background: var(--color-accent);
  color: #fff;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.apparel-hero__img-badge-text {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Scroll Hint */
.apparel-hero__scroll-hint {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.35), transparent);
  animation: scrollLinePulse 2s ease-in-out infinite;
}

@keyframes scrollLinePulse {
  0%, 100% { opacity: 0.35; transform: scaleY(1); }
  50% { opacity: 0.7; transform: scaleY(0.7); }
}

/* ---- Material Features ---- */
.apparel-features {
  margin-bottom: 4rem;
  padding: 3rem 0;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow-soft);
}

.apparel-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

@media (max-width: 900px) {
  .apparel-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .apparel-features__grid {
    grid-template-columns: 1fr;
  }
}

.apparel-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 12px;
  transition: background 0.2s ease;
}

.apparel-feature-item:hover {
  background: rgba(0, 0, 0, 0.03);
}

.apparel-feature-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: color-mix(in srgb, var(--color-accent) 10%, transparent);
  color: var(--color-accent);
}

.apparel-feature-item__content {
  flex: 1;
}

.apparel-feature-item__title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.4rem;
  color: var(--color-foreground);
}

.apparel-feature-item__desc {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
}

.apparel-features__eco-note {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(90deg, rgba(34, 140, 80, 0.07) 0%, transparent 60%);
  border-left: 3px solid #228b50;
  border-radius: 0 8px 8px 0;
  max-width: 720px;
  margin: 0 auto;
}

.apparel-features__eco-note svg {
  flex-shrink: 0;
  color: #228b50;
  margin-top: 0.1rem;
}

.apparel-features__eco-note p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--color-foreground) 65%, transparent);
  font-style: italic;
}

/* ---- Section Heading Eyebrow ---- */
.section-heading--center {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-heading__eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.section-heading__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.6rem;
  color: var(--color-foreground);
  line-height: 1.2;
}

.section-heading__sub {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
  max-width: 560px;
}

/* ---- Brand Adoption Examples ---- */
.apparel-brands {
  margin-bottom: 4rem;
}

.apparel-brands__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 900px) {
  .apparel-brands__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 580px) {
  .apparel-brands__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.apparel-brand-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.75rem 1rem;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  color: var(--color-foreground);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid transparent;
  gap: 0.35rem;
  min-height: 120px;
}

.apparel-brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(43, 38, 34, 0.12);
  border-color: color-mix(in srgb, var(--color-accent) 30%, transparent);
  text-decoration: none;
  color: var(--color-foreground);
}

.apparel-brand-card__name {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-foreground);
  line-height: 1.3;
}

.apparel-brand-card__country {
  font-size: 0.72rem;
  color: color-mix(in srgb, var(--color-foreground) 45%, transparent);
  font-weight: 500;
}

.apparel-brand-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.apparel-brand-card:hover .apparel-brand-card__link {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Product Series ---- */
.apparel-products {
  margin-bottom: 4rem;
}

.apparel-products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

@media (max-width: 640px) {
  .apparel-products__grid {
    grid-template-columns: 1fr;
  }
}

.apparel-product-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  color: var(--color-foreground);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(43, 38, 34, 0.06);
}

.apparel-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(43, 38, 34, 0.1);
  text-decoration: none;
  color: var(--color-foreground);
}

.apparel-product-card__media {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  background: color-mix(in srgb, var(--color-accent) 8%, transparent);
}

.apparel-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apparel-product-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8e0d8 0%, #d4c8bc 100%);
}

.apparel-product-card__body {
  flex: 1;
  min-width: 0;
}

.apparel-product-card__name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  color: var(--color-foreground);
  letter-spacing: 0.01em;
}

.apparel-product-card__desc {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
}

.apparel-product-card__cta {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.02em;
}

/* ---- Tips & Resources ---- */
.apparel-tips {
  margin-bottom: 4rem;
}

.apparel-tips__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .apparel-tips__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .apparel-tips__grid {
    grid-template-columns: 1fr;
  }
}

.apparel-tip-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.5rem;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  color: var(--color-foreground);
  border: 1px solid rgba(43, 38, 34, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.apparel-tip-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(43, 38, 34, 0.1);
  border-color: color-mix(in srgb, var(--color-accent) 25%, transparent);
  text-decoration: none;
  color: var(--color-foreground);
}

.apparel-tip-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--color-accent) 10%, transparent);
  color: var(--color-accent);
}

.apparel-tip-card__content {
  flex: 1;
  min-width: 0;
}

.apparel-tip-card__title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--color-foreground);
}

.apparel-tip-card__desc {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
}

.apparel-tip-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.02em;
}

/* ---- Application Showcase ---- */
.apparel-showcase {
  margin-bottom: 4rem;
}



.apparel-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 1024px) {
  .apparel-showcase__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 749px) {
  .apparel-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .apparel-showcase__grid {
    grid-template-columns: 1fr;
  }
}

.apparel-showcase-card {
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.apparel-showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(43, 38, 34, 0.14);
}



.apparel-showcase-card__inner {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.apparel-showcase-card__media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: linear-gradient(135deg, #ddd5cb 0%, #c8bdb0 100%);
}

.apparel-showcase-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.apparel-showcase-card:hover .apparel-showcase-card__media img {
  transform: scale(1.06);
}

.apparel-showcase-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(43, 38, 34, 0.2);
}

.apparel-showcase-card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: var(--color-accent);
  color: #fff;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 2;
}

.apparel-showcase-card__tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.7rem;
  background: rgba(26, 21, 16, 0.72);
  backdrop-filter: blur(4px);
  border-radius: 999px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.apparel-showcase-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 21, 16, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.apparel-showcase-card:hover .apparel-showcase-card__overlay {
  opacity: 1;
}

.apparel-showcase-card__overlay-text {
  padding: 0.5rem 1.25rem;
  background: #fff;
  color: var(--color-foreground);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.apparel-showcase-card__info {
  padding: 1rem 1.1rem 1.25rem;
}

.apparel-showcase-card__title {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 600;
  margin: 0 0 0.3rem;
  color: var(--color-foreground);
  line-height: 1.35;
}

.apparel-showcase-card__app {
  margin: 0;
  font-size: 0.78rem;
  color: color-mix(in srgb, var(--color-foreground) 50%, transparent);
  line-height: 1.4;
}



/* ---- Contact CTA ---- */
.apparel-contact {
  margin-bottom: 2rem;
}

.apparel-contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 3rem 3.5rem;
  background: linear-gradient(135deg, #2a2520 0%, #3d3630 100%);
  border-radius: calc(var(--radius) + 12px);
  position: relative;
  overflow: hidden;
}

.apparel-contact__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(255, 255, 255, 0.04) 0%, transparent 65%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .apparel-contact__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem 2rem;
    gap: 2rem;
  }
}

.apparel-contact__text-col {
  flex: 1;
  max-width: 480px;
}

.apparel-contact__eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.apparel-contact__title {
  font-family: var(--font-heading);
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: var(--font-heading-weight);
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}

.apparel-contact__desc {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  max-width: 400px;
}

.apparel-contact__action-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .apparel-contact__action-col {
    width: 100%;
  }
  .apparel-contact__action-col .button {
    width: 100%;
    justify-content: center;
  }
}

/* ===================================
   Product Detail Page - 产品详情页面
   =================================== */

.section-product-detail-dayi {
  padding-bottom: 4rem;
}

/* Breadcrumb */
.product-detail-breadcrumb {
  padding: 1rem 0 1.5rem;
}

.breadcrumb-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-back:hover {
  color: var(--color-accent);
}

.breadcrumb-back svg {
  transition: transform 0.2s ease;
}

.breadcrumb-back:hover svg {
  transform: translateX(-3px);
}

/* Product Detail Grid */
.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

@media (max-width: 989px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Gallery */
.product-detail-gallery {
  position: sticky;
  top: calc(var(--header-height, 70px) + 1rem);
}

@media (max-width: 989px) {
  .product-detail-gallery {
    position: static;
  }
}

.product-detail-gallery__main {
  aspect-ratio: 1 / 1;
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  background: #ebe4dc;
  box-shadow: var(--shadow-soft);
}

.product-detail-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-gallery__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background: linear-gradient(145deg, #e8e0d5, #d4c8bb);
}

.fabric-layers {
  position: relative;
  width: 120px;
  height: 120px;
}

.fabric-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.15;
}

.fabric-layer--1 {
  background: #8b7355;
  top: 0;
  left: 0;
}

.fabric-layer--2 {
  background: #6b5a45;
  top: 10px;
  left: 10px;
}

.fabric-layer--3 {
  background: #4a3a2a;
  top: 20px;
  left: 20px;
}

.placeholder-text {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--color-foreground) 50%, transparent);
}

.product-detail-gallery__thumbs {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  overflow-x: auto;
}

.gallery-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  background: none;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.gallery-thumb:hover,
.gallery-thumb--active {
  border-color: var(--color-accent);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product Info */
.product-detail-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-detail-info__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(43, 38, 34, 0.1);
}

.product-detail-info__title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: var(--font-heading-weight);
  margin: 0;
  color: var(--color-foreground);
  line-height: 1.3;
}

.product-detail-info__code {
  flex-shrink: 0;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-accent) 10%, transparent);
  color: var(--color-accent);
  font-size: 0.82rem;
  font-weight: 600;
}

/* Specs Table */
.product-detail-info__specs {
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.spec-row {
  display: flex;
  align-items: center;
  padding: 0.9rem 1.25rem;
  border-bottom: 1px solid rgba(43, 38, 34, 0.06);
}

.spec-row:last-child {
  border-bottom: none;
}

.spec-row:nth-child(even) {
  background: color-mix(in srgb, var(--color-foreground) 2%, var(--color-background));
}

.spec-label {
  flex: 0 0 100px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-foreground);
}

.spec-value {
  flex: 1;
  font-size: 0.88rem;
  color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
}

/* Description */
.product-detail-info__description {
  padding: 1.25rem;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow-soft);
}

.description-title,
.features-title,
.applications-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.75rem;
  color: var(--color-foreground);
}

.description-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--color-foreground) 80%, transparent);
}

/* Features List */
.product-detail-info__features {
  padding: 1.25rem;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow-soft);
}

.features-list {
  margin: 0;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.features-list li {
  font-size: 0.9rem;
  line-height: 1.5;
  color: color-mix(in srgb, var(--color-foreground) 80%, transparent);
  position: relative;
}

.features-list li::marker {
  color: var(--color-accent);
}

/* Applications */
.product-detail-info__applications {
  padding: 1.25rem;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow-soft);
}

.applications-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
}

/* Actions */
.product-detail-info__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.5rem;
}

.product-detail-info__actions .button {
  flex: 1;
  min-width: 140px;
}

/* Quick Inquiry Form */
.product-detail-info__quick-inquiry {
  padding: 1.5rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--color-accent) 5%, var(--color-surface)) 0%, var(--color-surface) 100%);
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(43, 38, 34, 0.08);
}

.quick-inquiry-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: var(--font-heading-weight);
  margin: 0 0 1.25rem;
  color: var(--color-foreground);
}

.quick-inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

@media (max-width: 549px) {
  .quick-inquiry-form {
    grid-template-columns: 1fr;
  }
}

.quick-inquiry-field {
  display: flex;
}

.quick-inquiry-field--full {
  grid-column: 1 / -1;
}

.quick-inquiry-field input,
.quick-inquiry-field textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(43, 38, 34, 0.15);
  border-radius: var(--radius);
  background: var(--color-background);
  font: inherit;
  font-size: 0.9rem;
  color: var(--color-foreground);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quick-inquiry-field input:focus,
.quick-inquiry-field textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-accent) 12%, transparent);
}

.quick-inquiry-field input::placeholder,
.quick-inquiry-field textarea::placeholder {
  color: color-mix(in srgb, var(--color-foreground) 45%, transparent);
}

.quick-inquiry-field textarea {
  resize: vertical;
  min-height: 80px;
}

.quick-inquiry-form .button {
  grid-column: 1 / -1;
  margin-top: 0.5rem;
}

/* Related Products */
.related-products {
  margin-top: 4rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(43, 38, 34, 0.1);
}

.related-products__title {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: var(--font-heading-weight);
  margin: 0 0 1.5rem;
  color: var(--color-foreground);
  text-align: center;
}

.related-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 989px) {
  .related-products__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 749px) {
  .related-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.related-product-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.related-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(43, 38, 34, 0.12);
  color: inherit;
}

.related-product-card__media {
  aspect-ratio: 1 / 1;
  background: #ebe4dc;
  overflow: hidden;
}

.related-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-product-card:hover .related-product-card__media img {
  transform: scale(1.05);
}

.related-product-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #ddd5cc, #c4bbb2);
}

.related-product-card__info {
  padding: 1rem;
}

.related-product-card__name {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.25rem;
  color: var(--color-foreground);
}

.related-product-card__spec {
  margin: 0;
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--color-foreground) 60%, transparent);
}

/* ===================================
   Color Swatch Module - 色卡模块
   =================================== */
.section-color-swatch {
  padding: 3rem 0 4rem;
}

.color-swatch-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.color-swatch-title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: var(--font-heading-weight);
  margin: 0 0 0.75rem;
  color: var(--color-foreground);
}

.color-swatch-subtitle {
  margin: 0;
  font-size: 1rem;
  color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
  max-width: 52ch;
  margin-inline: auto;
}

.color-swatch-grid {
  display: grid;
  gap: 1.5rem;
  justify-content: center;
}

.color-swatch-grid--2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  margin-inline: auto;
}

@media (max-width: 749px) {
  .color-swatch-grid--2 {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}

/* Color Swatch Card - 大图卡片样式 */
.color-swatch-card {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.color-swatch-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(43, 38, 34, 0.15);
}

.color-swatch-card__image {
  position: relative;
  overflow: hidden;
  background: #ebe4dc;
}

.color-swatch-card__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.color-swatch-card:hover .color-swatch-card__image img {
  transform: scale(1.05);
}

.color-swatch-card__image--placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: linear-gradient(145deg, #e8e0d5, #d4c8bb);
  color: color-mix(in srgb, var(--color-foreground) 40%, transparent);
  cursor: pointer;
}

.color-swatch-card__image--placeholder:hover {
  background: linear-gradient(145deg, #e0d8cd, #c8bcb0);
}

.placeholder-hint {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--color-foreground) 50%, transparent);
}

.color-swatch-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--color-surface);
  border-top: 1px solid rgba(43, 38, 34, 0.06);
}

.color-swatch-card__name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-foreground);
}

.color-swatch-card__code {
  font-size: 0.82rem;
  color: color-mix(in srgb, var(--color-foreground) 55%, transparent);
}

.color-swatch-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(43, 38, 34, 0.08);
}

.color-swatch-cta__text {
  margin: 0;
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
}

/* ---- App Detail Page ---- */
.app-detail-hero {
  padding: 5rem 0 4rem;
  background: linear-gradient(135deg, #2a2520 0%, #3d3630 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.app-detail-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(255,255,255,0.03) 0%, transparent 60%);
  pointer-events: none;
}

.app-detail-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4rem;
  position: relative;
  z-index: 1;
}

.app-detail-hero__text-col {
  flex: none;
  max-width: 720px;
  width: 100%;
}

@media (max-width: 768px) {
  .app-detail-hero__inner {
    text-align: center;
  }
}

.app-detail-hero__kicker {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin: 0 0 1rem;
}

.app-detail-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1.25rem;
  color: #fff;
}

.app-detail-hero__subtitle {
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin: 0 0 1.5rem;
}

.app-detail-hero__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.app-detail-hero__tag {
  padding: 0.4rem 1rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.8);
}

.app-detail-hero__image-col {
  flex: none;
  width: 100%;
  max-width: 400px;
}

@media (max-width: 1024px) {
  .app-detail-hero__image-col {
    max-width: 320px;
  }
}

.app-detail-hero__image-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.3);
}

.app-detail-hero__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

/* App Detail Showcase */
.app-detail-showcase {
  padding: 4rem 0;
}

.app-detail-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 1024px) {
  .app-detail-showcase__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 749px) {
  .app-detail-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .app-detail-showcase__grid {
    grid-template-columns: 1fr;
  }
}

.app-detail-card {
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  background: var(--color-surface);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(43, 38, 34, 0.14);
}

.app-detail-card__inner {
  display: block;
  text-decoration: none;
  color: inherit;
}

.app-detail-card__media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: linear-gradient(135deg, #ddd5cb 0%, #c8bdb0 100%);
}

.app-detail-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.app-detail-card:hover .app-detail-card__media img {
  transform: scale(1.06);
}

.app-detail-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(43, 38, 34, 0.2);
}

.app-detail-card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: var(--color-accent);
  color: #fff;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 2;
}

.app-detail-card__info {
  padding: 1rem 1.1rem 1.25rem;
}

.app-detail-card__title {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-foreground);
  margin: 0 0 0.35rem;
  line-height: 1.35;
}

.app-detail-card__desc {
  margin: 0;
  font-size: 0.78rem;
  color: color-mix(in srgb, var(--color-foreground) 50%, transparent);
  line-height: 1.4;
}

/* App Detail CTA */
.app-detail-cta {
  padding: 4rem 0;
}

.app-detail-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 3rem 3.5rem;
  background: linear-gradient(135deg, #2a2520 0%, #3d3630 100%);
  border-radius: calc(var(--radius) + 12px);
  position: relative;
  overflow: hidden;
}

.app-detail-cta__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(255,255,255,0.04) 0%, transparent 65%);
  pointer-events: none;
}

@media (max-width: 768px) {
  .app-detail-cta__inner {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 2rem;
  }
}

.app-detail-cta__text-col {
  flex: 1;
  position: relative;
  z-index: 1;
}

.app-detail-cta__eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin: 0 0 0.75rem;
}

.app-detail-cta__title {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}

.app-detail-cta__desc {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  margin: 0;
}

.app-detail-cta__action-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .app-detail-cta__action-col {
    width: 100%;
    max-width: 300px;
  }
}

.app-detail-cta__action-col .button {
  justify-content: center;
}
/* Custom blog template page - added by ChatGPT */
.blog-template {
  padding-block: 2.25rem 4rem;
}
.blog-template__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.5rem;
  align-items: stretch;
  margin-bottom: 2rem;
}
.blog-template__hero-content,
.blog-template__contact-card {
  border-radius: calc(var(--radius) + 10px);
  background: color-mix(in srgb, var(--color-accent) 9%, var(--color-surface));
  box-shadow: var(--shadow-soft);
}
.blog-template__hero-content {
  padding: clamp(1.5rem, 3vw, 2.75rem);
}
.blog-template__eyebrow,
.blog-template__tag {
  margin: 0 0 0.75rem;
  color: color-mix(in srgb, var(--color-accent) 78%, var(--color-foreground));
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.blog-template__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin: 0 0 1rem;
}
.blog-template__description {
  max-width: 78ch;
  color: color-mix(in srgb, var(--color-foreground) 78%, transparent);
}
.blog-template__description p {
  margin: 0;
}
.blog-template__contact-card {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-template__contact-title {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  margin: 0 0 0.65rem;
}
.blog-template__contact-text {
  margin: 0 0 1rem;
  color: color-mix(in srgb, var(--color-foreground) 78%, transparent);
}
.blog-template__button,
.article-template__button {
  align-self: flex-start;
}
.blog-template__featured {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  overflow: hidden;
  border-radius: calc(var(--radius) + 12px);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
  margin-bottom: 1.75rem;
}
.blog-template__featured-media,
.blog-template__card-media {
  display: block;
  background: #e8e0d8;
  overflow: hidden;
}
.blog-template__featured-media {
  min-height: 360px;
}
.blog-template__featured-media img,
.blog-template__card-media img,
.article-template__hero img,
.article-template__related-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-template__placeholder {
  width: 100%;
  height: 100%;
  min-height: 220px;
  background: linear-gradient(135deg, #e5dbd1, #c7b8a6);
}
.blog-template__featured-body {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-template__featured-body h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.15;
  margin: 0 0 0.65rem;
}
.blog-template__featured-body h2 a,
.blog-template__card-title a,
.article-template__related-card a,
.article-template__breadcrumb a,
.article-template__back {
  color: inherit;
  text-decoration: none;
}
.blog-template__featured-body time,
.blog-template__date,
.article-template__meta {
  color: color-mix(in srgb, var(--color-foreground) 56%, transparent);
  font-size: 0.88rem;
}
.blog-template__featured-body p:not(.blog-template__tag) {
  color: color-mix(in srgb, var(--color-foreground) 78%, transparent);
}
.blog-template__read-more {
  color: color-mix(in srgb, var(--color-accent) 86%, var(--color-foreground));
  font-weight: 700;
  text-decoration: none;
}
.blog-template__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}
.blog-template__tag-link {
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(43, 38, 34, 0.12);
  border-radius: 999px;
  background: var(--color-surface);
  text-decoration: none;
  color: color-mix(in srgb, var(--color-foreground) 78%, transparent);
}
.blog-template__tag-link.is-active,
.blog-template__tag-link:hover {
  background: var(--color-foreground);
  color: var(--color-background);
}
.blog-template__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.blog-template__card {
  overflow: hidden;
  border-radius: calc(var(--radius) + 8px);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
}
.blog-template__card-media {
  aspect-ratio: 16 / 11;
}
.blog-template__card-body {
  padding: 1rem 1.1rem 1.2rem;
}
.blog-template__card-title {
  font-family: var(--font-heading);
  font-size: 1.12rem;
  line-height: 1.3;
  margin: 0.35rem 0 0.55rem;
}
.blog-template__excerpt {
  color: color-mix(in srgb, var(--color-foreground) 75%, transparent);
  margin: 0 0 0.85rem;
}
.blog-template__empty {
  grid-column: 1 / -1;
  padding: 2rem;
  text-align: center;
  border-radius: var(--radius);
  background: var(--color-surface);
  color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
}
.article-template {
  padding-block: 2.25rem 4rem;
}
.article-template__header {
  max-width: 860px;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.article-template__breadcrumb {
  margin: 0 0 0.75rem;
  color: color-mix(in srgb, var(--color-accent) 78%, var(--color-foreground));
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.article-template__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  margin: 0 0 0.75rem;
}
.article-template__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.article-template__hero {
  overflow: hidden;
  border-radius: calc(var(--radius) + 12px);
  background: #e8e0d8;
  box-shadow: var(--shadow-soft);
  margin-bottom: 2rem;
  max-height: 560px;
}
.article-template__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 820px);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
  justify-content: center;
}
.article-template__aside {
  position: sticky;
  top: 1rem;
}
.article-template__aside-card {
  padding: 1.25rem;
  border-radius: calc(var(--radius) + 8px);
  background: color-mix(in srgb, var(--color-accent) 8%, var(--color-surface));
  box-shadow: var(--shadow-soft);
}
.article-template__aside-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  margin: 0 0 0.6rem;
}
.article-template__aside-card p:not(.article-template__aside-title) {
  color: color-mix(in srgb, var(--color-foreground) 76%, transparent);
}
.article-template__content {
  font-size: 1.02rem;
  line-height: 1.8;
}
.article-template__content img {
  border-radius: var(--radius);
}
.article-template__footer {
  max-width: 1120px;
  margin: 2rem auto 0;
}
.article-template__back {
  font-weight: 700;
  color: color-mix(in srgb, var(--color-accent) 86%, var(--color-foreground));
}
.article-template__related {
  max-width: 1120px;
  margin: 3rem auto 0;
}
.article-template__related h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  margin: 0 0 1rem;
}
.article-template__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.article-template__related-card {
  overflow: hidden;
  border-radius: calc(var(--radius) + 6px);
  background: var(--color-surface);
  box-shadow: var(--shadow-soft);
}
.article-template__related-card img {
  aspect-ratio: 16 / 10;
}
.article-template__related-card span {
  display: block;
  padding: 0.95rem;
  font-weight: 700;
}
@media (max-width: 989px) {
  .blog-template__hero,
  .blog-template__featured,
  .article-template__layout {
    grid-template-columns: 1fr;
  }
  .blog-template__grid,
  .article-template__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .article-template__aside {
    position: static;
  }
}
@media (max-width: 549px) {
  .blog-template__grid,
  .article-template__related-grid {
    grid-template-columns: 1fr;
  }
  .blog-template__featured-media {
    min-height: 240px;
  }
}
/* 博客文章页：标题和日期居中，隐藏博客分类 */
.article-main__title,
.article-main__date {
  text-align: center;
}

.article-main__breadcrumb,
.article-main__title,
.article-main__date {
  display: none;
}

.rte table,
.rte table th,
.rte table td {
  border: 3px solid #ccc;
  border-collapse: collapse;
  padding: 8px;
}

.article-main {
  width: 60%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 同时修复表格边框问题 */
.article-main table,
.article-main table th,
.article-main table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 8px;
}

/* Homepage luxury B2B refresh */
.template-index .site-header { background: rgba(16,12,9,.88); border-bottom-color: rgba(212,169,95,.22); color:#f8f4ec; }
.template-index .site-header .site-footer__social-link {
  color: #fff7ec;
  background: rgba(255, 255, 255, 0.08);
}
.template-index .site-header .site-footer__social-link:hover {
  color: #d4a95f;
  background: rgba(212, 169, 95, 0.16);
}
.template-index .site-header__link--active,.template-index .site-header__link:hover { color:#d4a95f; }
.template-index .site-header__logo img { filter: brightness(1.2); }
.template-index .hero-suede{min-height:590px;background:#16100d;}
.template-index .hero-suede__overlay{background:linear-gradient(93deg,rgba(12,8,6,.93) 0%,rgba(17,11,8,.74) 37%,rgba(17,11,8,.22) 75%,rgba(17,11,8,.06) 100%)}
.template-index .hero-suede__inner{grid-template-columns:minmax(0,620px) 1fr;align-items:center;padding-top:7rem;padding-bottom:9rem;}
.template-index .hero-suede__kicker{color:#d9ad66;font-weight:700;font-size:.68rem;letter-spacing:.18em;}
.template-index .hero-suede__title{font-size:clamp(2.65rem,5vw,5rem);line-height:1.03;max-width:720px;white-space:pre-line;letter-spacing:-.04em;}
.template-index .hero-suede__title::first-line{color:#fbf6ee;}
.template-index .hero-suede__text{max-width:500px;font-size:1.06rem;color:#f5f0e9;}
.template-index .hero-suede__actions{gap:.85rem;margin-top:1.45rem;}
.template-index .hero-suede .button--primary{background:linear-gradient(135deg,#c9964e,#ab7835);border-color:#cda360;}
.template-index .hero-suede .button--ghost{color:#fff;border-color:rgba(230,196,137,.7);}
.template-index .hero-suede__panel{display:none;}
.hero-suede__benefits{position:absolute;z-index:2;bottom:-2rem;left:50%;transform:translateX(-50%);width:min(var(--page-width),calc(100% - 3rem));background:#fff;border-radius:14px;box-shadow:0 15px 40px rgba(24,14,7,.22);display:grid;grid-template-columns:repeat(4,1fr);padding:1rem 1.35rem;color:#2f251e;}
.hero-suede__benefits>div{display:grid;grid-template-columns:42px 1fr;column-gap:.6rem;align-items:center;padding:.3rem 1rem;border-right:1px solid rgba(97,66,36,.17)}
.hero-suede__benefits>div:last-child{border:0}.hero-suede__benefit-icon{grid-row:span 2;font-size:1.6rem;color:#bb8740}.hero-suede__benefits strong{font-size:.92rem}.hero-suede__benefits small{color:#786c62;font-size:.78rem}
.template-index .section-category-tiles{padding:5.4rem 0 2.25rem;background:#fcfbf9}.template-index .section-category-tiles .section-heading{padding-top:0;text-align:center}.template-index .section-category-tiles .section-heading__sub{margin-inline:auto;color:#b58444;text-transform:uppercase;font-size:.72rem;letter-spacing:.13em;order:-1}.template-index .section-category-tiles .section-heading__title{font-size:clamp(2rem,3vw,3rem)}
.template-index .category-tile{border-radius:9px;overflow:hidden;position:relative;min-height:285px;background:#20140d;color:#fff;box-shadow:none}.template-index .category-tile__media{position:absolute;inset:0}.template-index .category-tile__media:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,9,5,.95),rgba(15,9,5,.05) 75%)}.template-index .category-tile__body{position:absolute;inset:auto 0 0;padding:1.3rem;color:#fff}.template-index .category-tile__title{font-size:1.22rem;margin:0 0 .35rem}.template-index .category-tile__text{font-size:.87rem;color:#ede6dd;max-width:26ch}.template-index .category-tile__cta{display:block;margin-top:.55rem;font-size:.82rem;color:#e2b56f}.template-index .category-tile__cta:after{content:'  →'}
.template-index .section-trust-columns{background:linear-gradient(90deg,rgba(18,12,8,.96),rgba(45,25,13,.9)), url('https://images.unsplash.com/photo-1528459801416-a9e53bbf4e17?auto=format&fit=crop&w=1800&q=85') center/cover;color:#fff;margin-top:1.5rem;padding:2.4rem 0}.template-index .trust-columns{display:grid;grid-template-columns:1.15fr 3fr;gap:2rem;align-items:center}.template-index .trust-columns .section-heading__title--center{text-align:left;font-size:2rem;line-height:1.1;max-width:10ch}.template-index .trust-columns__grid{grid-template-columns:repeat(4,1fr);gap:0}.template-index .trust-column{padding:.35rem 1.4rem;border-left:1px solid rgba(255,255,255,.25);text-align:center}.template-index .trust-column__icon{font-size:1.75rem;color:#d7a653}.template-index .trust-column__title{font-family:var(--font-heading);font-size:1.65rem;color:#e1b363;margin:.25rem 0}.template-index .trust-column__text{font-size:.78rem;color:#eee}.template-index .trust-column__text p{margin:0}
.template-index .section-teasers-static{padding:2.5rem 0 3rem;background:#fffdfa}.template-index .section-teasers-static .section-heading--row{justify-content:space-between}.template-index .section-teasers-static .section-heading--row>div:first-child{padding-inline:0;flex:0 1 auto}.template-index .section-teasers-static .section-heading__title{font-size:2rem}.template-index .section-teasers-static .section-heading__sub{font-size:.78rem;color:#b58444;text-transform:uppercase;letter-spacing:.1em}.template-index .content-teasers-static__grid{gap:1rem}.template-index .content-teaser{border:1px solid rgba(95,65,37,.13);box-shadow:0 7px 19px rgba(39,23,10,.07)}
.home-cta{background:linear-gradient(90deg,rgba(13,9,7,.96),rgba(22,14,9,.74)),url('https://images.unsplash.com/photo-1523381294911-8d3cead13475?auto=format&fit=crop&w=1800&q=85') center/cover;color:#fff}.home-cta__inner{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2.25rem 0}.home-cta__eyebrow{color:#d7aa60;font-size:.72rem;letter-spacing:.13em;margin:0 0 .3rem}.home-cta h2{font-family:var(--font-heading);font-size:2rem;margin:0}.home-cta p:not(.home-cta__eyebrow){margin:.25rem 0 0;color:#ddd3c8}.home-cta .button--primary{background:#b47b33}
@media(max-width:749px){.template-index .hero-suede{min-height:620px}.template-index .hero-suede__inner{padding:5.5rem 0 10.5rem}.hero-suede__benefits{grid-template-columns:repeat(2,1fr);bottom:-4.2rem;padding:.55rem}.hero-suede__benefits>div{padding:.55rem;border-bottom:1px solid rgba(97,66,36,.12)}.hero-suede__benefits>div:nth-child(2){border-right:0}.template-index .section-category-tiles{padding-top:6rem}.template-index .trust-columns{grid-template-columns:1fr}.template-index .trust-columns .section-heading__title--center{text-align:center;max-width:none}.template-index .trust-columns__grid{grid-template-columns:repeat(2,1fr)}.template-index .trust-column{padding:1rem}.home-cta__inner{align-items:flex-start;flex-direction:column}}

/* ===== Homepage layout refinement: June 2026 ===== */
/* Keep the floating service strip fully visible and reserve room below it. */
.template-index .hero-suede{
  overflow:visible;
  isolation:isolate;
  z-index:2;
}
.template-index .hero-suede__benefits{
  bottom:-3.65rem;
  z-index:10;
  min-height:5.6rem;
  align-items:stretch;
}
.template-index .hero-suede__benefits > div{
  min-height:3.4rem;
}
.template-index .section-category-tiles{
  position:relative;
  z-index:1;
  padding-top:7.35rem;
}

/* Trust block: restore contrast, breathing room and a unified dark band. */
.template-index .section-trust-columns{
  position:relative;
  isolation:isolate;
  padding:3rem 0;
}
.template-index .section-trust-columns::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(12,8,6,.96),rgba(38,21,11,.92));
  z-index:-1;
}
.template-index .trust-columns{
  grid-template-columns:minmax(230px,.9fr) minmax(0,3.2fr);
  gap:3.5rem;
  min-height:150px;
}
.template-index .trust-columns .section-heading__title--center{
  color:#fff8ee !important;
  opacity:1 !important;
  font-size:clamp(2rem,2.5vw,2.65rem);
  line-height:1.08;
  margin:0;
  text-shadow:0 1px 12px rgba(0,0,0,.35);
}
.template-index .trust-columns__grid{
  align-items:stretch;
  gap:0;
}
.template-index .trust-column{
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
  min-height:124px;
  padding:1.1rem 1.5rem !important;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.template-index .trust-column__icon{line-height:1;color:#e6b25c;font-size:1.9rem;}
.template-index .trust-column__title{color:#e7b45f !important;font-size:1.85rem;line-height:1;margin:.45rem 0 .2rem;}
.template-index .trust-column__text,.template-index .trust-column__text p{color:#fff8ee !important;opacity:1 !important;font-size:.86rem;line-height:1.45;}

/* Blog area: single clean CTA, clearer hierarchy and more card spacing. */
.template-index .section-content-teasers-static{padding:4.25rem 0 4rem;}
.template-index .section-teasers-static .section-heading--row{
  align-items:center;
  justify-content:space-between;
  flex-wrap:nowrap;
  padding-top:0;
  padding-bottom:1.55rem;
}
.template-index .section-teasers-static .section-heading--row > div:first-child{
  flex:1 1 auto;
  padding-inline:0;
  text-align:left;
}
.template-index .section-teasers-static .section-heading__title--center{text-align:left;}
.template-index .section-teasers-static .section-heading__sub{margin:0;max-width:48rem;}
.template-index .section-teasers-static .button--ghost{
  flex:0 0 auto;
  padding:.85rem 1.35rem;
  border-color:rgba(91,60,31,.35);
  white-space:nowrap;
}
.template-index .content-teasers-static__grid,
.template-index .blog-preview{gap:1.45rem;}
.template-index .blog-preview-card__body{padding:1.15rem 1.2rem 1.3rem;}
.template-index .blog-preview-card__title{line-height:1.28;margin:.45rem 0 .65rem;}

@media(max-width:989px){
  .template-index .hero-suede__benefits{bottom:-5.45rem;grid-template-columns:repeat(2,1fr);}
  .template-index .section-category-tiles{padding-top:8.7rem;}
  .template-index .trust-columns{grid-template-columns:1fr;gap:1.35rem;}
  .template-index .trust-columns .section-heading__title--center{text-align:center;max-width:unset;}
}
@media(max-width:549px){
  .template-index .hero-suede__benefits{bottom:-8.1rem;width:calc(100% - 2rem);}
  .template-index .section-category-tiles{padding-top:11.2rem;}
  .template-index .section-teasers-static .section-heading--row{align-items:flex-start;gap:1rem;flex-wrap:wrap;}
  .template-index .section-teasers-static .button--ghost{width:100%;text-align:center;}
}

/* =========================================================
   Applications page redesign (v2)
   Scoped to the three rebuilt Applications sections only.
   ========================================================= */
.section-applications-hero-showcase,
.section-applications-solutions,
.section-applications-case-studies {
  overflow: clip;
}

.appx {
  --appx-ink: #2b2119;
  --appx-muted: #72675f;
  --appx-accent: #9a6b30;
  --appx-accent-deep: #724719;
  --appx-cream: #fbf8f4;
  --appx-sand: #efe7dd;
  --appx-panel: #fffdfa;
  --appx-line: rgba(76, 55, 35, 0.14);
  color: var(--appx-ink);
  background: var(--appx-cream);
}

.appx *,
.appx *::before,
.appx *::after {
  box-sizing: border-box;
}

.appx h1,
.appx h2,
.appx h3,
.appx p {
  margin-top: 0;
}

.appx a {
  color: inherit;
  text-decoration: none;
}

.appx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.8rem;
  color: var(--appx-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.appx-eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: '';
}

.appx-eyebrow--light {
  color: #ead7bc;
}

.appx-section-head {
  margin-bottom: clamp(1.3rem, 2.5vw, 2.3rem);
}

.appx-section-head h2 {
  margin: 0;
  color: var(--appx-ink);
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: var(--font-heading-weight);
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.appx-section-head p:not(.appx-eyebrow) {
  max-width: 690px;
  margin: 0.9rem auto 0;
  color: var(--appx-muted);
  font-size: 0.97rem;
  line-height: 1.65;
}

.appx-section-head--center {
  text-align: center;
}

.appx-section-head--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.appx-section-head--split > p {
  max-width: 420px;
  margin: 0;
  text-align: right;
}

.appx-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 auto;
  color: var(--appx-accent-deep) !important;
  font-size: 0.88rem;
  font-weight: 700;
  transition: color 0.2s ease, transform 0.2s ease;
}

.appx-text-link span {
  font-size: 1.15em;
}

.appx-text-link:hover {
  color: var(--appx-ink) !important;
  transform: translateX(2px);
}

.appx-text-link--small {
  margin-top: 1.05rem;
  font-size: 0.82rem;
}

.appx-empty-state {
  grid-column: 1 / -1;
  padding: 1.2rem 1.3rem;
  border: 1px dashed var(--appx-line);
  border-radius: 14px;
  color: var(--appx-muted);
  font-size: 0.92rem;
  text-align: center;
}

/* ------- hero and featured cards ------- */
.appx--hero-showcase {
  padding-bottom: clamp(3.5rem, 7vw, 7rem);
}

.appx-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 43vw, 580px);
  background:
    radial-gradient(circle at 21% 0%, rgba(255, 255, 255, 0.7), transparent 28%),
    linear-gradient(120deg, #eee6dc 0%, #f8f3ec 42%, #dfcbb9 100%);
  background-color: var(--appx-hero-bg, #f4ede5);
  isolation: isolate;
}

.appx-hero--custom-background {
  background: var(--appx-hero-bg, #f4ede5);
}

.appx-hero__background {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}

.appx-hero__background::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--appx-hero-overlay, #f8f3ec) 0%, var(--appx-hero-overlay, #f8f3ec) 48%, transparent 100%);
  content: '';
  opacity: var(--appx-hero-overlay-opacity, .36);
}

.appx-hero__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appx-hero--custom-background::before {
  display: none;
}

.appx-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(110deg, rgba(114, 75, 38, 0.045) 1px, transparent 1px),
    linear-gradient(20deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 9px 9px, 12px 12px;
  content: '';
  mix-blend-mode: multiply;
  opacity: 0.45;
}

.appx-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
  min-height: inherit;
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  padding-top: clamp(3.8rem, 7vw, 6.4rem);
  padding-bottom: clamp(3.8rem, 7vw, 6.4rem);
}

.appx-hero__content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.appx-hero__title {
  max-width: 740px;
  margin: 0;
  color: var(--appx-hero-title, #2d2119);
  font-family: var(--font-heading);
  font-size: clamp(3.1rem, 6.4vw, 6.7rem);
  font-weight: var(--font-heading-weight);
  letter-spacing: -0.062em;
  line-height: 0.92;
}

.appx-hero__text {
  max-width: 560px;
  margin: 1.7rem 0 0;
  color: var(--appx-hero-copy, #51453c);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.65;
}

.appx-hero .appx-eyebrow {
  color: var(--appx-hero-copy, var(--appx-accent));
}

.appx-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.appx-pill {
  padding: 0.7rem 1.08rem;
  border: 1px solid rgba(92, 63, 35, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 8px 16px rgba(63, 43, 29, 0.04);
  color: #5d493a !important;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(4px);
}

.appx-pill:hover {
  border-color: rgba(116, 73, 25, 0.5);
  background: #fffdf9;
  color: var(--appx-accent-deep) !important;
  transform: translateY(-1px);
}

.appx-pill--active {
  border-color: var(--appx-accent-deep);
  background: linear-gradient(135deg, #a4733a, #75491d);
  color: #fff !important;
}

.appx-hero__visual {
  position: absolute;
  top: 0;
  right: max(0px, calc((100vw - min(100vw - 3rem, 1320px)) / 2));
  bottom: 0;
  width: min(52vw, 800px);
  overflow: hidden;
  pointer-events: none;
}

.appx-hero__visual::before {
  position: absolute;
  inset: 8% 5% 6% 7%;
  background:
    radial-gradient(circle at 52% 10%, rgba(255,255,255,.55), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.35), rgba(129, 82, 45, 0.15));
  clip-path: polygon(18% 0, 100% 0, 100% 96%, 5% 100%, 22% 55%, 0 44%);
  content: '';
  opacity: 0.92;
}

.appx-hero__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f7f2ea 0%, rgba(247,242,234,0.48) 25%, transparent 58%);
  content: '';
}

.appx-hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
  filter: saturate(0.64) sepia(0.12) contrast(0.96);
}

.appx-hero__swatch {
  position: absolute;
  display: block;
  border-radius: 7% 20% 9% 25%;
  box-shadow: 0 28px 50px rgba(55, 35, 20, 0.18);
  transform: rotate(-14deg);
}

.appx-hero__swatch--one {
  top: 13%;
  right: 8%;
  width: 47%;
  height: 66%;
  background:
    repeating-linear-gradient(90deg, rgba(90, 57, 29, 0.09) 0 4px, transparent 4px 9px),
    linear-gradient(132deg, #4c2e1d, #8e6542 45%, #5b3520);
}

.appx-hero__swatch--two {
  right: 35%;
  bottom: -4%;
  width: 48%;
  height: 42%;
  background:
    linear-gradient(120deg, #d8b899 0%, #f0dac2 43%, #b98d64 100%);
  transform: rotate(17deg);
}

.appx-hero__swatch--three {
  top: -15%;
  right: 43%;
  width: 34%;
  height: 62%;
  background:
    radial-gradient(circle at 40% 20%, rgba(255,255,255,.8), transparent 30%),
    linear-gradient(125deg, #f7f0e7, #d4b698 65%, #a87d5a);
  transform: rotate(29deg);
}

.appx-hero__stem {
  position: absolute;
  z-index: 1;
  width: 2px;
  background: #a06f3c;
  opacity: 0.7;
  transform-origin: center bottom;
}

.appx-hero__stem::before,
.appx-hero__stem::after {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid #a06f3c;
  border-radius: 50% 50% 50% 0;
  content: '';
}

.appx-hero__stem--one {
  top: 24%;
  right: 42%;
  height: 40%;
  transform: rotate(-25deg);
}

.appx-hero__stem--one::before { top: 28%; left: -6px; transform: rotate(-45deg); }
.appx-hero__stem--one::after { top: 54%; left: -6px; transform: rotate(30deg); }
.appx-hero__stem--two { top: 10%; right: 36%; height: 31%; transform: rotate(35deg); }
.appx-hero__stem--two::before { top: 28%; left: -6px; transform: rotate(-45deg); }
.appx-hero__stem--two::after { top: 60%; left: -6px; transform: rotate(30deg); }

.appx-featured {
  padding-top: clamp(3.1rem, 5vw, 5rem);
}

.appx-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  column-gap: clamp(1rem, 1.6vw, 1.45rem);
  row-gap: clamp(1.35rem, 2vw, 1.85rem);
}

.appx-feature-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(81, 55, 34, 0.09);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(72, 49, 33, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.appx-feature-card:hover {
  box-shadow: 0 20px 42px rgba(72, 49, 33, 0.14);
  transform: translateY(-5px);
}

.appx-feature-card__link {
  display: block;
  height: 100%;
}

.appx-feature-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d5bca4;
}

.appx-feature-card__media--placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,.56), transparent 25%),
    linear-gradient(135deg, #d1ad8f, #6f4229);
}

.appx-feature-card:nth-child(2) .appx-feature-card__media--placeholder { background: linear-gradient(135deg, #a77e53, #4a2c1a); }
.appx-feature-card:nth-child(3) .appx-feature-card__media--placeholder { background: linear-gradient(135deg, #f3e6d5, #b79573); }
.appx-feature-card:nth-child(4) .appx-feature-card__media--placeholder { background: linear-gradient(135deg, #252628, #8d765d); }
.appx-feature-card:nth-child(5) .appx-feature-card__media--placeholder { background: linear-gradient(135deg, #744525, #cf9b69); }
.appx-feature-card:nth-child(6) .appx-feature-card__media--placeholder { background: linear-gradient(135deg, #d6c1a9, #725135); }

.appx-feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.appx-feature-card:hover .appx-feature-card__media img {
  transform: scale(1.06);
}

.appx-feature-card__placeholder-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.appx-feature-card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.34rem 0.6rem;
  border-radius: 999px;
  background: rgba(56, 34, 17, 0.76);
  color: #fff;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.appx-feature-card__body {
  display: flex;
  min-height: 184px;
  flex-direction: column;
  padding: 1.18rem 1.15rem 1.05rem;
}

.appx-feature-card__body h3 {
  margin: 0;
  color: #34251c;
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  font-weight: var(--font-heading-weight);
  line-height: 1.2;
}

.appx-feature-card__body p {
  margin: 0.7rem 0 0;
  color: var(--appx-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.appx-arrow {
  display: inline-flex;
  width: 23px;
  height: 23px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  color: var(--appx-accent);
  font-size: 1.14rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.appx-feature-card:hover .appx-arrow {
  transform: translateX(4px);
}

/* ------- industry, benefit and customization modules ------- */
.appx--solutions {
  padding-bottom: clamp(3.5rem, 7vw, 7rem);
}

/* Applications solutions: each module is a true full-row block.
   Do not use the global .page-width container here: it caps the layout with
   --page-width. The full-row wrapper is a normal block grid, so every panel
   stretches across the entire section with only responsive side gutters. */
.appx--solutions .appx-solutions__full-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: clamp(1.6rem, 2.8vw, 2.45rem);
  margin: 0;
  padding-inline: clamp(1rem, 3vw, 4.5rem);
}

.appx--solutions .appx-solutions__row {
  grid-column: 1 / -1;
  min-width: 0;
  max-width: none;
  margin: 0;
  justify-self: stretch;
}

.appx--solutions .appx-solutions__row + .appx-solutions__row {
  margin-top: 0;
}

/* Keep vertical spacing controlled by the full-row grid instead of panel margins. */
.appx--solutions .appx-panel + .appx-panel {
  margin-top: 0;
}

.appx-panel {
  padding: clamp(2rem, 4vw, 4.1rem) clamp(1.2rem, 3.4vw, 3rem);
  border: 1px solid rgba(81, 55, 34, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.77);
  box-shadow: 0 14px 40px rgba(75, 51, 30, 0.06);
}

.appx-panel + .appx-panel {
  margin-top: 1.6rem;
}

.appx-industries__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 2.2rem;
  border: 1px solid var(--appx-line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(242,236,228,.95), rgba(255,253,248,.78));
}

.appx-industry {
  position: relative;
  display: flex;
  min-height: 152px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.1rem 0.75rem;
  text-align: center;
}

.appx-industry + .appx-industry::before {
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 0;
  width: 1px;
  background: var(--appx-line);
  content: '';
}

.appx-industry__icon,
.appx-benefit__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(134, 90, 43, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.46);
  color: var(--appx-accent);
}

.appx-industry > span:last-child {
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: var(--font-heading-weight);
  line-height: 1.3;
}

.appx-benefits__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

.appx-benefit {
  display: flex;
  min-height: 235px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 1rem;
  border: 1px solid rgba(81, 55, 34, 0.06);
  border-radius: 16px;
  background: linear-gradient(145deg, #fffdf9, #f7f2eb);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.appx-benefit:hover {
  box-shadow: 0 14px 25px rgba(75, 51, 30, 0.09);
  transform: translateY(-3px);
}

.appx-benefit h3 {
  margin: 1rem 0 0;
  font-family: var(--font-heading);
  font-size: 1rem;
  line-height: 1.15;
}

.appx-benefit p {
  margin: 0.65rem 0 0;
  color: var(--appx-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.appx-customization {
  padding-top: clamp(1.8rem, 3vw, 2.8rem);
  padding-bottom: clamp(1.8rem, 3vw, 2.8rem);
}

.appx-customization__grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  margin-top: 1.6rem;
  border: 1px solid var(--appx-line);
  border-radius: 18px;
  background: #fcf8f2;
}

.appx-customization__item {
  position: relative;
  display: flex;
  min-height: 98px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.8rem 0.45rem;
  color: #684721;
  text-align: center;
}

.appx-customization__item + .appx-customization__item::before {
  position: absolute;
  top: 24%;
  bottom: 24%;
  left: 0;
  width: 1px;
  background: var(--appx-line);
  content: '';
}

.appx-customization__item > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f4eee5;
}

.appx-customization__item strong {
  color: var(--appx-ink);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.25;
}

/* ------- case studies, process and CTA ------- */
.appx--case-studies {
  padding-bottom: clamp(3rem, 6vw, 6rem);
}

.appx-case-head {
  margin-bottom: 1.7rem;
}

.appx-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.appx-case-card {
  overflow: hidden;
  border: 1px solid rgba(81, 55, 34, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(75, 51, 30, 0.06);
}

.appx-case-card__media {
  position: relative;
  aspect-ratio: 1.37 / .82;
  overflow: hidden;
  background: #d2b69b;
}

.appx-case-card__media--placeholder {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #d4b090, #6a432d);
  color: #fff;
}

.appx-case-card:nth-child(2) .appx-case-card__media--placeholder { background: linear-gradient(135deg, #2a2e32, #a58462); }
.appx-case-card:nth-child(3) .appx-case-card__media--placeholder { background: linear-gradient(135deg, #e6d5c1, #74533c); }
.appx-case-card:nth-child(4) .appx-case-card__media--placeholder { background: linear-gradient(135deg, #f4ede2, #9e7d5d); }

.appx-case-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appx-case-card__body {
  padding: 1.1rem 1.1rem 1.25rem;
}

.appx-case-card__body h3 {
  margin: 0 0 0.9rem;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: var(--font-heading-weight);
  line-height: 1.15;
}

.appx-case-card__body p {
  margin: 0.42rem 0;
  color: var(--appx-muted);
  font-size: 0.77rem;
  line-height: 1.45;
}

.appx-case-card__body strong {
  color: var(--appx-ink);
  font-weight: 700;
}

.appx-process {
  margin-top: clamp(2rem, 5vw, 4.5rem);
  padding: clamp(1.7rem, 3.5vw, 3rem);
  border: 1px solid rgba(81, 55, 34, 0.09);
  border-radius: 22px;
  background: linear-gradient(135deg, #f7f1e9, #fffdf9);
}

.appx-process__head {
  margin-bottom: 1.7rem;
}

.appx-process__head > p {
  color: var(--appx-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.appx-process__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.appx-process__step {
  position: relative;
  min-width: 0;
  padding: 0.4rem 1.15rem 0;
  text-align: center;
}

.appx-process__step:not(:last-child)::after {
  position: absolute;
  top: 28px;
  right: -50%;
  width: 100%;
  border-top: 1px dashed rgba(153, 107, 48, 0.56);
  content: '';
}

.appx-process__step:not(:last-child)::before {
  position: absolute;
  top: 24px;
  right: -51%;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--appx-accent);
  border-right: 1px solid var(--appx-accent);
  content: '';
  transform: rotate(45deg);
}

.appx-process__icon {
  position: relative;
  z-index: 3;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin: 0 auto 0.55rem;
  border: 1px solid rgba(137, 91, 41, 0.18);
  border-radius: 50%;
  background: #fff;
  color: var(--appx-accent);
  box-shadow: 0 7px 17px rgba(75, 51, 30, 0.07);
}

.appx-process__number {
  display: block;
  color: var(--appx-accent);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.appx-process__step h3 {
  margin: 0.26rem 0 0;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: var(--font-heading-weight);
}

.appx-process__step p {
  margin: 0.45rem auto 0;
  color: var(--appx-muted);
  font-size: 0.72rem;
  line-height: 1.46;
}

.appx-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  margin-top: clamp(2rem, 5vw, 4.8rem);
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.4rem);
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 50%, rgba(202, 152, 88, 0.26), transparent 30%),
    linear-gradient(112deg, #2c1c13, #50311e 56%, #2b2019);
  color: #fff;
  isolation: isolate;
}

.appx-cta::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.035) 0 2px, transparent 2px 8px);
  content: '';
}

.appx-cta__image {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -2;
  width: 48%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: grayscale(1) sepia(0.55) contrast(0.9);
  mask-image: linear-gradient(90deg, transparent, #000 28%);
}

.appx-cta__content {
  max-width: 800px;
}

.appx-cta__content h2 {
  margin: 0;
  color: #fffaf4;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: var(--font-heading-weight);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.appx-cta__content p:not(.appx-eyebrow) {
  max-width: 660px;
  margin: 0.9rem 0 0;
  color: rgba(255, 250, 244, 0.76);
  font-size: 0.95rem;
  line-height: 1.65;
}

.appx-cta__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.appx-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.7rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.appx-button:hover {
  transform: translateY(-2px);
}

.appx-button--primary {
  background: linear-gradient(135deg, #c09351, #9c6a2a);
  color: #fff !important;
}

.appx-button--secondary {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.03);
  color: #fff !important;
}

.appx-button--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1350px) {
  .appx-featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .appx-feature-card__body { min-height: 170px; }
  .appx-benefits__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .appx-customization__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .appx-customization__item:nth-child(6)::before { display: none; }
  .appx-customization__item:nth-child(6) { border-top: 1px solid var(--appx-line); }
  .appx-customization__item:nth-child(n+7) { border-top: 1px solid var(--appx-line); }
  .appx-case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 990px) {
  .appx-hero__inner { grid-template-columns: 1fr; }
  .appx-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .appx-hero__content { max-width: 650px; }
  .appx-hero__visual { width: 56vw; opacity: 0.52; }
  .appx-hero__visual::after { background: linear-gradient(90deg, #f7f2ea 0%, rgba(247,242,234,.75) 48%, rgba(247,242,234,.23) 100%); }
  .appx-industries__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .appx-industry:nth-child(4)::before { display: none; }
  .appx-industry:nth-child(n+4) { border-top: 1px solid var(--appx-line); }
  .appx-industry:nth-child(4)::after,
  .appx-industry:nth-child(5)::after,
  .appx-industry:nth-child(6)::after { display: none; }
  .appx-process__steps { grid-template-columns: repeat(5, minmax(130px, 1fr)); overflow-x: auto; padding-bottom: 0.5rem; }
  .appx-process__step { min-width: 130px; }
  .appx-cta { grid-template-columns: 1fr; }
  .appx-cta__actions { justify-content: flex-start; }
}

@media (max-width: 749px) {
  .appx-section-head--split { align-items: flex-start; flex-direction: column; }
  .appx-section-head--split > p { text-align: left; }
  .appx-section-head h2 { font-size: clamp(1.7rem, 8vw, 2.25rem); }
  .appx-hero { min-height: 540px; }
  .appx-hero__inner { padding-top: 4.1rem; padding-bottom: 3rem; }
  .appx-hero__title { font-size: clamp(2.9rem, 15vw, 4.5rem); }
  .appx-hero__text { max-width: 390px; }
  .appx-hero__visual { top: auto; right: -80px; bottom: -125px; width: 520px; height: 360px; }
  .appx-hero__pills { gap: 0.5rem; }
  .appx-pill { padding: 0.62rem 0.85rem; font-size: 0.74rem; }
  .appx-featured-grid { grid-template-columns: 1fr; }
  .appx-feature-card__body { min-height: auto; }
  .appx-panel { border-radius: 18px; }
  .appx-industries__grid,
  .appx-benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .appx-industry { min-height: 128px; }
  .appx-industry:nth-child(n+3) { border-top: 1px solid var(--appx-line); }
  .appx-industry:nth-child(3)::before,
  .appx-industry:nth-child(5)::before { display: none; }
  .appx-benefit { min-height: 210px; }
  .appx-customization__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .appx-customization__item:nth-child(n+4) { border-top: 1px solid var(--appx-line); }
  .appx-customization__item:nth-child(4)::before,
  .appx-customization__item:nth-child(7)::before { display: none; }
  .appx-case-grid { grid-template-columns: 1fr; }
  .appx-case-card__media { aspect-ratio: 1.4 / .78; }
  .appx-process { padding: 1.35rem 1rem; }
  .appx-process__head > p { text-align: left; }
  .appx-cta { padding: 2.2rem 1.3rem; border-radius: 18px; }
  .appx-cta__actions { width: 100%; flex-direction: column; align-items: stretch; }
  .appx-button { width: 100%; }
}

@media (max-width: 420px) {
  .appx-industries__grid,
  .appx-benefits__grid { grid-template-columns: 1fr; }
  .appx-industry + .appx-industry::before { display: none; }
  .appx-industry + .appx-industry { border-top: 1px solid var(--appx-line); }
  .appx-customization__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .appx-customization__item:nth-child(n+3) { border-top: 1px solid var(--appx-line); }
  .appx-customization__item:nth-child(3)::before,
  .appx-customization__item:nth-child(5)::before,
  .appx-customization__item:nth-child(7)::before,
  .appx-customization__item:nth-child(9)::before { display: none; }
}


/* Applications page: full-band structure update (case studies → benefits → process)
   Full-width bands intentionally do not use .page-width or a fixed percentage width. */
.appx-shell,
.appx-band__inner,
.appx-cta__inner {
  width: 100%;
  margin: 0;
  padding-inline: clamp(1.25rem, 7vw, 11rem);
}

.appx--solutions {
  padding: 0;
  background: var(--appx-cream);
}

.appx--solutions .appx-solutions__full-row,
.appx--solutions .appx-solutions__row,
.appx--solutions .appx-panel {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.appx-full-band {
  width: 100%;
  margin: 0;
}

/* Customization now uses the same edge-to-edge band construction as the CTA reference. */
.appx-customization--band {
  padding-block: clamp(3.2rem, 6vw, 6rem);
  border-block: 1px solid rgba(81, 55, 34, 0.08);
  background:
    linear-gradient(135deg, rgba(246, 239, 230, 0.98), rgba(255, 253, 249, 0.98)),
    repeating-linear-gradient(115deg, rgba(122, 82, 41, 0.035) 0 1px, transparent 1px 11px);
}

.appx-customization--band .appx-section-head,
.appx-benefits--band .appx-section-head {
  margin-bottom: clamp(1.5rem, 3vw, 2.8rem);
}

.appx-customization--band .appx-customization__grid {
  margin-top: 0;
  border-radius: 0;
  border-inline: 0;
  background: transparent;
}

.appx-customization--band .appx-customization__item {
  min-height: 112px;
  background: rgba(255, 255, 255, 0.24);
}

/* Why Choose sits after Case Study Highlights and is rendered as a full-width light band. */
.appx-benefits--band {
  margin-top: clamp(3.5rem, 7vw, 7rem);
  padding-block: clamp(3.4rem, 6vw, 6rem);
  border-block: 1px solid rgba(81, 55, 34, 0.08);
  background: #fffdf9;
}

.appx-benefits--band .appx-benefits__grid {
  margin-top: 0;
  gap: clamp(0.8rem, 1.3vw, 1.25rem);
}

.appx-benefits--band .appx-benefit {
  min-height: 250px;
  border-radius: 0;
  border-color: rgba(81, 55, 34, 0.08);
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(247,242,235,.92));
}

/* Keep cases and process as content-led sections, then open the CTA into a full-width strip. */
.appx--case-studies {
  padding: clamp(3.5rem, 7vw, 7rem) 0 0;
}

.appx-process-shell {
  padding-top: clamp(3.5rem, 7vw, 7rem);
  padding-bottom: clamp(3.5rem, 7vw, 7rem);
}

.appx-cta {
  position: relative;
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 8% 50%, rgba(202, 152, 88, 0.26), transparent 30%),
    linear-gradient(112deg, #24160f, #4a2d1b 58%, #1e1713);
}

.appx-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  min-height: clamp(210px, 19vw, 300px);
  padding-top: clamp(2.5rem, 4.5vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 4.5vw, 4.5rem);
}

.appx-cta__content {
  max-width: 850px;
}

.appx-cta__actions {
  justify-content: flex-end;
}

@media (max-width: 1350px) {
  .appx-benefits--band .appx-benefits__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .appx-customization--band .appx-customization__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 749px) {
  .appx-shell,
  .appx-band__inner,
  .appx-cta__inner { padding-inline: 1rem; }
  .appx-benefits--band { margin-top: 3rem; }
  .appx-benefits--band .appx-benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .appx-customization--band .appx-customization__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .appx-cta__inner { grid-template-columns: 1fr; }
  .appx-cta__actions { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 489px) {
  .appx-benefits--band .appx-benefits__grid { grid-template-columns: 1fr; }
  .appx-customization--band .appx-customization__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Applications page: process full-band + tighter transition from Why Choose.
   The process now uses the same edge-to-edge construction as the CTA instead
   of a centred rounded card. */
.appx-benefits--band {
  margin-top: clamp(2rem, 3vw, 3.5rem);
  padding-block: clamp(2.8rem, 4.2vw, 4.5rem);
}

.appx-process-shell {
  padding: 0;
}

.appx-process--band {
  width: 100%;
  margin: 0;
  padding-block: clamp(2.8rem, 4.5vw, 4.8rem);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(247, 241, 233, 0.98), rgba(255, 253, 249, 0.98)),
    repeating-linear-gradient(115deg, rgba(122, 82, 41, 0.028) 0 1px, transparent 1px 11px);
}

.appx-process--band .appx-process__head {
  margin-bottom: clamp(1.5rem, 2.6vw, 2.35rem);
}

.appx-process--band .appx-process__head > p:not(.appx-eyebrow) {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.appx-process--band .appx-process__steps {
  margin: 0;
}

.appx-process--band .appx-process__step {
  min-height: 162px;
  padding-top: 0.3rem;
}

@media (max-width: 749px) {
  .appx-benefits--band {
    margin-top: 1.5rem;
    padding-block: 2.5rem;
  }

  .appx-process--band {
    padding-block: 2.5rem;
  }

  .appx-process--band .appx-process__head > p:not(.appx-eyebrow) {
    text-align: left;
  }
}


/* Applications page: standalone section controls.
   Case Studies, Fabric Benefits, Our Process and CTA are separate Shopify
   sections. The selectors below prevent the former bundled wrapper from
   introducing spacing or layout dependencies between them. */
.section-applications-case-studies .appx--case-studies {
  padding-bottom: clamp(2rem, 3vw, 3.5rem);
}
.section-applications-benefits,
.section-applications-process,
.section-applications-cta {
  display: block;
  width: 100%;
}
.section-applications-benefits .appx-benefits--band {
  margin-top: 0;
}
.section-applications-process .appx-process--band {
  margin-top: 0;
}
.section-applications-cta .appx-cta {
  margin-top: 0;
}

/* Product collections page */
.template-page-products-center #MainContent {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.28fr);
  align-items: start;
  min-height: calc(100vh - 70px);
  background: #fbfbf9;
  border-bottom: 1px solid rgba(9, 9, 9, 0.82);
}

.template-page-products-center .section-product-collections-hero {
  grid-column: 1;
  grid-row: 1 / span 99;
  min-width: 0;
  align-self: start;
}

.template-page-products-center .section-product-series {
  grid-column: 2;
  min-width: 0;
  padding-right: clamp(2rem, 3.4vw, 3.8rem);
  padding-left: clamp(2.2rem, 7vw, 9.6rem);
  background: #fbfbf9;
}

.template-page-products-center .section-product-series--suede {
  padding-top: clamp(2.5rem, 5.3vw, 5.2rem);
}

.template-page-products-center .section-product-series--custom {
  padding-bottom: clamp(2.5rem, 5vw, 5rem);
}

.template-page-products-center .section-product-series--custom .uf-collections__category {
  border-bottom: 1px solid var(--uf-line);
}

.uf-collections {
  --uf-ink: #090909;
  --uf-muted: rgba(9, 9, 9, 0.64);
  --uf-line: rgba(9, 9, 9, 0.82);
  --uf-accent: #d82e26;
  background: #fbfbf9;
  color: var(--uf-ink);
}

.uf-collections__hero-media {
  position: relative;
  align-self: start;
  height: clamp(520px, calc(100vh - 70px), 760px);
  min-height: 0;
  overflow: hidden;
  background: #b98b5f;
}

.uf-collections__hero-media img,
.uf-collections__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uf-collections__hero-media img {
  transition: opacity 0.18s ease;
}

.uf-collections__placeholder {
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.72), transparent 25%),
    linear-gradient(135deg, #7a4e2e 0%, #c58e5d 46%, #543321 100%);
}

.uf-collections__hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.05) 72%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent 46%);
}

.uf-collections__hero-copy {
  position: absolute;
  z-index: 1;
  left: clamp(2rem, 7vw, 8.1rem);
  top: 50%;
  width: min(560px, calc(100% - 4rem));
  color: #fff;
  transform: translateY(-50%);
}

.uf-collections__kicker {
  margin: 0 0 0.6rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.uf-collections__hero-copy h1 {
  margin: 0;
  color: inherit;
  font-family: var(--font-heading);
  font-size: clamp(4rem, 7.5vw, 7.25rem);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0;
  line-height: 0.92;
}

.uf-collections__hero-text {
  max-width: 570px;
  margin-top: clamp(1.15rem, 2vw, 1.7rem);
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1rem, 1.45vw, 1.52rem);
  font-weight: 600;
  line-height: 1.32;
}

.uf-collections__hero-text p {
  margin: 0;
}

.uf-collections__dash {
  display: block;
  width: 26px;
  height: 3px;
  margin-top: clamp(2.25rem, 5vw, 4.1rem);
  background: currentColor;
}

.uf-collections__category {
  border-top: 1px solid var(--uf-line);
}

.uf-collections__category:last-child {
  border-bottom: 1px solid var(--uf-line);
}

.uf-collections__category-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 1rem;
  color: var(--uf-ink);
  cursor: pointer;
  list-style: none;
}

.uf-collections__category-summary::-webkit-details-marker {
  display: none;
}

.uf-collections__category-summary {
  min-height: clamp(98px, 10.9vh, 126px);
}

.uf-collections__category-summary > span:first-child {
  min-width: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 4.25vw, 5.1rem);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.uf-collections__category[open] > .uf-collections__category-summary,
.uf-collections__category-summary:hover,
.uf-collections__product-row:hover {
  color: var(--uf-accent);
}

.uf-collections__category[open] > .uf-collections__category-summary .uf-collections__plus::after {
  opacity: 0;
}

.uf-collections__product-list {
  padding-bottom: clamp(0.4rem, 1vw, 0.9rem);
}

.uf-collections__product-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  align-items: center;
  gap: 1rem;
  min-height: clamp(52px, 6.2vh, 72px);
  padding-left: clamp(0.5rem, 1.2vw, 1.25rem);
  border-top: 1px solid rgba(9, 9, 9, 0.42);
  color: var(--uf-ink);
  text-decoration: none;
}

.uf-collections__product-row > span:first-child {
  min-width: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.2vw, 2.45rem);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.uf-collections__plus {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  justify-self: end;
}

.uf-collections__plus::before,
.uf-collections__plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: currentColor;
  content: '';
  transform: translate(-50%, -50%);
}

.uf-collections__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (max-width: 1180px) {
  .template-page-products-center #MainContent {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .template-page-products-center .section-product-series {
    padding-left: clamp(2rem, 5vw, 4rem);
  }
}

@media (max-width: 989px) {
  .template-page-products-center #MainContent {
    grid-template-columns: 1fr;
  }

  .template-page-products-center .section-product-collections-hero,
  .template-page-products-center .section-product-series {
    grid-column: 1;
    grid-row: auto;
  }

  .template-page-products-center .section-product-series {
    min-height: 0;
  }

  .uf-collections__hero-media {
    position: relative;
    top: auto;
    height: clamp(380px, 62vh, 620px);
    min-height: 0;
  }

  .uf-collections__hero-copy {
    left: clamp(1.25rem, 6vw, 3.5rem);
    width: min(620px, calc(100% - 2.5rem));
  }

  .template-page-products-center .section-product-series {
    padding: clamp(2rem, 6vw, 4rem) clamp(1.25rem, 6vw, 3.5rem);
  }

  .template-page-products-center .section-product-series + .section-product-series {
    padding-top: 0;
  }
}

@media (max-width: 649px) {
  .uf-collections__hero-media {
    height: 480px;
  }

  .uf-collections__hero-copy h1 {
    font-size: clamp(3.15rem, 17vw, 4.6rem);
  }

  .uf-collections__hero-text {
    font-size: 1rem;
    line-height: 1.45;
  }

  .uf-collections__category-summary {
    grid-template-columns: minmax(0, 1fr) 24px;
    min-height: 82px;
  }

  .uf-collections__category-summary > span:first-child {
    font-size: clamp(2.05rem, 12vw, 3rem);
  }

  .uf-collections__product-row {
    grid-template-columns: minmax(0, 1fr) 24px;
    min-height: 54px;
  }

  .uf-collections__product-row > span:first-child {
    font-size: clamp(1.18rem, 6.8vw, 1.75rem);
  }
}

/* Mixed blog template */
.mixed-blog {
  background: #fbfaf7;
  color: var(--color-foreground);
}

.mixed-blog__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 3vw, 3.5rem);
  align-items: end;
  padding-block: clamp(2.6rem, 5vw, 5rem);
}

.mixed-blog__intro {
  padding-bottom: clamp(0.5rem, 2vw, 2rem);
}

.mixed-blog__eyebrow,
.mixed-blog__label {
  margin: 0 0 0.7rem;
  color: var(--color-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mixed-blog__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0;
  line-height: 0.98;
}

.mixed-blog__description {
  max-width: 48ch;
  margin-top: 1.05rem;
  color: color-mix(in srgb, var(--color-foreground) 72%, transparent);
  font-size: 1.02rem;
}

.mixed-blog__lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(43, 38, 34, 0.1);
  background: var(--color-surface);
}

.mixed-blog__lead-media,
.mixed-blog__story-media,
.mixed-blog__mini-media,
.mixed-blog__strip-item {
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #e7ded4;
  text-decoration: none;
}

.mixed-blog__lead-media img,
.mixed-blog__story-media img,
.mixed-blog__mini-media img,
.mixed-blog__strip-item img,
.mixed-blog__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mixed-blog__lead-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.3rem, 2.5vw, 2.4rem);
}

.mixed-blog__lead-copy h2,
.mixed-blog__story-copy h2,
.mixed-blog__feature-copy h2,
.mixed-blog__cta h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0;
  line-height: 1.08;
}

.mixed-blog__lead-copy h2 {
  font-size: clamp(1.75rem, 3vw, 3rem);
}

.mixed-blog__lead-copy h2 a,
.mixed-blog__story-copy h2 a,
.mixed-blog__mini-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.mixed-blog__lead-copy > p:not(.mixed-blog__label),
.mixed-blog__story-copy p,
.mixed-blog__mini-copy p,
.mixed-blog__feature-copy p,
.mixed-blog__cta p {
  color: color-mix(in srgb, var(--color-foreground) 72%, transparent);
}

.mixed-blog__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.3rem;
  align-items: center;
  margin-top: 1.25rem;
  font-size: 0.9rem;
}

.mixed-blog__meta-row a,
.mixed-blog__read {
  color: var(--color-accent);
  font-weight: 700;
  text-decoration: none;
}

.mixed-blog__latest {
  display: grid;
  grid-template-columns: minmax(180px, 0.26fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  padding-bottom: clamp(2rem, 4vw, 4rem);
}

.mixed-blog__latest-head {
  border-top: 1px solid rgba(43, 38, 34, 0.18);
  padding-top: 1rem;
}

.mixed-blog__latest-head h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.1;
}

.mixed-blog__latest-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.mixed-blog__mini {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 0.9rem;
  min-width: 0;
  border-top: 1px solid rgba(43, 38, 34, 0.18);
  padding-top: 1rem;
}

.mixed-blog__mini-media {
  aspect-ratio: 1 / 1;
}

.mixed-blog__mini-copy h3 {
  margin: 0.2rem 0 0.4rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.18;
}

.mixed-blog__mini-copy time,
.mixed-blog__story-copy time {
  color: color-mix(in srgb, var(--color-foreground) 56%, transparent);
  font-size: 0.82rem;
}

.mixed-blog__mini-copy p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.mixed-blog__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

.mixed-blog__tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.35rem 0.82rem;
  border: 1px solid rgba(43, 38, 34, 0.16);
  background: var(--color-surface);
  font-size: 0.88rem;
  text-decoration: none;
}

.mixed-blog__tag.is-active,
.mixed-blog__tag:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.mixed-blog__body {
  display: grid;
  gap: clamp(1.6rem, 3vw, 3rem);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.mixed-blog__story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 3.25rem);
  align-items: center;
  min-height: 320px;
}

.mixed-blog__story--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}

.mixed-blog__story--reverse .mixed-blog__story-media {
  order: 2;
}

.mixed-blog__story-media {
  aspect-ratio: 16 / 10;
}

.mixed-blog__story-copy {
  max-width: 620px;
}

.mixed-blog__story-copy h2 {
  margin-top: 0.45rem;
  font-size: clamp(1.55rem, 2.5vw, 2.55rem);
}

.mixed-blog__story-copy p {
  margin: 0.8rem 0 1rem;
}

.mixed-blog__feature-band {
  border-block: 1px solid rgba(43, 38, 34, 0.1);
  background: #f1ece5;
}

.mixed-blog__feature-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(1.3rem, 3vw, 3.2rem);
  align-items: center;
  padding-block: clamp(2.4rem, 5vw, 4.5rem);
}

.mixed-blog__feature-copy h2 {
  font-size: clamp(1.65rem, 3vw, 2.8rem);
}

.mixed-blog__image-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-auto-rows: minmax(120px, 13vw);
  gap: 0.75rem;
}

.mixed-blog__strip-item:first-child {
  grid-row: span 2;
}

.mixed-blog__cta {
  background: #2b2622;
  color: #fff;
}

.mixed-blog__cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding-block: clamp(2.2rem, 4vw, 3.8rem);
}

.mixed-blog__cta h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
}

.mixed-blog__cta p {
  max-width: 720px;
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.mixed-blog__placeholder {
  min-height: 100%;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.28), transparent 42%),
    linear-gradient(135deg, #ddd4c9, #b7aa9b);
}

.mixed-blog__empty {
  padding: 2rem;
  text-align: center;
  color: color-mix(in srgb, var(--color-foreground) 65%, transparent);
}

@media (max-width: 1180px) {
  .mixed-blog__hero,
  .mixed-blog__lead,
  .mixed-blog__latest,
  .mixed-blog__feature-inner {
    grid-template-columns: 1fr;
  }

  .mixed-blog__lead-media {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 989px) {
  .mixed-blog__latest-list {
    grid-template-columns: 1fr;
  }

  .mixed-blog__story,
  .mixed-blog__story--reverse,
  .mixed-blog__cta-inner {
    grid-template-columns: 1fr;
  }

  .mixed-blog__story--reverse .mixed-blog__story-media {
    order: 0;
  }
}

@media (max-width: 649px) {
  .mixed-blog__hero {
    padding-block: 2rem 2.5rem;
  }

  .mixed-blog__lead {
    min-height: 0;
  }

  .mixed-blog__lead-copy {
    padding: 1.2rem;
  }

  .mixed-blog__mini {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .mixed-blog__image-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
  }

  .mixed-blog__strip-item:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .mixed-blog__cta .button {
    width: 100%;
  }
}

/* Flexible configurable page */
.flex-page {
  background: var(--color-background);
}

.flex-page__hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(360px, 52vh, 620px);
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--color-accent) 12%, var(--color-background)), var(--color-background));
}

.flex-page__hero--image {
  color: #fff;
  background: #2b2622;
}

.flex-page__hero-media,
.flex-page__hero-media::after {
  position: absolute;
  inset: 0;
}

.flex-page__hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(28, 23, 20, 0.76), rgba(28, 23, 20, 0.42) 56%, rgba(28, 23, 20, 0.18));
}

.flex-page__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flex-page__hero-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(3rem, 7vw, 6rem);
}

.flex-page__hero-copy {
  max-width: 720px;
}

.flex-page__kicker,
.flex-page__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.flex-page__hero--image .flex-page__kicker {
  color: color-mix(in srgb, #fff 86%, var(--color-accent));
}

.flex-page__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: var(--font-heading-weight);
  line-height: 1;
  letter-spacing: 0;
}

.flex-page__hero-text {
  max-width: 62ch;
  margin-top: 1.1rem;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.flex-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.flex-page__hero--image .button--ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.flex-page__content {
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
}

.flex-page__band {
  padding-block: clamp(3rem, 6vw, 5.5rem);
}

.flex-page__band--soft {
  background: color-mix(in srgb, var(--color-accent) 7%, var(--color-background));
}

.flex-page__band--accent {
  background: #2b2622;
  color: #fff;
}

.flex-page__narrow {
  max-width: 860px;
}

.flex-page__narrow h2,
.flex-page__split-copy h2,
.flex-page__section-head h2,
.flex-page__cta h2 {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: var(--font-heading-weight);
  line-height: 1.12;
  letter-spacing: 0;
}

.flex-page__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.flex-page__split--right .flex-page__split-media {
  order: 2;
}

.flex-page__split-media {
  overflow: hidden;
  border-radius: calc(var(--radius) + 2px);
  background: color-mix(in srgb, var(--color-foreground) 8%, transparent);
}

.flex-page__split-media img,
.flex-page__placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.flex-page__placeholder {
  background: linear-gradient(135deg, #e6ded4, #cfc3b5);
}

.flex-page__split-copy .button {
  margin-top: 1rem;
}

.flex-page__section-head {
  max-width: 780px;
  margin-bottom: 1.6rem;
}

.flex-page__section-head p {
  margin: 0;
  color: color-mix(in srgb, var(--color-foreground) 70%, transparent);
}

.flex-page__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.flex-page-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: var(--color-surface);
  border: 1px solid rgba(43, 38, 34, 0.08);
  border-radius: calc(var(--radius) + 2px);
  box-shadow: var(--shadow-soft);
}

.flex-page-card__media {
  aspect-ratio: 4 / 3;
  background: #e8e0d8;
}

.flex-page-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flex-page-card__body {
  padding: 1.1rem;
}

.flex-page-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-heading);
  font-size: 1.08rem;
  line-height: 1.25;
}

.flex-page-card p {
  margin: 0;
  color: color-mix(in srgb, var(--color-foreground) 72%, transparent);
  font-size: 0.92rem;
}

.flex-page-card a {
  display: inline-block;
  margin-top: 0.85rem;
  color: var(--color-accent);
  font-size: 0.9rem;
}

.flex-page__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.flex-page-stat {
  min-height: 132px;
  padding: 1.3rem;
  background: #2b2622;
}

.flex-page-stat strong {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.flex-page-stat span {
  display: block;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.78);
}

.flex-page__faq {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.flex-page-faq {
  padding: 1rem 1.1rem;
  background: var(--color-surface);
  border: 1px solid rgba(43, 38, 34, 0.1);
  border-radius: var(--radius);
}

.flex-page-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.flex-page-faq .rte {
  margin-top: 0.75rem;
}

.flex-page__cta-wrap {
  padding-block: clamp(3rem, 6vw, 5rem);
  background: color-mix(in srgb, var(--color-accent) 8%, var(--color-background));
}

.flex-page__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
}

.flex-page__cta p {
  max-width: 680px;
  margin: 0;
  color: color-mix(in srgb, var(--color-foreground) 72%, transparent);
}

@media (max-width: 989px) {
  .flex-page__split,
  .flex-page__cta {
    grid-template-columns: 1fr;
  }

  .flex-page__split--right .flex-page__split-media {
    order: 0;
  }

  .flex-page__cards,
  .flex-page__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 549px) {
  .flex-page__hero {
    min-height: 420px;
  }

  .flex-page__cards,
  .flex-page__stats {
    grid-template-columns: 1fr;
  }

  .flex-page__actions,
  .flex-page__cta .button {
    width: 100%;
  }

  .flex-page__actions .button,
  .flex-page__cta .button {
    width: 100%;
  }
}
