:root {
  --ink: #17201e;
  --forest: #183d35;
  --forest-deep: #102c26;
  --coral: #ee6b4d;
  --lime: #cadd6a;
  --paper: #f4f4ee;
  --white: #ffffff;
  --muted: #6a726e;
  --line: rgba(23, 32, 30, 0.16);
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.22);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { color: var(--ink); background: rgba(244,244,238,.97); box-shadow: 0 3px 18px rgba(23,32,30,.08); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 44px;
  height: 38px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #dedbd3;
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { font-size: 14px; font-weight: 800; }
.brand-name i { color: var(--coral); font-style: normal; padding: 0 2px; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { font-size: 13px; font-weight: 700; text-decoration: none; }
.nav-cta { padding: 10px 16px; border: 1px solid currentColor; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; color: currentColor; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 94vh; color: var(--white); overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,30,26,.94) 0%, rgba(10,30,26,.74) 46%, rgba(10,30,26,.18) 100%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 88vw); padding: clamp(150px, 22vh, 230px) 0 130px; margin-left: 8vw; }
.eyebrow { margin: 0 0 18px; color: var(--lime); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.eyebrow.dark { color: var(--forest); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(52px, 7vw, 100px); font-weight: 400; line-height: .94; }
h2 { margin-bottom: 24px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.4vw, 68px); font-weight: 400; line-height: 1.03; }
h3 { margin-bottom: 14px; font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 400; line-height: 1.15; }
.hero-copy { max-width: 620px; margin-bottom: 34px; color: rgba(255,255,255,.84); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; border-radius: 0; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--coral); color: var(--white); }
.button-primary:hover { background: #d9563a; }
.button-ghost { border-color: rgba(255,255,255,.6); color: var(--white); }
.hero-next { position: absolute; z-index: 2; right: 5vw; bottom: 38px; display: flex; gap: 20px; align-items: center; color: var(--white); font-size: 12px; font-weight: 700; text-decoration: none; }
.hero-next b { font-size: 24px; font-weight: 400; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--forest); color: var(--white); }
.stats div { min-height: 145px; padding: 32px 3vw; border-right: 1px solid rgba(255,255,255,.15); }
.stats strong { display: block; color: var(--lime); font-family: Georgia, 'Times New Roman', serif; font-size: 38px; font-weight: 400; }
.stats span { font-size: 12px; }

.section { padding: 120px 8vw; }
.section-intro { display: grid; grid-template-columns: 1.15fr 1fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
.section-intro h2, .section-intro p { margin-bottom: 0; }
.section-intro > p:last-child { color: var(--muted); font-size: 17px; }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; }
.partner-panel { position: relative; min-height: 470px; padding: 48px; overflow: hidden; }
.china-panel { background: var(--white); }
.bangladesh-panel { color: var(--white); background: var(--forest); }
.panel-number { position: absolute; right: 28px; top: 18px; color: rgba(23,32,30,.08); font-family: Georgia, 'Times New Roman', serif; font-size: 112px; line-height: 1; }
.bangladesh-panel .panel-number { color: rgba(255,255,255,.08); }
.location { color: var(--coral); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.partner-panel h3 { max-width: 430px; font-size: 39px; }
.partner-panel > p:not(.location) { max-width: 540px; color: var(--muted); }
.bangladesh-panel > p:not(.location) { color: rgba(255,255,255,.72); }
.partner-panel ul { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.bangladesh-panel ul { border-color: rgba(255,255,255,.2); }
.partner-panel li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.bangladesh-panel li { border-color: rgba(255,255,255,.2); }

.company-place { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--forest-deep); }
.company-place::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,29,25,.16), rgba(10,29,25,.62) 48%, rgba(10,29,25,.94)); }
.company-place-hero { position: absolute; inset: 0; }
.company-place-hero img { height: 100%; object-fit: cover; object-position: center; }
.company-place-copy { position: relative; z-index: 1; width: min(660px, 50vw); margin-left: auto; padding: 110px 8vw 110px 5vw; }
.company-place-copy > p:not(.eyebrow, .company-caption) { color: rgba(255,255,255,.76); font-size: 17px; }
.company-identities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 35px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.company-identities span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.38); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.company-caption { margin-top: 12px; color: rgba(255,255,255,.52); font-size: 10px; }

