:root {
  --paper: #f8f5ef;
  --porcelain: #fffdf8;
  --mist: #e8e4dc;
  --clay: #a98069;
  --ink: #191715;
  --soft-ink: #514b45;
  --line: rgba(25, 23, 21, 0.14);
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(25, 23, 21, 0.12);
  /* Stable system stacks avoid layout shifts from unavailable web fonts. */
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", "Songti SC", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
}

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

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

.category-card img,
.product-media img,
.about-media img,
.detail-media img,
.about-main-visual img,
.about-small-visual img,
.about-capability-media img,
.oem-showcase-media img,
.catalog-card-media img,
.product-modal-figure img,
.service-image img,
.wide-media img,
.advantages-hero > img,
.strength-card > img,
.cooperation-card img,
.advantages-bottom-cta figure img,
.why-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3,
p,
a,
span,
strong,
button,
input,
textarea,
select {
  overflow-wrap: break-word;
}

h1,
h2 {
  text-wrap: balance;
}

/* Prevent grid/flex children from widening their parents on tighter screens. */
.hero-content > *,
.section-head > *,
.about-grid > *,
.about-copy-layout > *,
.about-editorial-grid > *,
.about-capability-head > *,
.oem-showcase-grid > *,
.why-layout > *,
.detail-layout > *,
.service-layout > *,
.contact-layout > *,
.products-catalog-head > *,
.footer-main > *,
.footer-links > *,
.catalog-card,
.category-card,
.service-card,
.process-card,
.why-card,
.about-capability,
.advantage,
.strength-card,
.cooperation-card,
.advantages-bottom-cta > * {
  min-width: 0;
}

.site-shell {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.8), rgba(248, 245, 239, 0.92)),
    var(--paper);
}

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
  padding: 0 clamp(20px, 5vw, 72px);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 260ms ease, color 260ms ease, border-color 260ms ease;
}

.nav.page-nav,
.nav.is-scrolled,
.nav.is-open {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.92);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: clamp(150px, 15vw, 210px);
  min-width: 150px;
  height: 42px;
}

.brand strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.brand span {
  font-size: 9px;
  letter-spacing: 0.26em;
}

.brand-logo {
  position: absolute;
  inset: 50% auto auto 0;
  width: 100%;
  height: auto;
  max-height: 42px;
  object-fit: contain;
  transform: translateY(-50%);
  transition: opacity 220ms ease;
}

.brand-logo-color {
  opacity: 0;
}

.brand-logo-white {
  opacity: 1;
}

.nav.page-nav .brand-logo-color,
.nav.is-scrolled .brand-logo-color,
.nav.is-open .brand-logo-color {
  opacity: 1;
}

.nav.page-nav .brand-logo-white,
.nav.is-scrolled .brand-logo-white,
.nav.is-open .brand-logo-white {
  opacity: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transition: width 220ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a[aria-current="page"]::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 16px;
  height: 1px;
  margin: 4px auto;
  background: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--porcelain);
  background: var(--ink);
}

.button.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
}

.nav.page-nav .button.light,
.nav.is-scrolled .button.light,
.nav.is-open .button.light {
  color: var(--ink);
  border-color: var(--ink);
}

.button.light.primary {
  color: var(--ink);
  border-color: var(--white);
  background: var(--white);
}

.hero {
  position: relative;
  --hero-image: url("hero/main-banner.webp");
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 116px clamp(20px, 5vw, 72px) 44px;
  color: var(--white);
  isolation: isolate;
}

.hero::before,
.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(90deg, rgba(18, 16, 14, 0.76) 0%, rgba(18, 16, 14, 0.42) 38%, rgba(18, 16, 14, 0.06) 74%),
    linear-gradient(0deg, rgba(18, 16, 14, 0.56), rgba(18, 16, 14, 0.05) 46%),
    var(--hero-image, url("https://images.unsplash.com/photo-1716004354868-510752cdab83?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=80&w=2400"));
  background-position: center;
  background-size: cover;
}

.hero::after {
  position: absolute;
  inset: auto clamp(20px, 5vw, 72px) 0;
  z-index: -1;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.22);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  width: 100%;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow,
.page-hero .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

h1 {
  max-width: min(860px, 100%);
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 118px);
  font-weight: 400;
  line-height: 0.9;
}

.hero-copy {
  max-width: 430px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

section,
.page-section {
  padding: clamp(72px, 10vw, 140px) clamp(20px, 5vw, 72px);
}

.page-hero {
  position: relative;
  min-height: 56vh;
  display: grid;
  align-items: end;
  padding: 146px clamp(20px, 5vw, 72px) 70px;
  color: var(--white);
  isolation: isolate;
}

.page-hero h1 {
  font-size: clamp(54px, 7vw, 98px);
}

.page-hero .lead {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.52fr);
  gap: clamp(30px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 68px);
}

h2 {
  max-width: min(760px, 100%);
  font-family: var(--serif);
  font-size: clamp(38px, 5.2vw, 76px);
  font-weight: 400;
  line-height: 0.98;
}

.lead {
  color: var(--soft-ink);
  font-size: 16px;
  line-height: 1.75;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.category {
  min-height: 150px;
  padding: 30px 22px 24px;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease;
}

a.category {
  display: block;
}

.category:last-child {
  border-right: 0;
}

.category:hover,
.category.is-active {
  background: var(--porcelain);
}

.category strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
}

.category span {
  display: block;
  margin-top: 12px;
  color: var(--soft-ink);
  font-size: 13px;
  line-height: 1.5;
}

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

