* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f7f4ef;
  color: #1f2933;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.header-inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #17202a;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #17202a, #3b2f24);
  color: #f6c46b;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(23, 32, 42, 0.18);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-text strong {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.brand-text span {
  font-size: 12px;
  color: #6b7280;
}

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

.main-nav a {
  color: #374151;
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s ease;
}

.main-nav a:hover {
  color: #b7791f;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition: 0.2s ease;
}

.header-cta {
  min-width: 118px;
  height: 42px;
  color: #ffffff;
  background: #17202a;
  font-size: 14px;
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.hero {
  padding: 78px 0 60px;
  background:
    radial-gradient(circle at 80% 15%, rgba(246, 196, 107, 0.35), transparent 28%),
    linear-gradient(135deg, #fffaf1 0%, #f3e8d4 48%, #ead2aa 100%);
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(183, 121, 31, 0.12);
  color: #9a5d08;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
  color: #17202a;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.hero p {
  max-width: 560px;
  color: #4b5563;
  font-size: 18px;
  margin-bottom: 28px;
}

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

.btn {
  min-height: 48px;
  padding: 0 24px;
  font-size: 15px;
}

.btn-primary {
  background: #17202a;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(23, 32, 42, 0.18);
}

.btn-outline {
  color: #17202a;
  border: 1px solid rgba(23, 32, 42, 0.22);
  background: rgba(255, 255, 255, 0.55);
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
  color: #374151;
  font-weight: 700;
}

.hero-card {
  min-height: 520px;
  position: relative;
  border-radius: 34px;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.55)),
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.9), transparent 38%);
  box-shadow:
    0 28px 70px rgba(23, 32, 42, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sale-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #c2410c;
  color: #fff7ed;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(194, 65, 12, 0.28);
}

.shirt-visual {
  width: min(330px, 80%);
  height: 360px;
  position: relative;
  margin-bottom: 24px;
}

.shirt-body {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 260px;
  height: 310px;
  transform: translateX(-50%);
  border-radius: 34px 34px 24px 24px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(23, 32, 42, 0.12) 49%, rgba(23, 32, 42, 0.12) 51%, transparent 52%),
    linear-gradient(135deg, #ffffff, #dbeafe);
  box-shadow: 0 20px 40px rgba(23, 32, 42, 0.18);
  border: 1px solid rgba(23, 32, 42, 0.08);
}

.shirt-body span {
  position: absolute;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #17202a;
  transform: translateX(-50%);
}

.shirt-body span:nth-child(1) {
  top: 92px;
}

.shirt-body span:nth-child(2) {
  top: 145px;
}

.shirt-body span:nth-child(3) {
  top: 198px;
}

.shirt-collar {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 170px;
  height: 100px;
  transform: translateX(-50%);
  z-index: 2;
}

.shirt-collar::before,
.shirt-collar::after {
  content: "";
  position: absolute;
  top: 0;
  width: 88px;
  height: 88px;
  background: #ffffff;
  border: 1px solid rgba(23, 32, 42, 0.08);
  box-shadow: 0 10px 22px rgba(23, 32, 42, 0.1);
}

.shirt-collar::before {
  left: 0;
  border-radius: 18px 8px 30px 10px;
  transform: rotate(28deg);
}

.shirt-collar::after {
  right: 0;
  border-radius: 8px 18px 10px 30px;
  transform: rotate(-28deg);
}

.hero-card h2 {
  color: #17202a;
  font-size: 26px;
  margin-bottom: 2px;
}

.hero-card p {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
}

.hero-card strong {
  color: #b45309;
  font-size: 34px;
  line-height: 1;
}

.categories {
  padding: 26px 0;
  background: #ffffff;
}

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

.category-item {
  padding: 22px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid rgba(23, 32, 42, 0.08);
}

.category-item strong {
  display: block;
  color: #17202a;
  font-size: 17px;
  margin-bottom: 4px;
}

.category-item span {
  color: #6b7280;
  font-size: 14px;
}

.products {
  padding: 70px 0;
}

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

.section-heading span,
.contact-box span {
  color: #b45309;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.section-heading h2,
.contact-box h2 {
  color: #17202a;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  margin-top: 8px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-card {
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(23, 32, 42, 0.08);
  border: 1px solid rgba(23, 32, 42, 0.06);
  transition: 0.22s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(23, 32, 42, 0.13);
}

.product-img {
  height: 230px;
  position: relative;
  background:
    linear-gradient(90deg, transparent 48%, rgba(23, 32, 42, 0.1) 49%, rgba(23, 32, 42, 0.1) 51%, transparent 52%),
    linear-gradient(135deg, #ffffff, #e5e7eb);
}

.product-img::before,
.product-img::after {
  content: "";
  position: absolute;
  top: 32px;
  width: 72px;
  height: 72px;
  background: rgba(255,255,255,0.7);
}

.product-img::before {
  left: 50%;
  transform: translateX(-95%) rotate(28deg);
  border-radius: 16px 8px 28px 8px;
}

.product-img::after {
  right: 50%;
  transform: translateX(95%) rotate(-28deg);
  border-radius: 8px 16px 8px 28px;
}

.product-white {
  background:
    linear-gradient(90deg, transparent 48%, rgba(23, 32, 42, 0.1) 49%, rgba(23, 32, 42, 0.1) 51%, transparent 52%),
    linear-gradient(135deg, #ffffff, #e5e7eb);
}

.product-blue {
  background:
    linear-gradient(90deg, transparent 48%, rgba(255,255,255,0.22) 49%, rgba(255,255,255,0.22) 51%, transparent 52%),
    linear-gradient(135deg, #bfdbfe, #2563eb);
}

.product-black {
  background:
    linear-gradient(90deg, transparent 48%, rgba(255,255,255,0.14) 49%, rgba(255,255,255,0.14) 51%, transparent 52%),
    linear-gradient(135deg, #374151, #020617);
}

.product-pattern {
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.18) 0 8px, transparent 8px 34px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.16) 0 8px, transparent 8px 34px),
    linear-gradient(135deg, #f59e0b, #7c2d12);
}

.product-info {
  padding: 20px;
}

.product-info h3 {
  font-size: 18px;
  color: #17202a;
  margin-bottom: 6px;
}

.product-info p {
  color: #6b7280;
  font-size: 14px;
  min-height: 45px;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.price-row strong {
  color: #b45309;
  font-size: 20px;
}

.price-row a {
  color: #ffffff;
  background: #17202a;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.policy {
  padding: 60px 0;
  background: #17202a;
  color: #ffffff;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.policy-grid > div {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.policy-icon {
  font-size: 34px;
}

.policy h3 {
  font-size: 21px;
  margin: 12px 0 6px;
}

.policy p {
  color: #d1d5db;
}

.contact {
  padding: 70px 0;
}

.contact-box {
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 20%, rgba(246, 196, 107, 0.28), transparent 24%),
    #ffffff;
  box-shadow: 0 22px 55px rgba(23, 32, 42, 0.1);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.contact-box p {
  max-width: 620px;
  color: #6b7280;
  margin-top: 12px;
}

.site-footer {
  background: #0f1720;
  color: #cbd5e1;
  padding: 24px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 14px;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 450px;
  }

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

  .contact-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .header-inner {
    height: auto;
    padding: 14px 0;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding: 46px 0 42px;
  }

  .hero h1 {
    letter-spacing: -1px;
  }

  .hero-card {
    min-height: 380px;
    padding: 22px;
  }

  .shirt-visual {
    height: 290px;
  }

  .shirt-body {
    width: 215px;
    height: 250px;
  }

  .category-grid,
  .product-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
  }
}
