/* ==========================================================================
   Abdullokh Knives — Premium Website Styles
   Design tokens extracted from generate.js presentation system
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Outfit:wght@200;300;400;500&display=swap');

/* ---------- Design Tokens ---------- */
:root {
  --gold: #c9a962;
  --gold-dark: #a08030;
  --gold-light: #e8d5a3;
  --cream: #f8f7f4;
  --cream-dark: #f5f3ef;
  --text: #1a1a1a;
  --text-muted: rgba(30, 30, 30, 0.65);
  --text-light: rgba(30, 30, 30, 0.5);
  --photo-bg: #e8e6e1;
  --gold-border: rgba(201, 169, 98, 0.4);
  --gold-border-light: rgba(201, 169, 98, 0.3);
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'Outfit', sans-serif;
  --radius: 4px;
  --transition: 0.3s ease;
}

/* ---------- Reset ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.6;
  background: var(--cream);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---------- Uzbek Pattern Background ---------- */
.uzbek-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M40,0 L80,40 L40,80 L0,40 Z' fill='none' stroke='%23c9a962' stroke-width='0.5'/%3E%3Cpath d='M40,10 L70,40 L40,70 L10,40 Z' fill='none' stroke='%23c9a962' stroke-width='0.5'/%3E%3Cpath d='M40,20 L60,40 L40,60 L20,40 Z' fill='none' stroke='%23c9a962' stroke-width='0.5'/%3E%3Ccircle cx='40' cy='40' r='8' fill='none' stroke='%23c9a962' stroke-width='0.5'/%3E%3Ccircle cx='40' cy='40' r='3' fill='%23c9a962' opacity='0.5'/%3E%3C/svg%3E");
  background-size: 80px 80px;
  pointer-events: none;
}

/* ---------- Decorative Gold Line ---------- */
.gold-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold-light) 50%, var(--gold) 80%, transparent 100%);
  margin: 2rem auto;
  max-width: 300px;
}

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background var(--transition), box-shadow var(--transition), padding var(--transition);
}

.nav.scrolled {
  background: rgba(26, 26, 26, 0.95);
  backdrop-filter: blur(12px);
  padding: 0.6rem 2rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 1.5px;
}

.nav-logo-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  color: var(--gold);
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.nav-links a {
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  transition: color var(--transition);
}

.nav-links a:hover { color: var(--gold); }

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  transition: transform var(--transition), opacity var(--transition);
}

.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: #1a1a1a;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
  filter: brightness(0.4) contrast(1.1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.3) 0%, transparent 30%, transparent 70%, rgba(0,0,0,0.5) 100%);
}

.hero .uzbek-pattern { opacity: 0.04; }

.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  max-width: 700px;
}

.hero-tagline {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.hero-cta {
  display: inline-block;
  padding: 0.9rem 2.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text);
  background: var(--gold);
  border: 1px solid var(--gold);
  transition: all var(--transition);
}

.hero-cta:hover {
  background: transparent;
  color: var(--gold);
}

/* Decorative corners on hero content */
.hero-content::before,
.hero-content::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border-color: var(--gold-border);
  border-style: solid;
  opacity: 0.5;
}
.hero-content::before {
  top: 0; left: 0;
  border-width: 1px 0 0 1px;
}
.hero-content::after {
  bottom: 0; right: 0;
  border-width: 0 1px 1px 0;
}

/* ---------- Sections ---------- */
.section {
  padding: 5rem 2rem;
  position: relative;
}

.section-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-tagline {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--text);
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

/* ---------- Catalog ---------- */
.catalog { background: var(--cream); }

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.filter-btn {
  padding: 0.5rem 1.3rem;
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  border: 1px solid var(--gold-border);
  background: transparent;
  transition: all var(--transition);
}

.filter-btn:hover {
  color: var(--gold-dark);
  border-color: var(--gold);
}

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

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

/* ---------- Product Card ---------- */
.product-card {
  background: #fff;
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.product-card-image {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: var(--photo-bg);
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transition: transform 0.5s ease;
  filter: contrast(1.02) saturate(1.05);
}

.product-card:hover .product-card-image img {
  transform: scale(1.06);
}

/* Gold frame overlay on card image */
.product-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid var(--gold-border);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

/* Hover overlay */
.product-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 26, 26, 0.5);
  opacity: 0;
  transition: opacity var(--transition);
}

.product-card:hover .product-card-overlay { opacity: 1; }

