*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --cream:    #F5F2EE;
  --warm-lt:  #FAFAF8;
  --rule:     #D8D2C8;
  --steel:    #1C3553;
  --steel-md: #2E5078;
  --steel-lt: #4A7FA5;
  --gold:     #B8892A;
  --gold-lt:  #D4A845;
  --gold-pale:#F0DFB8;
  --body:     #3A3A3A;
  --mid:      #7A7A7A;
  --white:    #FFFFFF;
  --shadow:   0 2px 28px rgba(28,53,83,0.09);
}
html { scroll-behavior: auto; }
body { font-family: 'Inter', sans-serif; background: var(--warm-lt); color: var(--body); line-height: 1.6; overflow-x: hidden; }

/* ─── PAGE SYSTEM ─── */
.page { display: none; }
.page.active { display: block; }

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 60px;
  background: rgba(250,250,248,0.97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule);
  box-shadow: 0 1px 14px rgba(28,53,83,0.07);
}
.nav-logo { display: flex; align-items: center; gap: 13px; text-decoration: none; cursor: pointer; }
.nav-logo-mark { width: 38px; height: 38px; background: var(--steel); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 15px; color: #fff; letter-spacing: 1px; flex-shrink: 0; }
.nav-logo-text { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 3px; color: var(--steel); line-height: 1; }
.nav-logo-sub { font-size: 9px; letter-spacing: 2px; color: var(--gold); font-weight: 600; text-transform: uppercase; }
.nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
.nav-links a { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--mid); text-decoration: none; font-weight: 600; transition: color 0.2s; cursor: pointer; }
.nav-links a:hover, .nav-links a.active-link { color: var(--steel); }
.nav-cta { background: var(--steel) !important; color: #fff !important; padding: 9px 20px; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--steel-md) !important; }

/* ─── HERO ─── */
.hero {
  min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 120px 60px 80px; background: var(--steel); position: relative; overflow: hidden;
}
.hero-bg-img {
  position: absolute; inset: 0; z-index: 0;
  background-image: url('img/hero.jpg');
  background-size: cover; background-position: center;
  filter: brightness(0.32) saturate(0.65);
}
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(28,53,83,0.85) 0%, rgba(28,53,83,0.58) 60%, rgba(28,53,83,0.3) 100%); }
.hero-grid { position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 56px 56px; }
.hero-coil { position: absolute; right: -30px; top: 50%; transform: translateY(-50%); width: 580px; height: 580px; opacity: 0.07; z-index: 2; animation: coil-spin 80s linear infinite; }
@keyframes coil-spin { from { transform: translateY(-50%) rotate(0deg); } to { transform: translateY(-50%) rotate(360deg); } }
.hero-content { position: relative; z-index: 3; max-width: 800px; }
.hero-eyebrow { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold-lt); font-weight: 600; margin-bottom: 22px; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ''; display: block; width: 36px; height: 1px; background: var(--gold-lt); }
h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(58px, 7vw, 104px); line-height: 0.95; letter-spacing: 2px; color: #fff; margin-bottom: 28px; }
h1 span { color: var(--gold-lt); }
.hero-sub { font-size: 17px; color: rgba(255,255,255,0.62); font-weight: 300; max-width: 560px; line-height: 1.85; margin-bottom: 44px; }
.hero-sub strong { color: rgba(255,255,255,0.88); font-weight: 500; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-gold { background: var(--gold); color: #fff; padding: 14px 34px; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; text-decoration: none; cursor: pointer; border: none; transition: background 0.2s, transform 0.15s; display: inline-block; }
.btn-gold:hover { background: var(--gold-lt); transform: translateY(-1px); }
.btn-outline-lt { border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.82); padding: 13px 34px; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; text-decoration: none; cursor: pointer; background: none; transition: border-color 0.2s; display: inline-block; }
.btn-outline-lt:hover { border-color: rgba(255,255,255,0.7); color: #fff; }
.hero-meta { margin-top: 52px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.11); display: flex; gap: 44px; flex-wrap: wrap; }
.hero-meta-item { display: flex; flex-direction: column; }
.hero-meta-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.38); margin-bottom: 5px; }
.hero-meta-val { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.82); }
.hero-meta-val a { color: inherit; text-decoration: none; }
.hero-meta-val a:hover { color: var(--gold-lt); }

