:root {
  --bg-main: #0b0f14;
  --bg-section: #121820;
  --bg-section-alt: #18202a;
  --text-main: #edf2f8;
  --text-muted: #b7c1cf;
  --accent: #9a0c0c;
  --accent-hover: #b20f0f;
  --border: #3e4b5a;
  --radius: 8px;
  --max-width: 1200px;
  --space-xs: 0.5rem;
  --space-sm: 0.875rem;
  --space-md: 1.25rem;
  --space-lg: 2.5rem;
  --space-xl: 5rem;
  --shadow: 0 18px 34px rgba(0, 0, 0, 0.56);
  --cut-line: rgba(255, 255, 255, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  font-family: "Barlow", "Segoe UI", sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at 10% 0%, rgba(33, 61, 96, 0.14), transparent 40%),
    radial-gradient(circle at 100% 25%, rgba(255, 255, 255, 0.03), transparent 55%),
    linear-gradient(180deg, #0d1116 0%, #090c11 100%);
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.3'/%3E%3C/svg%3E");
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 998;
  opacity: 0.08;
  background-image:
    repeating-linear-gradient(168deg, transparent 0 72px, rgba(255, 255, 255, 0.05) 72px 74px, transparent 74px 128px),
    repeating-linear-gradient(7deg, transparent 0 86px, rgba(0, 0, 0, 0.28) 86px 87px, transparent 87px 158px);
}

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

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

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 0.86;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-family: "Teko", "Impact", sans-serif;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

h1 {
  font-size: clamp(3.2rem, 9vw, 7.8rem);
}

h2 {
  font-size: clamp(2.15rem, 5vw, 4rem);
}

h3 {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

html[lang="bg"] body {
  font-family: "PT Sans", "Segoe UI", sans-serif;
}

html[lang="bg"] h1,
html[lang="bg"] h2,
html[lang="bg"] h3,
html[lang="bg"] h4 {
  font-family: "Oswald", "PT Sans", "Segoe UI", sans-serif;
  letter-spacing: 0.015em;
  line-height: 0.86;
}

html[lang="bg"] h2 {
  font-size: clamp(1.95rem, 4.45vw, 3.45rem);
}

html[lang="bg"] h3 {
  font-size: clamp(1.34rem, 2.75vw, 1.95rem);
}

html[lang="bg"] .brand-sub {
  letter-spacing: 0.13em;
}

html[lang="bg"] .site-nav a,
html[lang="bg"] .btn,
html[lang="bg"] .plain-list li,
html[lang="bg"] .detail-info li span {
  letter-spacing: 0.06em;
}

html[lang="bg"] .hero-sub {
  letter-spacing: 0.09em;
}

html[lang="bg"] body[data-page="home"] .hero h1 {
  font-family: "Teko", "Impact", sans-serif;
  letter-spacing: 0.085em;
  line-height: 0.86;
}

html[lang="bg"] body[data-page="about"] .about-text-only h2 {
  line-height: 1.08;
}

body[data-page="about"] .hero-content h1 {
  white-space: pre-line;
}

p {
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.7vw, 1.125rem);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: var(--space-xl) 0;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.24)),
    var(--bg-section);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0.35;
  background: repeating-linear-gradient(90deg, transparent 0 8px, rgba(255, 255, 255, 0.16) 8px 11px, transparent 11px 22px);
}

.section-alt {
  background:
    linear-gradient(138deg, rgba(154, 12, 12, 0.08), rgba(255, 255, 255, 0.02) 48%, rgba(0, 0, 0, 0.22)),
    var(--bg-section-alt);
}

.section-title {
  margin-bottom: var(--space-xs);
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding-bottom: 0.2rem;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
}

html[lang="bg"] .section-title {
  padding-bottom: 0.72rem;
}

html[lang="bg"] .section-title::after {
  bottom: -0.14rem;
}

.section-kicker {
  max-width: 46ch;
}

