:root {
  --ink: #141414;
  --muted: #646464;
  --line: #e3dfd5;
  --paper: #f4f1e8;
  --white: #ffffff;
  --red: #a64231;
  --green: #6f9b83;
  --blue: #82aeba;
  --gold: #e09a3f;
  --charcoal: #202225;
  --mist: #d7ddd8;
  --shadow: 0 24px 70px rgba(20, 20, 20, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 245, 239, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 clamp(18px, 4vw, 48px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--white);
  background: var(--red);
  letter-spacing: 0;
}

.brand-text {
  font-size: 18px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #2d2d2d;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.menu a,
.nav-links a {
  padding: 10px 0;
}

.menu a:hover,
.nav-links a:hover {
  color: var(--red);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 2px;
  padding: 5px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

.language-switcher a {
  padding: 0 !important;
}

.language-option {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  border: 0;
  border-radius: 999px;
  background: transparent;
  overflow: hidden;
}

.language-option img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
}

.language-option:hover,
.language-option.is-active {
  background: transparent;
  color: inherit;
  transform: translateY(-1px);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(92vh - 78px);
  padding: clamp(44px, 6vw, 78px) clamp(18px, 5vw, 72px) 28px;
}

.hero-content h1,
.section-heading h2,
.feature-copy h2,
.contact-copy h2 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(42px, 7vw, 96px);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-content p,
.intro > p,
.feature-copy p,
.contact-copy p {
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 999px;
}

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

.button.secondary {
  background: transparent;
}

.hero-visual {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  box-shadow: none;
}

.editorial-visual {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 20px;
}

.hero-panel {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border-radius: 18px;
}

.hero-panel strong {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 30px;
  color: var(--white);
  font-size: clamp(30px, 4.6vw, 58px);
  line-height: 0.9;
  text-shadow: 0 6px 24px rgba(20, 20, 20, 0.22);
}

.panel-blue {
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.7), transparent 24%),
    linear-gradient(135deg, #bdd4d5, #6e9fae);
}

.panel-clay {
  background:
    radial-gradient(circle at 58% 38%, rgba(255, 222, 150, 0.72), transparent 24%),
    linear-gradient(135deg, #bb5930, #df8e3f);
}

.sock,
.leg,
.sport-leg,
.dress-leg {
  position: absolute;
  display: block;
}

.tall-sock {
  left: 34%;
  top: 76px;
  width: 82px;
  height: 330px;
  background: #f6efe2;
  border-radius: 44px 44px 26px 26px;
  transform: rotate(5deg);
  box-shadow: inset 0 -22px 0 #bfcabf, inset 0 18px 0 rgba(255, 255, 255, 0.55);
}

.ankle-sock {
  left: 18%;
  bottom: 128px;
  width: 112px;
  height: 72px;
  background: #eef0e5;
  border-radius: 28px 44px 32px 18px;
  transform: rotate(-8deg);
}

.shoe-shape,
.sport-shoe,
.dress-shoe {
  position: absolute;
  display: block;
}

.shoe-shape {
  right: 16%;
  bottom: 150px;
  width: 190px;
  height: 78px;
  background: #f4be2f;
  border-radius: 58px 40px 28px 24px;
  transform: rotate(-15deg);
  box-shadow: inset -20px -12px 0 rgba(147, 91, 15, 0.18);
}

.sport-sock {
  right: 35%;
  bottom: 212px;
  width: 72px;
  height: 170px;
  background: #fff7e7;
  border-radius: 38px 38px 20px 20px;
  transform: rotate(-15deg);
}

.category-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 28px);
  padding: 24px clamp(18px, 5vw, 72px) clamp(58px, 7vw, 88px);
}

.category-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 18px;
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 45%, rgba(20, 20, 20, 0.22));
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(20, 20, 20, 0.16);
}

.category-card h2 {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 30px;
  margin: 0;
  color: var(--white);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 0.9;
  text-align: center;
  text-shadow: 0 5px 18px rgba(20, 20, 20, 0.26);
}

.card-casual {
  background:
    radial-gradient(circle at 36% 22%, rgba(255, 255, 255, 0.62), transparent 24%),
    linear-gradient(135deg, #a8c8c8, #6e9fab);
}

.card-compression {
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.54), transparent 22%),
    linear-gradient(135deg, #bbd2b8, #6d9a82);
}

