/*
Theme Name: Temel Koleksiyon
Theme URI: https://temelkoleksiyon.com
Description: Antika ve özel koleksiyon parçaları için lüks WordPress teması. Altın tonları, koyu arka plan, WhatsApp iletişim entegrasyonu.
Version: 1.0.0
Author: FilmKutusu Studio
Text Domain: temel-koleksiyon
*/

/* ========================================================
   CSS VARIABLES — ALTIN & KOYU PALET
======================================================== */
:root {
  --bg-deepest:   #0a0806;
  --bg-dark:      #110d08;
  --bg-card:      #1a1208;
  --bg-card2:     #221a0d;
  --gold-bright:  #d4a017;
  --gold-light:   #e8c050;
  --gold-muted:   #8b6914;
  --gold-glow:    rgba(212,160,23,0.18);
  --gold-border:  rgba(212,160,23,0.30);
  --text-primary: #f0e6cc;
  --text-muted:   #9a8a6a;
  --text-dim:     #5a4e38;
  --white:        #fff;
  --green-wa:     #25d366;
  --shadow-gold:  0 4px 32px rgba(212,160,23,0.15);
  --shadow-deep:  0 8px 48px rgba(0,0,0,0.7);
  --radius:       4px;
  --radius-lg:    8px;
  --font-serif:   'Cormorant Garamond', 'Times New Roman', serif;
  --font-sans:    'Raleway', 'Segoe UI', sans-serif;
}

/* ========================================================
   RESET & BASE
======================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background-color: var(--bg-deepest);
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

a { color: var(--gold-light); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold-bright); }

img { max-width: 100%; height: auto; display: block; }

h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-serif);
  color: var(--gold-light);
  line-height: 1.2;
  font-weight: 600;
}

/* ========================================================
   NOISE TEXTURE OVERLAY (atmospheric)
======================================================== */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
  opacity: 0.35;
}

/* ========================================================
   CONTAINER
======================================================== */
.tk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ========================================================
   HEADER / NAV
======================================================== */
#masthead {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10,8,6,0.95);
  border-bottom: 1px solid var(--gold-border);
  backdrop-filter: blur(12px);
}

.tk-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.tk-site-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.tk-site-logo .logo-main {
  font-family: var(--font-serif);
  font-size: 26px;
  color: var(--gold-light);
  letter-spacing: 2px;
  font-style: italic;
}
.tk-site-logo .logo-sub {
  font-family: var(--font-sans);
  font-size: 9px;
  color: var(--gold-muted);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Nav Menu */
#primary-navigation ul {
  list-style: none;
  display: flex;
  gap: 32px;
}
#primary-navigation ul li a {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color .2s;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}
#primary-navigation ul li a:hover,
#primary-navigation ul li.current-menu-item a {
  color: var(--gold-light);
  border-bottom-color: var(--gold-bright);
}

/* Hamburger */
.tk-menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  padding: 8px 12px;
  cursor: pointer;
  font-size: 18px;
  border-radius: var(--radius);
}

/* ========================================================
   HERO SECTION
======================================================== */
.tk-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(160deg, #1a1005 0%, #0a0806 50%, #150e05 100%);
}

.tk-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.tk-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(212,160,23,0.08) 0%, transparent 70%),
              linear-gradient(to bottom, rgba(10,8,6,0.3) 0%, rgba(10,8,6,0.7) 100%);
}

/* Decorative sparks */
.tk-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle 1px at 20% 30%, rgba(212,160,23,0.6) 0%, transparent 100%),
    radial-gradient(circle 1px at 80% 20%, rgba(212,160,23,0.4) 0%, transparent 100%),
    radial-gradient(circle 1px at 50% 70%, rgba(212,160,23,0.5) 0%, transparent 100%),
    radial-gradient(circle 2px at 10% 60%, rgba(212,160,23,0.3) 0%, transparent 100%),
    radial-gradient(circle 1px at 90% 75%, rgba(212,160,23,0.4) 0%, transparent 100%);
  pointer-events: none;
}

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