.section-head {
  display: grid;
  gap: var(--space-sm);
  margin-bottom: var(--space-lg);
  justify-items: center;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background:
    linear-gradient(180deg, rgba(11, 15, 20, 0.96), rgba(11, 15, 20, 0.88)),
    rgba(15, 15, 15, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.5rem;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  line-height: 1;
}

.brand-logo {
  width: 40px;
  height: 40px;
  max-width: 40px;
  flex: 0 0 40px;
  object-fit: contain;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: #ffffff;
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0.35),
    0 2px 8px rgba(0, 0, 0, 0.45);
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.brand-main {
  font-family: "Teko", "Impact", sans-serif;
  font-size: 1.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-sub {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--text-muted);
  letter-spacing: 0.13em;
}

body[data-page="knives"] .brand-main {
  font-size: 1.85rem;
  letter-spacing: 0.08em;
}

body[data-page="knives"] .brand-sub {
  font-size: 0.72rem;
  letter-spacing: 0.13em;
}

.menu-toggle {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  border-radius: 8px;
  display: grid;
  place-items: center;
  cursor: pointer;
  gap: 0.32rem;
}

.menu-toggle span {
  width: 1.25rem;
  height: 2px;
  background: var(--text-main);
}

.lang-toggle {
  min-height: 2.8rem;
  min-width: 3rem;
  padding: 0 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-main);
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.14s ease, background 0.14s ease, transform 0.14s ease;
}

.lang-toggle:hover {
  border-color: var(--text-main);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.site-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: grid;
  background:
    linear-gradient(180deg, #11161c, #0f141a);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.16s ease;
}

.site-nav a {
  position: relative;
  overflow: hidden;
  padding: 0.9rem 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
  color: var(--text-muted);
  transition: color 0.09s steps(1, end), background 0.09s steps(1, end);
}

.site-nav a::before,
.site-nav a::after {
  content: attr(data-cut);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  color: var(--text-main);
  transition: transform 0.09s steps(1, end), opacity 0.09s steps(1, end);
}

.site-nav a::before {
  clip-path: polygon(0 0, 100% 0, 100% 54%, 0 44%);
}

.site-nav a::after {
  clip-path: polygon(0 56%, 100% 46%, 100% 100%, 0 100%);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.04);
  color: transparent;
}

.site-nav a:hover::before,
.site-nav a:focus-visible::before,
.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 1;
}

.site-nav a:hover::before,
.site-nav a:focus-visible::before {
  transform: translate(-2px, -1px);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: translate(2px, 1px);
}

/* Keep cut effect on current page link. */
.site-nav a.active,
.site-nav a[aria-current="page"] {
  color: transparent;
  background: rgba(255, 255, 255, 0.04);
}

.site-nav a.active::before,
.site-nav a.active::after,
.site-nav a[aria-current="page"]::before,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
}

.site-nav a.active::before,
.site-nav a[aria-current="page"]::before {
  transform: translate(-1px, -1px);
}

.site-nav a.active::after,
.site-nav a[aria-current="page"]::after {
  transform: translate(1px, 1px);
}

body.nav-open .site-nav {
  transform: scaleY(1);
}

.hero,
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero {
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
}

.page-hero-short {
  min-height: 60svh;
  display: flex;
  align-items: flex-end;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.03);
  filter: contrast(1.2) saturate(0.9) brightness(0.78);
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(10, 10, 10, 0.94), rgba(12, 12, 12, 0.5) 45%, rgba(12, 12, 12, 0.74)),
    linear-gradient(125deg, rgba(154, 12, 12, 0.36), transparent 42%),
    repeating-linear-gradient(164deg, transparent 0 56px, rgba(255, 255, 255, 0.05) 56px 58px, transparent 58px 110px);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(5.5rem, 10vw, 8rem) 0 var(--space-xl);
  display: grid;
  gap: 0.9rem;
  justify-items: center;
  text-align: center;
}

body[data-page="home"] .hero-bg-art {
  background:
    radial-gradient(126% 98% at 16% 10%, rgba(36, 80, 126, 0.5) 0%, rgba(10, 20, 31, 0.94) 46%, rgba(4, 7, 10, 1) 78%),
    radial-gradient(86% 58% at 84% 14%, rgba(154, 12, 12, 0.34) 0%, transparent 63%),
    linear-gradient(161deg, #151f2b 0%, #0c131b 46%, #070b10 100%),
    repeating-linear-gradient(168deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 15px),
    repeating-linear-gradient(12deg, rgba(0, 0, 0, 0.46) 0 1px, transparent 1px 20px),
    repeating-linear-gradient(94deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 10px),
    repeating-radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 16px);
  filter: contrast(1.3) saturate(0.84) brightness(0.8);
}

body[data-page="home"] .hero {
  min-height: 100dvh;
  align-items: center;
}

body[data-page="home"] .hero-content {
  padding: clamp(4rem, 8vw, 6rem) 0 0;
  transform: translateY(-7vh);
}