.capabilities { background: var(--white); }
.section-heading-row { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; margin-bottom: 70px; }
.section-heading-row h2, .section-heading-row p { margin-bottom: 0; }
.section-heading-row > p { color: var(--muted); }
.capability-feature { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); }
.capability-feature figure { min-height: 600px; margin: 0; overflow: hidden; }
.capability-feature figure img { height: 100%; object-fit: cover; }
.capability-copy { padding: 60px; align-self: center; }
.capability-index { display: block; margin-bottom: 28px; color: var(--coral); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.capability-copy h3 { font-size: 48px; }
.capability-copy > p { color: var(--muted); }
.capacity-lines { margin-top: 36px; border-top: 1px solid var(--line); }
.capacity-lines div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.product-columns { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-top: 0; }
.product-columns article { min-height: 300px; padding: 40px; border-right: 1px solid var(--line); }
.product-columns article:last-child { border-right: 0; }
.product-columns p { color: var(--muted); }
.catalog-link { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; padding: 20px 24px; color: var(--white); background: var(--forest); font-size: 13px; font-weight: 800; text-decoration: none; }
.catalog-link span { color: var(--lime); font-size: 22px; font-weight: 400; }

.garment-showcase { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; color: var(--white); background: var(--forest-deep); }
.showcase-image { overflow: hidden; }
.showcase-image img { height: 100%; object-fit: cover; }
.showcase-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.showcase-copy p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.text-link { width: fit-content; margin-top: 18px; padding-bottom: 7px; border-bottom: 1px solid var(--coral); color: var(--white); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link span { margin-left: 14px; color: var(--coral); }

.process { background: var(--paper); }
.section-intro.compact { display: block; max-width: 700px; margin-bottom: 70px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--coral); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; }
.process-list h3 { margin-bottom: 6px; font-family: Arial, Helvetica, sans-serif; font-size: 19px; font-weight: 700; }
.process-list p { max-width: 750px; margin-bottom: 0; color: var(--muted); }
.terms-note { margin: 22px 0 0 120px; color: var(--muted); font-size: 12px; }

.quality { display: grid; grid-template-columns: .9fr 1.1fr; color: var(--white); background: var(--forest); }
.quality-photo { min-height: 780px; overflow: hidden; }
.quality-photo img { height: 100%; object-fit: cover; }
.quality-content { padding: 110px 8vw 100px 7vw; }
.quality-content > p:not(.eyebrow, .cert-note) { color: rgba(255,255,255,.72); }
.quality-points { margin-top: 35px; border-top: 1px solid rgba(255,255,255,.2); }
.quality-points div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 13px; }
.quality-points span { color: rgba(255,255,255,.56); }
.certifications { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.certifications span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.32); font-size: 10px; font-weight: 800; }
.cert-note { margin-top: 12px; color: rgba(255,255,255,.48); font-size: 11px; }