.tk-hero-content h1 {
  font-size: clamp(42px, 7vw, 80px);
  font-style: italic;
  color: var(--gold-light);
  text-shadow: 0 2px 40px rgba(212,160,23,0.4);
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.tk-hero-content p {
  font-size: 16px;
  color: var(--text-muted);
  letter-spacing: 1px;
  margin-bottom: 32px;
}

.tk-btn {
  display: inline-block;
  padding: 13px 36px;
  border: 1px solid var(--gold-bright);
  color: var(--gold-light);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-radius: 2px;
  background: rgba(212,160,23,0.08);
  cursor: pointer;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}
.tk-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(212,160,23,0.15) 100%);
  opacity: 0;
  transition: opacity .3s;
}
.tk-btn:hover { background: rgba(212,160,23,0.18); color: var(--gold-bright); transform: translateY(-1px); box-shadow: 0 4px 20px rgba(212,160,23,0.2); }
.tk-btn:hover::before { opacity: 1; }

/* ========================================================
   CATEGORY FILTER TABS
======================================================== */
.tk-categories {
  background: var(--bg-dark);
  border-bottom: 1px solid var(--gold-border);
  border-top: 1px solid var(--gold-border);
}

.tk-cat-list {
  display: flex;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}
.tk-cat-list::-webkit-scrollbar { display: none; }

.tk-cat-list li a {
  display: block;
  padding: 18px 32px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all .2s;
}
.tk-cat-list li a:hover,
.tk-cat-list li.current-cat a,
.tk-cat-list li.active a {
  color: var(--gold-light);
  border-bottom-color: var(--gold-bright);
  background: rgba(212,160,23,0.04);
}

/* ========================================================
   SECTION HEADINGS
======================================================== */
.tk-section-title {
  text-align: center;
  margin-bottom: 48px;
}

.tk-section-title h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-style: italic;
  position: relative;
  display: inline-block;
  padding: 0 24px;
}

.tk-section-title h2::before,
.tk-section-title h2::after {
  content: '◆';
  font-size: 10px;
  color: var(--gold-muted);
  vertical-align: middle;
  margin: 0 12px;
}

.tk-section-divider {
  width: 120px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold-bright), transparent);
  margin: 12px auto 0;
}

/* ========================================================
   PRODUCTS GRID
======================================================== */
.tk-section {
  padding: 72px 0;
}

.tk-section.alt-bg {
  background: var(--bg-dark);
}

.tk-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}

/* Product Card */
.tk-product-card {
  background: var(--bg-card);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  position: relative;
}
.tk-product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold), var(--shadow-deep);
  border-color: rgba(212,160,23,0.5);
}

/* Corner ornament */
.tk-product-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 40px; height: 40px;
  border-top: 2px solid var(--gold-bright);
  border-left: 2px solid var(--gold-bright);
  border-radius: var(--radius-lg) 0 0 0;
  opacity: 0;
  transition: opacity .3s;
  z-index: 2;
}
.tk-product-card:hover::before { opacity: 1; }

.tk-product-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.tk-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.tk-product-card:hover .tk-product-thumb img {
  transform: scale(1.06);
}

/* Category badge */
.tk-product-cat-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(10,8,6,0.8);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  backdrop-filter: blur(4px);
}

.tk-product-body {
  padding: 20px 20px 0;
}

.tk-product-body h3 {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 8px;
  font-weight: 600;
}
.tk-product-body h3 a { color: var(--gold-light); }
.tk-product-body h3 a:hover { color: var(--gold-bright); }

