/* ============================================================
   PT ARWANA CINTA MULIA — Main Stylesheet
   Elegant & Professional Theme
   ============================================================ */

:root {
  --navy: #0F3460;
  --navy-dark: #0a2547;
  --gold: #D4AF37;
  --gold-light: #E8C84D;
  --cream: #FAF8F3;
  --white: #FFFFFF;
  --gray-100: #f5f5f0;
  --gray-200: #e8e8e0;
  --gray-400: #aaa;
  --gray-600: #666;
  --gray-800: #333;
  --text: #1a1a2e;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
  --shadow: 0 4px 24px rgba(15,52,96,0.10);
  --shadow-lg: 0 12px 48px rgba(15,52,96,0.15);
  --radius: 4px;
  --radius-lg: 12px;
  --transition: all 0.3s ease;
  --max-w: 1200px;
}

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

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

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

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: var(--transition); }
ul { list-style: none; }
address { font-style: normal; }

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

.section { padding: 100px 0; }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.section-header p { color: var(--gray-600); margin-top: 16px; font-size: 1.05rem; }

.section-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.section-tag.light { color: var(--gold-light); }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 600; }
h2 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600; }
h3 { font-size: 1.4rem; font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }

em { font-style: italic; color: var(--gold); }

.text-center { text-align: center; }
.mt-40 { margin-top: 40px; }

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 14px 36px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
}
.btn-gold {
  background: var(--gold);
  color: var(--navy-dark);
  border-color: var(--gold);
}
.btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.btn-dark {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.btn-dark:hover { background: var(--navy-dark); transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.7);
}
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.full-w { width: 100%; text-align: center; }

.link-arrow {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.04em;
}
.link-arrow:hover { color: var(--gold); }

/* TOPBAR */
.topbar {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.75);
  font-size: 0.78rem;
  padding: 8px 0;
  letter-spacing: 0.03em;
}
.topbar .container {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.topbar a { color: rgba(255,255,255,0.75); }
.topbar a:hover { color: var(--gold); }
.topbar .sep { opacity: 0.35; }
.topbar-right { margin-left: auto; display: flex; gap: 16px; }
.topbar-right a { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; }

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: 0 2px 16px rgba(15,52,96,0.08);
  transition: var(--transition);
}
.site-header.scrolled {
  box-shadow: 0 4px 32px rgba(15,52,96,0.14);
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 32px;
}

/* LOGO */
.logo { display: flex; align-items: center; gap: 14px; }
.logo-mark {
  width: 44px; height: 44px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.logo-mark.sm { width: 36px; height: 36px; }
.logo-a {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-top: -2px;
}
.logo-mark.sm .logo-a { font-size: 1.2rem; }
.logo-text strong {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--navy);
  line-height: 1.2;
}
.logo-text small {
  font-size: 0.65rem;
  color: var(--gray-400);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* NAV */
.main-nav ul { display: flex; gap: 4px; }
.main-nav > ul > li { position: relative; }
.main-nav > ul > li > a {
  display: block;
  padding: 10px 14px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gray-800);
  letter-spacing: 0.04em;
  border-bottom: 2px solid transparent;
  transition: var(--transition);
}
.main-nav > ul > li > a:hover,
.main-nav > ul > li > a.active {
  color: var(--navy);
  border-bottom-color: var(--gold);
}

/* DROPDOWN */
.has-dropdown { position: relative; }
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  box-shadow: var(--shadow-lg);
  border-top: 2px solid var(--gold);
  min-width: 200px;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  overflow: hidden;
  z-index: 999;
  animation: fadeDown 0.2s ease;
}
@keyframes fadeDown { from { opacity:0; transform: translateY(-8px); } to { opacity:1; transform: translateY(0); } }
.has-dropdown:hover .dropdown { display: block; }
.dropdown li a {
  display: block;
  padding: 12px 20px;
  font-size: 0.83rem;
  color: var(--gray-800);
  border-left: 3px solid transparent;
  transition: var(--transition);
}
.dropdown li a:hover {
  background: var(--gray-100);
  color: var(--navy);
  border-left-color: var(--gold);
}