.certificate-section { padding: 110px 8vw 120px; background: var(--paper); }
.certificate-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; margin-bottom: 58px; }
.certificate-heading h2, .certificate-heading > p { margin-bottom: 0; }
.certificate-heading > p { color: var(--muted); }
.certificate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.certificate-card { min-width: 0; border: 1px solid var(--line); background: var(--white); }
.certificate-preview { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-bottom: 1px solid var(--line); background: #eef0eb; }
.certificate-preview img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.certificate-card:hover .certificate-preview img { transform: scale(1.02); }
.certificate-body { padding: 28px; }
.certificate-state { margin-bottom: 12px; color: var(--forest); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.certificate-state.current { color: #007f6b; }
.certificate-state.historical { color: #9a5b25; }
.certificate-state.assessment { color: #226c9b; }
.certificate-body h3 { min-height: 66px; margin-bottom: 8px; font-size: 27px; }
.certificate-body h3 sup { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.certificate-id { min-height: 34px; margin-bottom: 18px; color: var(--muted); font-size: 11px; font-weight: 700; }
.certificate-body > p:not(.certificate-state, .certificate-id) { min-height: 78px; color: var(--muted); font-size: 13px; }
.certificate-body dl { margin: 22px 0 0; border-top: 1px solid var(--line); }
.certificate-body dl div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.certificate-body dt { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.certificate-body dd { margin: 0; font-size: 11px; text-align: right; }
.certificate-link { display: flex; justify-content: space-between; margin-top: 22px; color: var(--forest); font-size: 11px; font-weight: 800; text-decoration: none; }
.certificate-link span { color: var(--coral); font-size: 16px; }
.certificate-disclaimer { max-width: 940px; margin: 28px 0 0; color: var(--muted); font-size: 11px; }

.markets { background: var(--white); }
.markets-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: end; }
.markets-grid h2, .markets-grid p { margin-bottom: 0; }
.markets-grid p { color: var(--muted); }
.region-list { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.region-list span { padding: 20px 10px 20px 0; border-right: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.region-list span:not(:first-child) { padding-left: 20px; }

.brand-experience { border-top: 1px solid var(--line); background: var(--paper); }
.brand-experience-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; }
.brand-experience-heading h2, .brand-experience-heading > p { margin-bottom: 0; }
.brand-experience-heading > p { color: var(--muted); }
.brand-wordmarks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 68px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-wordmark { min-width: 0; height: 136px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 20px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); line-height: 1; }
.brand-wordmark span { white-space: nowrap; font-size: 27px; font-weight: 800; }
.brand-wordmark.walmart { color: #0071ce; }
.brand-wordmark.walmart b { color: #ffc220; font-size: 25px; }
.brand-wordmark.carrefour { color: #004e9b; }
.brand-wordmark.carrefour b { width: 38px; height: 38px; display: grid; place-items: center; border: 5px solid #df002c; color: #004e9b; font-size: 21px; }
.brand-wordmark.costco { flex-direction: column; gap: 2px; color: #e31837; font-style: italic; }
.brand-wordmark.costco span { border-bottom: 4px solid #005daa; }
.brand-wordmark.costco small { color: #005daa; font-size: 10px; font-weight: 800; }
.brand-wordmark.roly { color: #177548; }
.brand-wordmark.rose { color: #aa3558; font-family: Georgia, 'Times New Roman', serif; }
.brand-wordmark.rose span { font-weight: 400; }
.brand-wordmark.bench { color: #111; }
.brand-wordmark.motherhood { color: #594c65; font-family: Georgia, 'Times New Roman', serif; }
.brand-wordmark.motherhood span { font-size: 23px; font-weight: 400; }
.brand-wordmark.kindly { color: #de5f57; font-family: Georgia, 'Times New Roman', serif; }
.brand-wordmark.kindly span { font-weight: 400; }
.brand-wordmark.uspolo { color: #17365d; }
.brand-wordmark.emperio { color: #181818; font-family: Georgia, 'Times New Roman', serif; }
.brand-wordmark.emperio span { font-size: 23px; font-weight: 400; }
.brand-wordmark.burlington { color: #b21f35; }
.brand-wordmark.huggies { color: #d71920; }
.brand-disclaimer { max-width: 980px; margin: 22px 0 0; color: var(--muted); font-size: 10px; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding: 110px 8vw; color: var(--white); background: var(--forest-deep); }
.contact-copy > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.68); }
.contact-location { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-location strong, .contact-location span, .contact-location a, .contact-location small { display: block; }
.contact-location span { color: rgba(255,255,255,.58); font-size: 12px; }
.contact-location a { width: fit-content; margin-top: 4px; color: var(--white); font-size: 12px; text-decoration: none; }
.contact-location small { margin-top: 8px; color: rgba(255,255,255,.46); font-size: 10px; }
.contact-person { display: grid; grid-template-columns: 1fr; gap: 3px; margin-top: 26px; }
.contact-person span { color: rgba(255,255,255,.55); font-size: 11px; }
.contact-person a { width: fit-content; color: var(--white); font-size: 12px; text-decoration-color: rgba(255,255,255,.35); }
.inquiry-form { align-self: center; padding: 42px; color: var(--ink); background: var(--paper); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label { display: block; margin-bottom: 18px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 14px;
  text-transform: none;
}
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--coral); }
.inquiry-form .button { margin-top: 6px; border: 0; }
.form-status { min-height: 20px; margin: 12px 0 0; color: var(--forest); font-size: 12px; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; padding: 32px 4vw; color: var(--white); background: #0a1d19; }
footer p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; }

.site-nav a[aria-current="page"] { color: var(--lime); }
.products-hero { position: relative; min-height: 76vh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.products-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.products-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,30,26,.9), rgba(10,30,26,.28)); }
.products-hero-copy { position: relative; z-index: 1; max-width: 820px; padding: 170px 8vw 90px; }
.products-hero-copy h1 { margin-bottom: 24px; }
.products-hero-copy > p:last-child { max-width: 650px; color: rgba(255,255,255,.78); font-size: 17px; }
.product-catalog { padding: 110px 8vw 130px; background: var(--white); }
.catalog-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; }
.catalog-heading h2, .catalog-heading > p { margin-bottom: 0; }
.catalog-heading > p { color: var(--muted); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin: 55px 0 40px; }
.filter-button { min-height: 42px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.filter-button:hover, .filter-button.active { border-color: var(--forest); color: var(--white); background: var(--forest); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.product-item { min-width: 0; border: 1px solid var(--line); background: var(--white); transition: opacity .2s ease; }
.product-item.hidden { display: none; }
.product-image { aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper); }
.product-image img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-item:hover .product-image img { transform: scale(1.025); }
.product-meta { min-height: 245px; padding: 30px; }
.product-meta > span { display: block; margin-bottom: 13px; color: var(--coral); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-meta h3 { font-size: 28px; }
.product-meta p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.collection-link { display: flex; justify-content: space-between; margin-top: 22px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--forest); font-size: 11px; font-weight: 800; text-decoration: none; }
.collection-link span { color: var(--coral); font-size: 18px; line-height: 1; }
.product-cta { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: end; padding: 100px 8vw; color: var(--white); background: var(--forest); }
.product-cta h2 { margin-bottom: 0; }
.product-cta > div:last-child p { color: rgba(255,255,255,.7); }
.product-cta .button { margin-top: 15px; }

.collection-hero { position: relative; min-height: 62vh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); }
.collection-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.collection-hero-copy { position: relative; z-index: 1; width: min(850px, 88vw); padding: 150px 8vw 75px; }
.collection-hero-copy h1 { margin-bottom: 20px; font-size: clamp(50px, 6vw, 88px); }
.collection-hero-copy > p:last-child { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.8); font-size: 17px; }
.back-link { display: inline-block; margin-bottom: 34px; color: var(--white); font-size: 12px; font-weight: 700; text-decoration: none; }
.specification-section { padding: 110px 8vw 130px; background: var(--paper); }
.specification-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; margin-bottom: 60px; }
.specification-heading h2 { margin-bottom: 0; }
.specification-heading strong { display: block; margin-bottom: 12px; color: var(--forest); font-size: 14px; }
.specification-heading > div:last-child p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.specification-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.spec-card { min-width: 0; border: 1px solid var(--line); background: var(--white); }
.spec-image { aspect-ratio: 4 / 3; overflow: hidden; background: #e7e8e3; }
.spec-image img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.spec-card:hover .spec-image img { transform: scale(1.025); }
.spec-content { padding: 28px; }
.spec-number { color: var(--coral); font-size: 10px; font-weight: 800; }
.spec-content h2 { min-height: 62px; margin: 8px 0 18px; font-size: 27px; }
.spec-content dl { margin: 0; border-top: 1px solid var(--line); }
.spec-content dl div { display: grid; grid-template-columns: 92px 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.spec-content dt { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.spec-content dd { margin: 0; font-size: 12px; }
.spec-content > a { display: flex; justify-content: space-between; margin-top: 20px; color: var(--forest); font-size: 11px; font-weight: 800; text-decoration: none; }
.spec-content > a span { color: var(--coral); font-size: 17px; }

@media (max-width: 900px) {
  :root { --header-height: 68px; }
  .site-header { padding: 0 20px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 40px 24px;
    color: var(--white);
    background: var(--forest-deep);
    transform: translateX(100%);
    transition: transform .25s ease;
  }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 400; }
  .site-nav .nav-cta { margin-top: 18px; padding: 14px; border: 1px solid var(--coral); font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-align: center; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats div { border-bottom: 1px solid rgba(255,255,255,.15); }
  .section { padding: 90px 6vw; }
  .section-intro, .section-heading-row, .markets-grid, .certificate-heading, .brand-experience-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-intro .eyebrow { margin-bottom: 0; }
  .partner-grid, .capability-feature, .garment-showcase, .quality, .contact { grid-template-columns: 1fr; }
  .company-place-copy { width: min(620px, 62vw); padding: 90px 7vw 90px 4vw; }
  .capability-feature figure { min-height: 500px; }
  .garment-showcase { min-height: auto; }
  .showcase-image { height: 580px; }
  .showcase-copy { padding: 90px 7vw; }
  .quality-photo { min-height: 650px; }
  .quality-content { padding: 90px 7vw; }
  .certificate-section { padding: 90px 6vw; }
  .certificate-grid { grid-template-columns: 1fr; }
  .certificate-body h3, .certificate-id, .certificate-body > p:not(.certificate-state, .certificate-id) { min-height: 0; }
  .brand-wordmarks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact { padding: 90px 6vw; }
  .catalog-heading, .product-cta { grid-template-columns: 1fr; gap: 30px; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .specification-heading { grid-template-columns: 1fr; gap: 25px; }
  .specification-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  footer { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 620px) {
  .brand-name { font-size: 12px; }
  .hero { min-height: 90vh; }
  .hero > img { object-position: 42% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,30,26,.94), rgba(10,30,26,.58)); }
  .hero-content { width: auto; margin: 0; padding: 145px 24px 120px; }
  h1 { font-size: 48px; }
  h2 { font-size: 39px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-next { left: 24px; right: auto; bottom: 24px; }
  .stats div { min-height: 122px; padding: 24px 20px; }
  .stats strong { font-size: 31px; }
  .stats span { display: block; line-height: 1.3; }
  .section { padding: 74px 20px; }
  .section-intro, .section-heading-row { margin-bottom: 45px; }
  .partner-panel { min-height: auto; padding: 35px 25px; }
  .panel-number { font-size: 82px; }
  .partner-panel h3 { font-size: 32px; }
  .capability-feature figure { min-height: 390px; }
  .capability-copy { padding: 35px 24px; }
  .capability-copy h3 { font-size: 38px; }
  .capacity-lines div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .product-columns { grid-template-columns: 1fr; }
  .product-columns article { min-height: auto; padding: 32px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-columns article:last-child { border-bottom: 0; }
  .showcase-image { height: 420px; }
  .showcase-copy { padding: 74px 20px; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 10px; }
  .terms-note { margin-left: 58px; }
  .quality-photo { min-height: 520px; }
  .quality-content { padding: 74px 20px; }
  .quality-points div { flex-direction: column; gap: 2px; }
  .certificate-section { padding: 74px 20px; }
  .certificate-heading { margin-bottom: 42px; }
  .certificate-body { padding: 24px; }
  .region-list { grid-template-columns: 1fr 1fr; margin-top: 45px; }
  .region-list span { border-bottom: 1px solid var(--line); }
  .region-list span:nth-child(3) { padding-left: 0; }
  .brand-wordmarks { margin-top: 44px; }
  .brand-wordmark { height: 108px; padding: 14px; }
  .brand-wordmark span { font-size: 22px; }
  .brand-wordmark.motherhood span { font-size: 19px; }
  .contact { padding: 74px 20px; }
  .inquiry-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .products-hero { min-height: 74vh; }
  .products-hero-copy { padding: 140px 20px 70px; }
  .products-hero-copy h1 { font-size: 46px; }
  .product-catalog { padding: 74px 20px 90px; }
  .catalog-heading { display: block; }
  .catalog-heading > p { margin-top: 20px; }
  .filter-bar { flex-wrap: nowrap; margin: 38px -20px 28px; padding: 0 20px 8px; overflow-x: auto; }
  .filter-button { flex: 0 0 auto; }
  .catalog-grid { grid-template-columns: 1fr; }
  .product-meta { min-height: auto; padding: 26px 22px 32px; }
  .product-cta { padding: 74px 20px; }
  .company-place { min-height: 680px; align-items: flex-end; }
  .company-place::after { background: linear-gradient(0deg, rgba(10,29,25,.96), rgba(10,29,25,.28) 75%); }
  .company-place-hero img { object-position: 38% center; }
  .company-place-copy { width: 100%; margin: 0; padding: 300px 20px 60px; }
  .collection-hero { min-height: 66vh; }
  .collection-hero-copy { width: auto; padding: 125px 20px 60px; }
  .collection-hero-copy h1 { font-size: 46px; }
  .specification-section { padding: 74px 20px 90px; }
  .specification-heading { margin-bottom: 40px; }
  .specification-grid { grid-template-columns: 1fr; }
  .spec-content h2 { min-height: auto; }
  footer { padding: 30px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