/* ─── STATS BAR ─── */
.stats-bar { background: var(--gold); display: grid; grid-template-columns: repeat(6, 1fr); }
.stat-item { padding: 24px 12px; text-align: center; border-right: 1px solid rgba(255,255,255,0.22); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 38px; color: #fff; line-height: 1; }
.stat-label { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.72); margin-top: 4px; }

/* ─── PHOTO STRIP ─── */
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); height: 380px; overflow: hidden; }
.photo-strip-item { position: relative; overflow: hidden; display: block; }
.photo-strip-item img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.62) saturate(0.8); }
.photo-strip-item:hover img { transform: none; filter: brightness(0.62) saturate(0.8); }
.photo-strip-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px 26px; background: linear-gradient(transparent, rgba(28,53,83,0.92)); }
.photo-strip-tag { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; color: var(--gold-lt); margin-bottom: 8px; display: block; }
.photo-strip-caption span.ttl { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 2px; color: #fff; display: block; line-height: 1; margin-bottom: 6px; }
.photo-strip-caption span.sub { font-size: 12px; color: rgba(255,255,255,0.7); font-weight: 300; display: block; line-height: 1.4; }
.photo-strip-arrow { position: absolute; top: 22px; right: 22px; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,0.35); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; transition: background 0.25s, border-color 0.25s; }
.photo-strip-item:hover .photo-strip-arrow { background: var(--gold); border-color: var(--gold); }

/* ─── SECTIONS ─── */
section { padding: 88px 60px; }
section.alt { background: var(--cream); }
section.dark { background: var(--steel); }
.section-eyebrow { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 13px; display: flex; align-items: center; gap: 12px; }
.section-eyebrow::before { content: ''; display: block; width: 26px; height: 1px; background: var(--gold); }
.section-eyebrow.lt { color: var(--gold-lt); }
.section-eyebrow.lt::before { background: var(--gold-lt); }
h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 4vw, 58px); line-height: 1; letter-spacing: 2px; color: var(--steel); margin-bottom: 18px; }
h2 span { color: var(--gold); }
h2.lt { color: #fff; }
h2.lt span { color: var(--gold-lt); }
.section-lead { font-size: 16px; color: var(--mid); font-weight: 300; max-width: 620px; line-height: 1.85; }
.section-lead.lt { color: rgba(255,255,255,0.58); }

/* ─── DIFFERENCE ─── */
.difference-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.diff-statement { margin-top: 32px; padding: 30px; background: var(--steel); position: relative; }
.diff-statement::before { content: '"'; position: absolute; top: -14px; left: 18px; font-family: 'Bebas Neue'; font-size: 68px; color: var(--gold-lt); line-height: 1; opacity: 0.55; }
.diff-statement p { font-size: 17px; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.88); }
.diff-statement strong { color: var(--gold-lt); font-weight: 600; }
.diff-list { list-style: none; margin-top: 14px; }
.diff-list li { padding: 18px 0; border-bottom: 1px solid var(--rule); display: flex; gap: 16px; align-items: flex-start; }
.diff-list li:last-child { border-bottom: none; }
.diff-icon { width: 28px; height: 28px; flex-shrink: 0; margin-top: 2px; background: var(--gold-pale); border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 11px; }
.diff-title { font-size: 13px; font-weight: 700; color: var(--steel); margin-bottom: 3px; }
.diff-desc { font-size: 12px; color: var(--mid); line-height: 1.6; }