body[data-page="home"] .hero h1 {
  color: #f2f6fb;
  letter-spacing: 0.085em;
  transform: rotate(-0.9deg) skewX(-5deg);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28),
    0 0 8px rgba(255, 255, 255, 0.14),
    0 0 22px rgba(154, 12, 12, 0.72),
    2px 0 0 rgba(154, 12, 12, 0.44),
    -2px 0 0 rgba(0, 0, 0, 0.76);
  animation: maniac-flicker 1.8s steps(10, end) 1;
}

body[data-page="home"] .hero-sub {
  color: #d8e2ee;
  letter-spacing: 0.13em;
  text-shadow:
    0 0 10px rgba(154, 12, 12, 0.32),
    0 1px 0 rgba(0, 0, 0, 0.85);
  animation: maniac-sub-enter 1.3s ease-out 1;
}

body[data-page="home"] .hero-note {
  color: #bdc8d8;
  letter-spacing: 0.03em;
  animation: maniac-note-enter 1.5s ease-out 1;
}

.hero-sub {
  color: var(--text-main);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
}

.hero-note {
  max-width: 40ch;
  margin-inline: auto;
}

.shipping-alert {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-self: center;
  align-self: center;
  margin-top: 0.2rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--text-muted);
  font-size: clamp(0.78rem, 1.7vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.15;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  transform: none;
  animation: maniac-note-enter 1.5s ease-out 1 both;
}

.shipping-alert::before,
.shipping-alert::after {
  content: "";
  width: 1.7rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}

body[data-page="home"] .shipping-alert {
  animation: maniac-note-enter 1.5s ease-out 1 both;
}

html[lang="bg"] .shipping-alert {
  letter-spacing: 0.08em;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.5rem;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 0.14s ease, border-color 0.14s ease, background 0.14s ease, color 0.14s ease;
}

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

.btn-primary {
  background: var(--accent);
  color: var(--text-main);
}

.btn-primary:hover {
  background: var(--accent-hover);
}

.btn-ghost {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.btn-ghost:hover {
  border-color: var(--text-main);
}

.intro-grid {
  display: grid;
  gap: 1rem;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.purpose-panel {
  display: grid;
  gap: 1.2rem;
}

.purpose-points {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 0;
}

.plain-list li {
  position: relative;
  padding: 0.85rem 0.85rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background:
    linear-gradient(175deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.26)),
    #171c22;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--text-main);
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  top: 0.36rem;
  height: 1px;
  opacity: 0.55;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}

.plain-list li:nth-child(odd) {
  transform: rotate(-0.45deg);
}

.plain-list li:nth-child(even) {
  transform: rotate(0.35deg);
}

.plain-list-inline {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.signature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.signature-card {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
  border-radius: var(--radius);
  padding: 1.4rem 1rem;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: var(--text-main);
  text-align: center;
}

.knife-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.archive-actions {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}

.archive-actions .btn {
  min-width: 12.5rem;
}

.knife-card {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.28)),
    #131921;
  box-shadow: var(--shadow);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.knife-grid > .knife-card:nth-child(odd) {
  transform: translateY(1px) rotate(-0.24deg);
}

.knife-grid > .knife-card:nth-child(even) {
  transform: translateY(-1px) rotate(0.2deg);
}

.knife-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  opacity: 0.45;
}

.knife-image-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(180deg, #080b10, #0f141a);
  padding: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.knife-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.38), transparent 45%),
    repeating-linear-gradient(175deg, transparent 0 24px, rgba(255, 255, 255, 0.05) 24px 25px, transparent 25px 60px);
}

.knife-image-wrap img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.16) saturate(0.85) brightness(0.9);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.knife-card:hover {
  transform: translateY(-4px) rotate(0deg);
  border-color: #5d6d7e;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.68);
}

.knife-card:hover img {
  transform: scale(1.045);
  filter: contrast(1.2) saturate(0.92) brightness(0.7);
}

.knife-meta {
  display: grid;
  gap: 0.28rem;
  padding: 1rem;
  justify-items: center;
  text-align: center;
}

.knife-meta h3 {
  line-height: 1;
  letter-spacing: 0.05em;
}

.knife-meta p {
  font-size: 0.92rem;
}

.knife-meta p span {
  display: block;
  min-width: 0;
  color: var(--text-main);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
  margin-bottom: 0.1rem;
}

.status {
  display: inline-block;
  color: #f2b9b9;
  margin-top: 0.48rem;
  padding: 0.22rem 0.5rem;
  border: 1px solid rgba(206, 79, 79, 0.78);
  background:
    linear-gradient(180deg, rgba(126, 11, 11, 0.34), rgba(70, 8, 8, 0.18));
  box-shadow:
    inset 0 0 0 1px rgba(255, 163, 163, 0.18),
    0 1px 0 rgba(0, 0, 0, 0.36);
  font-weight: 700;
  letter-spacing: 0.16em;
  transform: rotate(-1.7deg);
}

