/* AROMAMATRIX - Specific Page Styles (Trustworthy Industrial Clean Style) */

/* ==========================================================================
   1. HERO SECTION (index.html)
   ========================================================================== */
.hero {
  height: 90vh;
  min-height: 550px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--bg-secondary);
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(248, 250, 252, 0.98) 35%, rgba(248, 250, 252, 0.6) 55%, rgba(248, 250, 252, 0.05) 100%),
    url('../aromamatrix-factory-hero-v2.png') center/cover no-repeat;
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-content {
  max-width: 650px;
}

@media (max-width: 992px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero-bg-overlay {
    background: linear-gradient(to bottom, rgba(248, 250, 252, 0.98) 45%, rgba(248, 250, 252, 0.8) 100%),
      url('../aromamatrix-factory-hero-v2.png') center/cover no-repeat;
  }

  .hero .container {
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-actions {
    justify-content: center;
  }
}

.hero-subtitle {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-green-dark);
  margin-bottom: 16px;
  display: inline-block;
  background-color: rgba(16, 185, 129, 0.1);
  padding: 6px 16px;
  border-radius: 20px;
}

.hero-title {
  font-size: clamp(34px, 5.5vw, 56px);
  line-height: 1.15;
  margin-bottom: 20px;
  color: var(--primary-blue);
}

.hero-desc {
  font-size: clamp(14px, 1.8vw, 17px);
  color: var(--text-muted);
  margin-bottom: 36px;
  line-height: 1.7;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: -14px 0 30px;
  color: var(--text-main);
  font-size: 12px;
  font-weight: 600;
}

.hero-proof span {
  position: relative;
  padding-left: 17px;
}

.hero-proof span::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-green-dark);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px dashed var(--border-light);
}

.hero-stat-item {
  border-right: 1px solid var(--border-light);
  padding-right: 8px;
}

.hero-stat-item:last-child {
  border-right: none;
  padding-right: 0;
}

.hero-stat-item h4 {
  font-size: 26px;
  color: var(--primary-blue);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}

.hero-stat-item p {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-stat-item span {
  display: block;
  font-size: 11px;
  color: var(--text-light);
  margin-top: 1px;
}

/* Verified Factory Metrics */
.factory-metrics {
  position: relative;
  z-index: 4;
  background-color: #ffffff;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.factory-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.factory-metric {
  min-height: 122px;
  padding: 28px 24px;
  border-right: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.factory-metric:last-child {
  border-right: 0;
}

.factory-metric strong {
  color: var(--primary-blue);
  font-family: var(--font-title);
  font-size: clamp(23px, 2.3vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.7px;
}

.factory-metric span {
  margin-top: 7px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* ==========================================================================
   2. STATS SECTION (index.html)
   ========================================================================== */
.stats-bar {
  background-color: var(--primary-blue);
  padding: 40px 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.stat-item h3 {
  font-size: 38px;
  color: var(--accent-green);
  margin-bottom: 6px;
  font-family: var(--font-title);
  font-weight: 700;
}

.stat-item p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cbd5e1;
}

/* ==========================================================================
   3. HOME SERVICES & CATEGORIES (index.html)
   ========================================================================== */
.section-title {
  font-size: 32px;
  margin-bottom: 12px;
  color: var(--primary-blue);
}

.section-subtitle {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent-green-dark);
  margin-bottom: 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  text-align: center;
  background-color: #ffffff;
}

.service-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 20px auto;
  color: var(--primary-blue);
  background-color: var(--bg-accent);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  font-weight: 700;
  font-size: 16px;
  transition: var(--transition);
}

.service-card:hover .service-icon {
  background-color: var(--primary-blue);
  color: #ffffff;
  border-color: var(--primary-blue);
  transform: translateY(-2px);
}

.service-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--primary-blue);
}

.service-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Categories Section */
.product-categories-section {
  background-color: var(--bg-secondary);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.section-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.section-lead {
  max-width: 760px;
  margin: 0 auto 42px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.75;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.category-card {
  position: relative;
  min-height: 470px;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid var(--border-light);
  display: flex;
  align-items: flex-end;
  padding: 26px;
  cursor: pointer;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.category-card:hover {
  box-shadow: var(--box-shadow-hover);
}

.category-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s;
  z-index: 1;
}

.category-card:hover .category-bg {
  transform: scale(1.05);
}

.category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.56) 42%, rgba(8, 8, 8, 0.04) 78%);
  z-index: 2;
}

.category-info {
  position: relative;
  z-index: 3;
  width: 100%;
}

.category-info span {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #d4d4d8;
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.category-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}

.category-info p {
  margin-bottom: 16px;
  color: #d1d5db;
  font-size: 12px;
  line-height: 1.55;
}

.category-link {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.category-link::after {
  content: '→';
  transition: transform 0.2s;
}

.category-card:hover .category-link::after {
  transform: translateX(4px);
}

.categories-cta {
  margin-top: 34px;
}

.categories-cta p {
  margin-bottom: 14px;
  color: var(--text-muted);
  font-size: 14px;
}

/* Cooperation Models */
.cooperation-section {
  background: #ffffff;
}

.home-models-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.home-model-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.home-model-card.featured {
  border-color: var(--primary-blue);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.model-card-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.model-code {
  color: var(--text-light);
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 700;
}

.model-speed {
  padding: 5px 9px;
  color: var(--text-muted);
  background: var(--bg-accent);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.home-model-card.featured .model-speed {
  color: #ffffff;
  background: var(--primary-blue);
}

.home-model-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.home-model-card > p {
  min-height: 92px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.7;
}

.model-specs {
  margin: 22px 0 26px;
  border-top: 1px solid var(--border-light);
}

.model-specs > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 11px;
}

.model-specs span {
  color: var(--text-light);
  font-weight: 700;
  text-transform: uppercase;
}

.model-specs strong {
  color: var(--text-main);
  font-weight: 600;
  text-align: right;
}

.model-link {
  margin-top: auto;
  color: var(--primary-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.model-link::after {
  content: ' →';
}

/* Homepage Process */
.home-process-section {
  color: var(--text-main);
  background: #f1f3f5;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.home-process-header {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 48px;
}

.home-process-section .section-kicker,
.home-process-header > p {
  color: var(--text-muted);
}

.home-process-section .section-title {
  color: var(--primary-blue);
}

.home-process-header > p {
  font-size: 14px;
  line-height: 1.7;
}

.home-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  border-top: 1px solid #cfd4da;
}

.home-process-step {
  position: relative;
  padding: 28px 22px 8px 0;
}

.home-process-step:not(:last-child) {
  border-right: 1px solid #d8dde2;
  margin-right: 22px;
}

.process-index {
  display: block;
  margin-bottom: 32px;
  color: #8b949e;
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 700;
}

.home-process-step h3 {
  margin-bottom: 10px;
  color: var(--primary-blue);
  font-size: 15px;
}

.home-process-step p {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.65;
}

.home-process-action {
  margin-top: 38px;
}

.home-process-action .btn {
  color: var(--primary-blue);
  border-color: var(--primary-blue);
}

/* Fragrance Development */
.fragrance-development-section {
  background: #ffffff;
}

.feature-split,
.manufacturing-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
}

.feature-media,
.manufacturing-media,
.quality-image {
  overflow: hidden;
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.feature-media {
  min-height: 500px;
}

.feature-media img,
.manufacturing-media img,
.quality-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-media img {
  min-height: 500px;
  object-position: 66% center;
}

.feature-intro {
  margin-bottom: 26px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
}

.fragrance-family-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 26px;
}

.fragrance-family-grid span {
  padding: 10px 8px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  color: var(--text-main);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}

.feature-checklist {
  margin-bottom: 30px;
  list-style: none;
}

.feature-checklist li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 22px;
  color: var(--text-muted);
  font-size: 13px;
}

.feature-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary-blue);
  font-weight: 700;
}