/* ─── MACHINES ─── */
.machines-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: end; margin-bottom: 50px; }
.machines-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--rule); }
.slitter-wide { grid-column: span 2; }
.slitter-wide .machine-specs { grid-template-columns: repeat(4, 1fr); }
.slitter-wide .spec-row.full { grid-column: span 1; }
.machine-card { background: #fff; padding: 40px 36px; position: relative; transition: box-shadow 0.2s; }
.machine-card:hover { box-shadow: var(--shadow); z-index: 1; }
.machine-badge { display: inline-flex; align-items: center; background: var(--steel); color: #fff; font-size: 9px; letter-spacing: 3px; font-weight: 700; text-transform: uppercase; padding: 5px 13px; margin-bottom: 20px; }
.machine-badge.gold { background: var(--gold); }
.machine-name { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: 2px; color: var(--steel); margin-bottom: 4px; line-height: 1; }
.machine-type { font-size: 11px; color: var(--mid); letter-spacing: 2px; text-transform: uppercase; font-weight: 600; margin-bottom: 24px; }
.machine-specs { display: grid; grid-template-columns: 1fr 1fr; }
.spec-row { padding: 10px 0; border-bottom: 1px solid var(--rule); }
.spec-row.full { grid-column: span 2; }
.spec-key { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--mid); font-weight: 600; margin-bottom: 3px; }
.spec-val { font-size: 15px; font-weight: 700; color: var(--steel); font-family: 'Bebas Neue', sans-serif; letter-spacing: 1px; }
.spec-sub { font-size: 10px; color: var(--mid); margin-top: 1px; }
.machine-tol { margin-top: 20px; padding: 15px 18px; background: var(--cream); border-left: 3px solid var(--gold); }
.machine-tol-label { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 6px; }
.machine-tol-vals { font-size: 12px; color: var(--steel); line-height: 1.8; }
.machine-tol-vals span { font-weight: 600; }
.new-ribbon { position: absolute; top: 14px; right: 14px; background: var(--gold); color: #fff; font-size: 8px; letter-spacing: 2px; font-weight: 800; text-transform: uppercase; padding: 4px 10px; }

/* ─── PRODUCTS ─── */
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--rule); margin-top: 48px; }
.product-card { background: #fff; padding: 26px 22px; transition: background 0.2s; }
.product-card:hover { background: var(--cream); }
.product-dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; margin-bottom: 11px; }
.product-name { font-size: 13px; font-weight: 700; color: var(--steel); margin-bottom: 4px; }
.product-detail { font-size: 11px; color: var(--mid); line-height: 1.5; }

/* ─── PACKAGING ─── */
.pkg-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--rule); margin-top: 48px; }
.pkg-card { background: #fff; padding: 36px; }
.pkg-label { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 12px; }
.pkg-title { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 2px; color: var(--steel); margin-bottom: 16px; }
.pkg-list { list-style: none; }
.pkg-list li { font-size: 13px; color: var(--mid); padding: 7px 0; border-bottom: 1px solid var(--rule); display: flex; gap: 9px; }
.pkg-list li::before { content: '—'; color: var(--gold); flex-shrink: 0; }
.pkg-list li:last-child { border-bottom: none; }

/* ─── STORAGE ─── */
.storage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.storage-card { padding: 30px; border: 1px solid var(--rule); background: #fff; transition: box-shadow 0.2s; }
.storage-card:hover { box-shadow: var(--shadow); }
.storage-icon { font-size: 18px; color: var(--steel); margin-bottom: 12px; opacity: 0.45; }
.storage-title { font-size: 13px; font-weight: 700; color: var(--steel); margin-bottom: 7px; }
.storage-desc { font-size: 12px; color: var(--mid); line-height: 1.7; }

/* ─── ABOUT PAGE ─── */
.about-hero {
  height: 480px; position: relative; overflow: hidden; display: flex; align-items: flex-end;
  padding: 0 60px 60px;
}
.about-hero-img {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?w=1600&q=80');
  background-size: cover; background-position: center 40%;
  filter: brightness(0.25) saturate(0.5);
}
.about-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(28,53,83,0.95) 0%, rgba(28,53,83,0.5) 60%, transparent 100%); }
.about-hero-content { position: relative; z-index: 2; }
.about-hero-content h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(52px,6vw,88px); line-height: 0.95; letter-spacing: 2px; color: #fff; margin-bottom: 14px; }
.about-hero-content h1 span { color: var(--gold-lt); }
.about-hero-content p { font-size: 16px; color: rgba(255,255,255,0.65); font-weight: 300; max-width: 560px; line-height: 1.8; }