.tk-product-body p.tk-excerpt {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Meta row */
.tk-product-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.tk-product-meta span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
}
.tk-product-meta span.value {
  color: var(--gold-muted);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

/* Contact buttons */
.tk-product-contacts {
  display: flex;
  gap: 10px;
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(212,160,23,0.1);
}

.tk-btn-wa {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 11px 16px;
  background: var(--green-wa);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: var(--radius);
  transition: background .2s, transform .15s;
  border: none;
  cursor: pointer;
}
.tk-btn-wa:hover { background: #1ebe59; transform: translateY(-1px); color: #fff; }

.tk-btn-tel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 11px 16px;
  background: transparent;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: var(--radius);
  border: 1px solid var(--gold-border);
  transition: all .2s;
  cursor: pointer;
}
.tk-btn-tel:hover { background: rgba(212,160,23,0.1); border-color: var(--gold-bright); transform: translateY(-1px); color: var(--gold-bright); }

/* ========================================================
   SINGLE PRODUCT PAGE
======================================================== */
.tk-single-product {
  padding: 60px 0;
}

.tk-single-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.tk-single-gallery {
  position: sticky;
  top: 90px;
}

.tk-single-gallery .main-image {
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 12px;
}
.tk-single-gallery .main-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.tk-gallery-thumbs {
  display: flex;
  gap: 8px;
}
.tk-gallery-thumbs img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border: 1px solid var(--gold-border);
  border-radius: var(--radius);
  cursor: pointer;
  opacity: 0.7;
  transition: opacity .2s, border-color .2s;
}
.tk-gallery-thumbs img:hover,
.tk-gallery-thumbs img.active { opacity: 1; border-color: var(--gold-bright); }

.tk-single-info h1 {
  font-size: 38px;
  font-style: italic;
  margin-bottom: 12px;
}

.tk-single-cat-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-muted);
  border: 1px solid var(--gold-border);
  padding: 4px 14px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.tk-single-divider {
  height: 1px;
  background: linear-gradient(to right, var(--gold-bright), transparent);
  margin: 24px 0;
}

.tk-single-description {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 28px;
}

/* Details table */
.tk-details-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}
.tk-details-table tr {
  border-bottom: 1px solid rgba(212,160,23,0.08);
}
.tk-details-table tr:last-child { border-bottom: none; }
.tk-details-table td {
  padding: 10px 0;
  font-size: 13.5px;
}
.tk-details-table td:first-child {
  color: var(--text-dim);
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  width: 40%;
}
.tk-details-table td:last-child { color: var(--text-primary); }

/* Single contact box */
.tk-contact-box {
  background: var(--bg-card2);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.tk-contact-box p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px;
  text-align: center;
}
.tk-contact-box .tk-btn-wa,
.tk-contact-box .tk-btn-tel {
  padding: 14px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
.tk-contact-box .tk-btn-tel { margin-bottom: 0; }

/* ========================================================
   ABOUT / INFO SECTION
======================================================== */
.tk-about-section {
  padding: 80px 0;
  background: var(--bg-dark);
  border-top: 1px solid var(--gold-border);
  border-bottom: 1px solid var(--gold-border);
}

.tk-about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.tk-about-text h2 {
  font-size: 36px;
  font-style: italic;
  margin-bottom: 16px;
}
.tk-about-text p {
  color: var(--text-muted);
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.8;
}

.tk-features-list {
  list-style: none;
  margin-top: 24px;
}
.tk-features-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(212,160,23,0.08);
  color: var(--text-muted);
  font-size: 14px;
  display: flex;
  gap: 12px;
}
.tk-features-list li::before {
  content: '✦';
  color: var(--gold-bright);
  font-size: 10px;
  margin-top: 3px;
  flex-shrink: 0;
}

.tk-about-image {
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}
.tk-about-image img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  opacity: 0.85;
}
.tk-about-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 20px solid transparent;
  border-image: linear-gradient(135deg, rgba(212,160,23,0.3), transparent) 1;
  pointer-events: none;
}

/* ========================================================
   FLOATING WHATSAPP BUTTON
======================================================== */
.tk-float-wa {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 500;
  background: var(--green-wa);
  color: #fff;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.tk-float-wa:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.5); color: #fff; }

/* Pulse ring */
.tk-float-wa::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.5);
  animation: wa-pulse 2s infinite;
}
@keyframes wa-pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* ========================================================
   FOOTER
======================================================== */
#colophon {
  background: var(--bg-dark);
  border-top: 1px solid var(--gold-border);
  padding: 60px 0 24px;
}

.tk-footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.tk-footer-brand .logo-main {
  font-family: var(--font-serif);
  font-size: 28px;
  color: var(--gold-light);
  font-style: italic;
  display: block;
  margin-bottom: 12px;
}
.tk-footer-brand p {
  font-size: 14px;
  color: var(--text-dim);
  line-height: 1.7;
}

.tk-footer-col h4 {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 18px;
}

