:root {
  --ink: #4a1d30;
  --paper: #fbf7f5;
  --soft: #4a1d30;
  --line: #e4d9d6;
  --red: #d49a8a;
}

body { background: var(--paper); color: var(--ink); }
.nav { background: #fff9f7; color: #4a1d30; border-color: #e4d9d6; }
.brand i { color: #d49a8a; }
.tools a { border-color: #c98f91; }
.hero { background: #4a1d30; color: #fff9f7; }
.eyebrow { color: #e4b8ac; }
.button { background: #d49a8a; color: #371522; }
.collections { background: #f1e8e5; }
.contact { background: #64243d; }
.contact .button { background: #d49a8a; color: #371522; }
.note { color: #f0cfc7; }
.card { cursor: pointer; }
.card { min-height: 0; aspect-ratio: 4 / 5; }
.card img { object-position: center top; }
.card:focus-visible { outline: 3px solid #d49a8a; outline-offset: -3px; }
.card { display: flex; flex-direction: column; aspect-ratio: auto; overflow: visible; background: transparent; }
.card img { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; flex: 0 0 auto; }
.card .label { position: static; padding: 12px 4px 18px; color: var(--ink); background: transparent; }
.card .label small { color: #a66b78; }
.card .label h3 { color: var(--ink); margin: 5px 0 0; }
.lang-nav { display: inline-flex; gap: 7px; align-items: center; }
.lang-nav a { border: 0; padding: 0; color: inherit; font-size: 11px; }
.lang-nav a + a { border-left: 1px solid #c98f91; padding-left: 7px; }
.tools > a:first-of-type { display: none; }

/* Official horizontal mark: keeps the complete logo visible in the nav. */
.brand.brand-logo {
  display: inline-flex;
  align-items: center;
  width: min(390px, 42vw);
  height: 54px;
  line-height: 0;
}
.brand.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 760px) {
  .nav {
    min-height: 118px;
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    gap: 4px 0;
    padding: 10px 22px;
  }
  .brand.brand-logo {
    width: 100%;
    height: 52px;
    flex: 0 0 100%;
  }
  .tools {
    width: 100%;
    justify-content: flex-start;
    min-height: 32px;
  }
}

/* Homepage hero media: use the supplied landscape asset on wide screens and
   the portrait crop on phones, with a solid translucent veil for readability. */
.hero {
  position: relative;
  overflow: hidden;
  background: #4a1d30 url('/uploads/hero-desktop.jpg') center / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(45, 20, 32, .16);
}
.hero .wrap {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Keep the copy in the architectural upper portion of the factory image. */
.hero {
  align-items: flex-start;
  padding: 48px 0 64px;
}
@media (max-width: 760px) {
  .hero {
    background-image: url('/uploads/hero-mobile.jpg');
    background-position: center top;
    align-items: flex-start;
    padding: 32px 0 48px;
  }
}

/* Editorial type treatment for the hero copy. The Chinese fallbacks keep the
   same serif character when a CJK webfont is not installed on the device. */
.hero .eyebrow {
  color: #e8b8aa;
  font-family: "Avenir Next", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
}
.hero h1 {
  color: #f3d3c8;
  font-family: "Bodoni 72", Didot, Georgia, "Noto Serif CJK SC", "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
  font-size: clamp(36px, 5.6vw, 62px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .02em;
  max-width: 680px;
  text-shadow: 0 2px 18px rgba(27, 10, 18, .28);
}
.hero p {
  color: #fff4ed;
  font-family: "Avenir Next", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  max-width: 610px;
  text-shadow: 0 1px 12px rgba(27, 10, 18, .3);
}
.hero-video {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  margin-top: 68px;
  color: #f7d8ce;
  text-decoration: none;
}
.play-circle {
  position: relative;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border: 3px solid #f3c9bb;
  border-radius: 50%;
  background: rgba(25, 20, 23, .38);
  box-shadow: 0 8px 28px rgba(18, 9, 13, .25);
  transition: transform .2s ease, background .2s ease;
}
.play-circle::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 29px solid #fff9f7;
}
.hero-video:hover .play-circle,
.hero-video:focus-visible .play-circle {
  transform: scale(1.04);
  background: rgba(52, 28, 36, .88);
}
.video-label {
  font-family: "Avenir Next", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(27, 10, 18, .32);
}
@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(30px, 8.6vw, 44px);
    line-height: 1.12;
    max-width: 340px;
  }
  .hero p {
    font-size: 14px;
    line-height: 1.72;
    max-width: 340px;
  }
  .hero-video { margin-top: 58px; gap: 14px; }
  .play-circle { width: 100px; height: 100px; border-width: 2px; }
  .play-circle::after {
    margin-left: 5px;
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 23px;
  }
  .video-label { font-size: 18px; }
}

/* Verified manufacturing capabilities fill the company section with useful
   buying information while keeping the editorial layout open. */
.company-capabilities {
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.capability-kicker {
  display: block;
  color: #a66b78;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.capability-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 17px;
  border-left: 1px solid var(--line);
}
.capability {
  min-height: 82px;
  padding: 0 22px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.capability:first-child { padding-left: 0; }
.capability span {
  color: #a66b78;
  font-size: 10px;
  letter-spacing: 1px;
}
.capability strong {
  color: var(--ink);
  font-family: "Avenir Next", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
.profile-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 27px;
  padding-bottom: 5px;
  color: var(--ink);
  border-bottom: 1px solid #a66b78;
  font-size: 13px;
  font-weight: 700;
}
.profile-link b { font-size: 18px; line-height: 1; }
@media (max-width: 760px) {
  .company-capabilities { margin-top: 34px; }
  .capability-list {
    grid-template-columns: 1fr;
    margin-top: 14px;
    border-left: 0;
  }
  .capability,
  .capability:first-child {
    min-height: auto;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    flex-direction: row;
    align-items: baseline;
    gap: 14px;
  }
  .capability strong { font-size: 14px; }
  .profile-link { margin-top: 22px; }
}
