/* ==========================================================================
   DCM Bag Manufacturing — 100% Simple Minimalist Edition
   Ultra-Clean, Scandinavian / Architectural B2B Manufacturer Style
   ========================================================================== */

:root {
  /* Clean Typography */
  --font-heading: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Pure Minimal Monochrome Palette */
  --color-black: #000000;
  --color-dark: #111827;
  --color-charcoal: #1f2937;
  
  --color-accent: #ea580c; /* Crisp single accent */
  --color-accent-hover: #c2410c;
  
  --bg-body: #ffffff;
  --bg-surface: #ffffff;
  --bg-subtle: #f9fafb;
  --bg-dark: #0a0a0a;

  --text-main: #111827;
  --text-body: #4b5563;
  --text-muted: #6b7280;
  --text-light: #9ca3af;
  --text-white: #ffffff;

  --border-light: #f3f4f6;
  --border-default: #e5e7eb;
  --border-dark: #262626;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-full: 9999px;

  --container-max: 1200px;
  --transition: 0.2s ease;
}

/* ==========================================================================
   Base & Reset
   ========================================================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font-body);
  color: var(--text-body);
  background-color: var(--bg-body);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-main);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
  border-bottom: 1px solid var(--border-default);
}

.section-dark {
  background-color: var(--bg-dark);
  color: var(--text-white);
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 {
  color: var(--text-white);
}
.section-dark p {
  color: var(--text-light);
}

.section-subtle {
  background-color: var(--bg-subtle);
}

.section-header {
  max-width: 640px;
  margin-bottom: 48px;
}

.section-header.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-tag {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent);
  margin-bottom: 12px;
  display: block;
}

.section-title {
  font-size: 34px;
  margin-bottom: 12px;
}

.section-desc {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ==========================================================================
   Minimal Buttons
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all var(--transition);
  text-align: center;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--color-black);
  color: var(--text-white);
}
.btn-primary:hover {
  background-color: #262626;
}

.btn-accent {
  background-color: var(--color-accent);
  color: var(--text-white);
}
.btn-accent:hover {
  background-color: var(--color-accent-hover);
}

.btn-secondary {
  background-color: transparent;
  color: var(--text-main);
  border-color: var(--border-default);
}
.btn-secondary:hover {
  border-color: var(--color-black);
  background-color: var(--bg-subtle);
}
.section-dark .btn-secondary {
  color: var(--text-white);
  border-color: var(--border-dark);
}
.section-dark .btn-secondary:hover {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

.btn-whatsapp {
  background-color: #10b981;
  color: #ffffff;
}
.btn-whatsapp:hover {
  background-color: #059669;
}

.btn-sm {
  padding: 8px 16px;
  font-size: 13px;
}

.btn-lg {
  padding: 14px 28px;
  font-size: 15px;
}

/* ==========================================================================
   Header & Announcement (Minimal)
   ========================================================================== */

.announcement-bar {
  background-color: #ffffff;
  border-bottom: 1px solid var(--border-default);
  padding: 8px 0;
  font-size: 12px;
  color: var(--text-muted);
}

.announcement-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.announcement-right {
  display: flex;
  gap: 18px;
}
.announcement-right a:hover {
  color: var(--color-black);
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-default);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.brand-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo-img {
  height: 40px;
  width: auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--color-black);
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand-tagline {
  font-size: 9px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  margin-top: 3px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-body);
  padding: 8px 0;
}
.nav-link:hover {
  color: var(--color-black);
}

/* Minimal Mega Menu */
.nav-item {
  position: relative;
}
.mega-menu {
  position: absolute;
  top: 100%;
  left: -150px;
  width: 600px;
  background: #ffffff;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all var(--transition);
  pointer-events: none;
}

.nav-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  border-radius: var(--radius-sm);
  transition: background var(--transition);
}
.mega-item:hover {
  background: var(--bg-subtle);
}

.mega-thumb {
  width: 100%;
  height: 80px;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.mega-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-main);
}
.mega-desc {
  font-size: 10px;
  color: var(--text-muted);
}

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

/* ==========================================================================
   Hero Section (Minimal)
   ========================================================================== */

.hero-section {
  padding: 72px 0 80px;
  border-bottom: 1px solid var(--border-default);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.hero-badge {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.hero-title {
  font-size: 46px;
  line-height: 1.15;
  margin-bottom: 18px;
  color: var(--color-black);
}

.hero-subtitle {
  font-size: 17px;
  color: var(--text-body);
  line-height: 1.6;
  margin-bottom: 28px;
}

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

.hero-highlights {
  display: flex;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border-default);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-main);
}