.category-card {
  position: relative;
  min-height: clamp(380px, 42vw, 620px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background: var(--mist);
  isolation: isolate;
}

.category-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(18, 16, 14, 0.08) 18%, rgba(18, 16, 14, 0.72) 100%);
}

.category-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  transition: transform 480ms ease;
}

.category-card-copy {
  display: grid;
  gap: 12px;
  width: 100%;
  padding: clamp(20px, 2.6vw, 34px);
}

.category-card-copy strong {
  font-family: var(--serif);
  font-size: clamp(30px, 3.2vw, 52px);
  font-weight: 400;
  line-height: 0.96;
}

.category-card-copy span {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

.product-grid,
.content-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--porcelain);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.product-media {
  aspect-ratio: 4 / 5;
  background: var(--mist);
}

.product-body {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.product-title {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.08;
}

.product-desc,
.body-copy {
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.65;
}

.specs {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--soft-ink);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.mini-button {
  justify-self: start;
  border: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  cursor: pointer;
}

.about,
.contact {
  background: var(--porcelain);
}

.about-grid,
.detail-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 106px);
  align-items: center;
}

.contact-layout {
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  align-items: start;
}

.about-media,
.detail-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 8px;
}

.about-page-hero h1 {
  max-width: 1040px;
}

.about-page-hero .lead {
  max-width: 760px;
}

.about-copy-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: start;
}

.about-copy {
  display: grid;
  gap: 22px;
  max-width: 760px;
}

.about-copy p {
  color: var(--soft-ink);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.85;
}

.about-editorial-intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 78%, rgba(169, 128, 105, 0.08), transparent 26%),
    var(--porcelain);
}

.about-editorial-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(360px, 0.9fr) minmax(320px, 0.82fr);
  gap: clamp(34px, 5.5vw, 86px);
  align-items: center;
}

.about-editorial-title h2 {
  max-width: 620px;
}

.about-visual-stack {
  position: relative;
  min-height: clamp(360px, 30vw, 500px);
}

.about-main-visual,
.about-small-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--mist);
  box-shadow: 0 18px 50px rgba(25, 23, 21, 0.12);
}

.about-main-visual {
  position: absolute;
  inset: 0 7% 10% 0;
}

.about-main-visual img {
  object-position: 50% 45%;
}

.about-small-visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(42%, 260px);
  aspect-ratio: 4 / 3;
  border: 4px solid var(--porcelain);
}

.about-small-visual img {
  object-position: 54% 52%;
}

.about-editorial-copy {
  display: grid;
  gap: 22px;
  max-width: 620px;
}

.about-editorial-copy p {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.65;
}

.about-editorial-copy p + p {
  color: var(--soft-ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.75;
}

.about-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.about-mini-stats article {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0 18px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.about-mini-stats article:last-child {
  border-right: 0;
}

.about-mini-stats svg,
.about-capability svg {
  width: 34px;
  height: 34px;
  color: var(--clay);
  stroke-width: 1.35;
}

.about-mini-stats strong {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.05;
}

.about-mini-stats span {
  color: var(--soft-ink);
  font-size: 12px;
  line-height: 1.35;
}

.about-capabilities {
  background: var(--paper);
}

.about-capabilities-editorial {
  background:
    linear-gradient(180deg, rgba(232, 228, 220, 0.42), rgba(248, 245, 239, 0.86)),
    var(--paper);
}

.about-capability-head {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  grid-template-areas:
    "title media"
    "title lead";
  gap: 30px clamp(34px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(34px, 4.8vw, 60px);
}

.about-capability-title {
  grid-area: title;
}

.about-capability-media {
  grid-area: media;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 8px;
  background: var(--mist);
}

.about-capability-media img {
  aspect-ratio: 16 / 6.4;
  min-height: 168px;
  border-right: 1px solid rgba(255, 253, 248, 0.55);
}

.about-capability-media img:last-child {
  border-right: 0;
}

.about-capability-head .lead {
  grid-area: lead;
  justify-self: end;
  max-width: 560px;
}

.about-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  border: 0;
}

.about-capability {
  position: relative;
  min-height: 290px;
  display: grid;
  align-content: start;
  gap: 20px;
  overflow: hidden;
  padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
  isolation: isolate;
}

.about-capability::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(90deg, rgba(255, 253, 248, 0.96) 0%, rgba(255, 253, 248, 0.9) 42%, rgba(255, 253, 248, 0.54) 72%, rgba(255, 253, 248, 0.18) 100%),
    var(--about-capability-image);
  background-position: center right;
  background-size: cover;
  opacity: 0.78;
}

.about-capability::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: rgba(255, 253, 248, 0.28);
}

.about-capability-development {
  --about-capability-image: url("why/flexible-development.png");
}

.about-capability-production {
  --about-capability-image: url("oem/oem-production-line.png");
}

.about-capability-quality {
  --about-capability-image: url("why/quality-control.png");
}

.about-capability-delivery {
  --about-capability-image: url("why/export-experience.png");
}

.about-capability > div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.about-capability h3 {
  position: relative;
  padding-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(27px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.02;
}

.about-capability h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 1px;
  content: "";
  background: var(--clay);
}

.about-capability p {
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.72;
}

.about-numbers {
  background: var(--porcelain);
}