/* Manufacturing Capability */
.manufacturing-section {
  background: #f6f7f8;
  border-bottom: 1px solid var(--border-light);
}

.manufacturing-grid {
  grid-template-columns: 0.78fr 1.22fr;
}

.capability-list {
  margin: 26px 0 30px;
  border-top: 1px solid var(--border-light);
}

.capability-list > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-light);
}

.capability-list span {
  color: var(--text-light);
  font-family: var(--font-title);
  font-size: 11px;
  font-weight: 700;
}

.capability-list p {
  color: var(--text-main);
  font-size: 13px;
  font-weight: 600;
}

.manufacturing-media {
  position: relative;
  min-height: 500px;
}

.manufacturing-media img {
  min-height: 500px;
  object-position: center;
}

.manufacturing-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 18px;
  background: rgba(8, 8, 8, 0.88);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.manufacturing-caption strong {
  font-size: 12px;
}

.manufacturing-caption span {
  color: #a1a1aa;
  font-size: 10px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

/* Quality Control */
.quality-section {
  background: #ffffff;
  border-top: 1px solid var(--border-light);
}

.quality-intro-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 34px;
}

.quality-image {
  height: 360px;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  background: var(--border-light);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
}

.quality-grid article {
  min-height: 190px;
  padding: 26px;
  background: #ffffff;
}

.quality-grid article > span {
  display: block;
  margin-bottom: 24px;
  color: var(--text-light);
  font-family: var(--font-title);
  font-size: 11px;
  font-weight: 700;
}

.quality-grid h3 {
  margin-bottom: 9px;
  font-size: 15px;
}

.quality-grid p {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.65;
}

/* Representative Project */
.case-study-section {
  background: #f6f7f8;
  border-bottom: 1px solid var(--border-light);
}

.case-study-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 64px;
  align-items: center;
}

.case-study-media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.case-study-media img {
  width: 100%;
  min-height: 540px;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.case-study-label {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-main);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.case-study-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 28px 0;
  border-top: 1px solid var(--border-light);
  border-left: 1px solid var(--border-light);
}

.case-study-stats > div {
  padding: 18px;
  border-right: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.case-study-stats strong,
.case-study-stats span {
  display: block;
}

.case-study-stats strong {
  margin-bottom: 4px;
  color: var(--primary-blue);
  font-family: var(--font-title);
  font-size: 20px;
}

.case-study-stats span {
  color: var(--text-muted);
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Global Export */
.export-section {
  color: var(--text-main);
  background: #ffffff;
}

.export-heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 38px;
}

.export-section .section-kicker,
.export-heading > p {
  color: var(--text-muted);
}

.export-section .section-title {
  color: var(--primary-blue);
}

.export-heading > p {
  font-size: 14px;
  line-height: 1.75;
}

.export-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 22px 0 34px;
  border-top: 1px solid var(--border-light);
}

.export-regions span {
  padding: 8px 12px;
  background: #f6f7f8;
  border: 1px solid #d8dde2;
  color: var(--text-main);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.export-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border-light);
  border: 1px solid var(--border-light);
}

.export-support-grid article {
  min-height: 210px;
  padding: 26px;
  background: #ffffff;
}

.export-support-grid article > span {
  display: block;
  margin-bottom: 34px;
  color: #9aa2ab;
  font-family: var(--font-title);
  font-size: 11px;
  font-weight: 700;
}

.export-support-grid h3 {
  margin-bottom: 10px;
  color: var(--primary-blue);
  font-size: 15px;
}

.export-support-grid p {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.65;
}

.export-disclaimer {
  margin-top: 18px;
  color: var(--text-light);
  font-size: 10px;
  line-height: 1.6;
}

/* Homepage FAQ */
.home-faq-section {
  background: #f6f7f8;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.home-faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 70px;
  align-items: start;
}

.home-faq-intro {
  position: sticky;
  top: 112px;
}

.home-faq-list {
  border-top: 1px solid var(--border-light);
}

.home-faq-list details {
  border-bottom: 1px solid var(--border-light);
}

.home-faq-list summary {
  position: relative;
  padding: 21px 46px 21px 0;
  color: var(--text-main);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.home-faq-list summary::-webkit-details-marker {
  display: none;
}

.home-faq-list summary::after {
  content: '+';
  position: absolute;
  top: 19px;
  right: 4px;
  color: var(--text-muted);
  font-size: 19px;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.home-faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.home-faq-list details p {
  max-width: 720px;
  padding: 0 50px 22px 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.75;
}

/* Homepage Inquiry */
.home-inquiry-section {
  color: var(--text-main);
  background: #ffffff;
}

.home-inquiry-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 74px;
  align-items: start;
}

.home-inquiry-copy .section-kicker {
  color: var(--text-muted);
}

.home-inquiry-copy h2 {
  margin-bottom: 18px;
  color: var(--primary-blue);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.15;
}

.home-inquiry-copy > p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
}

.inquiry-expectations {
  margin: 30px 0;
  border-top: 1px solid var(--border-light);
}

.inquiry-expectations > div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 12px;
}