/* BURGER */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.burger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: var(--transition);
}
.burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* HERO */
.hero {
  position: relative;
  height: 92vh;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  animation: heroZoom 10s ease forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(10,37,71,0.88) 0%, rgba(15,52,96,0.55) 60%, rgba(10,37,71,0.25) 100%);
}
.hero-slides { position: relative; z-index: 2; width: 100%; }
.hero-content {
  max-width: 660px;
  animation: heroFade 0.9s ease 0.3s both;
}
@keyframes heroFade { from { opacity:0; transform: translateY(24px); } to { opacity:1; transform: translateY(0); } }
.hero-tag {
  display: inline-block;
  background: rgba(212,175,55,0.18);
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 2px;
  margin-bottom: 24px;
}
.hero h1 { color: var(--white); margin-bottom: 20px; }
.hero p { color: rgba(255,255,255,0.82); font-size: 1.1rem; margin-bottom: 40px; max-width: 520px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-scroll-hint {
  position: absolute;
  bottom: 40px; right: 60px;
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.5);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 1.8s ease infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:0.4} 50%{opacity:1} }

/* STATS BAR */
.stats-bar {
  background: var(--navy);
  padding: 50px 0;
}
.stats-bar .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item { color: var(--white); }
.stat-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.stat-unit { font-family: var(--font-display); font-size: 2rem; color: var(--gold); }
.stat-item p { color: rgba(255,255,255,0.65); font-size: 0.85rem; letter-spacing: 0.06em; margin-top: 8px; }

/* ABOUT INTRO */
.about-intro { background: var(--cream); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-image-wrap { position: relative; }
.about-img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.about-badge {
  position: absolute;
  bottom: -28px; right: -28px;
  background: var(--gold);
  color: var(--navy-dark);
  text-align: center;
  padding: 24px 28px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.badge-year { display: block; font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; line-height: 1; }
.badge-label { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-top: 4px; }
.about-text { padding-left: 20px; }
.about-text h2 { margin-bottom: 24px; }
.about-text p { color: var(--gray-600); margin-bottom: 16px; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; }
.feat { display: flex; align-items: center; gap: 10px; font-size: 0.875rem; font-weight: 500; }
.feat-icon { color: var(--gold); font-size: 0.8rem; }

/* PRODUCTS */
.products-section { background: var(--white); }
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-card.featured { border: 2px solid var(--gold); }
.product-img-wrap { overflow: hidden; height: 220px; }
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-img-wrap img { transform: scale(1.06); }
.product-body { padding: 24px; }
.product-body h3 { font-size: 1.2rem; margin-bottom: 10px; }
.product-body p { color: var(--gray-600); font-size: 0.875rem; margin-bottom: 16px; }

/* WHY SECTION */
.why-section { background: var(--navy-dark); color: var(--white); }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.why-left h2 { color: var(--white); margin-bottom: 20px; }
.why-left p { color: rgba(255,255,255,0.7); margin-bottom: 32px; }
.why-img { border-radius: var(--radius-lg); height: 280px; width: 100%; object-fit: cover; }
.why-item {
  display: flex;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: flex-start;
}
.why-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold);
  opacity: 0.45;
  flex-shrink: 0;
  line-height: 1;
  min-width: 48px;
}
.why-item h4 { color: var(--white); margin-bottom: 8px; }
.why-item p { color: rgba(255,255,255,0.6); font-size: 0.875rem; }

/* SUSTAINABILITY */
.sustain-section {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
}
.sustain-bg { position: absolute; inset: 0; }
.sustain-bg img { width: 100%; height: 100%; object-fit: cover; }
.sustain-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(10,37,71,0.94) 0%, rgba(15,52,96,0.75) 100%);
}
.sustain-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  color: var(--white);
}
.sustain-content h2 { color: var(--white); margin-bottom: 20px; }
.sustain-content p { color: rgba(255,255,255,0.8); margin-bottom: 28px; }
.sustain-list {
  list-style: none;
  margin-bottom: 36px;
}
.sustain-list li {
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding-left: 20px;
  position: relative;
}
.sustain-list li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); font-size: 0.6rem; top: 11px; }