.about-number-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.about-number-grid article {
  min-height: 210px;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-number-grid strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(34px, 3vw, 56px);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.about-number-grid span {
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.55;
}

.about-quote-cta {
  background:
    radial-gradient(circle at 50% 10%, rgba(169, 128, 105, 0.09), transparent 34%),
    var(--paper);
}

.about-quote-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about-quote-inner h2 {
  max-width: 900px;
}

.about-quote-inner p {
  max-width: 710px;
  margin: 26px auto 0;
  color: var(--soft-ink);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.75;
}

.about-quote-inner .button {
  margin-top: 38px;
}

.oem-showcase {
  background: var(--porcelain);
}

.oem-showcase-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.oem-showcase-media {
  position: relative;
  min-height: clamp(500px, 58vw, 760px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--mist);
  isolation: isolate;
}

.oem-showcase-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(248, 245, 239, 0.14), rgba(87, 73, 62, 0.24)),
    rgba(169, 128, 105, 0.1);
  pointer-events: none;
}

.oem-showcase-media img {
  object-position: 50% 72%;
}

.oem-showcase-media figcaption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  color: var(--white);
  background: rgba(25, 23, 21, 0.34);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.products-catalog {
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(122px, 11vw, 152px) clamp(20px, 3.2vw, 62px) clamp(72px, 7vw, 112px);
}

.products-catalog-head {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.5fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: start;
  max-width: 1840px;
  margin: 0 auto;
}

.products-catalog-head h1 {
  max-width: 720px;
  font-family: var(--serif);
  font-size: clamp(46px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.products-catalog-head > p {
  max-width: 500px;
  padding-top: 14px;
  color: var(--soft-ink);
  font-size: 15px;
  line-height: 1.85;
}

.catalog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: clamp(34px, 4vw, 54px);
  color: var(--soft-ink);
  font-size: 15px;
}

.catalog-breadcrumb a {
  transition: color 180ms ease;
}

.catalog-breadcrumb a:hover {
  color: var(--ink);
}

.catalog-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 1840px;
  margin: 30px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.38);
}

.catalog-tab {
  min-height: 66px;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  font-size: clamp(14px, 1vw, 18px);
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.catalog-tab:last-child {
  border-right: 0;
}

.catalog-tab:hover,
.catalog-tab.is-active {
  color: var(--porcelain);
  background: var(--ink);
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1840px;
  margin: 26px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 15px;
}

.catalog-tools {
  display: flex;
  align-items: center;
  gap: 28px;
}

.catalog-tools label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.catalog-tools select {
  width: auto;
  min-height: 34px;
  padding: 0 26px 0 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 600;
}

.catalog-view-toggle {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.52);
}

.catalog-view-toggle button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.catalog-view-toggle button:last-child {
  border-right: 0;
}

.catalog-view-toggle button.is-active {
  background: var(--porcelain);
}

.catalog-view-toggle svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.9;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1840px;
  margin: 34px auto 0;
}

.catalog-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.64);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.catalog-card-media {
  position: relative;
  aspect-ratio: 3 / 4.05;
  display: block;
  overflow: hidden;
  background: #f1f0ee;
}

.catalog-card-media a {
  display: block;
  width: 100%;
  height: 100%;
}

.catalog-card-media img {
  object-fit: contain;
  object-position: center bottom;
  transition: transform 420ms ease;
}

.favorite-button {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  color: var(--porcelain);
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 2px 8px rgba(25, 23, 21, 0.24));
}

.favorite-button svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.7;
}

.catalog-card-body {
  display: grid;
  gap: 14px;
  padding: clamp(16px, 1.45vw, 22px);
  background: rgba(255, 253, 248, 0.9);
}

.catalog-card-body h2 {
  font-family: var(--sans);
  font-size: clamp(20px, 1.35vw, 25px);
  font-weight: 600;
  line-height: 1.1;
}

.catalog-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: var(--soft-ink);
  font-size: 13px;
  line-height: 1.45;
}

.catalog-specs span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.catalog-specs span:not(:last-child)::after {
  width: 1px;
  height: 14px;
  content: "";
  background: rgba(25, 23, 21, 0.5);
}

@media (hover: hover) and (pointer: fine) {
  .category-card:hover img {
    transform: scale(1.035);
  }

  .catalog-card:hover {
    transform: translateY(-4px);
    border-color: rgba(25, 23, 21, 0.22);
    box-shadow: 0 18px 54px rgba(25, 23, 21, 0.1);
  }

  .catalog-card:hover .catalog-card-media img {
    transform: scale(1.015);
  }
}

.product-modal[hidden] {
  display: none;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25, 23, 21, 0.46);
  backdrop-filter: blur(12px);
}

.product-modal-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(340px, 0.42fr);
  gap: clamp(22px, 3vw, 42px);
  width: min(1120px, calc(100vw - 48px));
  max-height: min(88vh, 920px);
  max-height: min(88dvh, 920px);
  overflow-y: auto;
  padding: clamp(14px, 1.4vw, 20px);
  border: 1px solid rgba(25, 23, 21, 0.12);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 32px 100px rgba(25, 23, 21, 0.24);
}

.product-modal-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(25, 23, 21, 0.16);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.76);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.product-modal-close svg {
  width: 18px;
  height: 18px;
}

.product-modal-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
  min-width: 0;
}

.product-modal-figure {
  margin: 0;
  aspect-ratio: 3 / 4.05;
  overflow: hidden;
  border-radius: 6px;
  background: var(--mist);
}

.product-modal-figure.is-primary {
  grid-column: 1 / -1;
  aspect-ratio: 3 / 3.35;
}

.product-modal-figure img {
  object-fit: contain;
  object-position: center bottom;
}

.product-modal-content {
  align-self: start;
  min-width: 0;
  padding: clamp(6px, 1vw, 12px) clamp(4px, 1vw, 10px);
}

