:root {
  --bg: #14110f;
  --surface: #1d1815;
  --surface-2: #241d19;
  --linen: #e6dccd;
  --text: #f5f1ea;
  --muted: #b9ab96;
  --red: #8d2f2f;
  --red-deep: #5e1f1f;
  --bronze: #a57a43;
  --border: rgba(230, 220, 205, 0.14);
  --shadow: rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, serif;
  background-image:
    radial-gradient(circle at top, rgba(141, 47, 47, 0.18), transparent 30%),
    linear-gradient(180deg, #161210 0%, #14110f 100%),
    url("./images/linen-texture.jpg");

  background-size:
    auto,
    auto,
    400px;

  background-repeat:
    no-repeat,
    no-repeat,
    repeat;

  color: var(--text);
}

a {
  color: inherit;
}

.topbar {
  background: linear-gradient(90deg, var(--red-deep), var(--red), var(--red-deep));
  color: var(--linen);
  text-align: center;
  padding: 10px 16px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 40px;
  border-bottom: 1px solid var(--border);
  background: rgba(20, 17, 15, 0.9);
  backdrop-filter: blur(4px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.logo {
  font-size: 28px;
  font-weight: bold;
  color: var(--linen);
  letter-spacing: 0.02em;
}

.site-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.site-nav a {
  text-decoration: none;
  color: var(--linen);
  font-size: 15px;
}

.site-nav a:hover {
  color: var(--bronze);
}

main {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

.folk-frame {
  position: relative;
}

.folk-frame::before,
.folk-frame::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  border: 1px solid rgba(165, 122, 67, 0.26);
  pointer-events: none;
}

.folk-frame::before {
  top: 8px;
  left: 8px;
  border-right: none;
  border-bottom: none;
}

.folk-frame::after {
  right: 8px;
  bottom: 8px;
  border-left: none;
  border-top: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  padding: 72px 0 56px;
}

.eyebrow,
.section-label {
  color: var(--bronze);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  margin-bottom: 14px;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 0.98;
  color: var(--text);
  max-width: 8ch;
}

.hero-text {
  font-size: 20px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 600px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
  font-size: 15px;
}

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

.btn-primary {
  background: var(--red);
  color: white;
}

.btn-primary:hover {
  background: #a53838;
}

.btn-secondary {
  border: 1px solid var(--linen);
  color: var(--linen);
  background: transparent;
}

.btn-secondary:hover {
  background: rgba(230, 220, 205, 0.08);
}

.hero-image {
  min-height: 580px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  background-image:
    linear-gradient(to top, rgba(12, 8, 7, 0.55), rgba(12, 8, 7, 0.10)),
    url("./images/IMG_0735.jpeg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 80px var(--shadow);
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(230, 220, 205, 0.05) 0,
      rgba(230, 220, 205, 0.05) 2px,
      transparent 2px,
      transparent 28px
    );
  opacity: 0.18;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(231, 220, 203, 0.14);
  border-radius: 22px;
}

.categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 24px 0 70px;
}

.category-card {
  min-height: 340px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid var(--border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.clothing-card {
  background:
    linear-gradient(to top, rgba(16, 11, 10, 0.85), rgba(16, 11, 10, 0.2)),
    linear-gradient(135deg, #d7c6b1 0%, #af8c68 45%, #7f2c2c 100%);
}

.watches-card {
  background:
    linear-gradient(to top, rgba(10, 10, 10, 0.82), rgba(10, 10, 10, 0.18)),
    linear-gradient(135deg, #1d1f22 0%, #52565d 45%, #8c2a2a 100%);
}

.relics-card {
  background:
    linear-gradient(to top, rgba(10, 12, 10, 0.84), rgba(10, 12, 10, 0.18)),
    linear-gradient(135deg, #2d3b2f 0%, #5b4b35 48%, #7c6844 100%);
}

.card-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 26px;
}

.card-overlay h2 {
  margin: 0 0 10px;
  font-size: 28px;
  color: var(--text);
}

.card-overlay p {
  margin: 0;
  color: #ddd2c2;
  line-height: 1.6;
  font-size: 16px;
}

.brand-story {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 18px 0 88px;
}

.brand-story h2 {
  font-size: clamp(32px, 5vw, 48px);
  margin: 0 0 18px;
  color: var(--linen);
}

.brand-story p:last-child {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.8;
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 28px 20px 40px;
  text-align: center;
  color: var(--muted);
  font-size: 15px;
}

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

  .hero-image {
    min-height: 420px;
  }

  .categories {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 18px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .site-nav {
    gap: 14px;
  }

  main {
    width: min(100% - 28px, 1280px);
  }

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

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

  .hero-image {
    min-height: 320px;
  }

  .card-overlay h2 {
    font-size: 24px;
  }

  .brand-story p:last-child {
    font-size: 17px;
  }
  .embroidery-divider {
  height: 26px;
  margin: 40px 0 50px 0;

  background-image:
    repeating-linear-gradient(
      45deg,
      #a57a43 0px,
      #a57a43 6px,
      transparent 6px,
      transparent 12px
    ),
    repeating-linear-gradient(
      -45deg,
      #8d2f2f 0px,
      #8d2f2f 6px,
      transparent 6px,
      transparent 12px
    );

  background-size: 40px 26px;
  background-position: center;
  opacity: 0.7;
}
}