/* NEWS */
.news-section { background: var(--cream); }
.news-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.news-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.news-img-wrap { position: relative; overflow: hidden; }
.news-card.big .news-img-wrap { height: 280px; }
.news-card:not(.big) .news-img-wrap { height: 180px; }
.news-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.news-card:hover .news-img-wrap img { transform: scale(1.05); }
.news-cat {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--gold);
  color: var(--navy-dark);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 2px;
}
.news-body { padding: 24px; }
.news-body time { font-size: 0.75rem; color: var(--gray-400); letter-spacing: 0.06em; }
.news-body h3 { font-size: 1.1rem; margin: 8px 0 12px; }
.news-body p { color: var(--gray-600); font-size: 0.875rem; margin-bottom: 16px; }

/* TESTIMONIALS */
.testimonials { background: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testi-card {
  background: var(--cream);
  padding: 36px 32px;
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--gold);
  position: relative;
}
.stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 16px; }
.testi-card p { color: var(--gray-600); font-size: 0.9rem; margin-bottom: 24px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.testi-author strong { display: block; font-size: 0.875rem; }
.testi-author span { font-size: 0.75rem; color: var(--gray-400); }

/* PARTNERS */
.partners-section { background: var(--gray-100); padding: 40px 0; }
.partners-label { text-align: center; font-size: 0.75rem; color: var(--gray-400); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 28px; }
.partners-logos { display: flex; gap: 40px; justify-content: center; align-items: center; flex-wrap: wrap; }
.partner-logo {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--gray-400);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: var(--transition);
}
.partner-logo:hover { color: var(--navy); }

/* CTA */
.cta-section { background: var(--white); }
.cta-box {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  box-shadow: var(--shadow-lg);
}
.cta-text h2 { color: var(--white); margin-bottom: 16px; }
.cta-text p { color: rgba(255,255,255,0.7); }
.cta-contact-item { display: flex; gap: 16px; margin-bottom: 20px; }
.cta-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.cta-contact-item strong { display: block; color: var(--white); font-size: 0.875rem; margin-bottom: 4px; }
.cta-contact-item p, .cta-contact-item address { color: rgba(255,255,255,0.65); font-size: 0.875rem; }
.cta-contact-item a { color: rgba(255,255,255,0.65); }
.cta-contact-item a:hover { color: var(--gold); }
.cta-info { padding-top: 12px; }

/* FOOTER */
.site-footer { background: var(--navy-dark); color: rgba(255,255,255,0.6); }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  padding: 64px 24px 48px;
}
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.footer-logo .logo-text strong { color: rgba(255,255,255,0.9); }
.footer-logo .logo-text small { color: rgba(255,255,255,0.35); }
.brand-col p { font-size: 0.875rem; line-height: 1.7; max-width: 280px; }
.footer-social { display: flex; gap: 12px; margin-top: 24px; }
.footer-social a {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  transition: var(--transition);
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-dark); }
.footer-col h4 { color: var(--white); font-family: var(--font-body); font-size: 0.875rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 0.875rem; color: rgba(255,255,255,0.55); }
.footer-col ul li a:hover { color: var(--gold); }
.footer-col address { font-size: 0.875rem; line-height: 1.9; }
.footer-col address a { color: rgba(255,255,255,0.55); }
.footer-col address a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 24px;
}
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.8rem; }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { font-size: 0.8rem; color: rgba(255,255,255,0.45); }
.footer-legal a:hover { color: var(--gold); }

/* ============================================================
   PAGE-SPECIFIC: ABOUT
   ============================================================ */
.page-hero {
  background: var(--navy);
  padding: 120px 0 80px;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(212,175,55,0.15);
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: -120px; left: -120px;
  width: 500px; height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(212,175,55,0.10);
}
.page-hero h1 { color: var(--white); margin-bottom: 16px; }
.page-hero p { color: rgba(255,255,255,0.7); max-width: 560px; margin: 0 auto; }
.breadcrumb {
  display: flex; gap: 8px; align-items: center; justify-content: center;
  margin-bottom: 24px; font-size: 0.8rem; color: rgba(255,255,255,0.45);
}
.breadcrumb a { color: rgba(255,255,255,0.45); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); }

