:root {
  --ink: #151918;
  --muted: #68706c;
  --line: #d9ddd9;
  --paper: #f3f1eb;
  --white: #fff;
  --accent: #a8b85e;
  --dark: #202624;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { height: 88px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; background: #f7f6f2; position: relative; z-index: 20; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font: 700 13px Manrope; }
.brand-name { font: 700 15px/1 Manrope; letter-spacing: .055em; }
.brand-name small { display: block; font: 500 8px/1.5 Manrope; letter-spacing: .17em; color: var(--muted); }
.nav-links { display: flex; align-items: center; gap: 2.2vw; font-size: 13px; font-weight: 600; }
.nav-links > a:not(.nav-cta) { position: relative; }
.nav-links > a:not(.nav-cta):after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px; background: var(--ink); transition: .3s; }
.nav-links > a:hover:after { width: 100%; }
.nav-cta { border-left: 1px solid var(--line); padding-left: 2vw; }
.nav-cta span, .button span { margin-left: 12px; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { height: calc(100vh - 88px); min-height: 650px; position: relative; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,12,11,.76) 0%, rgba(9,12,11,.32) 44%, rgba(9,12,11,.05) 75%); }
.hero-content { position: absolute; left: 7vw; top: 48%; transform: translateY(-50%); max-width: 800px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.eyebrow span { display: inline-block; width: 34px; height: 1px; background: var(--accent); vertical-align: middle; margin-right: 12px; }
.hero h1 { font: 600 clamp(48px,6.2vw,96px)/.98 Manrope; margin: 24px 0; }
.hero h1 em { font-style: normal; color: #c3cf82; }
.hero-copy { font-size: 17px; line-height: 1.65; color: #e7e9e6; max-width: 580px; }
.hero-actions { display: flex; align-items: center; gap: 38px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; padding: 17px 20px; min-width: 225px; font-size: 13px; font-weight: 700; }
.primary { background: var(--accent); color: var(--ink); }
.text-link { font-size: 13px; font-weight: 700; }
.text-link span { margin-left: 12px; }
.hero-stats { position: absolute; right: 4.5vw; bottom: 0; display: flex; background: rgba(17,21,20,.88); backdrop-filter: blur(12px); }
.hero-stats div { padding: 21px 27px; border-left: 1px solid rgba(255,255,255,.13); min-width: 150px; }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font: 600 18px Manrope; }
.hero-stats span { font-size: 10px; color: #b9bfbc; margin-top: 5px; }

.section { padding: 120px 7vw; }
.section-label { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #747b77; font-weight: 700; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 50px; }
.section-heading h2, .intro h2, .quality h2 { font: 600 clamp(38px,4.6vw,68px)/1.1 Manrope; margin: 14px 0 28px; }
.section-heading h2 { margin: 16px 0 0; }
.section-heading > p { max-width: 410px; line-height: 1.65; color: var(--muted); }
.kicker { color: #899b3a; }

.video-entry { background: #f7f6f2; border-bottom: 1px solid var(--line); }
.video-panel { display: grid; grid-template-columns: 1.2fr .8fr; align-items: stretch; background: var(--dark); color: #fff; min-height: 430px; }
.video-thumb { position: relative; display: block; overflow: hidden; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.video-thumb:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,.28)); }
.play-button { position: absolute; left: 50%; top: 50%; z-index: 2; width: 86px; height: 86px; border-radius: 50%; background: rgba(255,255,255,.92); transform: translate(-50%,-50%); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.play-button:after { content: ""; position: absolute; left: 35px; top: 27px; border-left: 24px solid var(--ink); border-top: 16px solid transparent; border-bottom: 16px solid transparent; }
.video-copy { display: flex; flex-direction: column; justify-content: center; padding: 56px; }
.video-copy strong { display: block; font: 600 clamp(30px,3vw,46px)/1.1 Manrope; margin: 18px 0; color: #fff; }
.video-copy > span:last-child { font-size: 14px; line-height: 1.8; color: #c1c8c4; }

.intro { display: grid; grid-template-columns: 25% 1fr; border-bottom: 1px solid var(--line); }
.intro-copy { max-width: 930px; }
.intro h2 span, .quality h2 span { color: #9b9f9c; }
.intro-copy > p:last-child { max-width: 700px; font-size: 16px; line-height: 1.8; color: var(--muted); margin-left: auto; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-visual { height: 430px; position: relative; overflow: hidden; background: #d8d5cd; }
.product-card:nth-child(2) .product-visual { background: #bbb9b2; }
.product-card:nth-child(3) .product-visual { background: #d9d3c4; }
.card-number { position: absolute; left: 20px; top: 18px; font-size: 10px; }
.garment { position: absolute; left: 50%; top: 52%; transform: translate(-50%,-50%); width: 54%; height: 68%; filter: drop-shadow(0 20px 18px rgba(0,0,0,.18)); background: #25302e; clip-path: polygon(21% 8%,39% 0,61% 0,79% 8%,98% 36%,83% 45%,79% 100%,21% 100%,17% 45%,2% 36%); }
.garment:after { content: ""; position: absolute; left: 49.5%; height: 100%; width: 1px; background: rgba(255,255,255,.24); }
.hood { background: #7d817c; clip-path: polygon(32% 13%,34% 2%,44% 0,56% 0,66% 2%,68% 13%,79% 17%,98% 45%,84% 52%,79% 100%,21% 100%,16% 52%,2% 45%,21% 17%); }
.vest { background: #a2947c; clip-path: polygon(28% 3%,43% 0,50% 15%,57% 0,72% 3%,89% 20%,79% 100%,21% 100%,11% 20%); }
.product-card h3 { font: 600 21px Manrope; margin: 22px 0 9px; }
.product-card p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }

.capabilities { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--dark); color: #fff; }
.capability-image { position: relative; min-height: 800px; overflow: hidden; }
.capability-image img { width: 100%; height: 100%; object-fit: cover; object-position: 65% center; filter: saturate(.65); }
.image-badge { position: absolute; right: 0; bottom: 0; background: var(--accent); color: var(--ink); padding: 25px 35px; }
.image-badge strong, .image-badge span { display: block; }
.image-badge strong { font: 700 18px Manrope; }
.image-badge span { font-size: 10px; margin-top: 6px; }
.capability-content { padding: 110px 7vw; }
.section-label.light { color: #aeb5b1; }
.capability-content h2 { font: 600 clamp(40px,4.2vw,66px)/1.08 Manrope; margin: 20px 0 24px; }
.capability-content > p { color: #b9c0bc; line-height: 1.75; max-width: 540px; }
.process-list { list-style: none; margin: 45px 0 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 55px 1fr; padding: 19px 0; border-top: 1px solid #444a47; }
.process-list li > span { color: #aeb5b1; font-size: 10px; padding-top: 5px; }
.process-list h3 { font: 600 16px Manrope; margin: 0 0 5px; }
.process-list p { font-size: 12px; color: #929a96; margin: 0; }

.quality-layout { margin-top: 35px; }
.quality-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 70px; border-top: 1px solid var(--line); }
.quality-points article { padding: 28px 36px 0 0; border-right: 1px solid var(--line); margin-right: 36px; }
.quality-points article:last-child { border-right: 0; }
.quality-points b { font-size: 10px; color: #8a918d; }
.quality-points h3 { font: 600 18px Manrope; margin: 40px 0 10px; }
.quality-points p { font-size: 13px; line-height: 1.7; color: var(--muted); }

.contact { background: var(--accent); padding: 110px 7vw; text-align: center; }
.contact-inner { max-width: 850px; margin: auto; }
.contact .eyebrow span { background: var(--ink); }
.contact h2 { font: 600 clamp(48px,6vw,84px)/1.02 Manrope; margin: 22px 0; }
.contact p:not(.eyebrow) { max-width: 580px; margin: 0 auto 34px; line-height: 1.7; }
.light-button { margin: auto; background: #fff; min-width: 290px; }

footer { padding: 60px 7vw 30px; background: #151918; color: #fff; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; position: relative; }
.footer-brand .brand-mark { background: var(--accent); color: var(--ink); }
footer p { font-size: 11px; color: #8f9793; line-height: 1.8; margin: 0; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; font-size: 11px; }
.copyright { grid-column: 1/-1; border-top: 1px solid #303533; padding-top: 24px; margin-top: 35px !important; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s, transform .8s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 72px; padding: 0 22px; }
  .menu-toggle { display: block; width: 30px; padding: 5px; }
  .menu-toggle span { display: block; height: 1px; background: #111; margin: 6px 0; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #f7f6f2; padding: 25px; flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .nav-cta { border: 0; padding: 0; }
  .hero { height: 820px; min-height: 0; }
  .hero-bg { object-position: 62% center; }
  .hero-content { left: 24px; right: 24px; top: 43%; }
  .hero h1 { font-size: 48px; }
  .hero-stats { left: 0; right: 0; }
  .hero-stats div { padding: 17px 13px; min-width: 0; flex: 1; }
  .section { padding: 80px 24px; }
  .intro { display: block; }
  .intro > .section-label { margin-bottom: 40px; }
  .intro-copy > p:last-child { margin-left: 0; }
  .section-heading { display: block; }
  .video-panel { grid-template-columns: 1fr; min-height: 0; }
  .video-thumb { height: 340px; }
  .video-copy { padding: 36px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { height: 400px; }
  .capabilities { grid-template-columns: 1fr; }
  .capability-image { min-height: 500px; }
  .capability-content { padding: 80px 24px; }
  .quality-points { grid-template-columns: 1fr; }
  .quality-points article { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 25px; margin-right: 0; }
  .contact { padding: 85px 24px; }
  footer { grid-template-columns: 1fr; gap: 30px; }
  .copyright { grid-column: 1; }
}

@media (max-width: 520px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-stats span { display: none; }
  .hero h1 { font-size: 42px; }
  .section-heading h2, .intro h2, .quality h2 { font-size: 38px; }
  .video-thumb { height: 260px; }
  .video-copy strong { font-size: 30px; }
  .contact h2 { font-size: 43px; }
}