.product-modal-label {
  margin: 0 0 10px;
  color: var(--clay);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-modal-content > h2 {
  font-family: var(--sans);
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 600;
  line-height: 1.1;
}

.product-modal-content > p:not(.product-modal-label) {
  max-width: 520px;
  margin-top: 12px;
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.55;
}

.product-option-block {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.product-option-block h3,
.product-spec-panel h3 {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.product-swatches,
.product-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.product-swatch {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(25, 23, 21, 0.18);
  border-radius: 50%;
  background: var(--swatch);
  cursor: pointer;
}

.product-swatch.is-active {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.product-size {
  min-width: 50px;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--ink);
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

.product-size.is-active {
  border-color: var(--ink);
  background: var(--porcelain);
}

.product-spec-panel {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.product-spec-panel dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
  margin: 16px 0 0;
}

.product-spec-panel div {
  display: grid;
  grid-template-columns: minmax(90px, 0.62fr) minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
}

.product-spec-panel dt,
.product-spec-panel dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.product-spec-panel dt {
  color: var(--soft-ink);
  font-weight: 600;
}

.product-spec-panel dd {
  color: var(--ink);
}

.product-modal-actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.product-modal-primary,
.product-modal-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}

.product-modal-primary {
  color: var(--porcelain);
  background: var(--ink);
}

.product-modal-secondary {
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
}

.product-modal-primary svg,
.product-modal-secondary svg {
  width: 17px;
  height: 17px;
}

body.product-modal-open {
  overflow: hidden;
}

.oem-showcase-content h2 {
  max-width: 720px;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 4.5vw, 58px);
}

.service-card {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  gap: 26px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(248, 245, 239, 0.62);
  container-type: inline-size;
}

.service-card h3 {
  width: 100%;
  max-width: none;
  font-family: var(--serif);
  font-size: clamp(22px, 1.45vw, 30px);
  font-size: clamp(22px, 10cqi, 30px);
  font-weight: 400;
  line-height: 1.05;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.service-card p {
  width: 100%;
  max-width: 100%;
  color: var(--soft-ink);
  font-size: 13px;
  font-size: clamp(12px, 4.4cqi, 13px);
  line-height: 1.65;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

/* Four columns only when each card has enough room for complete words. */
@media (min-width: 1681px) {
  .service-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.wide-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 34px;
}

.story-list,
.contact-list,
.detail-list {
  display: grid;
  margin-top: 36px;
  border-top: 1px solid var(--line);
}

.story-item,
.contact-line,
.detail-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.contact-line {
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
}

.story-item strong,
.contact-line strong,
.detail-row strong {
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-line strong {
  color: var(--clay);
}

.story-item span,
.contact-line span,
.contact-line a,
.detail-row span {
  color: var(--soft-ink);
  font-size: 15px;
  line-height: 1.7;
}

.contact-qr {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  max-width: 100%;
  margin-top: 28px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
}

.contact-qr a {
  flex: 0 0 auto;
  padding: 8px;
  border: 1px solid rgba(173, 124, 96, 0.24);
  border-radius: 6px;
  background: #fff;
}

.contact-qr img {
  width: clamp(112px, 10vw, 148px);
  height: auto;
}

.contact-qr strong,
.contact-qr span {
  display: block;
}

.contact-qr strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-qr span {
  max-width: 190px;
  margin-top: 8px;
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.5;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.advantage {
  min-height: 220px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.45);
}

.advantage b {
  display: block;
  color: var(--clay);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}

.advantage h3 {
  margin-top: 36px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.advantage p {
  margin-top: 12px;
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.7;
}

.advantages-page {
  background: var(--paper);
}

.advantages-hero {
  position: relative;
  min-height: clamp(520px, 44vw, 650px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 116px clamp(20px, 6vw, 108px) 56px;
  color: var(--white);
  isolation: isolate;
}

.advantages-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(20, 17, 15, 0.88) 0%, rgba(20, 17, 15, 0.62) 44%, rgba(20, 17, 15, 0.1) 100%),
    linear-gradient(180deg, rgba(20, 17, 15, 0.18), rgba(20, 17, 15, 0.28));
}

.advantages-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  object-position: 58% center;
  filter: saturate(0.86) contrast(1.02);
}

.advantages-hero-copy {
  max-width: 680px;
}

.advantages-hero-copy h1 {
  max-width: 650px;
  font-family: var(--serif);
  font-size: clamp(52px, 5.4vw, 82px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
}

.advantages-hero-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.72;
}

.advantages-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 34px;
}

.advantages-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding-right: 28px;
  margin-right: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.advantages-hero-points span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.advantages-hero-points svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.35;
}

.advantages-section {
  max-width: 1680px;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 68px) clamp(20px, 4vw, 72px) 0;
}

.advantages-title {
  margin-bottom: 20px;
}

.advantages-title h2 {
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1;
}

.advantages-title p {
  margin-top: 8px;
  color: var(--soft-ink);
  font-size: 15px;
}

.advantages-title.compact {
  margin-bottom: 16px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.core-strength-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.strength-card {
  display: grid;
  align-content: start;
}

.strength-card > img {
  width: 100%;
  height: clamp(170px, 12vw, 220px);
  aspect-ratio: 2.3 / 1;
  border-radius: 2px;
  object-fit: cover;
  filter: saturate(0.88);
}

.strength-card h3 {
  margin-top: 20px;
  font-family: var(--serif);
  font-size: clamp(25px, 2vw, 33px);
  font-weight: 400;
  line-height: 1.05;
}

.strength-card p {
  margin-top: 12px;
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.65;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--soft-ink);
  font-size: 13px;
}

.check-list li {
  display: flex;
  gap: 12px;
  align-items: center;
}

.check-list li::before {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border: 1px solid var(--clay);
  border-radius: 50%;
  content: "";
  background:
    linear-gradient(135deg, transparent 45%, var(--clay) 46% 54%, transparent 55%) center / 8px 8px no-repeat;
}

.outerwear-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 18px;
  margin-top: 24px;
  color: var(--soft-ink);
  font-size: 13px;
}