.product-card-overlay span {
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  padding: 0.6rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.product-card-body {
  padding: 1.2rem 1.4rem;
  border-top: 1px solid var(--gold-border-light);
}

.product-card-name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.product-card-materials {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Card fade animation for filtering */
.product-card.fade-out {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.product-card.fade-in {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* ---------- Product Modal ---------- */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-backdrop.open {
  opacity: 1;
  pointer-events: all;
}

.modal {
  position: relative;
  width: 94vw;
  max-width: 1100px;
  max-height: 90vh;
  background: var(--cream);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  display: flex;
  overflow: hidden;
  transform: translateY(30px) scale(0.97);
  transition: transform 0.3s ease;
}

.modal-backdrop.open .modal {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--text-muted);
  background: rgba(248, 247, 244, 0.9);
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  transition: all var(--transition);
}

.modal-close:hover {
  color: var(--text);
  border-color: var(--gold);
}

/* Gallery side */
.modal-gallery {
  width: 50%;
  display: flex;
  flex-direction: column;
  background: var(--photo-bg);
}

.modal-main-image {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}

.modal-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: contrast(1.02) saturate(1.05);
}

.modal-main-image::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* Gallery arrows */
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  background: rgba(26, 26, 26, 0.5);
  border-radius: 50%;
  transition: background var(--transition);
}

.gallery-arrow:hover { background: rgba(26, 26, 26, 0.8); }
.gallery-arrow.prev { left: 0.75rem; }
.gallery-arrow.next { right: 0.75rem; }

/* Thumbnails */
.modal-thumbs {
  display: flex;
  gap: 4px;
  padding: 6px;
  overflow-x: auto;
  background: rgba(0, 0, 0, 0.05);
}

.modal-thumb {
  flex-shrink: 0;
  width: 64px;
  height: 50px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0.6;
  transition: all var(--transition);
}

.modal-thumb.active,
.modal-thumb:hover {
  opacity: 1;
  border-color: var(--gold);
}

.modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info side */
.modal-info {
  width: 50%;
  padding: 2.5rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.modal-tagline {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1rem;
}

.modal-name {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  color: var(--text);
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.modal-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gold-border-light);
}

.modal-spec label {
  display: block;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.3rem;
}

.modal-spec span {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text);
  line-height: 1.5;
}

.modal-materials {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gold-border-light);
}

.modal-materials h3 {
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.6rem;
}

.modal-materials ul {
  list-style: none;
}

.modal-materials li {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.7;
  padding-left: 1.2rem;
  position: relative;
}

.modal-materials li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
}

.modal-story {
  margin-bottom: 2rem;
}

.modal-story h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-story h3::before {
  content: '';
  width: 25px;
  height: 1px;
  background: var(--gold);
}

.modal-story p {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.8;
}

.modal-inquire {
  margin-top: auto;
  display: inline-block;
  align-self: flex-start;
  padding: 0.8rem 2rem;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text);
  background: var(--gold);
  border: 1px solid var(--gold);
  transition: all var(--transition);
}

.modal-inquire:hover {
  background: transparent;
  color: var(--gold-dark);
}

/* ---------- Hero Ornament ---------- */
.hero-ornament {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-diamond {
  display: block;
  width: 12px;
  height: 12px;
  border: 1.5px solid var(--gold);
  transform: rotate(45deg);
  opacity: 0.8;
}

.hero-logo-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--gold-border);
  padding: 1.5rem 2.5rem 1.2rem;
}

.hero-logo-mark {
  width: 100px;
  height: 100px;
  margin-bottom: 0.4rem;
}

.hero-logo-title {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.2;
}

.hero-logo-sub {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: 2px;
  margin-top: 0.1rem;
}

/* ---------- Craftsman Profile ---------- */
.craftsman {
  display: flex;
  gap: 3rem;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 2rem;
}

.craftsman-portrait {
  flex-shrink: 0;
  text-align: center;
}

.craftsman-portrait-frame {
  width: 160px;
  height: 160px;
  border: 1.5px solid var(--gold-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(201, 169, 98, 0.08), rgba(201, 169, 98, 0.03));
  position: relative;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.craftsman-portrait-frame::before {
  content: '';
  position: absolute;
  inset: -8px;
  border: 1px solid var(--gold-border-light);
  border-radius: 50%;
}

.craftsman-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.craftsman-initials {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  color: var(--gold);
  letter-spacing: 4px;
}

.craftsman-title-label {
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.craftsman-bio {
  flex: 1;
}

.craftsman-headline {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.craftsman-text {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.craftsman-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--gold-border-light);
}

.craftsman-stat {
  text-align: center;
}

.craftsman-stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  color: var(--gold-dark);
  line-height: 1;
  margin-bottom: 0.3rem;
}

.craftsman-stat-label {
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-light);
}