.tk-footer-col ul { list-style: none; }
.tk-footer-col ul li { margin-bottom: 10px; }
.tk-footer-col ul li a {
  font-size: 14px;
  color: var(--text-dim);
  transition: color .2s;
}
.tk-footer-col ul li a:hover { color: var(--gold-light); }

.tk-footer-bottom {
  border-top: 1px solid rgba(212,160,23,0.1);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.tk-footer-bottom p {
  font-size: 12px;
  color: var(--text-dim);
}

/* ========================================================
   PAGE TITLE BANNER
======================================================== */
.tk-page-banner {
  background: linear-gradient(to right, var(--bg-dark), var(--bg-deepest));
  border-bottom: 1px solid var(--gold-border);
  padding: 48px 0 36px;
  text-align: center;
}
.tk-page-banner h1 {
  font-size: clamp(28px, 5vw, 48px);
  font-style: italic;
}
.tk-page-banner .tk-breadcrumb {
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 1px;
  margin-top: 10px;
}
.tk-page-banner .tk-breadcrumb a { color: var(--gold-muted); }
.tk-page-banner .tk-breadcrumb span { margin: 0 8px; }

/* ========================================================
   ARCHIVE / FILTER BAR
======================================================== */
.tk-archive-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(212,160,23,0.1);
}

.tk-result-count {
  font-size: 13px;
  color: var(--text-dim);
}
.tk-result-count span { color: var(--gold-muted); font-weight: 600; }

/* ========================================================
   PAGINATION
======================================================== */
.tk-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.tk-pagination a,
.tk-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold-border);
  color: var(--text-muted);
  font-size: 13px;
  border-radius: var(--radius);
  transition: all .2s;
}
.tk-pagination a:hover,
.tk-pagination .current {
  background: rgba(212,160,23,0.1);
  border-color: var(--gold-bright);
  color: var(--gold-light);
}

/* ========================================================
   CONTACT PAGE
======================================================== */
.tk-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 60px 0;
}

.tk-contact-info h2 {
  font-size: 32px;
  font-style: italic;
  margin-bottom: 20px;
}
.tk-contact-info p {
  color: var(--text-muted);
  margin-bottom: 12px;
}

.tk-contact-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(212,160,23,0.08);
  align-items: center;
}
.tk-contact-item .icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  flex-shrink: 0;
  font-size: 16px;
}
.tk-contact-item .details { font-size: 14px; color: var(--text-muted); }
.tk-contact-item .details strong { display: block; color: var(--text-primary); font-size: 13px; margin-bottom: 2px; letter-spacing: 0.5px; }

/* ========================================================
   WIDGETS (Sidebar)
======================================================== */
.widget {
  background: var(--bg-card);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-bottom: 24px;
}

.widget-title {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-muted);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(212,160,23,0.1);
}

.widget ul { list-style: none; }
.widget ul li { padding: 8px 0; border-bottom: 1px solid rgba(212,160,23,0.05); }
.widget ul li a { font-size: 13.5px; color: var(--text-muted); }
.widget ul li a:hover { color: var(--gold-light); }

/* ========================================================
   NOTICES / ALERTS
======================================================== */
.tk-notice {
  padding: 14px 20px;
  border-left: 3px solid var(--gold-bright);
  background: rgba(212,160,23,0.06);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

/* ========================================================
   RESPONSIVE
======================================================== */
@media (max-width: 900px) {
  .tk-single-inner,
  .tk-about-inner,
  .tk-contact-grid { grid-template-columns: 1fr; }
  .tk-single-gallery { position: static; }
  .tk-footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  #primary-navigation { display: none; }
  #primary-navigation.open { display: block; position: absolute; top: 100%; left: 0; right: 0; background: rgba(10,8,6,0.98); border-bottom: 1px solid var(--gold-border); padding: 20px; }
  #primary-navigation.open ul { flex-direction: column; gap: 0; }
  #primary-navigation.open ul li a { padding: 14px 0; display: block; border-bottom: 1px solid rgba(212,160,23,0.08); }
  .tk-menu-toggle { display: block; }
  .tk-products-grid { grid-template-columns: 1fr; }
  .tk-footer-inner { grid-template-columns: 1fr; }
  .tk-hero-content h1 { font-size: 38px; }
}