.status.status-available,
.knife-card[data-status="available"] .status {
  color: #baf2c7;
  border-color: rgba(77, 181, 103, 0.82);
  background: linear-gradient(180deg, rgba(15, 88, 36, 0.34), rgba(9, 53, 23, 0.2));
  box-shadow:
    inset 0 0 0 1px rgba(164, 244, 185, 0.16),
    0 1px 0 rgba(0, 0, 0, 0.36);
}

.category-block {
  display: grid;
  gap: 1.2rem;
}

.filter-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.4rem;
  justify-content: center;
}

.filter-btn {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  border-radius: 8px;
  min-height: 2.5rem;
  padding: 0.45rem 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  cursor: pointer;
  transition: border-color 0.14s ease, color 0.14s ease, background 0.14s ease, transform 0.14s ease;
}

.filter-btn:hover {
  color: var(--text-main);
  border-color: var(--text-main);
  transform: translateY(-1px);
}

.filter-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--text-main);
}

.inline-detail-head {
  display: grid;
  gap: 0.45rem;
  justify-items: center;
  text-align: center;
}

#knife-inline-back {
  min-height: 2.2rem;
  padding: 0.48rem 0.78rem;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.02);
  color: #dce5f1;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  justify-self: center;
  margin-top: 0.1rem;
  margin-bottom: 0;
}

#knife-inline-back::before {
  content: "\2190";
  font-size: 0.9rem;
  line-height: 1;
}

#knife-inline-back:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.about-preview {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

body[data-page="home"] .about-preview > div {
  display: grid;
  gap: 0.36rem;
}

body[data-page="home"] .about-preview h2 {
  line-height: 1.04;
}

html[lang="bg"] body[data-page="home"] .about-preview h2 {
  line-height: 1.12;
}

.cta-box {
  display: grid;
  gap: 1rem;
  padding: clamp(1.3rem, 2vw, 2.2rem);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(140deg, rgba(154, 12, 12, 0.2), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(170deg, transparent 0 36px, rgba(255, 255, 255, 0.04) 36px 37px, transparent 37px 80px);
  justify-items: center;
  text-align: center;
}

html[lang="bg"] .cta-box h2 {
  line-height: 1.12;
}

.detail-layout {
  display: grid;
  gap: 1.2rem;
  justify-items: center;
}

.detail-viewer {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.8rem;
  display: grid;
  gap: 0.8rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3)),
    #0b1016;
  width: 100%;
}

.detail-stage {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, #10161d, #0a0f15);
}

.detail-stage img {
  min-height: 320px;
  max-height: 68vh;
  width: 100%;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.14) saturate(0.86) brightness(0.88);
}

.detail-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.arrow-btn {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-main);
  border-radius: 8px;
  min-height: 2.5rem;
  padding: 0.45rem 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  cursor: pointer;
  transition: border-color 0.14s ease, background 0.14s ease, transform 0.14s ease;
}

.arrow-btn:hover {
  border-color: var(--text-main);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.detail-counter {
  color: var(--text-main);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-info {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem;
  display: grid;
  gap: 0.8rem;
  align-content: start;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.22)),
    #141a22;
  justify-items: stretch;
  text-align: left;
  width: 100%;
}

.detail-info h2,
.detail-info p {
  text-align: left;
}

.detail-info .btn {
  justify-self: start;
}

.detail-info ul {
  display: grid;
  gap: 0;
  margin-top: 0.18rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: #11161d;
}

.detail-info li {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  align-items: center;
  gap: 0.82rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.25)),
    #141a21;
  padding: 0.62rem 0.82rem;
  color: var(--text-muted);
  font-size: 0.93rem;
}

.detail-info li:nth-child(odd) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.26)),
    #161d25;
}

.detail-info li::before {
  content: none;
}

.detail-info li span {
  color: rgba(230, 236, 245, 0.74);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.66rem;
  line-height: 1.3;
  padding-right: 0.4rem;
}

.detail-info li strong {
  margin-top: 0;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--text-main);
  text-align: left;
  line-height: 1.4;
}

.detail-info li:last-child {
  border-bottom: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.25)),
    #141a21;
}

.detail-info li:last-child strong {
  display: inline-block;
  border: 1px solid rgba(206, 79, 79, 0.78);
  background: transparent;
  color: #f2b9b9;
  padding: 0.16rem 0.45rem;
  letter-spacing: 0.14em;
  transform: none;
}