.outerwear-type-grid span,
.cta-mini-points span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.outerwear-type-grid svg,
.cta-mini-points svg {
  width: 24px;
  height: 24px;
  color: var(--clay);
  stroke-width: 1.35;
}

.quality-steps {
  position: relative;
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0 0 0 25px;
  color: var(--soft-ink);
  font-size: 13px;
  list-style: none;
}

.quality-steps::before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 7px;
  width: 1px;
  content: "";
  background: var(--clay);
}

.quality-steps li {
  position: relative;
}

.quality-steps li::before {
  position: absolute;
  top: 2px;
  left: -23px;
  width: 13px;
  height: 13px;
  border: 1px solid var(--clay);
  border-radius: 50%;
  content: "";
  background: var(--paper);
}

.cooperation-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cooperation-card {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 0.58fr);
  min-height: 220px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.56);
}

.cooperation-card img {
  height: 100%;
  min-height: 220px;
  filter: saturate(0.82);
}

.cooperation-card > div {
  display: grid;
  align-content: start;
  padding: 26px 24px;
}

.cooperation-card h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.cooperation-card p {
  margin-top: 12px;
  color: var(--soft-ink);
  font-size: 13px;
  line-height: 1.62;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag-row span {
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--clay);
  background: rgba(255, 253, 248, 0.7);
  font-size: 11px;
}

.advantage-data-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.48);
}

.advantage-data-strip article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 4px 16px;
  align-items: center;
  min-height: 112px;
  padding: 24px 28px;
  border-right: 1px solid var(--line);
}

.advantage-data-strip article:last-child {
  border-right: 0;
}

.advantage-data-strip svg {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  color: var(--clay);
  stroke-width: 1.3;
}

.advantage-data-strip strong {
  color: var(--clay);
  font-family: var(--serif);
  font-size: clamp(28px, 2.3vw, 38px);
  font-weight: 400;
  line-height: 1;
}

.advantage-data-strip span {
  color: var(--soft-ink);
  font-size: 13px;
}

.advantage-process {
  border: 1px solid var(--line);
  border-top: 0;
  background: rgba(255, 253, 248, 0.38);
}

.advantage-process h2 {
  max-width: none;
  padding: 24px 20px 18px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.1;
}

.advantage-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  padding: 32px 32px 28px;
}

.advantage-process-line::before {
  position: absolute;
  top: 57px;
  right: 72px;
  left: 72px;
  height: 1px;
  content: "";
  background: var(--line);
}

.advantage-process-line article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: var(--soft-ink);
  font-size: 12px;
  text-align: center;
}

.advantage-process-line i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--clay);
  background: #e8dfd3;
}

.advantage-process-line svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.45;
}

.advantages-bottom-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.86fr) minmax(240px, 0.8fr);
  max-width: 1680px;
  margin: 14px auto clamp(52px, 5vw, 84px);
  padding: 0 clamp(20px, 4vw, 72px);
}

.advantages-bottom-cta > div,
.advantages-bottom-cta figure {
  min-height: 240px;
  border: 1px solid var(--line);
  border-right: 0;
  background: rgba(255, 253, 248, 0.5);
}

.advantages-bottom-cta > div {
  display: grid;
  align-content: center;
  padding: clamp(28px, 3vw, 42px);
}

.advantages-bottom-cta > div:nth-child(2) {
  background: rgba(239, 229, 216, 0.72);
}

.advantages-bottom-cta figure {
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--line);
}

.advantages-bottom-cta figure img {
  object-position: center 30%;
}

.advantages-bottom-cta h2 {
  max-width: 480px;
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1;
}

.advantages-bottom-cta p {
  max-width: 560px;
  margin-top: 16px;
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.65;
}

.cta-mini-points,
.advantages-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.cta-mini-points span {
  color: var(--soft-ink);
  font-size: 12px;
}

.process-showcase {
  background: rgba(248, 245, 239, 0.72);
}

.process-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-card {
  min-height: 250px;
  display: grid;
  align-content: space-between;
  gap: 34px;
  padding: clamp(22px, 2.5vw, 34px) clamp(18px, 2vw, 28px);
  border-right: 1px solid var(--line);
}

.process-card:last-child {
  border-right: 0;
}

.process-card b {
  display: block;
  color: var(--clay);
  font-family: var(--serif);
  font-size: clamp(54px, 5.4vw, 92px);
  font-weight: 400;
  line-height: 0.86;
}

.process-card h3 {
  max-width: 190px;
  font-family: var(--serif);
  font-size: clamp(23px, 1.7vw, 30px);
  font-weight: 400;
  line-height: 1.02;
}

.process-card p {
  margin-top: 12px;
  color: var(--soft-ink);
  font-size: 13px;
  line-height: 1.6;
}

.why-melisa {
  background: var(--porcelain);
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(44px, 5vw, 76px);
  align-items: start;
}

.why-intro {
  display: grid;
  align-content: start;
}

.why-intro h2 {
  max-width: 560px;
  font-size: clamp(52px, 5vw, 80px);
  line-height: 0.98;
}

.why-intro .lead {
  max-width: 560px;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.85;
}

