/* Woven Coat Factory — jingtai/woven-coat-factory-richman.html */

.site-page-woven .about-hero {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.site-page-woven .about-hero .hero-media {
  position: absolute;
  inset: 0;
  background: #e4e0da;
}

.site-page-woven .about-hero .hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: richman-woven-kenburns 26s ease-in-out infinite alternate;
  filter: none;
}

.site-page-woven .about-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(45, 45, 45, 0.18);
}

@keyframes richman-woven-kenburns {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.12) translate(-1.5%, -1.5%); }
}

.site-page-woven .about-hero .about-hero-content {
  position: relative;
  z-index: 2;
  color: var(--rm-cream, #f7f4ef);
  text-align: center;
  padding: 0 var(--rm-gutter, 6vw);
  transform: translateY(70px);
}

.site-page-woven .about-hero-content h1 {
  font-size: 34px;
  font-weight: 620;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.site-page-woven .about-hero-content p {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0.92;
}

.site-page-woven .about-hero::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  background: rgba(176, 139, 91, 0.85);
  z-index: 2;
  pointer-events: none;
}

.site-page-woven .about-hero .breadcrumb {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1600px;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 clamp(16px, 3vw, 48px);
  margin: 0;
}

.site-page-woven .about-hero .breadcrumb a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.3s ease;
}

.site-page-woven .about-hero .breadcrumb a:hover { color: #fff; }

.site-page-woven .bc-sep {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.site-page-woven .bc-current {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
}

.site-page-woven .about-hero .breadcrumb a,
.site-page-woven .about-hero .breadcrumb .bc-sep,
.site-page-woven .about-hero .breadcrumb .bc-current {
  transform: translateY(2px);
}

.site-page-woven .knit-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 130px 24px 0;
}

.site-page-woven .knit-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 26px;
}

.site-page-woven .knit-head .eyebrow { margin-bottom: 16px; }

.site-page-woven .knit-head h2 {
  font-size: 34px;
  margin-bottom: 12px;
}

.site-page-woven .knit-sub {
  font-size: 13px;
  font-weight: 620;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--rm-camel, #b08b5b);
}

.site-page-woven .knit-body-text {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
  font-size: 14.5px;
  color: rgba(45, 45, 45, 0.72);
  line-height: 1.95;
}

.site-page-woven .knit-body-text p { margin: 0 0 18px; }
.site-page-woven .knit-body-text p:last-child { margin-bottom: 0; }

.site-page-woven .knit-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto 56px;
}

.site-page-woven .knit-stat {
  background: var(--rm-white, #fff);
  border: 1px solid rgba(45, 45, 45, 0.08);
  border-radius: 8px;
  padding: 38px 10px 34px;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.site-page-woven .knit-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(45, 45, 45, 0.06);
  border-color: rgba(176, 139, 91, 0.55);
}

.site-page-woven .knit-stat-num {
  font-size: clamp(14px, 1.5vw, 21px);
  font-weight: 700;
  color: var(--rm-charcoal, #2d2d2d);
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.site-page-woven .knit-stat-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--rm-camel, #b08b5b);
  margin-top: 14px;
  line-height: 1.6;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-page-woven .knit-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.site-page-woven .knit-media-item {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f1eee9;
  border-radius: 8px;
}

.site-page-woven .knit-media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-page-woven .knit-media-item:hover img {
  transform: scale(1.03);
}

.site-page-woven .tailoring-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 24px 0;
}

.site-page-woven .tailoring-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 60px;
}

.site-page-woven .tailoring-head h2 {
  font-size: 34px;
  margin-bottom: 0;
}

.site-page-woven .tailoring-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.site-page-woven .tailoring-card {
  background: var(--rm-white, #fff);
  border: 1px solid rgba(45, 45, 45, 0.08);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.site-page-woven .tailoring-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(45, 45, 45, 0.1);
  border-color: rgba(176, 139, 91, 0.4);
}

.site-page-woven .tailoring-thumb {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #f1eee9;
  overflow: hidden;
}

.site-page-woven .tailoring-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
}

.site-page-woven .tailoring-num {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--rm-camel, #b08b5b);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(45, 45, 45, 0.18);
}

.site-page-woven .tailoring-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--rm-charcoal, #2d2d2d);
  padding: 15px 12px;
  text-align: center;
  line-height: 1.5;
}

.site-page-woven .outerwear-range-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 24px 0;
}

.site-page-woven .knitwear-list-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--rm-charcoal, #2d2d2d);
  margin-bottom: 26px;
  text-align: center;
}

.site-page-woven .knitwear-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}

.site-page-woven .knitwear-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.site-page-woven .knitwear-col-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--rm-camel, #b08b5b);
  margin-bottom: 20px;
}

.site-page-woven .knitwear-col-title::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--rm-camel, #b08b5b);
  flex-shrink: 0;
}

.site-page-woven .knitwear-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.site-page-woven .knitwear-tag {
  font-size: 14px;
  color: rgba(45, 45, 45, 0.75);
  border: 1px solid rgba(45, 45, 45, 0.15);
  padding: 11px 24px;
  border-radius: 24px;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.site-page-woven .knitwear-tag:hover {
  border-color: var(--rm-camel, #b08b5b);
  color: var(--rm-camel, #b08b5b);
}

.site-page-woven .cta-section {
  background: #fbfaf7;
  padding: 55px 24px 130px;
  text-align: center;
}

.site-page-woven .cta-inner {
  max-width: 760px;
  margin: 0 auto;
}

.site-page-woven .cta-inner h2 {
  font-size: 34px;
  margin-bottom: 18px;
}

.site-page-woven .cta-inner p {
  font-size: 15px;
  color: rgba(45, 45, 45, 0.72);
  line-height: 1.85;
  margin: 0 auto 38px;
}

.site-page-woven .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: var(--rm-camel, #b08b5b);
  color: #fff;
  font-size: 13px;
  font-weight: 620;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.3s ease, gap 0.3s ease;
}

.site-page-woven .cta-btn:hover {
  opacity: 0.85;
  gap: 16px;
  color: #fff;
}

@media (max-width: 1024px) {
  .site-page-woven .knit-stats {
    grid-template-columns: 1fr 1fr;
  }

  .site-page-woven .knit-media {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-page-woven .about-hero { height: 480px; }

  .site-page-woven .about-hero::before,
  .site-page-woven .about-hero .breadcrumb {
    height: 38px;
  }

  .site-page-woven .knit-section,
  .site-page-woven .tailoring-section,
  .site-page-woven .outerwear-range-section {
    padding: 90px 24px 0;
  }

  .site-page-woven .knit-head,
  .site-page-woven .tailoring-head {
    margin-bottom: 52px;
  }

  .site-page-woven .tailoring-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .site-page-woven .about-hero .breadcrumb a,
  .site-page-woven .bc-sep,
  .site-page-woven .bc-current {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 640px) {
  .site-page-woven .knitwear-cols { gap: 44px; }

  .site-page-woven .knit-head h2,
  .site-page-woven .tailoring-head h2,
  .site-page-woven .cta-inner h2 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .site-page-woven .tailoring-grid {
    grid-template-columns: 1fr;
  }

  .site-page-woven .knit-stats {
    grid-template-columns: 1fr;
  }
}