.hero-img-wrap {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 420px;
  background: var(--bg-subtle);
}
.hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==========================================================================
   Trust Statistics Bar (Minimal Clean Row)
   ========================================================================== */

.trust-stats {
  padding: 32px 0;
  border-bottom: 1px solid var(--border-default);
  background: var(--bg-subtle);
}

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

.stat-card {
  padding: 8px 16px;
  border-left: 2px solid var(--color-black);
}

.stat-number {
  font-size: 24px;
  font-weight: 800;
  color: var(--color-black);
  line-height: 1.1;
}

.stat-label {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 2px;
}

/* ==========================================================================
   Product Category Showcase (Clean Minimal Grid)
   ========================================================================== */

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

.category-card {
  background: #ffffff;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color var(--transition);
  display: flex;
  flex-direction: column;
}
.category-card:hover {
  border-color: var(--color-black);
}

.category-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: var(--bg-subtle);
}
.category-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.category-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--color-black);
}

.category-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.45;
  margin-bottom: 12px;
  flex: 1;
}

.category-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-black);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ==========================================================================
   About Section (Minimal Split)
   ========================================================================== */

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

.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0;
}

.about-point-card {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  padding: 14px;
}

.about-point-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 4px;
}

.about-point-desc {
  font-size: 12px;
  color: var(--text-muted);
}

/* ==========================================================================
   Why Choose DCM (Minimal 6-Card List)
   ========================================================================== */

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

.benefit-card {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  padding: 24px;
  background: #ffffff;
  transition: border-color var(--transition);
}
.benefit-card:hover {
  border-color: var(--color-black);
}

.benefit-num {
  font-size: 12px;
  font-weight: 800;
  color: var(--color-accent);
  margin-bottom: 12px;
}

.benefit-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 6px;
}

.benefit-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ==========================================================================
   Process (Clean Linear Grid)
   ========================================================================== */

.timeline-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  row-gap: 24px;
}

.process-step-card {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #ffffff;
}

.process-step-img {
  width: 100%;
  height: 140px;
}

.process-step-body {
  padding: 16px;
}

.process-step-num {
  font-size: 11px;
  font-weight: 800;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.process-step-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 4px;
}

.process-step-desc {
  font-size: 12px;
  color: var(--text-muted);
}

/* ==========================================================================
   Industries (Minimal Grid)
   ========================================================================== */

.industry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.industry-card {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  padding: 18px 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-main);
  background: #ffffff;
  transition: border-color var(--transition);
}
.industry-card:hover {
  border-color: var(--color-black);
}

/* ==========================================================================
   Featured Products (Minimal Product Grid)
   ========================================================================== */

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

.product-card {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  border-color: var(--color-black);
}

.product-img-wrap {
  width: 100%;
  height: 220px;
  background: var(--bg-subtle);
}

.product-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 4px;
}

.product-use {
  font-size: 11px;
  color: var(--color-accent);
  font-weight: 600;
  margin-bottom: 8px;
}

.product-features {
  list-style: none;
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}

/* ==========================================================================
   Branding & Materials (Clean Minimal Showcase)
   ========================================================================== */

.branding-showcase, .materials-grid, .factory-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.branding-card, .material-card {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #ffffff;
}

.section-dark .branding-card {
  background: #171717;
  border-color: var(--border-dark);
}

.branding-img, .material-img {
  width: 100%;
  height: 180px;
}

.branding-body, .material-body {
  padding: 18px;
}

.branding-title, .material-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.branding-desc, .material-desc {
  font-size: 13px;
  line-height: 1.45;
}

/* Factory Minimal */
.factory-card {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  overflow: hidden;
  height: 220px;
  position: relative;
}
.factory-card img {
  width: 100%;
  height: 100%;
}
.factory-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 12px 16px;
}
.factory-card-title {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.factory-card-subtitle {
  font-size: 11px;
  color: var(--text-light);
}

/* ==========================================================================
   Gallery (Minimal Filter & Grid)
   ========================================================================== */

.gallery-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.gallery-filter-btn {
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-default);
  background: #ffffff;
  color: var(--text-body);
  cursor: pointer;
  transition: all var(--transition);
}
.gallery-filter-btn:hover, .gallery-filter-btn.active {
  background: var(--color-black);
  color: #ffffff;
  border-color: var(--color-black);
}

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