.why-media {
  aspect-ratio: 16 / 7.8;
  overflow: hidden;
  border-radius: 8px;
  margin-top: clamp(40px, 4.6vw, 64px);
  background: var(--mist);
}

.why-media img {
  object-position: 54% 52%;
}

.why-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(340px, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.why-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  row-gap: 24px;
  padding: clamp(38px, 3vw, 50px) clamp(30px, 3vw, 44px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  isolation: isolate;
}

.why-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(90deg, rgba(255, 253, 248, 1) 0%, rgba(255, 253, 248, 1) 38%, rgba(255, 253, 248, 0.92) 48%, rgba(255, 253, 248, 0.58) 62%, rgba(255, 253, 248, 0.16) 78%, rgba(255, 253, 248, 0) 100%),
    var(--why-card-image);
  background-position: center right;
  background-size: cover;
  opacity: 0.96;
  pointer-events: none;
}

.why-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background: var(--porcelain);
}

.why-card-export {
  --why-card-image: url("why/export-experience.png");
}

.why-card-sourcing {
  --why-card-image: url("why/integrated-sourcing.png");
}

.why-card-development {
  --why-card-image: url("why/flexible-development.png");
}

.why-card-quality {
  --why-card-image: url("why/quality-control.png");
}

.why-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(169, 128, 105, 0.42);
  border-radius: 50%;
  color: var(--clay);
}

.why-icon svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.4;
}

.why-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.02;
}

.why-card p {
  max-width: 360px;
  margin: 0;
  color: var(--soft-ink);
  font-size: 15px;
  line-height: 1.78;
}

.inquiry-cta {
  padding-top: clamp(70px, 8vw, 112px);
  padding-bottom: clamp(70px, 8vw, 112px);
  background:
    radial-gradient(circle at 18% 22%, rgba(169, 128, 105, 0.08), transparent 30%),
    var(--paper);
}

.inquiry-cta-inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.inquiry-cta h2 {
  max-width: 1280px;
  font-size: clamp(46px, 4.8vw, 78px);
  line-height: 0.95;
  white-space: normal;
}

.inquiry-cta p {
  max-width: 650px;
  margin: 28px auto 0;
  color: var(--soft-ink);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.72;
}

.inquiry-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  margin-top: clamp(34px, 4vw, 52px);
}

.inquiry-button {
  min-width: 260px;
  min-height: 64px;
  border-color: var(--clay);
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
}

.inquiry-button.primary {
  border-color: var(--clay);
  background: linear-gradient(135deg, #b8794e, #945d39);
}

.inquiry-button.outline {
  color: #945d39;
  background: transparent;
}

.oem {
  color: var(--white);
  background: #211d19;
}

.oem .eyebrow,
.oem .lead {
  color: rgba(255, 253, 248, 0.72);
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.54fr);
  gap: clamp(32px, 6vw, 94px);
  align-items: stretch;
}

.service-image {
  min-height: 560px;
  border-radius: 8px;
  overflow: hidden;
}

.process {
  display: grid;
  align-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.process-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.process-step span {
  color: var(--clay);
  font-family: var(--serif);
  font-size: 30px;
}

.process-step strong {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-step p {
  margin-top: 8px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--soft-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

input,
textarea,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--porcelain);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--clay);
  box-shadow: 0 0 0 3px rgba(169, 128, 105, 0.14);
}

.form-message {
  min-height: 20px;
  color: var(--clay);
  font-size: 13px;
  line-height: 1.5;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer {
  padding: clamp(52px, 6vw, 84px) clamp(20px, 5vw, 72px) 34px;
  border-top: 1px solid var(--line);
  color: var(--soft-ink);
  background: var(--paper);
  font-size: 14px;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.9fr);
  gap: clamp(54px, 10vw, 168px);
  align-items: start;
}

.footer-logo {
  display: block;
  width: clamp(128px, 9vw, 168px);
  margin-bottom: 18px;
}

.footer-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-brand p {
  max-width: 330px;
  color: var(--soft-ink);
  line-height: 1.75;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--clay);
  border-radius: 999px;
  color: #945d39;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.footer-social a:hover {
  color: var(--white);
  background: var(--clay);
  transform: translateY(-2px);
}

.footer-social svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 58px);
}

.footer-links h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 13px;
  color: var(--soft-ink);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.footer-links a {
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a:hover {
  color: var(--ink);
  transform: translateX(3px);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 24px;
  margin-top: clamp(48px, 6vw, 76px);
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: rgba(81, 75, 69, 0.72);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1440px) {
  .oem-showcase-grid {
    grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(30px, 4vw, 56px);
  }

  .oem-showcase-media {
    min-height: clamp(460px, 47vw, 620px);
  }

  .oem-showcase-content h2 {
    font-size: clamp(48px, 5.2vw, 74px);
    line-height: 0.96;
  }

  .service-card {
    min-height: 215px;
  }

  .service-card h3 {
    font-size: clamp(24px, 2vw, 32px);
    font-size: clamp(24px, 8cqi, 32px);
  }
}

@media (max-width: 1280px) {
  .why-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .why-intro h2 {
    max-width: 760px;
    font-size: clamp(48px, 5.8vw, 70px);
  }

  .why-intro .lead {
    max-width: 720px;
  }

  .why-card-grid {
    grid-template-rows: none;
  }

  .why-card {
    min-height: 300px;
    row-gap: 18px;
    padding: 34px 30px;
  }

  .why-card p {
    max-width: 420px;
    font-size: 14px;
    line-height: 1.68;
  }
}

@media (max-width: 1280px) and (min-width: 1081px) {
  .about-editorial-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
    gap: clamp(32px, 4.5vw, 58px);
  }

  .about-editorial-title {
    grid-column: 1 / -1;
  }

  .about-editorial-title h2 {
    max-width: 780px;
  }

  .about-visual-stack {
    min-height: clamp(340px, 36vw, 460px);
  }

  .about-editorial-copy {
    max-width: none;
  }

  .oem-showcase-grid {
    grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
    gap: 44px;
  }

  .service-card {
    min-height: 210px;
  }

  .catalog-grid {
    gap: 18px;
  }

  .catalog-card-body {
    padding: 22px;
  }
}