.detail-info li:last-child strong.status-available {
  border-color: rgba(77, 181, 103, 0.82);
  background: transparent;
  color: #baf2c7;
}

.gallery-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.gallery-image {
  border-radius: 8px;
  border: 1px solid var(--border);
  min-height: 180px;
  object-fit: cover;
  cursor: zoom-in;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.gallery-image:hover {
  transform: scale(1.02);
  filter: brightness(0.82);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  place-items: center;
  padding: 1rem;
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(95vw, 1200px);
  max-height: 85vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-main);
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.about-layout {
  display: grid;
  gap: 1rem;
}

.about-copy {
  display: grid;
  gap: 0.75rem;
}

.about-copy h2,
.about-copy p {
  font-family: "Marck Script", "PT Sans", "Segoe UI", sans-serif;
  text-transform: none;
  letter-spacing: 0.01em;
}

.about-copy h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.08;
}

html[lang="bg"] .about-copy h2 {
  font-family: "Marck Script", "PT Sans", "Segoe UI", sans-serif;
}

.about-copy p {
  font-size: clamp(1.16rem, 2.2vw, 1.42rem);
  line-height: 1.45;
  color: #d8e2ee;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.78),
    0 0 10px rgba(154, 12, 12, 0.18);
}

.about-signoff {
  margin-top: 0.35rem;
  font-size: clamp(1.18rem, 2.2vw, 1.52rem);
  line-height: 1.35;
  color: #e2e9f3;
}

.about-text-only {
  max-width: 72ch;
  margin-inline: auto;
  text-align: center;
}

body[data-page="about"] .hero-content {
  justify-items: center;
  text-align: center;
}

body[data-page="about"] .hero-note {
  margin-inline: auto;
}

.about-image {
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.about-image img {
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.contact-only {
  text-align: center;
  display: grid;
  gap: 0.95rem;
}

.contact-grid {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: center;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d1218;
}

.footer-wrap {
  min-height: 4.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  padding: 0.8rem 0;
  text-align: center;
}

.footer-wrap p {
  margin: 0;
  font-size: 0.82rem;
}

@keyframes maniac-flicker {
  0% {
    opacity: 0;
    filter: blur(1.2px);
    transform: translateY(6px) rotate(-2.1deg) skewX(-11deg);
  }
  16% {
    opacity: 1;
  }
  22% {
    opacity: 0.28;
  }
  31% {
    opacity: 1;
  }
  37% {
    opacity: 0.2;
  }
  48% {
    opacity: 1;
    filter: blur(0.35px);
  }
  62% {
    opacity: 0.52;
  }
  74% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: rotate(-0.9deg) skewX(-5deg);
  }
}

@keyframes maniac-sub-enter {
  0% {
    opacity: 0;
    transform: translateY(7px);
  }
  30% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes maniac-note-enter {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 560px) {
  html[lang="bg"] .cta-box h2 {
    line-height: 1.28;
  }

  html[lang="bg"] .contact-only h2 {
    line-height: 1.28;
  }

  .cta-box .button-row {
    width: min(100%, 23rem);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-box .button-row .btn {
    width: 100%;
  }

  .plain-list li {
    transform: none;
  }

  body[data-page="home"] .hero h1 {
    transform: rotate(-0.4deg) skewX(-3deg);
  }

  body[data-page="home"] .hero-content {
    transform: translateY(-4vh);
  }

  body[data-page="home"] .hero-bg {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.1);
  }

  .shipping-alert {
    max-width: min(100%, 22rem);
    gap: 0.35rem;
    line-height: 1.2;
    margin-top: 0.24rem;
  }

  .shipping-alert::before,
  .shipping-alert::after {
    width: 1.2rem;
  }

  .detail-info li {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.18rem;
    padding: 0.58rem 0.66rem;
  }

  .detail-info li strong {
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .hero h1,
  body[data-page="home"] .hero-sub,
  body[data-page="home"] .hero-note,
  .shipping-alert {
    animation: none;
  }
}

@media (min-width: 800px) {
  .menu-toggle {
    display: none;
  }

  .lang-toggle {
    margin-left: auto;
  }

  .site-nav {
    position: static;
    transform: none;
    display: flex;
    background: transparent;
    border: 0;
    gap: 0.1rem;
  }

  .site-nav a {
    padding: 0.45rem 0.65rem;
    border-radius: 6px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .detail-layout {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .about-layout {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .footer-wrap {
    flex-direction: column;
    justify-content: center;
  }
}