/* ---------- Recognition ---------- */
.recognition {
  max-width: 900px;
  margin: 0 auto;
}

.recognition-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--text);
  text-align: center;
  margin-bottom: 2rem;
}

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.recognition-item {
  text-align: center;
  padding: 1.5rem;
}

.recognition-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 1rem;
  color: var(--gold);
}

.recognition-icon svg {
  width: 100%;
  height: 100%;
}

.recognition-item p {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ---------- Section Intro ---------- */
.section-intro {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

/* ---------- About Section ---------- */
.about {
  background: linear-gradient(145deg, var(--cream) 0%, var(--cream-dark) 100%);
}

/* ---------- Recognition Section ---------- */
.recognition-section {
  background: linear-gradient(145deg, var(--cream-dark) 0%, var(--cream) 100%);
}

.recognition-item h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 0.5rem;
}

/* ---------- Timeline ---------- */
.timeline {
  max-width: 750px;
  margin: 0 auto 2rem;
  position: relative;
  padding-left: 2rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-border-light) 100%);
}

.timeline-item {
  position: relative;
  padding-bottom: 2.5rem;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: -2rem;
  top: 0.3rem;
  width: 9px;
  height: 9px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateX(-50%);
  margin-left: 0.5px;
}

.timeline-date {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.4rem;
}

.timeline-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.timeline-text {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ---------- The Craft Section ---------- */
.craft-section {
  background: var(--cream);
}

.craft-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.craft-item {
  padding: 2.5rem 2rem;
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
}

.craft-number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--gold);
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 1rem;
}

.craft-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 0.8rem;
}

.craft-text {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ---------- Footer ---------- */
.footer-brand {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

/* ---------- Contact Section ---------- */
.contact {
  background: #1a1a1a;
  color: #fff;
  text-align: center;
}

.contact .section-tagline { color: var(--gold); }
.contact .section-title { color: #fff; }

.contact-text {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  max-width: 500px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 2rem;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid var(--gold-border);
  color: #fff;
  transition: all var(--transition);
}

.contact-btn:hover {
  background: var(--gold);
  color: var(--text);
  border-color: var(--gold);
}

.contact-btn svg {
  width: 18px;
  height: 18px;
}

/* ---------- Footer ---------- */
.footer {
  background: #111;
  padding: 2rem;
  text-align: center;
}

.footer-text {
  font-size: 0.78rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 1px;
}

/* ---------- Lazy Load Placeholder ---------- */
.lazy-image {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.lazy-image.loaded { opacity: 1; }

/* ---------- Mobile Nav Overlay ---------- */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(26, 26, 26, 0.97);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

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

.mobile-menu a {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 2px;
  transition: color var(--transition);
}

.mobile-menu a:hover { color: var(--gold); }

/* ---------- Responsive ---------- */

/* Nav collapse for 5 items */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
}

/* Tablet */
@media (max-width: 1024px) {
  .modal {
    flex-direction: column;
    max-height: 95vh;
  }

  .modal-gallery {
    width: 100%;
    max-height: 45vh;
  }

  .modal-info {
    width: 100%;
    padding: 2rem;
  }

  .modal-name { font-size: 1.6rem; }

  .craft-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .recognition-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .craftsman {
    flex-direction: column;
    text-align: center;
  }

  .craftsman-stats {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  .hero-content {
    padding: 1.5rem;
  }

  .hero-content::before,
  .hero-content::after {
    width: 40px;
    height: 40px;
  }

  .section { padding: 3.5rem 1.2rem; }

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

  .product-card-image { height: 220px; }

  .filter-bar { gap: 0.4rem; }
  .filter-btn {
    padding: 0.4rem 1rem;
    font-size: 0.72rem;
  }

  .modal-info { padding: 1.5rem; }
  .modal-name { font-size: 1.4rem; }
  .modal-specs { grid-template-columns: 1fr; }

  .contact-buttons { flex-direction: column; align-items: center; }

  .gallery-arrow { width: 34px; height: 34px; font-size: 1rem; }

  .mobile-menu a { font-size: 1.5rem; }
  .mobile-menu { gap: 1.5rem; }

  .timeline { padding-left: 1.5rem; }
  .timeline-marker { left: -1.5rem; }

  .craftsman-stats { gap: 1.5rem; }
}

/* Larger screens */
@media (min-width: 1280px) {
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* No scroll when modal open */
body.modal-open { overflow: hidden; }