@media (max-width: 1080px) {
  .nav-links {
    gap: 15px;
    font-size: 11px;
  }

  .hero-content,
  .section-head,
  .about-grid,
  .about-copy-layout,
  .about-editorial-grid,
  .about-capability-head,
  .oem-showcase-grid,
  .why-layout,
  .detail-layout,
  .service-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .category-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category:nth-child(2n) {
    border-right: 0;
  }

  .product-grid,
  .content-grid,
  .catalog-grid,
  .category-card-grid,
  .core-strength-grid,
  .cooperation-card-grid,
  .service-card-grid,
  .process-card-grid,
  .about-capability-grid,
  .about-number-grid,
  .advantage-data-strip,
  .advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-card:nth-child(2n) {
    border-right: 0;
  }

  .process-card:last-child {
    grid-column: 1 / -1;
    min-height: 210px;
  }

  .why-card {
    min-height: 260px;
  }

  .why-card-grid {
    grid-template-rows: repeat(2, minmax(280px, 1fr));
  }

  .oem-showcase-media {
    min-height: 520px;
  }

  .service-image {
    min-height: 440px;
  }

  .about-capability-head {
    grid-template-areas:
      "title"
      "media"
      "lead";
  }

  .about-capability-head .lead {
    justify-self: start;
  }

  .about-visual-stack {
    min-height: 470px;
  }

  .products-catalog-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .products-catalog-head > p {
    max-width: 640px;
    padding-top: 0;
  }

  .catalog-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-tab:nth-child(3n) {
    border-right: 0;
  }

  .catalog-tab:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .advantages-bottom-cta {
    grid-template-columns: 1fr 1fr;
  }

  .advantages-bottom-cta figure {
    grid-column: 1 / -1;
    min-height: 280px;
    border-top: 0;
  }

  .advantage-process-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .advantage-process-line::before {
    display: none;
  }
}