.gallery-item {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  overflow: hidden;
  height: 200px;
  cursor: pointer;
}

/* ==========================================================================
   Testimonials (Minimal Cards)
   ========================================================================== */

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

.testimonial-card {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  padding: 24px;
  background: #ffffff;
}

.testimonial-quote {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.5;
  margin-bottom: 16px;
}

.author-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-black);
}

.author-role {
  font-size: 11px;
  color: var(--text-muted);
}

/* ==========================================================================
   FAQ (Clean Minimal Lines)
   ========================================================================== */

.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border-default);
}

.faq-item {
  border-bottom: 1px solid var(--border-default);
}

.faq-question {
  width: 100%;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-black);
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
}

.faq-chevron {
  width: 16px;
  height: 16px;
  color: var(--text-muted);
  transition: transform var(--transition);
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 0 16px;
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.5;
  display: none;
}
.faq-item.open .faq-answer {
  display: block;
}

/* ==========================================================================
   Quote Form (Minimal Inputs)
   ========================================================================== */

.quote-wrapper {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  padding: 36px;
  background: #ffffff;
}

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

.form-full {
  grid-column: 1 / -1;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.form-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-main);
}

.form-control {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  outline: none;
  background: #ffffff;
  transition: border-color var(--transition);
}
.form-control:focus {
  border-color: var(--color-black);
}

.form-radio-group {
  display: flex;
  gap: 16px;
  margin-top: 4px;
}
.form-radio-label {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.form-submit-row {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.form-privacy-note {
  font-size: 12px;
  color: var(--text-muted);
}

.form-success-banner {
  display: none;
  padding: 24px;
  border: 1px solid #10b981;
  border-radius: var(--radius-sm);
  background: #ecfdf5;
  color: #065f46;
  text-align: center;
}
.form-success-banner.visible {
  display: block;
}

/* ==========================================================================
   Contact & Location (Clean Minimal)
   ========================================================================== */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 2px;
}

.contact-info-text {
  font-size: 13px;
  color: var(--text-muted);
}

.map-container {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  overflow: hidden;
  height: 320px;
}

/* ==========================================================================
   Footer (Minimal Clean List)
   ========================================================================== */

footer {
  background: var(--bg-dark);
  color: var(--text-light);
  padding: 64px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 48px;
}

.footer-logo-img {
  height: 36px;
  width: auto;
  background: #ffffff;
  padding: 3px 6px;
  border-radius: var(--radius-xs);
  margin-bottom: 12px;
}

.footer-col-title {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}
.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid var(--border-dark);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text-muted);
}

/* ==========================================================================
   Mobile Bottom Bar & Modals
   ========================================================================== */

.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #ffffff;
  border-top: 1px solid var(--border-default);
  padding: 8px 12px;
}

.mobile-bar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 6px;
}

.mobile-bar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  font-size: 12px;
  font-weight: 700;
  border-radius: var(--radius-sm);
}

/* Modals */
.lightbox-modal, .quote-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 200;
  display: none;
  place-items: center;
  padding: 20px;
}
.lightbox-modal.open, .quote-modal.open {
  display: grid;
}

.quote-modal-box {
  width: min(600px, 100%);
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 32px;
  position: relative;
}

.quote-modal-close, .lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* Mobile Drawer */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(300px, 80vw);
  background: #ffffff;
  z-index: 150;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--transition);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
}
.mobile-drawer.open {
  transform: translateX(0);
}
.mobile-drawer-close {
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  margin-bottom: 20px;
}
.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .hero-grid, .about-grid, .contact-grid {
    grid-template-columns: 1fr;
  }
  .category-grid, .products-grid, .gallery-grid, .benefits-grid, .timeline-track {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid, .branding-showcase, .materials-grid, .factory-gallery, .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-menu, .announcement-right {
    display: none;
  }
  .mobile-toggle, .mobile-bottom-bar {
    display: block;
  }
  body {
    padding-bottom: 54px;
  }
  .hero-title {
    font-size: 32px;
  }
  .section-title {
    font-size: 24px;
  }
  .section {
    padding: 56px 0;
  }
  .form-grid, .category-grid, .products-grid, .gallery-grid, .benefits-grid, .timeline-track, .stats-grid, .branding-showcase, .materials-grid, .factory-gallery, .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .quote-wrapper, .quote-modal-box {
    padding: 20px;
  }
}