.inquiry-expectations strong {
  color: var(--primary-blue);
}

.inquiry-expectations span {
  color: var(--text-muted);
}

.inquiry-email-fallback a {
  color: var(--primary-blue);
  text-decoration: underline;
}

.home-inquiry-form-card {
  padding: 32px;
  background: #f6f7f8;
  border: 1px solid #d8dde2;
  border-radius: var(--border-radius);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.home-inquiry-form-card .form-control {
  background: #ffffff;
  border-color: #d8dde2;
}

.inquiry-services {
  padding: 0;
  border: 0;
}

.inquiry-services legend {
  display: block;
  margin-bottom: 8px;
  color: var(--primary-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.home-inquiry-submit {
  width: 100%;
  margin-top: 6px;
}

.form-privacy-note {
  margin-top: 12px;
  color: var(--text-light);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

/* ========================================================================== 
   4. ABOUT US PAGE (about.html)
   ========================================================================== */
.about-factory-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #1f2933;
}

.about-factory-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-factory-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 15, 20, 0.86) 0%, rgba(10, 15, 20, 0.56) 48%, rgba(10, 15, 20, 0.08) 100%),
    linear-gradient(0deg, rgba(10, 15, 20, 0.48), transparent 46%);
}

.about-factory-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.about-factory-hero-content {
  max-width: 710px;
  padding: 160px 0 84px;
}

.about-factory-hero-content > span {
  display: block;
  margin-bottom: 16px;
  color: #d1d5db;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-factory-hero-content h1 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: clamp(38px, 5.5vw, 64px);
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.about-factory-hero-content p {
  max-width: 650px;
  margin-bottom: 32px;
  color: #e5e7eb;
  font-size: 16px;
  line-height: 1.75;
}

.about-factory-hero-content .btn-gold {
  background: #ffffff;
  border-color: #ffffff;
  color: #111111;
}

.about-entity-section {
  background: #ffffff;
}

.about-entity-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 80px;
  align-items: start;
}

.about-copy {
  margin-bottom: 18px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.8;
}

.entity-facts {
  border-top: 1px solid var(--border-light);
}

.entity-facts > div {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid var(--border-light);
}

.entity-facts span {
  color: var(--text-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.entity-facts strong {
  color: var(--text-main);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.about-metrics {
  background: #f3f5f6;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.about-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.about-metrics-grid > div {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 24px;
  border-right: 1px solid var(--border-light);
}

.about-metrics-grid > div:last-child {
  border-right: 0;
}

.about-metrics-grid strong {
  color: var(--primary-blue);
  font-family: var(--font-title);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.15;
}

.about-metrics-grid span {
  margin-top: 7px;
  color: var(--text-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.about-video-section {
  background: #ffffff;
}

.about-section-heading,
.protected-cert-header {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 40px;
}

.about-section-heading > p,
.protected-cert-header > p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
}

.factory-video-shell {
  position: relative;
  overflow: hidden;
  background: #111111;
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.factory-video-shell video {
  display: block;
  width: 100%;
  max-height: 680px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #111111;
}

.factory-video-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 17px;
  background: rgba(17, 17, 17, 0.82);
  color: #ffffff;
  pointer-events: none;
}

.factory-video-caption strong {
  font-size: 12px;
}

.factory-video-caption span {
  color: #c7cbd0;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.factory-tour-section {
  background: #f5f6f7;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.factory-tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 330px;
  gap: 18px;
}

.factory-tour-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #dfe3e6;
  border-radius: var(--border-radius);
}

.factory-tour-card.tour-wide {
  grid-column: span 2;
}

.factory-tour-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.factory-tour-card:hover img {
  transform: scale(1.025);
}

.factory-tour-card figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 14px 16px;
  background: rgba(17, 17, 17, 0.82);
  color: #ffffff;
  backdrop-filter: blur(7px);
}

.factory-tour-card figcaption strong,
.factory-tour-card figcaption span {
  display: block;
}

.factory-tour-card figcaption strong {
  margin-bottom: 3px;
  font-size: 12px;
}

.factory-tour-card figcaption span {
  color: #c7cbd0;
  font-size: 10px;
}

.about-flow-section {
  background: #ffffff;
}

.about-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  background: var(--border-light);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  list-style: none;
}

.about-flow-grid li {
  min-height: 210px;
  padding: 28px;
  background: #ffffff;
}

.about-flow-grid li > span {
  display: block;
  margin-bottom: 34px;
  color: var(--text-light);
  font-family: var(--font-title);
  font-size: 11px;
  font-weight: 700;
}

.about-flow-grid h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.about-flow-grid p {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.7;
}

.protected-cert-section {
  background: #f3f5f6;
  border-top: 1px solid var(--border-light);
}

.protected-cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.protected-cert-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.protected-cert-preview {
  position: relative;
  height: 340px;
  overflow: hidden;
  background: #e8ebed;
  border-bottom: 1px solid var(--border-light);
}

.protected-cert-preview.landscape img {
  width: 125%;
  max-width: none;
}

.protected-cert-preview > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cert-lock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.38);
  text-align: center;
}