@media (max-width: 820px) {
  .nav {
    height: 68px;
    padding-inline: 20px;
  }

  .nav-links {
    position: absolute;
    inset: 68px 0 auto;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 20px 22px;
    color: var(--ink);
    background: rgba(255, 253, 248, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .nav.is-open .nav-links {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-actions .button {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    min-height: 94vh;
    min-height: 94svh;
    padding-top: 100px;
  }

  .page-hero {
    min-height: auto;
    padding-top: 124px;
    padding-bottom: 58px;
  }

  h1,
  .page-hero h1 {
    font-size: 48px;
    line-height: 0.98;
  }

  h2,
  .oem-showcase-content h2,
  .why-intro h2,
  .inquiry-cta h2 {
    font-size: 42px;
    line-height: 1;
  }

  .lead,
  .hero-copy {
    font-size: 15px;
    line-height: 1.72;
  }

  .hero-content {
    gap: 34px;
  }

  .category-strip,
  .content-grid,
  .core-strength-grid,
  .cooperation-card-grid,
  .about-number-grid,
  .advantage-data-strip,
  .advantage-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .about-capability,
  .about-number-grid article {
    min-height: auto;
  }

  .about-editorial-copy p {
    font-size: 18px;
  }

  .about-mini-stats {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 22px;
  }

  .about-mini-stats article {
    grid-template-columns: 44px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    border-right: 0;
    padding: 0;
    text-align: left;
  }

  .about-mini-stats article span {
    grid-column: 2;
  }

  .about-capability-media {
    grid-template-columns: 1fr;
  }

  .about-capability-media img {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 248, 0.55);
  }

  .about-capability-media img:last-child {
    border-bottom: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-card,
  .process-card:nth-child(2n) {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-card:last-child {
    grid-column: auto;
    border-bottom: 0;
  }

  .why-card-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .why-card {
    min-height: auto;
    grid-template-rows: auto auto auto;
    row-gap: 18px;
    padding: 30px 24px;
  }

  .why-card p {
    max-width: none;
    font-size: 14px;
  }

  .inquiry-actions {
    gap: 14px;
  }

  .inquiry-cta h2 {
    white-space: normal;
  }

  .inquiry-button {
    width: 100%;
    min-width: 0;
  }

  .why-intro {
    display: block;
  }

  .oem-showcase-media {
    min-height: 420px;
  }

  .category-card {
    min-height: 420px;
  }

  .category-card-copy strong {
    font-size: 38px;
  }

  .category {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .story-item,
  .process-step,
  .contact-line,
  .detail-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-qr {
    align-items: flex-start;
  }

  .service-image {
    min-height: 340px;
  }

  .products-catalog {
    padding: 104px 18px 64px;
  }

  .products-catalog-head h1 {
    font-size: 46px;
    line-height: 1;
  }

  .catalog-breadcrumb {
    gap: 14px;
    margin-top: 28px;
    font-size: 14px;
  }

  .catalog-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 7px;
  }

  .catalog-tab {
    min-height: 58px;
    border-top: 0;
    border-right: 1px solid var(--line);
  }

  .catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .catalog-tools {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }

  .catalog-card-media {
    aspect-ratio: 1 / 0.82;
  }

  .product-modal {
    align-items: end;
    padding: 14px;
  }

  .product-modal-card {
    grid-template-columns: 1fr;
    width: 100%;
    max-height: 88vh;
    max-height: 88dvh;
    border-radius: 12px 12px 8px 8px;
  }

  .product-modal-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .product-modal-figure,
  .product-modal-figure.is-primary {
    grid-column: auto;
    aspect-ratio: 3 / 4.05;
  }

  .product-spec-panel dl {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .advantages-hero {
    min-height: auto;
    padding: 112px 20px 54px;
  }

  .advantages-hero-copy h1 {
    font-size: 46px;
    line-height: 1;
  }

  .advantages-hero-points {
    gap: 14px;
  }

  .advantages-hero-points span {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }

  .advantages-section {
    padding-inline: 18px;
  }

  .strength-card > img {
    min-height: 210px;
  }

  .outerwear-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cooperation-card {
    grid-template-columns: 1fr;
  }

  .cooperation-card img {
    min-height: 210px;
    aspect-ratio: 1.8 / 1;
  }

  .advantage-data-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .advantage-data-strip article:last-child {
    border-bottom: 0;
  }

  .advantage-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 18px;
  }

  .advantages-bottom-cta {
    grid-template-columns: 1fr;
    padding-inline: 18px;
  }

  .advantages-bottom-cta > div,
  .advantages-bottom-cta figure {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .advantages-bottom-cta figure {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .product-grid,
  .category-card-grid,
  .service-card-grid,
  .process-card-grid,
  .about-capability-grid {
    grid-template-columns: 1fr;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
  }

  .catalog-card-media {
    aspect-ratio: 3 / 4.05;
  }

  .catalog-card-body {
    gap: 12px;
    padding: 12px;
  }

  .catalog-card-body h2 {
    font-size: clamp(14px, 4.2vw, 17px);
    line-height: 1.15;
  }

  .catalog-specs {
    display: grid;
    gap: 4px;
    font-size: 11px;
  }

  .catalog-specs span {
    display: block;
  }

  .catalog-specs span:not(:last-child)::after {
    display: none;
  }

  .favorite-button {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
  }

  .favorite-button svg {
    width: 21px;
    height: 21px;
  }

  .catalog-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-tab {
    min-height: 56px;
    padding-inline: 10px;
    font-size: 14px;
    border-top: 0;
    border-right: 1px solid var(--line);
  }

  .catalog-tab:nth-child(n) {
    border-right: 1px solid var(--line);
    border-top: 0;
  }

  .catalog-tab:nth-child(2n) {
    border-right: 0;
  }

  .catalog-tab:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 520px) {
  section,
  .page-section {
    padding: 58px 18px;
  }

  .hero {
    min-height: 92vh;
    min-height: 92svh;
    padding: 96px 18px 36px;
  }

  .page-hero {
    padding: 112px 18px 50px;
  }

  .brand {
    width: 138px;
    min-width: 138px;
  }

  .brand strong {
    font-size: 19px;
  }

  h1,
  .hero h1,
  .page-hero h1 {
    font-size: 44px;
    line-height: 1;
  }

  h2,
  .oem-showcase-content h2,
  .why-intro h2,
  .inquiry-cta h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .hero-copy {
    margin-top: 20px;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .hero-actions {
    flex-direction: column;
    margin-top: 26px;
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding-inline: 16px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-social {
    gap: 10px;
  }

  .product-body,
  .advantage,
  .form {
    padding: 18px;
  }

  .oem-showcase-media,
  .category-card {
    min-height: 360px;
  }

  .service-card,
  .process-card {
    min-height: auto;
  }

  .about-visual-stack {
    min-height: 380px;
  }

  .about-main-visual {
    inset: 0 0 14% 0;
  }

  .about-small-visual {
    width: 48%;
  }

  .about-capability {
    padding: 24px 22px;
  }

  .inquiry-button {
    min-height: 56px;
    font-size: 16px;
  }

  .products-catalog-head h1 {
    font-size: 40px;
  }

  .products-catalog-head > p {
    font-size: 14px;
  }

  .catalog-tools {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-view-toggle {
    width: 100%;
  }

  .catalog-view-toggle button {
    flex: 1;
  }

  .catalog-specs {
    display: grid;
    gap: 8px;
  }

  .catalog-specs span::after {
    display: none;
  }

  .product-modal {
    padding: 8px;
  }

  .product-modal-card {
    padding: 10px;
  }

  .product-modal-gallery {
    gap: 6px;
  }

  .product-modal-content > p {
    font-size: 13px;
  }

  .product-size {
    min-width: 44px;
  }

  .product-spec-panel div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .advantages-hero-copy h1 {
    font-size: 39px;
  }

  .advantages-title h2,
  .advantages-bottom-cta h2 {
    font-size: 32px;
  }

  .outerwear-type-grid,
  .advantage-process-line {
    grid-template-columns: 1fr;
  }

  .advantage-data-strip article {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 20px;
  }

  .advantage-data-strip svg {
    width: 30px;
    height: 30px;
  }

  .advantages-cta-actions .button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  h1,
  .hero h1,
  .page-hero h1 {
    font-size: 39px;
  }

  h2,
  .why-intro h2,
  .inquiry-cta h2 {
    font-size: 33px;
  }

  .brand {
    width: 126px;
    min-width: 126px;
  }

  .nav {
    padding-inline: 16px;
  }
}