/* Timeline */
.timeline { position: relative; padding: 40px 0; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: var(--gray-200); transform: translateX(-50%); }
.tl-item { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.tl-item:nth-child(even) .tl-content { order: 2; }
.tl-item:nth-child(even) .tl-year { order: 1; text-align: right; }
.tl-year { display: flex; flex-direction: column; align-items: flex-end; padding-right: 40px; }
.tl-item:nth-child(even) .tl-year { align-items: flex-start; padding-right: 0; padding-left: 40px; }
.year-num {
  font-family: var(--font-display); font-size: 3rem; font-weight: 700;
  color: var(--gold); line-height: 1;
}
.tl-dot {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold); border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--gold);
  margin-top: 12px;
  position: relative;
}
.tl-content { padding-top: 12px; }
.tl-content h4 { color: var(--navy); margin-bottom: 8px; }
.tl-content p { color: var(--gray-600); font-size: 0.9rem; }

/* Management grid */
.mgmt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.mgmt-card { text-align: center; }
.mgmt-photo {
  width: 140px; height: 140px; border-radius: 50%;
  margin: 0 auto 20px;
  object-fit: cover;
  border: 4px solid var(--cream);
  box-shadow: var(--shadow);
}
.mgmt-card h4 { margin-bottom: 4px; }
.mgmt-card p { font-size: 0.8rem; color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }
.mgmt-card span { font-size: 0.85rem; color: var(--gray-600); }

/* PRODUCTS PAGE */
.products-filter { display: flex; gap: 12px; justify-content: center; margin-bottom: 48px; flex-wrap: wrap; }
.filter-btn {
  padding: 10px 24px;
  border: 2px solid var(--gray-200);
  border-radius: 40px;
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  color: var(--gray-600);
}
.filter-btn:hover, .filter-btn.active {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}
.products-grid-lg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }

/* CONTACT PAGE */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 64px; }
.contact-form { background: var(--white); padding: 48px; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.form-group { margin-bottom: 24px; }
.form-group label { display: block; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-600); margin-bottom: 8px; }
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text);
  background: var(--white);
  transition: var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--navy); }
.form-group textarea { height: 140px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); margin-top: 24px; }
.map-wrap iframe { width: 100%; height: 320px; border: 0; }

/* SUSTAINABILITY PAGE */
.sustain-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.sustain-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.sustain-card img { width: 100%; height: 200px; object-fit: cover; }
.sustain-card-body { padding: 28px; }
.sustain-card-body h4 { margin-bottom: 10px; }
.sustain-card-body p { color: var(--gray-600); font-size: 0.875rem; }

/* NEWS PAGE */
.news-grid-lg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .why-grid, .cta-box { grid-template-columns: 1fr; gap: 48px; }
  .about-img { height: 380px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mgmt-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card.big { grid-column: 1 / -1; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .topbar .container { justify-content: center; flex-direction: column; gap: 6px; }
  .topbar-right { margin-left: 0; }
  .main-nav {
    display: none;
    position: fixed;
    inset: 0; top: 80px;
    background: var(--white);
    padding: 32px 24px;
    z-index: 999;
    overflow-y: auto;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 0; }
  .main-nav > ul > li > a { padding: 14px 0; border-bottom: 1px solid var(--gray-100); font-size: 1.05rem; }
  .dropdown { display: none; position: static; border-top: none; box-shadow: none; padding-left: 16px; }
  .has-dropdown.active .dropdown { display: block; }
  .burger { display: flex; }
  .stats-bar .container { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .sustain-cards { grid-template-columns: 1fr; }
  .mgmt-grid { grid-template-columns: 1fr; }
  .news-grid-lg { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; padding: 40px 24px; }
  .cta-box { padding: 40px 28px; }
  .about-badge { bottom: 12px; right: 12px; }
  .timeline::before { left: 20px; }
  .tl-item { grid-template-columns: 1fr; gap: 12px; }
  .tl-item:nth-child(even) .tl-content,
  .tl-item:nth-child(even) .tl-year { order: unset; text-align: left; padding: 0; align-items: flex-start; }
  .tl-year { flex-direction: row; align-items: center; padding: 0; gap: 16px; }
  .hero-scroll-hint { display: none; }
}