.cert-lock-overlay::before {
  content: 'LOCKED';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 17px;
  background: rgba(17, 17, 17, 0.88);
  border-radius: 50%;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.cert-lock-overlay span,
.cert-lock-overlay strong {
  display: block;
  color: #111111;
  text-transform: uppercase;
}

.cert-lock-overlay span {
  margin-bottom: 4px;
  font-size: 9px;
  letter-spacing: 1px;
}

.cert-lock-overlay strong {
  font-size: 12px;
}

.protected-cert-content {
  padding: 24px;
}

.protected-cert-content > span {
  display: block;
  margin-bottom: 8px;
  color: var(--text-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.protected-cert-content h3 {
  margin-bottom: 10px;
  font-size: 17px;
}

.protected-cert-content p {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.65;
}

.certificate-request-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
}

.certificate-request-cta h3 {
  margin-bottom: 7px;
  font-size: 20px;
}

.certificate-request-cta p {
  max-width: 720px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.page-hero {
  padding: 140px 0 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.legal-hero .container {
  max-width: 920px;
}

.legal-hero span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent-green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.legal-hero .section-subtitle {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--text-muted);
  text-align: left;
}

.legal-updated {
  color: var(--text-light);
  font-size: 13px;
  font-weight: 600;
}

.legal-page {
  background-color: #ffffff;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.legal-index {
  position: sticky;
  top: 108px;
  padding: 22px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.legal-index h2 {
  margin-bottom: 16px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.legal-index a {
  display: block;
  padding: 8px 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.45;
}

.legal-index a:hover {
  color: var(--primary-blue);
  padding-left: 4px;
}

.legal-content {
  max-width: 820px;
}

.legal-intro {
  margin-bottom: 20px;
  padding: 24px 28px;
  background-color: var(--bg-secondary);
  border-left: 3px solid var(--primary-blue);
}

.legal-intro strong {
  display: block;
  margin-bottom: 7px;
  color: var(--primary-blue);
  font-family: var(--font-title);
  font-size: 15px;
}

.legal-intro p,
.legal-section p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.78;
}

.legal-section {
  padding: 34px 0;
  border-top: 1px solid var(--border-light);
}

.legal-section h2 {
  margin-bottom: 14px;
  font-size: 24px;
}

.legal-section p + p {
  margin-top: 14px;
}

.legal-section ul {
  margin-top: 14px;
  padding-left: 20px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.75;
}

.legal-section li + li {
  margin-top: 8px;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-intro-img {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: var(--box-shadow);
}

.about-intro-text p {
  color: var(--text-muted);
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
}

/* Labs and Factory Showcase */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.showcase-item {
  background-color: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.showcase-img {
  height: 280px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-light);
}

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

.showcase-item:hover .showcase-img img {
  transform: scale(1.03);
}

.showcase-content {
  padding: 24px;
}

.showcase-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--primary-blue);
}

.showcase-content p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Certificate Gallery */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.cert-card {
  background-color: #ffffff;
  border: 1px solid var(--border-light);
  padding: 24px;
  text-align: center;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.cert-card:hover {
  border-color: var(--primary-blue);
  transform: translateY(-2px);
  box-shadow: var(--box-shadow-hover);
}

.cert-badge {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px auto;
  border: 2px solid var(--primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 13px;
  background-color: var(--bg-secondary);
}

.cert-card h3 {
  font-size: 15px;
  margin-bottom: 6px;
  color: var(--primary-blue);
}

.cert-card p {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ========================================================================== 
   5. OEM/ODM PROCESS PAGE (process.html)
   ========================================================================== */
.service-hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #121212;
}

.service-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 13, 16, 0.92) 0%, rgba(10, 13, 16, 0.75) 48%, rgba(10, 13, 16, 0.28) 100%);
}

.service-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.service-hero-content {
  max-width: 720px;
  padding: 130px 0 70px;
}

.service-hero-content > span,
.service-final-cta span {
  display: block;
  margin-bottom: 18px;
  color: #d1d5db;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service-hero-content h1 {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -1.4px;
}

.service-hero-content p {
  max-width: 640px;
  margin-bottom: 30px;
  color: #e5e7eb;
  font-size: 17px;
  line-height: 1.75;
}

.service-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-hero-actions .btn-outline {
  border-color: rgba(255, 255, 255, 0.65);
  color: #ffffff;
}

.service-hero-actions .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.service-facts {
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.service-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-facts-grid > div {
  padding: 28px 24px;
  border-right: 1px solid var(--border-light);
  text-align: center;
}

.service-facts-grid > div:last-child {
  border-right: 0;
}

.service-facts-grid strong,
.service-facts-grid span {
  display: block;
}

.service-facts-grid strong {
  margin-bottom: 4px;
  color: var(--primary-blue);
  font-family: var(--font-title);
  font-size: 22px;
}

.service-facts-grid span {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.45;
}

.service-models-section,
.available-operations-section {
  background: var(--bg-secondary);
}

.service-section-intro {
  max-width: 790px;
  margin: 0 auto 42px;
}

.service-route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-route-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-top: 3px solid var(--primary-blue);
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.service-route-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-light);
}

.service-route-topline span {
  color: var(--text-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.service-route-topline strong {
  color: var(--primary-blue);
  font-size: 12px;
  white-space: nowrap;
}

.service-route-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
}

.service-route-card > p {
  min-height: 98px;
  margin-bottom: 20px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.service-route-card dl {
  margin-bottom: 24px;
}

.service-route-card dl > div {
  padding: 13px 0;
  border-top: 1px solid var(--border-light);
}

.service-route-card dt {
  margin-bottom: 4px;
  color: var(--text-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-route-card dd {
  color: var(--text-main);
  font-size: 13px;
  line-height: 1.55;
}

.service-card-link {
  margin-top: auto;
  color: var(--primary-blue);
  font-size: 13px;
  font-weight: 700;
}

.service-card-link::after {
  content: ' →';
}

.service-terms-note {
  max-width: 860px;
  margin: 24px auto 0;
  color: var(--text-light);
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}

.processing-options-section,
.custom-process-section,
.service-faq-section {
  background: #ffffff;
}

.service-split-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 40px;
}

.service-split-heading .section-title {
  margin-bottom: 0;
}

.service-split-heading > p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
}

.processing-options-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border-light);
  background: var(--border-light);
  gap: 1px;
}

.processing-options-grid article {
  min-height: 265px;
  padding: 28px 24px;
  background: #ffffff;
}

.processing-options-grid article > span,
.operations-grid div > span {
  display: block;
  margin-bottom: 28px;
  color: var(--text-light);
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 700;
}

.processing-options-grid h3 {
  min-height: 52px;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.45;
}

.processing-options-grid p {
  margin-bottom: 20px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.processing-options-grid small {
  color: var(--text-light);
  font-size: 11px;
  font-weight: 600;
}

.custom-process-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 70px;
  align-items: start;
}

.custom-process-visual {
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.custom-process-visual img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.custom-process-visual > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-light);
}

.custom-process-visual strong,
.custom-process-visual span {
  font-size: 12px;
}

.custom-process-visual span {
  color: var(--text-light);
  text-align: right;
}

.custom-process-content .section-title {
  margin-bottom: 28px;
}

.custom-process-list {
  list-style: none;
}

.custom-process-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--border-light);
}

.custom-process-list li > span {
  padding-top: 2px;
  color: var(--text-light);
  font-family: var(--font-title);
  font-size: 12px;
  font-weight: 700;
}

.custom-process-list h3 {
  margin-bottom: 6px;
  font-size: 16px;
}

.custom-process-list p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.65;
}

.custom-process-list .process-highlight {
  margin: 0 -18px;
  padding: 20px 18px;
  background: var(--bg-accent);
  border-top-color: transparent;
}

.free-sample-section {
  background: #f3f4f6;
}

