:root {
  --red: #eb1218;
  --green: #075627;
  --blue: #102d72;
  --ink: #0b0c0e;
  --line: #d9dde2;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #edf0f3;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
}

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

a {
  color: inherit;
}

.desktop-canvas {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 0;
  background: #fff;
  box-shadow: 0 18px 55px rgba(24, 35, 48, .12);
}

.desktop-canvas > img {
  width: 100%;
  height: auto;
}

.hit {
  position: absolute;
  z-index: 2;
  display: block;
}

.logo-hit { left: 1.25%; top: 1.1%; width: 22.2%; height: 18.9%; }
.web-hit { left: 35.8%; top: 63.3%; width: 23.5%; height: 4.2%; }
.start-hit { left: 71.8%; top: 60.1%; width: 11.9%; height: 5.7%; }
.collections-hit { left: 84.3%; top: 60.1%; width: 13%; height: 5.7%; }
.asia-hit { left: 11.2%; top: 87.2%; width: 20%; height: 4.1%; }
.usa-hit { left: 78.7%; top: 82.9%; width: 18.2%; height: 4.4%; }

.mobile-page {
  display: none;
}

@media (max-width: 760px) {
  body {
    background: #fff;
  }

  .desktop-canvas {
    display: none;
  }

  .mobile-page {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
  }

  .mobile-header {
    padding: 18px 18px 20px;
    background: #fff;
  }

  .brand {
    display: block;
    width: min(72%, 275px);
    margin: 0 auto 22px;
  }

  .coming-soon {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .coming-soon span {
    flex: 1;
    height: 1px;
    background: #777b80;
  }

  .coming-soon h1 {
    margin: 0;
    color: var(--red);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    font-size: clamp(34px, 10vw, 52px);
    line-height: 1;
    white-space: nowrap;
  }

  .product-photo {
    overflow: hidden;
    background: #f4f5f6;
  }

  .product-photo img {
    width: 100%;
    aspect-ratio: 405 / 355;
    object-fit: cover;
    object-position: center center;
  }

  .product-copy {
    padding: 28px 18px 20px;
    background:
      linear-gradient(rgba(255,255,255,.90), rgba(255,255,255,.94)),
      url("assets/factory-bg.jpg") center / cover no-repeat;
    border-bottom: 1px solid var(--line);
  }

  .copy-inner {
    max-width: 460px;
    margin: 0 auto;
  }

  .intro {
    margin: 0;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: clamp(28px, 8vw, 39px);
    line-height: 1;
  }

  .product-copy h2 {
    margin: 4px 0 22px;
    color: var(--green);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    font-size: clamp(54px, 15vw, 78px);
    line-height: .88;
  }

  .product-copy h2 span {
    display: block;
    margin-bottom: 11px;
    color: var(--red);
    font-size: .5em;
    line-height: 1;
  }

  sup {
    font-size: .4em;
    vertical-align: super;
  }

  .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(12, 20, 28, .18);
    border-bottom: 1px solid rgba(12, 20, 28, .18);
  }

  .feature-grid article {
    min-height: 148px;
    padding: 16px 8px;
    text-align: center;
  }

  .feature-grid article:nth-child(even) {
    border-left: 1px solid rgba(12, 20, 28, .18);
  }

  .feature-grid article:nth-child(n+3) {
    border-top: 1px solid rgba(12, 20, 28, .18);
  }

  .green-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
  }

  .green-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .feature-grid strong {
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.08;
  }

  .trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
    padding: 17px 0 12px;
  }

  .trust-grid span {
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
  }

  .website {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: 11px;
    font-weight: 800;
  }

  .services {
    padding: 30px 22px 28px;
    background: #fff;
  }

  .services h2 {
    margin: 0;
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.03;
    letter-spacing: -.045em;
  }

  .services h2 span {
    color: var(--red);
  }

  .services > i {
    display: block;
    width: 42px;
    height: 3px;
    margin: 17px 0;
    background: var(--red);
  }

  .services-intro {
    margin: 0 0 17px;
    color: #41464c;
    font-size: 15px;
    line-height: 1.45;
  }

  .service-list {
    border-top: 1px solid var(--line);
  }

  .service-list article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }

  .service-list b {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #08090b;
    font-size: 17px;
  }

  .service-list h3 {
    margin: 0 0 3px;
    font-size: 14px;
  }

  .service-list p {
    margin: 0;
    color: #5a6068;
    font-size: 11px;
    line-height: 1.35;
  }

  .buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
    margin-top: 22px;
  }

  .btn {
    min-height: 50px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 7px 18px rgba(0,0,0,.12);
  }

  .btn.red { background: var(--red); }
  .btn.black { background: #070809; }

  .company {
    padding: 26px 22px 24px;
    text-align: center;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background:
      linear-gradient(rgba(255,255,255,.95), rgba(255,255,255,.95)),
      repeating-linear-gradient(135deg, transparent 0 15px, rgba(8,28,55,.06) 16px);
  }

  .company h2 {
    margin: 0 0 9px;
    color: var(--blue);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.08;
  }

  .company h2 span {
    color: var(--red);
  }

  .company p {
    margin: 4px 0 0;
    font-size: 16px;
  }

  .company .chinese {
    font-weight: 600;
    font-size: 15px;
  }

  .company a,
  .contact a {
    color: #1567b7;
  }

  .map {
    position: relative;
    min-height: 150px;
    border-bottom: 1px solid var(--line);
    background: #fff;
  }

  .map > img {
    width: 100%;
    min-height: 150px;
    object-fit: cover;
    opacity: .74;
  }

  .map-tag {
    position: absolute;
    top: 57px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.05;
    display: none;
  }

  .map-tag b {
    font-size: 23px;
  }

  .map-tag.usa {
    left: 13%;
  }

  .map-tag.usa b {
    color: #1678c4;
  }

  .map-tag.asia {
    right: 9%;
  }

  .map-tag.asia b {
    color: var(--red);
  }

  .contact {
    padding: 24px 26px;
    background:
      linear-gradient(rgba(255,255,255,.96), rgba(255,255,255,.96)),
      repeating-linear-gradient(135deg, transparent 0 15px, rgba(8,28,55,.06) 16px);
  }

  .contact > div {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    align-items: center;
    margin: 10px 0;
  }

  .contact-icon {
    font-size: 32px;
    line-height: 1;
  }

  .contact p {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.35;
  }

  footer {
    min-height: 78px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    color: #fff;
    background: linear-gradient(90deg, #08090b, #22262a 50%, #08090b);
  }

  footer .line {
    height: 2px;
  }

  .red-line { background: var(--red); }
  .blue-line { background: #1d6d9f; }

  footer p {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 9px;
    line-height: 1.7;
    white-space: nowrap;
  }
}

@media (max-width: 390px) {
  .buttons {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .map-tag {
    font-size: 10px;
  }

  .map-tag.usa {
    left: 7%;
  }

  .map-tag.asia {
    right: 4%;
  }

  footer {
    gap: 8px;
    padding-inline: 10px;
  }

  footer p {
    letter-spacing: .1em;
    font-size: 8px;
  }
}