.card-sport {
  background:
    radial-gradient(circle at 74% 26%, rgba(255, 207, 97, 0.72), transparent 20%),
    linear-gradient(135deg, #a94b2a, #dd8e3e);
}

.card-dress {
  background:
    radial-gradient(circle at 44% 8%, rgba(255, 255, 255, 0.76), transparent 22%),
    linear-gradient(135deg, #d0d2ca, #748077);
}

.leg-one,
.leg-two {
  top: 0;
  width: 62px;
  height: 220px;
  border-radius: 0 0 34px 34px;
  background: linear-gradient(#9f624b, #d79c81);
}

.leg-one {
  left: 34%;
}

.leg-two {
  left: 51%;
  background: linear-gradient(#74503f, #bc8068);
}

.leg-one::after,
.leg-two::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -60px;
  width: 76px;
  height: 106px;
  background: #f3efe4;
  border-radius: 34px 34px 42px 42px;
  box-shadow: inset 0 10px 0 rgba(255, 255, 255, 0.55);
}

.seamless-body {
  position: absolute;
  left: 30%;
  top: 36px;
  width: 100px;
  height: 168px;
  background: #f3f0e7;
  border-radius: 46px 46px 24px 24px;
  transform: rotate(-14deg);
}

.ribbed-panel {
  position: absolute;
  right: 20%;
  bottom: 64px;
  width: 92px;
  height: 200px;
  border-radius: 12px;
  background:
    repeating-linear-gradient(90deg, rgba(36, 43, 48, 0.55) 0 3px, rgba(255, 255, 255, 0.8) 3px 7px),
    #d9dcd3;
  transform: rotate(5deg);
}

.sport-leg {
  left: 30%;
  top: 22px;
  width: 76px;
  height: 230px;
  border-radius: 0 0 34px 34px;
  background: linear-gradient(#8f4f3a, #c88162);
  transform: rotate(-12deg);
}

.sport-leg::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -68px;
  width: 70px;
  height: 120px;
  border-radius: 34px 34px 22px 22px;
  background: #fff4dd;
}

.sport-shoe {
  left: 35%;
  bottom: 74px;
  width: 170px;
  height: 72px;
  border-radius: 50px 42px 24px 20px;
  background: #f2bd29;
  transform: rotate(-14deg);
  box-shadow: inset -20px -10px 0 rgba(121, 72, 13, 0.18);
}

.dress-leg {
  left: 44%;
  top: 0;
  width: 70px;
  height: 230px;
  background: #20232b;
  border-radius: 0 0 30px 30px;
}

.dress-leg::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -80px;
  width: 66px;
  height: 138px;
  background: #171a23;
  border-radius: 28px 28px 22px 22px;
}

.dress-shoe {
  left: 32%;
  bottom: 58px;
  width: 180px;
  height: 74px;
  background: #431f1e;
  border-radius: 54px 46px 18px 20px;
  transform: rotate(8deg);
  box-shadow: inset -24px -12px 0 rgba(0, 0, 0, 0.28);
}

.section {
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading h2,
.feature-copy h2,
.contact-copy h2 {
  font-size: clamp(30px, 4vw, 54px);
}

.line-grid,
.quality-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.line-card,
.quality-grid > div {
  min-height: 250px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
}

.line-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 34px;
  color: var(--white);
  background: var(--blue);
  font-weight: 700;
}

.line-card:nth-child(2) .line-icon {
  background: var(--green);
}

.line-card:nth-child(3) .line-icon {
  background: var(--red);
}

.line-card:nth-child(4) .line-icon {
  background: var(--gold);
}

.line-card h3,
.quality-grid h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.line-card p,
.quality-grid p {
  margin: 0;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--charcoal);
}

.feature-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.feature-media {
  min-height: 430px;
  padding: 30px;
  overflow: hidden;
  border-radius: 18px;
  background: #eef0ed;
}

.loom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  height: 100%;
}

.loom-grid span {
  background:
    repeating-linear-gradient(0deg, rgba(20, 20, 20, 0.16) 0 2px, transparent 2px 12px),
    linear-gradient(135deg, #d9d5cc, #ffffff);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 34px 0 0;
}

.stats div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.stats dt {
  font-size: 28px;
  font-weight: 700;
}

.stats dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.66);
}

.quality {
  background: var(--white);
}

.quality-grid {
  grid-template-columns: repeat(3, 1fr);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  color: var(--ink);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hidden-field {
  display: none;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfaf6;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.form-status {
  display: none;
  margin: 0;
  color: var(--green);
  font-weight: 700;
}

.form-status.is-error {
  color: var(--red);
}

.form-status.is-visible {
  display: block;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 940px) {
  .menu-button {
    display: block;
  }

  .menu {
    position: absolute;
    top: 74px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .menu.is-open {
    display: flex;
  }

  .menu a,
  .nav-links a {
    padding: 14px;
  }

  .language-switcher {
    justify-content: flex-start;
    margin-left: 0;
    padding: 10px 12px;
    border-left: 1px solid var(--line);
    border-top: 1px solid var(--line);
    border-radius: 12px;
    background: #fbfaf6;
  }

  .hero,
  .intro,
  .feature-band,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 430px;
  }

  .editorial-visual,
  .category-showcase,
  .line-grid,
  .quality-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-panel {
    min-height: 430px;
  }
}

@media (max-width: 620px) {
  .navbar {
    min-height: 66px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-text {
    font-size: 16px;
  }

  .menu {
    top: 66px;
  }

  .hero-content h1 {
    font-size: 38px;
    line-height: 0.94;
  }

  .hero-visual {
    min-height: auto;
  }

  .editorial-visual,
  .category-showcase {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .category-card {
    min-height: 330px;
  }

  .line-grid,
  .quality-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .line-card,
  .quality-grid > div {
    min-height: 0;
  }

  .footer {
    flex-direction: column;
  }
}