.about-body { max-width: 1200px; margin: 0 auto; }
.about-intro { display: grid; grid-template-columns: 3fr 2fr; gap: 64px; align-items: start; padding: 88px 60px; }
.about-intro-img { width: 100%; height: 280px; object-fit: cover; margin: 12px 0 28px; filter: saturate(0.85); }
.about-intro-imgcap { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--mid); font-weight: 600; margin: -20px 0 28px; }
.about-intro-text h2 { margin-bottom: 24px; }
.about-intro-text p { font-size: 15px; color: var(--mid); line-height: 1.9; margin-bottom: 20px; }
.about-intro-text p strong { color: var(--steel); font-weight: 600; }
.about-intro-aside {}
.about-aside-stat { padding: 24px 0; border-bottom: 1px solid var(--rule); }
.about-aside-stat:first-child { padding-top: 0; }
.about-aside-stat:last-child { border-bottom: none; }
.about-aside-num { font-family: 'Bebas Neue', sans-serif; font-size: 52px; color: var(--steel); line-height: 1; letter-spacing: 1px; }
.about-aside-num span { color: var(--gold); }
.about-aside-img { width: 100%; height: 240px; object-fit: cover; margin-bottom: 4px; filter: saturate(0.85); }
.about-aside-imgcap { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--mid); font-weight: 600; margin-bottom: 28px; padding-top: 8px; }
.about-aside-callout { margin-top: 28px; padding: 28px; background: var(--steel); }
.about-aside-callout-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-lt); font-weight: 700; margin-bottom: 12px; }
.about-aside-callout p { font-size: 14px; color: rgba(255,255,255,0.85); line-height: 1.7; font-weight: 300; }
.about-aside-callout strong { color: #fff; font-weight: 600; }
.about-aside-label { font-size: 12px; color: var(--mid); margin-top: 4px; line-height: 1.5; }

.timeline-section { background: var(--cream); padding: 88px 60px; }
.timeline-section h2 { margin-bottom: 64px; }
.timeline { position: relative; max-width: 1100px; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--gold), var(--rule)); transform: translateX(-50%); }
.timeline-item { position: relative; display: grid; grid-template-columns: 1fr 88px 1fr; align-items: center; margin-bottom: 36px; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-node { display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; }
.timeline-icon { width: 72px; height: 72px; border-radius: 50%; background: #fff; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(28,53,83,0.12); }
.timeline-icon svg { width: 38px; height: 38px; }
.timeline-card { background: #fff; border: 1px solid var(--rule); padding: 26px 28px; box-shadow: var(--shadow); position: relative; transition: transform 0.25s, box-shadow 0.25s; }
.timeline-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(28,53,83,0.16); }
.timeline-item.left .timeline-card { grid-column: 1; text-align: right; }
.timeline-item.left .timeline-card::after { content: ''; position: absolute; top: 50%; right: -9px; transform: translateY(-50%) rotate(45deg); width: 16px; height: 16px; background: #fff; border-right: 1px solid var(--rule); border-top: 1px solid var(--rule); }
.timeline-item.right .timeline-card { grid-column: 3; text-align: left; }
.timeline-item.right .timeline-card::after { content: ''; position: absolute; top: 50%; left: -9px; transform: translateY(-50%) rotate(45deg); width: 16px; height: 16px; background: #fff; border-left: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.timeline-card-year { font-family: 'Bebas Neue', sans-serif; font-size: 30px; color: var(--gold); letter-spacing: 1px; line-height: 1; margin-bottom: 8px; }
.timeline-title { font-size: 15px; font-weight: 700; color: var(--steel); margin-bottom: 8px; letter-spacing: 0.2px; }
.timeline-desc { font-size: 12.5px; color: var(--mid); line-height: 1.7; }

.about-values { padding: 88px 60px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--rule); margin-top: 48px; }
.value-card { background: #fff; padding: 40px 34px; }
.value-num { font-family: 'Bebas Neue', sans-serif; font-size: 52px; color: var(--gold-pale); line-height: 1; margin-bottom: 16px; }
.value-title { font-size: 13px; font-weight: 700; color: var(--steel); margin-bottom: 10px; letter-spacing: 0.3px; }
.value-desc { font-size: 13px; color: var(--mid); line-height: 1.7; }

/* ─── TEAM PAGE ─── */
.team-hero {
  height: 400px; position: relative; overflow: hidden; display: flex; align-items: flex-end;
  padding: 0 60px 56px;
}
.team-hero-img {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?w=1600&q=80');
  background-size: cover; background-position: center 60%;
  filter: brightness(0.2) saturate(0.4);
}
.team-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(28,53,83,0.96) 0%, rgba(28,53,83,0.45) 70%, transparent 100%); }
.team-hero-content { position: relative; z-index: 2; }
.team-hero-content h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(50px,5.5vw,82px); line-height: 0.95; letter-spacing: 2px; color: #fff; margin-bottom: 12px; }
.team-hero-content h1 span { color: var(--gold-lt); }
.team-hero-content p { font-size: 16px; color: rgba(255,255,255,0.62); font-weight: 300; max-width: 520px; line-height: 1.8; }

.team-section { padding: 80px 60px; }
.team-section-label { font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: 5px; color: var(--mid); margin-bottom: 32px; padding-bottom: 14px; border-bottom: 1px solid var(--rule); text-transform: uppercase; }
.team-grid-exec { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--rule); margin-bottom: 2px; }
.team-grid-mgmt { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--rule); }
.team-card { background: #fff; padding: 36px 32px; transition: box-shadow 0.2s; }
.team-card:hover { box-shadow: var(--shadow); z-index: 1; position: relative; }
.team-avatar {
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--steel); margin-bottom: 20px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 24px; color: #fff;
  letter-spacing: 1px; flex-shrink: 0;
}
.team-avatar.gold-bg { background: var(--gold); }
.team-name { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 1.5px; color: var(--steel); margin-bottom: 4px; line-height: 1; }
.team-title { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 16px; }
.team-bio { font-size: 13px; color: var(--mid); line-height: 1.7; }
.team-card-sm { background: #fff; padding: 28px 26px; transition: box-shadow 0.2s; }
.team-card-sm:hover { box-shadow: var(--shadow); z-index: 1; position: relative; }
.team-avatar-sm { width: 52px; height: 52px; border-radius: 50%; background: var(--steel); margin-bottom: 16px; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 18px; color: #fff; }
.team-name-sm { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 1px; color: var(--steel); margin-bottom: 3px; line-height: 1; }
.team-title-sm { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 700; }

.team-culture { background: var(--steel); padding: 80px 60px; }
.team-culture h2 { color: #fff; margin-bottom: 16px; }
.team-culture h2 span { color: var(--gold-lt); }
.team-culture .section-lead { color: rgba(255,255,255,0.58); margin-bottom: 0; }
.culture-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.1); margin-top: 52px; }
.culture-stat { padding: 32px 24px; text-align: center; }
.culture-stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: var(--gold-lt); line-height: 1; }
.culture-stat-label { font-size: 11px; color: rgba(255,255,255,0.55); margin-top: 6px; letter-spacing: 1px; }