.free-sample-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.free-sample-media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.free-sample-media > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #d7dbe0;
}

.free-sample-media strong,
.free-sample-media span {
  font-size: 12px;
}

.free-sample-media span {
  color: var(--text-light);
  text-align: right;
}

.free-sample-content .section-title {
  margin-bottom: 16px;
}

.free-sample-intro {
  margin-bottom: 26px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.75;
}

.free-sample-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
  border-top: 1px solid #d7dbe0;
  border-left: 1px solid #d7dbe0;
}

.free-sample-facts > div {
  min-height: 96px;
  padding: 18px;
  background: #ffffff;
  border-right: 1px solid #d7dbe0;
  border-bottom: 1px solid #d7dbe0;
}

.free-sample-facts span,
.free-sample-facts strong {
  display: block;
}

.free-sample-facts span {
  margin-bottom: 7px;
  color: var(--text-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.free-sample-facts strong {
  color: var(--primary-blue);
  font-family: var(--font-title);
  font-size: 17px;
}

.free-sample-notes {
  margin: 0 0 28px;
  list-style: none;
}

.free-sample-notes li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 20px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.65;
}

.free-sample-notes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary-blue);
  font-weight: 700;
}

.free-sample-contact-card {
  margin-top: 20px;
  padding: 24px;
  border-left: 3px solid var(--primary-blue);
}

.free-sample-contact-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--text-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.free-sample-contact-card h3 {
  margin-bottom: 9px;
  font-size: 17px;
  line-height: 1.4;
}

.free-sample-contact-card p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.65;
}

#inquiry-form {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.operations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.operations-grid > div {
  min-height: 160px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--border-light);
}

.operations-grid div > span {
  margin-bottom: 20px;
}

.operations-grid strong,
.operations-grid small {
  display: block;
}

.operations-grid strong {
  margin-bottom: 7px;
  color: var(--primary-blue);
  font-family: var(--font-title);
  font-size: 16px;
}

.operations-grid small {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.55;
}

.service-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.service-faq-grid details {
  background: var(--bg-secondary);
  border: 1px solid var(--border-light);
}

.service-faq-grid summary {
  position: relative;
  padding: 20px 48px 20px 20px;
  color: var(--primary-blue);
  font-family: var(--font-title);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.service-faq-grid summary::-webkit-details-marker {
  display: none;
}

.service-faq-grid summary::after {
  content: '+';
  position: absolute;
  top: 17px;
  right: 20px;
  color: var(--text-light);
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
}

.service-faq-grid details[open] summary::after {
  content: '−';
}

.service-faq-grid details p {
  padding: 0 20px 20px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.7;
}

.service-final-cta {
  padding: 70px 0;
  background: #111111;
}

.service-final-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.service-final-cta .container > div {
  max-width: 760px;
}

.service-final-cta span {
  margin-bottom: 12px;
}

.service-final-cta h2 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.2;
}

.service-final-cta p {
  color: #b8bec6;
  font-size: 14px;
  line-height: 1.7;
}

.service-final-cta .btn {
  flex: 0 0 auto;
  background: #ffffff;
  border-color: #ffffff;
  color: #111111;
}

/* ==========================================================================
   6. Q&A PAGE (qa.html)
   ========================================================================== */
.qa-container {
  max-width: 800px;
  margin: 0 auto;
}

.accordion-group {
  margin-bottom: 30px;
}

.accordion-group-title {
  font-size: 18px;
  color: var(--primary-blue);
  margin-bottom: 15px;
  border-bottom: 2px solid var(--primary-blue);
  padding-bottom: 6px;
}

.accordion-item {
  border: 1px solid var(--border-light);
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.accordion-header {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #ffffff;
  transition: var(--transition);
}

.accordion-header:hover {
  background-color: var(--bg-secondary);
}

.accordion-header.active {
  background-color: var(--bg-accent);
}

.accordion-header h3 {
  font-size: 15px;
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--text-main);
}

.accordion-icon {
  font-size: 18px;
  color: var(--primary-blue);
  transition: transform 0.25s;
  font-weight: 700;
}

.accordion-header.active .accordion-icon {
  transform: rotate(45deg);
  color: var(--accent-green-dark);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out, padding 0.25s;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  padding: 0 20px;
  background-color: #ffffff;
}

/* ==========================================================================
   7. BLOG PAGE (blog.html & blog-detail.html)
   ========================================================================== */