/* ─── CTA ─── */
.cta-section { background: var(--steel); text-align: center; padding: 88px 60px; }
.cta-section h2 { color: #fff; margin-bottom: 16px; }
.cta-section h2 span { color: var(--gold-lt); }
.cta-section .section-eyebrow { justify-content: center; color: var(--gold-lt); }
.cta-section .section-eyebrow::before { background: var(--gold-lt); }
.cta-section .section-lead { margin: 0 auto 44px; text-align: center; color: rgba(255,255,255,0.56); }
.cta-contact { display: flex; justify-content: center; gap: 52px; margin-top: 52px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.11); flex-wrap: wrap; }
.cta-contact-item { text-align: center; }
.cta-contact-label { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.38); margin-bottom: 7px; }
.cta-contact-val { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.82); }
.cta-contact-val a { color: inherit; text-decoration: none; }
.cta-contact-val a:hover { color: var(--gold-lt); }

/* ─── QUOTE FORM ─── */
.quote-form-wrap { max-width: 760px; margin: 0 auto; text-align: left; }
.quote-form { background: #fff; padding: 44px; box-shadow: 0 12px 40px rgba(0,0,0,0.28); }
.quote-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; }
.qf-field { display: flex; flex-direction: column; }
.qf-field.full { grid-column: span 2; }
.qf-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--steel); font-weight: 700; margin-bottom: 7px; }
.qf-label .req { color: var(--gold); margin-left: 2px; }
.qf-field input, .qf-field select, .qf-field textarea {
  font-family: 'Inter', sans-serif; font-size: 14px; color: var(--body);
  padding: 12px 14px; border: 1px solid var(--rule); background: var(--warm-lt);
  border-radius: 0; transition: border-color 0.2s, background 0.2s; width: 100%;
}
.qf-field input:focus, .qf-field select:focus, .qf-field textarea:focus {
  outline: none; border-color: var(--gold); background: #fff;
}
.qf-field textarea { resize: vertical; min-height: 110px; line-height: 1.6; }
.qf-field select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%237A7A7A' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.qf-submit-row { margin-top: 28px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.qf-submit { background: var(--gold); color: #fff; border: none; padding: 15px 44px; font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; cursor: pointer; font-family: 'Inter', sans-serif; transition: background 0.2s, transform 0.15s; }
.qf-submit:hover { background: var(--gold-lt); transform: translateY(-1px); }
.qf-submit:disabled { opacity: 0.6; cursor: default; transform: none; }
.qf-alt { font-size: 13px; color: var(--mid); }
.qf-alt a { color: var(--steel); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--gold); }
.qf-alt a:hover { color: var(--gold); }
.qf-note { font-size: 11px; color: var(--mid); margin-top: 16px; line-height: 1.5; }
.qf-success { display: none; text-align: center; padding: 40px 20px; }
.qf-success.show { display: block; }
.qf-success-icon { width: 60px; height: 60px; margin: 0 auto 20px; border-radius: 50%; background: var(--gold-pale); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; }
.qf-success-icon svg { width: 28px; height: 28px; stroke: var(--gold); fill: none; stroke-width: 2.5; }
.qf-success h3 { font-family: 'Bebas Neue', sans-serif; font-size: 30px; letter-spacing: 1px; color: var(--steel); margin-bottom: 10px; }
.qf-success p { font-size: 14px; color: var(--mid); line-height: 1.7; max-width: 420px; margin: 0 auto; }
.qf-error { display: none; background: #FBEAEA; border-left: 3px solid #C0392B; padding: 12px 16px; font-size: 13px; color: #8B2A20; margin-top: 16px; }
.qf-error.show { display: block; }

/* ─── FOOTER ─── */
footer { background: #0E1520; padding: 32px 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: 4px; color: rgba(255,255,255,0.65); margin-bottom: 3px; }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.28); }
.footer-right { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-right a { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.32); text-decoration: none; transition: color 0.2s; cursor: pointer; }
.footer-right a:hover { color: var(--gold-lt); }

/* ─── REVEAL ─── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  nav { padding: 13px 18px; }
  /* mobile nav handled by hamburger below */
  section, .team-section, .about-intro, .timeline-section, .about-values, .team-culture, .cta-section { padding: 56px 20px; }
  .hero, .about-hero, .team-hero { padding-left: 20px; padding-right: 20px; }
  .stats-bar { grid-template-columns: repeat(3,1fr); }
  .photo-strip { grid-template-columns: 1fr; height: auto; }
  .photo-strip-item { height: 220px; }
  .difference-inner, .machines-intro, .about-intro { grid-template-columns: 1fr; gap: 32px; }
  .machines-grid, .team-grid-exec { grid-template-columns: 1fr; }
  .slitter-wide { grid-column: span 1; }
  .slitter-wide .machine-specs { grid-template-columns: 1fr 1fr; }
  .team-grid-mgmt { grid-template-columns: repeat(2,1fr); }
  .products-grid { grid-template-columns: repeat(2,1fr); }
  .pkg-grid { grid-template-columns: 1fr; }
  .storage-grid, .values-grid { grid-template-columns: 1fr; }
  .culture-stats { grid-template-columns: repeat(2,1fr); }
  .quote-form { padding: 28px 20px; }
  .quote-form-grid { grid-template-columns: 1fr; gap: 16px; }
  .qf-field.full { grid-column: span 1; }
  footer { flex-direction: column; padding: 24px 18px; text-align: center; }
  .timeline::before { left: 36px; }
  .timeline-item { grid-template-columns: 72px 1fr; gap: 16px; margin-bottom: 24px; }
  .timeline-node { grid-column: 1; }
  .timeline-icon { width: 56px; height: 56px; }
  .timeline-icon svg { width: 28px; height: 28px; }
  .timeline-item.left .timeline-card, .timeline-item.right .timeline-card { grid-column: 2; text-align: left; }
  .timeline-item.left .timeline-card::after { left: -9px; right: auto; border: none; border-left: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .timeline-item.right .timeline-card::after { left: -9px; }
}


/* ═══════════════ MULTI-PAGE ADDITIONS ═══════════════ */

/* --- Services dropdown (desktop hover) --- */
.nav-links .has-dropdown { position: relative; }
.dropdown-menu {
  position: absolute; top: 100%; left: -14px; min-width: 230px;
  background: #fff; box-shadow: 0 14px 40px rgba(28,53,83,0.16);
  list-style: none; padding: 8px 0; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s; z-index: 60;
  border-top: 3px solid var(--gold);
}
.nav-links .has-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.dropdown-menu li { display: block; }
.dropdown-menu li a {
  display: block; padding: 11px 22px; font-size: 11px; letter-spacing: 1.5px;
  white-space: nowrap; color: var(--mid); border-left: 3px solid transparent;
}
.dropdown-menu li a:hover { color: var(--steel); background: var(--cream); border-left-color: var(--gold); }
.dropdown-trigger { display: inline-flex; align-items: center; gap: 5px; }

/* --- Hamburger (hidden on desktop) --- */
.nav-toggle {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0;
  cursor: pointer; padding: 6px; margin-left: auto;
}
.nav-toggle span { width: 26px; height: 2px; background: var(--steel); transition: .25s; display: block; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --- Breadcrumb --- */
.breadcrumb { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--mid); margin-bottom: 22px; font-weight: 600; }
.breadcrumb a { color: var(--mid); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { color: var(--gold); margin: 0 8px; }

/* --- Service page hero --- */
.svc-hero { background: var(--steel); color: #fff; padding: 132px 60px 70px; position: relative; }
.svc-hero .breadcrumb, .svc-hero .breadcrumb a { color: rgba(255,255,255,0.6); }
.svc-hero .breadcrumb a:hover { color: var(--gold); }
.svc-hero-eyebrow { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 16px; }
.svc-hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 6vw, 74px); line-height: 0.98; letter-spacing: 1px; margin-bottom: 20px; }
.svc-hero h1 span { color: var(--gold); }
.svc-hero-lead { font-size: 18px; line-height: 1.6; max-width: 760px; color: rgba(255,255,255,0.86); font-weight: 300; }
.svc-hero-cta { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }

/* --- Service page body --- */
.svc-body { padding: 72px 60px; max-width: 1180px; margin: 0 auto; }
.svc-grid { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }
.svc-prose h2 { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: 1px; color: var(--steel); margin: 38px 0 14px; }
.svc-prose h2:first-child { margin-top: 0; }
.svc-prose h3 { font-size: 17px; color: var(--steel); margin: 26px 0 8px; font-weight: 700; }
.svc-prose p { font-size: 15.5px; line-height: 1.75; color: var(--mid); margin-bottom: 16px; }
.svc-prose strong { color: var(--steel); }
.svc-prose ul { margin: 0 0 18px 0; padding: 0; list-style: none; }
.svc-prose ul li { position: relative; padding-left: 26px; margin-bottom: 11px; font-size: 15px; line-height: 1.6; color: var(--mid); }
.svc-prose ul li::before { content: '◇'; position: absolute; left: 0; color: var(--gold); font-size: 13px; top: 1px; }
.svc-lead-para { font-size: 18px !important; line-height: 1.7 !important; color: var(--steel) !important; font-weight: 400; }

/* --- Sidebar card --- */
.svc-aside { position: sticky; top: 96px; }
.aside-card { background: var(--cream); border: 1px solid var(--rule); border-top: 3px solid var(--gold); padding: 28px 26px; margin-bottom: 22px; }
.aside-card h4 { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 16px; }
.aside-spec { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--rule); font-size: 13px; }
.aside-spec:last-child { border-bottom: 0; }
.aside-spec .k { color: var(--mid); }
.aside-spec .v { color: var(--steel); font-weight: 700; font-family: 'Bebas Neue', sans-serif; letter-spacing: .5px; }
.aside-card.dark { background: var(--steel); border-color: var(--steel); }
.aside-card.dark h4 { color: var(--gold); }
.aside-card.dark p { color: rgba(255,255,255,0.85); font-size: 14px; line-height: 1.6; margin-bottom: 16px; }

/* --- FAQ accordion --- */
.faq-section { background: var(--cream); padding: 70px 60px; }
.faq-wrap { max-width: 880px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--rule); margin-bottom: 10px; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 20px 24px; font-size: 16px; font-weight: 600; color: var(--steel); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: 'Inter', sans-serif; }
.faq-q::after { content: '+'; font-size: 22px; color: var(--gold); flex-shrink: 0; transition: transform .2s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-a p { padding: 0 24px 22px; font-size: 14.5px; line-height: 1.7; color: var(--mid); margin: 0; }
.faq-item.open .faq-a { max-height: 600px; }

/* --- Internal link cards (related services) --- */
.related { padding: 64px 60px; max-width: 1180px; margin: 0 auto; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--rule); margin-top: 26px; }
.related-card { background: #fff; padding: 30px 28px; text-decoration: none; display: block; transition: box-shadow .2s; }
.related-card:hover { box-shadow: var(--shadow); }
.related-card .rc-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 8px; }
.related-card .rc-title { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 1px; color: var(--steel); margin-bottom: 8px; }
.related-card .rc-desc { font-size: 13px; color: var(--mid); line-height: 1.55; }
.related-card .rc-arrow { color: var(--gold); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; margin-top: 12px; display: inline-block; }

/* --- Rich footer --- */
.site-footer { background: var(--steel); color: #fff; padding: 56px 60px 30px; }
.footer-cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; max-width: 1180px; margin: 0 auto 36px; }
.footer-cols h5 { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; font-weight: 700; }
.footer-cols a { display: block; color: rgba(255,255,255,0.78); text-decoration: none; font-size: 13px; margin-bottom: 9px; transition: color .15s; }
.footer-cols a:hover { color: #fff; }
.footer-brand .footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 2px; margin-bottom: 10px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.65; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.14); padding-top: 22px; text-align: center; font-size: 11px; letter-spacing: 1px; color: rgba(255,255,255,0.55); max-width: 1180px; margin: 0 auto; }

@media (max-width: 960px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; top: 70px; left: 0; right: 0; flex-direction: column; align-items: stretch;
    background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,0.12); padding: 10px 0; gap: 0;
    max-height: 0; overflow: hidden; transition: max-height .3s ease; border-top: 1px solid var(--rule);
  }
  .nav-links.open { max-height: 80vh; overflow-y: auto; }
  .nav-links li { width: 100%; }
  .nav-links li a { display: block; padding: 14px 26px; }
  .nav-cta { text-align: center; margin: 8px 20px; }
  .dropdown-menu { position: static; box-shadow: none; opacity: 1; visibility: visible; transform: none; max-height: 0; overflow: hidden; transition: max-height .25s; padding: 0; border-top: 0; background: var(--cream); }
  .has-dropdown.open .dropdown-menu { max-height: 320px; }
  .svc-hero, .svc-body, .faq-section, .related, .site-footer { padding-left: 22px; padding-right: 22px; }
  .svc-grid { grid-template-columns: 1fr; gap: 36px; }
  .svc-aside { position: static; }
  .related-grid, .footer-cols { grid-template-columns: 1fr; }
}


/* service-page inline photo + photo-bg hero */
.svc-photo { width: 100%; display: block; margin: 0 0 26px; box-shadow: 0 14px 36px rgba(28,53,83,0.14); }
.svc-photo-cap { font-size: 12px; color: var(--mid); margin: -18px 0 28px; letter-spacing: .3px; }
.svc-hero.has-photo { background-size: cover; background-position: center; }