/* FAQ knowledge base */
.faq-hero { position: relative; padding: 168px 0 88px; overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(19,24,27,.96), rgba(19,24,27,.76)), url('../images/about/factory/sample-showroom.webp') center 45%/cover no-repeat; }
.faq-hero .container { position: relative; z-index: 1; max-width: 940px; }
.faq-hero .container > span, .faq-final-cta span { display: block; margin-bottom: 15px; color: var(--accent-gold, #c6a15b); font-size: 11px; font-weight: 700; letter-spacing: 2.2px; text-transform: uppercase; }
.faq-hero h1 { max-width: 780px; margin-bottom: 20px; color: #fff; font-size: clamp(42px, 6vw, 72px); line-height: 1.05; letter-spacing: -1.6px; }
.faq-hero p { max-width: 720px; color: #d7dbde; font-size: 17px; line-height: 1.75; }
.faq-hero-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.faq-hero-links .btn-outline { border-color: rgba(255,255,255,.72); color: #fff; background: rgba(255,255,255,.04); }
.faq-hero-links .btn-outline:hover, .faq-hero-links .btn-outline:focus-visible { border-color: #fff; color: #fff; background: rgba(255,255,255,.14); }
.faq-page { background: #f5f3ef; }
.faq-page > .container { max-width: 1060px; }
.faq-toolbar { margin-bottom: 58px; padding: 28px; border: 1px solid #ded9cf; border-radius: 4px; background: #fff; box-shadow: 0 16px 44px rgba(23,28,31,.07); }
.faq-search-wrap label { display: block; margin-bottom: 10px; color: #252a2d; font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.faq-search-control { display: flex; align-items: center; border: 1px solid #bcb7ad; background: #fff; }
.faq-search-control:focus-within { border-color: #725b31; box-shadow: 0 0 0 3px rgba(163,132,72,.16); }
.faq-search-control input { width: 100%; min-width: 0; padding: 15px 18px; border: 0; outline: 0; color: #202427; background: transparent; font: inherit; }
.faq-search-control button { margin-right: 8px; padding: 8px 10px; border: 0; color: #71582c; background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.faq-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.faq-filters button { padding: 9px 13px; border: 1px solid #d3cec4; border-radius: 2px; color: #4e5355; background: #faf9f7; font: inherit; font-size: 12px; font-weight: 600; cursor: pointer; transition: .2s ease; }
.faq-filters button:hover, .faq-filters button:focus-visible { border-color: #9b7b40; color: #6c542b; }
.faq-filters button[aria-pressed='true'] { border-color: #202427; color: #fff; background: #202427; }
.faq-result-count { margin-top: 16px; color: #717577; font-size: 12px; }
.faq-group { margin-bottom: 62px; scroll-margin-top: 110px; }
.faq-group[hidden], .faq-item[hidden], .faq-empty[hidden] { display: none; }
.faq-group-heading { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 18px; align-items: start; margin-bottom: 22px; }
.faq-group-heading > span { padding-top: 6px; border-top: 2px solid #9b7b40; color: #745a2d; font-size: 12px; font-weight: 700; letter-spacing: 1px; }
.faq-group-heading h2 { margin-bottom: 7px; color: #1f2427; font-size: clamp(25px,3vw,35px); line-height: 1.18; }
.faq-group-heading p { color: #717577; font-size: 14px; line-height: 1.65; }
.faq-item { margin-bottom: 10px; border: 1px solid #dcd7ce; background: #fff; }
.faq-item summary { position: relative; padding: 21px 62px 21px 22px; color: #252a2d; font-size: 15px; font-weight: 700; line-height: 1.45; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { position: absolute; top: 50%; right: 22px; width: 24px; color: #846835; content: '+'; font-size: 22px; font-weight: 400; text-align: center; transform: translateY(-50%); }
.faq-item[open] summary { color: #6d5428; }
.faq-item[open] summary::after { content: '−'; }
.faq-item summary:hover { background: #fbfaf7; }
.faq-item summary:focus-visible { outline: 3px solid rgba(155,123,64,.35); outline-offset: -3px; }
.faq-answer { padding: 0 62px 23px 22px; color: #616669; font-size: 14px; line-height: 1.75; }
.faq-answer p + p { margin-top: 12px; }
.faq-answer a { color: #725928; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.faq-empty { padding: 56px 24px; border: 1px dashed #c8c1b5; color: #5e6366; background: #fff; text-align: center; }
.faq-empty h2 { margin-bottom: 10px; color: #22272a; font-size: 25px; }
.faq-final-cta { display: flex; justify-content: space-between; gap: 32px; align-items: center; margin-top: 20px; padding: 42px; color: #fff; background: #202427; }
.faq-final-cta h2 { margin-bottom: 10px; color: #fff; font-size: clamp(26px,3vw,38px); }
.faq-final-cta p { max-width: 680px; color: #c6cace; line-height: 1.65; }
.faq-final-cta .btn { flex: 0 0 auto; }

@media (max-width: 768px) {
  .faq-hero { padding: 132px 0 68px; }
  .faq-hero h1 { font-size: 43px; letter-spacing: -.8px; }
  .faq-toolbar { margin-bottom: 44px; padding: 20px; }
  .faq-filters { flex-wrap: nowrap; margin-right: -20px; padding-right: 20px; overflow-x: auto; scrollbar-width: thin; }
  .faq-filters button { flex: 0 0 auto; }
  .faq-group { margin-bottom: 48px; }
  .faq-group-heading { grid-template-columns: 38px minmax(0,1fr); gap: 12px; }
  .faq-item summary { padding: 18px 52px 18px 17px; }
  .faq-item summary::after { right: 16px; }
  .faq-answer { padding: 0 17px 20px; }
  .faq-final-cta { display: block; padding: 30px 24px; }
  .faq-final-cta .btn { width: 100%; margin-top: 24px; }
}

@media (max-width: 480px) {
  .faq-hero-links .btn { width: 100%; }
  .faq-search-control input { padding-right: 8px; font-size: 13px; }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  background-color: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.blog-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-focus);
  box-shadow: var(--box-shadow-hover);
}

.blog-img {
  height: 180px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-light);
}

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

.blog-card-content {
  padding: 20px;
}

.blog-meta {
  font-size: 11px;
  color: var(--accent-green-dark);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.blog-card-content h3 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: var(--primary-blue);
}

.blog-card-content p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 15px;
}

.blog-readmore {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-blue);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.blog-readmore::after {
  content: '→';
  transition: transform 0.2s;
}

.blog-card:hover .blog-readmore::after {
  transform: translateX(3px);
}

/* Blog Detail */
.blog-detail-container {
  max-width: 780px;
  margin: 0 auto;
}

.blog-detail-header {
  text-align: center;
  margin-bottom: 40px;
}

.blog-detail-header h1 {
  font-size: clamp(24px, 3.5vw, 38px);
  line-height: 1.25;
  margin-bottom: 15px;
  color: var(--primary-blue);
}

.blog-detail-meta {
  font-size: 13px;
  color: var(--accent-green-dark);
  font-weight: 600;
}

.blog-detail-hero {
  height: 380px;
  border-radius: var(--border-radius);
  overflow: hidden;
  margin-bottom: 40px;
  border: 1px solid var(--border-light);
  box-shadow: var(--box-shadow);
}

.blog-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail-body {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.blog-detail-body p {
  margin-bottom: 20px;
}

.blog-detail-body h2 {
  color: var(--primary-blue);
  font-size: 20px;
  margin: 30px 0 15px 0;
  border-left: 3px solid var(--accent-green);
  padding-left: 12px;
}

.blog-detail-body ul {
  list-style: none;
  margin-bottom: 20px;
}

.blog-detail-body ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.blog-detail-body ul li::before {
  content: '■';
  position: absolute;
  left: 0;
  color: var(--accent-green);
  font-size: 8px;
  top: 3px;
}

/* ========================================================================== 
   8. CONTACT PAGE (contact.html)
   ========================================================================== */
.contact-hero {
  padding: 160px 0 82px;
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
}

.contact-hero-content {
  max-width: 870px;
}

.contact-hero-content > span,
.contact-brand-block > span,
.form-kicker,
.contact-support-card > span {
  display: block;
  margin-bottom: 14px;
  color: var(--text-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 790px;
  margin-bottom: 20px;
  font-size: clamp(38px, 5.5vw, 66px);
  line-height: 1.08;
  letter-spacing: -1.4px;
}

.contact-hero-content > p {
  max-width: 720px;
  margin-bottom: 28px;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.75;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.contact-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border-light);
}

.contact-hero-proof span {
  position: relative;
  padding-left: 16px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 600;
}

.contact-hero-proof span::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary-blue);
}

.contact-workspace {
  background: var(--bg-secondary);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 60px;
  align-items: start;
}

.contact-info-panel {
  min-width: 0;
}

.contact-brand-block {
  margin-bottom: 28px;
}

.contact-brand-block h2 {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.3;
}

.contact-brand-block p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
}

.contact-team-image {
  margin-bottom: 28px;
}

.contact-team-image img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.contact-team-image figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--border-light);
}

.contact-team-image strong,
.contact-team-image span {
  font-size: 11px;
}

.contact-team-image span {
  color: var(--text-light);
  text-align: right;
}

.contact-channel-list {
  margin-bottom: 26px;
  background: #ffffff;
  border: 1px solid var(--border-light);
}

.contact-channel {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-bottom: 1px solid var(--border-light);
}

.contact-channel:last-child {
  border-bottom: 0;
}

a.contact-channel:hover {
  background: var(--bg-accent);
}

.contact-channel-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border-light);
  color: var(--primary-blue);
  font-size: 12px;
  font-weight: 700;
}

.contact-channel-mark.whatsapp {
  border-color: rgba(37, 211, 102, 0.45);
  color: #168f45;
}

.contact-channel small,
.contact-channel strong,
.contact-channel em {
  display: block;
}

.contact-channel small {
  margin-bottom: 2px;
  color: var(--text-light);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-channel strong {
  margin-bottom: 3px;
  color: var(--primary-blue);
  font-size: 14px;
  line-height: 1.45;
}

.contact-channel em {
  color: var(--text-muted);
  font-size: 11px;
  font-style: normal;
}

.contact-location {
  cursor: default;
}

.contact-support-card {
  margin-bottom: 14px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-left: 3px solid var(--primary-blue);
}

.contact-support-card > span {
  margin-bottom: 7px;
}

.contact-support-card h3 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.45;
}

.contact-support-card p,
.contact-shipping-note p {
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.7;
}

.contact-support-card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--primary-blue);
  font-size: 11px;
  font-weight: 700;
}

.contact-support-card a::after {
  content: ' →';
}

.contact-shipping-note {
  padding: 20px;
  background: #eef0f2;
  border: 1px solid #dadddf;
}

.contact-shipping-note strong {
  display: block;
  margin-bottom: 7px;
  color: var(--primary-blue);
  font-family: var(--font-title);
  font-size: 13px;
}

.contact-details {
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-item-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-light);
  background-color: #ffffff;
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  box-shadow: var(--box-shadow);
}

.contact-item-text h4 {
  font-size: 15px;
  margin-bottom: 4px;
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--primary-blue);
}

.contact-item-text p {
  font-size: 14px;
  color: var(--text-muted);
}

/* Smart Form Elements */
.inquiry-form-card {
  background-color: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  padding: 30px;
  box-shadow: var(--box-shadow);
}

.contact-project-form {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  padding: 38px;
}

.contact-project-form .form-kicker {
  margin-bottom: 7px;
  text-align: left;
}

.contact-project-form h2 {
  margin-bottom: 9px;
  font-size: 28px;
}

.contact-project-form > p {
  margin-bottom: 26px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.65;
  text-align: left;
}

.contact-project-form legend {
  margin-bottom: 7px;
  color: var(--primary-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.contact-submit {
  width: 100%;
  margin-top: 6px;
}

.contact-form-note {
  margin-top: 13px;
  color: var(--text-light);
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
}

.inquiry-form-card h3 {
  font-size: 20px;
  margin-bottom: 6px;
  text-align: center;
  color: var(--primary-blue);
}

.inquiry-form-card>p {
  text-align: center;
  color: var(--text-light);
  font-size: 13px;
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--primary-blue);
  margin-bottom: 6px;
}

.form-control {
  width: 100%;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius);
  padding: 10px 14px;
  color: var(--text-main);
  font-family: var(--font-body);
  font-size: 14px;
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  border-color: var(--primary-blue);
  background-color: #ffffff;
  box-shadow: 0 0 0 2px var(--primary-blue-glow);
}

.checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 8px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-size: 13px;
  cursor: pointer;
  text-transform: none !important;
}

.checkbox-label input {
  accent-color: var(--accent-green-dark);
  cursor: pointer;
}

/* ========================================================================== 
   9. RESPONSIVE PAGES STYLES
   ========================================================================== */
@media (max-width: 992px) {

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .legal-index {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding: 18px 0;
  }

  .legal-index h2 {
    flex: 0 0 100%;
    margin-bottom: 4px;
  }

  .service-facts-grid,
  .processing-options-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-facts-grid > div:nth-child(2) {
    border-right: 0;
  }

  .service-facts-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--border-light);
  }

  .service-route-grid {
    grid-template-columns: 1fr;
  }

  .service-route-card > p {
    min-height: 0;
  }

  .custom-process-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .custom-process-visual {
    position: static;
  }

  .custom-process-visual img {
    height: 520px;
  }

  .free-sample-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .free-sample-media img {
    height: 460px;
  }

  .services-grid,
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-intro-grid,
  .showcase-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-project-form {
    position: static;
    order: 1;
  }

  .contact-info-panel {
    order: 2;
  }

  .contact-team-image img {
    height: 420px;
  }

  .about-entity-grid,
  .about-section-heading,
  .protected-cert-header {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-metrics-grid > div:nth-child(2) {
    border-right: 0;
  }

  .about-metrics-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--border-light);
  }

  .factory-tour-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .factory-tour-card.tour-wide {
    grid-column: span 1;
  }

  .about-flow-grid,
  .protected-cert-grid {
    grid-template-columns: 1fr 1fr;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 40px;
    padding-right: 0;
  }

  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    left: 0;
    text-align: left;
  }

  .timeline-dot {
    left: 13px !important;
    right: auto !important;
  }

  .modes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .factory-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .factory-metric:nth-child(2) {
    border-right: 0;
  }

  .factory-metric:nth-child(-n+2) {
    border-bottom: 1px solid var(--border-light);
  }

  .home-models-grid,
  .quality-grid {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-grid,
  .export-heading,
  .home-faq-grid,
  .home-inquiry-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .export-support-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-faq-intro {
    position: static;
  }

  .case-study-media,
  .case-study-media img {
    min-height: 460px;
  }

  .home-process-header,
  .feature-split,
  .manufacturing-grid,
  .quality-intro-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-process-step {
    padding-bottom: 26px;
  }

  .home-process-step:not(:last-child) {
    margin-right: 0;
    padding-right: 24px;
  }

  .home-process-step:nth-child(2n) {
    padding-left: 24px;
    border-right: 0;
  }

  .feature-media,
  .manufacturing-media,
  .feature-media img,
  .manufacturing-media img {
    min-height: 420px;
  }

  .manufacturing-content {
    order: 2;
  }

  .manufacturing-media {
    order: 1;
  }

  .hero-stat-item {
    border-right: none;
    padding-right: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {

  .service-hero {
    min-height: 650px;
  }

  .service-hero-overlay {
    background: linear-gradient(0deg, rgba(10, 13, 16, 0.94) 0%, rgba(10, 13, 16, 0.68) 72%, rgba(10, 13, 16, 0.34) 100%);
  }

  .service-hero-content {
    padding: 150px 0 60px;
  }

  .service-split-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .operations-grid,
  .service-faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-final-cta .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-models-grid,
  .quality-grid {
    grid-template-columns: 1fr;
  }

  .export-support-grid {
    grid-template-columns: 1fr;
  }

  .export-support-grid article {
    min-height: 0;
  }

  .export-support-grid article > span {
    margin-bottom: 18px;
  }

  .home-inquiry-form-card {
    padding: 24px;
  }

  .home-model-card > p {
    min-height: 0;
  }

  .home-process-header {
    gap: 16px;
  }

  .home-process-grid {
    grid-template-columns: 1fr;
  }

  .home-process-step,
  .home-process-step:nth-child(2n),
  .home-process-step:not(:last-child) {
    margin: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid #d8dde2;
  }

  .home-process-step:last-child {
    border-bottom: 0;
  }

  .process-index {
    margin-bottom: 14px;
  }

  .quality-image {
    height: 300px;
  }

  .about-factory-hero {
    min-height: 650px;
  }

  .about-factory-overlay {
    background: linear-gradient(0deg, rgba(10, 15, 20, 0.9) 0%, rgba(10, 15, 20, 0.42) 72%, rgba(10, 15, 20, 0.16) 100%);
  }

  .about-factory-hero-content {
    padding: 150px 0 56px;
  }

  .factory-tour-grid,
  .about-flow-grid,
  .protected-cert-grid {
    grid-template-columns: 1fr;
  }

  .factory-tour-grid {
    grid-auto-rows: 310px;
  }

  .certificate-request-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 576px) {

  .legal-hero {
    padding: 126px 0 48px;
  }

  .legal-hero .hero-title {
    font-size: 38px;
    letter-spacing: -0.8px;
  }

  .legal-intro {
    padding: 20px;
  }

  .legal-section {
    padding: 28px 0;
  }

  .legal-section h2 {
    font-size: 21px;
  }

  .legal-actions {
    display: grid;
  }

  .legal-actions .btn {
    width: 100%;
  }

  .contact-hero {
    padding: 130px 0 58px;
  }

  .contact-hero h1 {
    font-size: 40px;
    letter-spacing: -0.8px;
  }

  .contact-hero-actions {
    display: grid;
  }

  .contact-hero-actions .btn {
    width: 100%;
  }

  .contact-hero-proof {
    display: grid;
    gap: 8px;
  }

  .contact-project-form {
    padding: 24px;
  }

  .contact-project-form h2 {
    font-size: 24px;
  }

  .contact-project-form .checkbox-group {
    grid-template-columns: 1fr;
  }

  .contact-team-image img {
    height: 300px;
  }

  .contact-team-image figcaption {
    display: block;
  }

  .contact-team-image figcaption span {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .service-hero-content h1 {
    font-size: 38px;
    letter-spacing: -0.8px;
  }

  .service-hero-actions {
    display: grid;
  }

  .service-hero-actions .btn,
  .service-final-cta .btn {
    width: 100%;
  }

  .service-facts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-facts-grid > div {
    min-height: 112px;
    padding: 22px 12px;
  }

  .service-facts-grid strong {
    font-size: 19px;
  }

  .service-route-card {
    padding: 24px;
  }

  .processing-options-grid,
  .operations-grid,
  .service-faq-grid {
    grid-template-columns: 1fr;
  }

  .processing-options-grid article {
    min-height: 0;
  }

  .processing-options-grid h3 {
    min-height: 0;
  }

  .custom-process-visual img {
    height: 360px;
  }

  .custom-process-visual > div {
    display: block;
  }

  .custom-process-visual span {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .custom-process-list li {
    grid-template-columns: 36px 1fr;
    gap: 10px;
  }

  .free-sample-media img {
    height: 330px;
  }

  .free-sample-media > div {
    display: block;
  }

  .free-sample-media span {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .free-sample-facts {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    display: grid;
    gap: 7px;
    text-align: left;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .factory-metric {
    min-height: 104px;
    padding: 22px 16px;
  }

  .factory-metric strong {
    font-size: 21px;
  }

  .factory-metric span {
    font-size: 9px;
  }

  .categories-grid,
  .cert-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 520px;
  }

  .home-model-card,
  .quality-grid article {
    padding: 22px;
  }

  .case-study-media,
  .case-study-media img {
    min-height: 360px;
  }

  .case-study-stats {
    grid-template-columns: 1fr;
  }

  .export-heading {
    gap: 16px;
  }

  .home-faq-list summary {
    padding-right: 38px;
  }

  .home-faq-list details p {
    padding-right: 24px;
  }

  .about-factory-hero-content h1 {
    font-size: 38px;
    letter-spacing: -0.8px;
  }

  .about-factory-hero-content .btn {
    width: 100%;
  }

  .entity-facts > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .about-metrics-grid > div {
    min-height: 108px;
    padding: 22px 16px;
  }

  .about-metrics-grid strong {
    font-size: 20px;
  }

  .about-metrics-grid span {
    font-size: 8px;
  }

  .factory-video-caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
  }

  .factory-video-caption span {
    display: block;
    margin-top: 3px;
  }

  .protected-cert-preview {
    height: 300px;
  }

  .certificate-request-cta {
    padding: 22px;
  }

  .certificate-request-cta .btn {
    width: 100%;
  }

  .fragrance-family-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-media,
  .manufacturing-media,
  .feature-media img,
  .manufacturing-media img {
    min-height: 340px;
  }

  .manufacturing-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: block;
  }

  .manufacturing-caption span {
    display: block;
    margin-top: 4px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }
}
