/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Noto Sans Georgian', 'Inter', sans-serif; color: #1d1d1f; background: #f5f5f7; font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; min-height: 100vh; display: flex; flex-direction: column; }
.site-main { flex: 1; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ===== SEARCH DROPDOWN ===== */
.search-dropdown { display: none; position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: #fff; border: 1.5px solid #e8e8ed; border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.12); z-index: 300; overflow: hidden; }
.search-dropdown.open { display: block; }
.search-result-item { display: flex; align-items: center; gap: 12px; padding: 10px 14px; text-decoration: none; color: #1d1d1f; transition: background .15s; border-bottom: 1px solid #f5f5f7; }
.search-result-item:last-child { border-bottom: none; }
.search-result-item:hover { background: #f5f5f7; }
.search-result-img { width: 44px; height: 44px; border-radius: 8px; object-fit: contain; background: #f5f5f5; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 1px solid #eee; overflow: hidden; }
.search-result-img img { width: 100%; height: 100%; object-fit: contain; }
.search-result-img svg { width: 24px; height: 24px; color: #aeaeb2; }
.search-result-info { flex: 1; min-width: 0; }
.search-result-name { font-size: 13px; font-weight: 600; color: #1d1d1f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-result-cat { font-size: 11px; color: #aeaeb2; margin-top: 2px; }
.search-result-price { font-size: 13px; font-weight: 700; color: #1d1d1f; flex-shrink: 0; }
.search-result-all { display: block; text-align: center; padding: 10px; font-size: 13px; font-weight: 600; color: #ffd333; border-top: 1px solid #f0f0f0; background: #fafafa; }
.search-result-all:hover { background: #f5f5f7; }
.search-no-result { padding: 16px 14px; font-size: 13px; color: #aeaeb2; text-align: center; }
.search-result-name mark { background: #fff3b0; color: #1d1d1f; border-radius: 2px; padding: 0 1px; font-style: normal; }

/* ===== TOPBAR ===== */
.topbar { background: #f5f5f7; border-bottom: 1px solid #e8e8ed; font-size: 12px; padding: 7px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; }
.topbar-left a { margin-right: 20px; color: #6e6e73; transition: color .2s; }
.topbar-left a:hover { color: #ffd333; }
.topbar-right { color: #6e6e73; font-weight: 500; }

/* ===== HEADER ===== */
.site-header { background: rgba(255,255,255,.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 14px 0; border-bottom: 1px solid #e8e8ed; position: sticky; top: 0; z-index: 200; }
.site-header .container { display: flex; align-items: center; gap: 20px; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-icon { font-size: 26px; }
.logo-text { font-size: 20px; font-weight: 800; letter-spacing: -0.5px; color: #1d1d1f; }
.search-box { flex: 1; max-width: 520px; position: relative; }
.search-box form { display: flex; background: #f5f5f7; border: 1.5px solid #e8e8ed; border-radius: 12px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.search-box form:focus-within { border-color: #ffd333; box-shadow: 0 0 0 3px rgba(230,168,23,.12); }
.search-box input { flex: 1; padding: 10px 16px; border: none; background: transparent; outline: none; font-size: 14px; color: #1d1d1f; }
.search-box input::placeholder { color: #aeaeb2; }
.search-box button { background: #ffd333; color: #fff; padding: 0 18px; font-size: 15px; border-radius: 0 10px 10px 0; transition: background .2s; }
.search-box button:hover { background: #f0c000; }
.header-right { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.customer-service { text-align: right; font-size: 12px; color: #aeaeb2; line-height: 1.3; }
.customer-service strong { display: block; font-size: 15px; color: #1d1d1f; font-weight: 700; }
.cart-btn { display: flex; align-items: center; gap: 8px; background: #ffd333; color: #1d1d1f; padding: 10px 18px; border-radius: 12px; font-weight: 700; font-size: 16px; transition: all .2s; }
.cart-btn:hover { background: #3d3d3f; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,.15); }
.cart-count { background: #1d1d1f; color: #fff; border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; }

/* ===== NAVIGATION ===== */
.main-nav { background: #ffd333; border-bottom: none; }
.main-nav .container { display: flex; align-items: stretch; }
.nav-home { display: flex; align-items: center; justify-content: center; padding: 0 14px; color: #1d1d1f; background: transparent; align-self: stretch; transition: color .2s; flex-shrink: 0; }
.nav-home:hover { color: #444; background: transparent; }
.category-dropdown { position: relative; }
.cat-toggle { background: #1d1d1f; color: #fff; padding: 13px 22px; font-size: 14px; font-weight: 700; font-family: inherit; border: none; cursor: pointer; white-space: nowrap; transition: background .2s; display: flex; align-items: center; gap: 8px; height: 100%; }
.cat-toggle:hover { background: #333; }
.cat-menu { display: none; position: absolute; top: 100%; left: 0; background: #1d1d1f; min-width: 260px; z-index: 100; box-shadow: 0 8px 40px rgba(0,0,0,.25); border-radius: 0 0 4px 4px; overflow: hidden; }
.cat-menu a { display: flex; justify-content: space-between; align-items: center; padding: 11px 20px; color: #d1d1d1; font-size: 14px; border-bottom: 1px solid #2d2d2d; transition: all .15s; }
.cat-menu a:last-child { border-bottom: none; }
.cat-menu a:hover { background: #2d2d2f; color: #ffd333; padding-left: 26px; }
.cat-menu a span { background: #2d2d2f; color: #6e6e73; padding: 2px 8px; border-radius: 20px; font-size: 11px; font-weight: 600; }
.category-dropdown:hover .cat-menu { display: block; }
.nav-links { display: flex; align-items: center; }
.nav-links a { color: #1d1d1f; padding: 13px 20px; font-size: 14px; font-weight: 600; display: block; transition: all .2s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 50%; right: 50%; height: 2px; background: #1d1d1f; transition: all .2s; }
.nav-links a:hover { color: #1d1d1f; background: rgba(0,0,0,.08); }
.nav-links a:hover::after { left: 20px; right: 20px; }

/* ===== HERO BANNER ===== */
.hero-banner { position: relative; min-height: 336px; display: flex; align-items: center; overflow: hidden; }
.hero-bg-img { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; transition: transform 8s ease; }
.hero-banner:hover .hero-bg-img { transform: scale(1.04); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(10,10,10,.55) 0%, rgba(10,10,10,.35) 50%, rgba(10,10,10,.05) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 560px; padding: 40px 24px 40px max(24px, calc((100vw - 1200px)/2 + 24px)); }
.hero-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(230,168,23,.18); border: 1px solid rgba(230,168,23,.4); color: #ffd333; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 20px; }
.hero-content h1 { font-size: 46px; font-weight: 900; color: #fff; line-height: 1.05; margin-bottom: 18px; letter-spacing: -1.5px; }
.hero-content h1 span { color: #ffd333; }
.hero-content p { color: rgba(255,255,255,.72); margin-bottom: 32px; font-size: 16px; line-height: 1.7; max-width: 440px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary { display: inline-flex; align-items: center; gap: 6px; background: #ffd333; color: #1d1d1f; padding: 13px 28px; border-radius: 12px; font-weight: 700; font-size: 14px; transition: all .2s; border: none; cursor: pointer; }
.btn-primary:hover { background: #f0c000; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(230,168,23,.45); }
.btn-hero-outline { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid rgba(255,255,255,.35); color: #fff; padding: 12px 24px; border-radius: 12px; font-weight: 600; font-size: 14px; transition: all .2s; backdrop-filter: blur(4px); }
.btn-hero-outline:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.1); }
.btn-outline { display: inline-flex; align-items: center; gap: 6px; border: 1.5px solid #d2d2d7; color: #3d3d3f; padding: 12px 26px; border-radius: 12px; font-weight: 600; font-size: 14px; transition: all .2s; }
.btn-outline:hover { border-color: #ffd333; color: #ffd333; }
/* unused sign-preview kept for safety */
.hero-sign-grid { display: none; }
.sign-preview { display: none; }

/* ===== FEATURES BAR ===== */
.features-bar { background: #fff; border-top: 1px solid #e8e8ed; border-bottom: 1px solid #e8e8ed; margin-top: 12px; }
.features-bar .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-item { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border-right: 1px solid #f0f0f0; transition: background .2s; }
.feature-item:last-child { border-right: none; }
.feature-item:hover { background: #fafafa; }
.feature-icon { flex-shrink: 0; color: #aeaeb2; display: flex; align-items: center; }
.feature-item strong { display: block; font-size: 13px; font-weight: 700; color: #1d1d1f; }
.feature-item p { font-size: 12px; color: #aeaeb2; margin: 0; }

/* ===== SECTIONS ===== */
.section-categories, .section-products { padding: 52px 0; background: #f5f5f7; }
.section-categories { background: #fff; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; }
.section-header h2 { font-size: 26px; font-weight: 800; color: #1d1d1f; letter-spacing: -0.5px; }
.section-header h2::after { content: ''; display: block; width: 36px; height: 3px; background: #ffd333; border-radius: 2px; margin-top: 8px; }
.filter-tabs { display: flex; gap: 6px; }
.filter-tabs .tab { padding: 7px 18px; border: 1.5px solid #e8e8ed; border-radius: 20px; font-size: 13px; font-weight: 500; color: #6e6e73; transition: all .2s; background: #fff; }
.filter-tabs .tab:hover { border-color: #ffd333; color: #ffd333; }
.filter-tabs .tab.active { border-color: #ffd333; background: #ffd333; color: #fff; font-weight: 700; }

/* ===== CATEGORIES GRID ===== */
.categories-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { --cat-color: #ffd333; background: #f5f5f7; border: 1.5px solid #e8e8ed; border-radius: 16px; padding: 20px 16px; display: flex; align-items: center; gap: 14px; transition: all .2s; }
.category-card:hover { background: #fff; border-color: var(--cat-color); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(0,0,0,.07); }
.cat-icon { flex-shrink: 0; color: var(--cat-color); display: flex; align-items: center; }
.cat-info h3 { font-size: 13px; font-weight: 700; color: #1d1d1f; }
.cat-info span { font-size: 12px; color: #aeaeb2; }

/* ===== PRODUCTS GRID ===== */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { background: #fff; border: 1.5px solid #e8e8ed; border-radius: 16px; overflow: hidden; transition: all .25s; position: relative; }
.product-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.1); transform: translateY(-4px); border-color: transparent; }
.badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 4px 10px; border-radius: 8px; font-size: 11px; font-weight: 700; }
.badge-blue { background: #e8f0fe; color: #1a56db; }
.badge-purple { background: #f3e8ff; color: #7e22ce; }
.badge-red { background: #fee2e2; color: #dc2626; }
.product-img-wrap { display: block; aspect-ratio: 1 / 1; overflow: hidden; position: relative; background: #ffffff; }
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; padding: 0; transition: transform .3s; }
.product-card:hover .product-img-wrap img { transform: scale(1.06); }
.product-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 64px; }
.product-overlay { display: none; }
.quick-add { display: none; }
.product-info { padding: 14px 16px; }
.product-meta { font-size: 11px; color: #aeaeb2; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 4px; font-weight: 500; }
.product-info h3 { font-size: 13px; font-weight: 600; line-height: 1.45; margin-bottom: 4px; color: #1d1d1f; }
.product-info h3 a:hover { color: #ffd333; }
.product-sku { font-size: 11px; color: #c7c7cc; margin-bottom: 10px; }
.product-price { display: flex; align-items: baseline; gap: 6px; }
.price-main { font-size: 16px; font-weight: 800; color: #1d1d1f; }
.price-sale { font-size: 16px; font-weight: 800; color: #dc2626; }
.price-old { font-size: 12px; color: #c7c7cc; text-decoration: line-through; }
.section-footer { text-align: center; margin-top: 40px; }

/* ===== PARTNERS ===== */
.partners-section { background: #fff; padding: 36px 0; border-top: 1px solid #e8e8ed; border-bottom: 1px solid #e8e8ed; }
.partners-header { text-align: center; margin-bottom: 24px; }
.partners-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #aeaeb2; }
.partners-grid { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
.partner-item { display: flex; align-items: center; justify-content: center; padding: 16px 32px; border-right: 1px solid #f0f0f0; transition: all .2s; filter: grayscale(1); opacity: .55; }
.partner-item:last-child { border-right: none; }
.partner-item:hover { filter: grayscale(0); opacity: 1; }
.partner-item img { max-height: 40px; max-width: 130px; object-fit: contain; display: block; }
.partner-placeholder { font-size: 13px; font-weight: 700; color: #aeaeb2; text-align: center; padding: 8px 0; white-space: nowrap; }

/* ===== ISO BANNER ===== */
.iso-banner { background: linear-gradient(135deg, #ffd333 0%, #f5c842 100%); padding: 60px 24px; }
.iso-banner .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.iso-content { max-width: 480px; }
.iso-content h2 { font-size: 28px; font-weight: 800; color: #1d1d1f; margin-bottom: 12px; letter-spacing: -0.5px; }
.iso-content p { color: #3d3d3f; line-height: 1.7; margin-bottom: 24px; font-size: 15px; }
.btn-white { display: inline-flex; align-items: center; gap: 6px; background: #fff; color: #1d1d1f; padding: 13px 28px; border-radius: 12px; font-weight: 700; font-size: 14px; transition: all .2s; box-shadow: 0 2px 8px rgba(0,0,0,.1); }
.btn-white:hover { box-shadow: 0 6px 20px rgba(0,0,0,.15); transform: translateY(-1px); }
.print-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; width: 360px; flex-shrink: 0; }
.print-gallery img { width: 100%; height: 110px; object-fit: cover; border-radius: 14px; box-shadow: 0 4px 14px rgba(0,0,0,.15); }

/* ===== SHOP PAGE ===== */
.shop-page { padding: 28px 0 64px; }
.breadcrumb { font-size: 13px; color: #aeaeb2; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.breadcrumb a:hover { color: #ffd333; }
.breadcrumb span { color: #3d3d3f; }
.page-title { font-size: 28px; font-weight: 800; color: #1d1d1f; margin-bottom: 24px; letter-spacing: -0.5px; }
.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 28px; }

/* Sidebar */
.shop-sidebar { background: #fff; border: 1.5px solid #e8e8ed; border-radius: 16px; padding: 22px; height: fit-content; }
.filter-section { margin-bottom: 26px; }
.filter-section h3 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #aeaeb2; margin-bottom: 12px; }
.filter-link { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 14px; color: #3d3d3f; border-bottom: 1px solid #f5f5f7; transition: color .15s; }
.filter-link:last-child { border-bottom: none; }
.filter-link:hover, .filter-link.active { color: #ffd333; }
.filter-link.active { font-weight: 600; }
.filter-link span { background: #f5f5f7; padding: 2px 8px; border-radius: 20px; font-size: 11px; font-weight: 600; color: #aeaeb2; }
.price-inputs { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.price-inputs input { width: 80px; padding: 8px 10px; border: 1.5px solid #e8e8ed; border-radius: 8px; font-size: 13px; outline: none; }
.price-inputs input:focus { border-color: #ffd333; }
.btn-filter { background: #1d1d1f; color: #fff; padding: 9px 18px; border-radius: 8px; font-size: 13px; font-weight: 600; width: 100%; transition: background .2s; }
.btn-filter:hover { background: #3d3d3f; }

/* Shop Main */
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; background: #fff; border: 1.5px solid #e8e8ed; border-radius: 12px; margin-bottom: 20px; }
.results-info { font-size: 13px; color: #6e6e73; }
.toolbar-right { display: flex; gap: 10px; }
.toolbar-right select { padding: 7px 12px; border: 1.5px solid #e8e8ed; border-radius: 8px; font-size: 13px; font-family: inherit; outline: none; background: #fff; }
.toolbar-right select:focus { border-color: #ffd333; }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 40px; }
.pagination a { padding: 8px 14px; border: 1.5px solid #e8e8ed; border-radius: 8px; font-size: 14px; color: #3d3d3f; font-weight: 500; transition: all .2s; }
.pagination a:hover { border-color: #ffd333; color: #ffd333; }
.pagination a.active { background: #ffd333; color: #fff; border-color: #ffd333; font-weight: 700; }

/* Empty */
.empty-state { text-align: center; padding: 80px 20px; color: #aeaeb2; }
.empty-icon { font-size: 56px; margin-bottom: 16px; }
.empty-state h3 { font-size: 20px; margin-bottom: 8px; color: #6e6e73; font-weight: 700; }
.empty-state p { margin-bottom: 24px; font-size: 15px; }

/* ===== VARIANT GROUPS ===== */
.variant-group { margin-bottom: 20px; }
.variant-group-title { font-size: 12px; font-weight: 700; color: #aeaeb2; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.variant-table { border: 1.5px solid #e8e8ed; border-radius: 12px; overflow: hidden; }
.variant-row { display: flex; align-items: center; gap: 14px; padding: 12px 16px; border-bottom: 1px solid #f0f0f0; transition: background .15s; }
.variant-row:last-child { border-bottom: none; }
.variant-row:hover { background: #fafafa; }
.variant-row__img { width: 56px; height: 56px; border-radius: 8px; overflow: hidden; background: #f5f5f7; border: 1px solid #eee; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.variant-row__img img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.variant-row__img-placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.variant-row__info { flex: 1; min-width: 0; }
.variant-row__name { font-size: 14px; font-weight: 600; color: #1d1d1f; }
.variant-row__price { font-size: 13px; color: #aeaeb2; margin-top: 2px; }
.variant-row__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.variant-row__qty { display: flex; align-items: center; gap: 0; border: 1.5px solid #e8e8ed; border-radius: 10px; overflow: hidden; flex-shrink: 0; }
.variant-cart-btn-all { display: flex; align-items: center; justify-content: center; gap: 8px; height: 46px; width: auto; min-width: 220px; margin: 14px auto 0; color: #1d1d1f; }
.variant-qty-btn { width: 34px; height: 38px; background: #f5f5f7; border: none; font-size: 18px; font-weight: 600; color: #3d3d3f; cursor: pointer; transition: background .15s; }
.variant-qty-btn:hover { background: #ffd333; }
.variant-qty-input { width: 48px; height: 38px; border: none; border-left: 1px solid #e8e8ed; border-right: 1px solid #e8e8ed; text-align: center; font-size: 14px; font-weight: 700; outline: none; }
.btn-add-variants { width: 100%; justify-content: center; padding: 14px; font-size: 15px; border-radius: 12px; gap: 8px; }

/* ===== PRODUCT ATTRIBUTES ===== */
.product-specs-attrs { border: 1.5px solid #e8e8ed; border-radius: 12px; overflow: hidden; margin-bottom: 22px; }

/* Static spec rows (standard only) */
.product-specs-attrs .spec-row { display: flex; gap: 12px; padding: 10px 18px; border-bottom: 1px solid #f0f0f0; font-size: 14px; background: #fafafa; }
.product-specs-attrs .spec-row:last-of-type { border-bottom: none; }
.product-specs-attrs .spec-row span { color: #aeaeb2; min-width: 90px; font-weight: 500; }

/* Attribute groups */
.attr-group { border-bottom: 1px solid #f0f0f0; padding: 14px 18px; }
.attr-group:last-child { border-bottom: none; }
.attr-group-title { font-size: 12px; font-weight: 700; color: #aeaeb2; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.attr-group-title .attr-selected-label { font-weight: 600; color: #1d1d1f; text-transform: none; letter-spacing: 0; font-size: 13px; }

.attr-values { display: flex; flex-wrap: wrap; gap: 8px; }

/* Default button style */
.attr-value { padding: 8px 16px; border: 1.5px solid #e8e8ed; border-radius: 8px; font-size: 13px; font-weight: 500; color: #3d3d3f; cursor: pointer; background: #fff; transition: all .15s; display: inline-flex; align-items: center; gap: 6px; font-family: inherit; line-height: 1.3; }
.attr-value:hover { border-color: #ffd333; background: #fffbea; }
.attr-value.active { border-color: #ffd333; background: #ffd333; color: #1d1d1f; font-weight: 700; }
.attr-value em { font-style: normal; font-size: 11px; color: #999; }
.attr-value.active em { color: #5a4500; }

/* Material — with image (column layout) */
.attr-value--material { flex-direction: column; padding: 8px 10px; min-width: 76px; text-align: center; gap: 5px; }
.attr-value--material img { width: 52px; height: 52px; object-fit: cover; border-radius: 6px; border: 1px solid #eee; display: block; }
.attr-value--material span { font-size: 12px; }
.attr-value--material.active img { border-color: #b8860b; }

/* Material image hover preview */
#attr-img-preview { position: fixed; z-index: 9999; pointer-events: none; opacity: 0; transform: translateY(6px) scale(.95); transition: opacity .15s, transform .15s; }
#attr-img-preview.visible { opacity: 1; transform: translateY(0) scale(1); }
#attr-img-preview img { width: 160px; height: 160px; object-fit: cover; border-radius: 12px; border: 2px solid #e8e8ed; box-shadow: 0 8px 28px rgba(0,0,0,.18); display: block; background: #fff; }

.price-formula-hint { font-size: 12px; color: #aaa; display: block; margin-top: 4px; }

/* ===== PRODUCT DETAIL ===== */
.product-page { padding: 28px 0 64px; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; margin-bottom: 48px; background: #fff; padding: 36px; border-radius: 20px; border: 1.5px solid #e8e8ed; }
.product-gallery .main-image { border: 1.5px solid #e8e8ed; border-radius: 16px; overflow: hidden; background: #f5f5f7; margin-bottom: 12px; }
.product-gallery .main-image { aspect-ratio: 1 / 1; }
.product-gallery .main-image img { width: 100%; height: 100%; object-fit: cover; padding: 0; }
.img-placeholder-large { height: 360px; display: flex; align-items: center; justify-content: center; font-size: 100px; }
.thumbnails { display: flex; gap: 8px; }
.thumb { width: 68px; height: 68px; object-fit: contain; border: 1.5px solid #e8e8ed; border-radius: 10px; cursor: pointer; padding: 6px; transition: border-color .2s; }
.thumb:hover { border-color: #ffd333; }
.product-info-detail h1 { font-size: 26px; font-weight: 800; color: #1d1d1f; margin-bottom: 14px; letter-spacing: -0.5px; line-height: 1.2; }
.product-meta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; font-size: 13px; }
.availability { font-weight: 600; }
.availability.in-stock { color: #2e7d32; }
.availability.out-stock { color: #dc2626; }
.product-standard, .product-meta-row span { color: #6e6e73; }
.product-price-block { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; }
.price-main-lg { font-size: 34px; font-weight: 800; color: #1d1d1f; letter-spacing: -1px; }
.price-old-lg { font-size: 18px; color: #c7c7cc; text-decoration: line-through; }
.discount-badge { background: #fee2e2; color: #dc2626; padding: 4px 10px; border-radius: 8px; font-size: 13px; font-weight: 700; }
.product-short-desc { color: #6e6e73; line-height: 1.7; margin-bottom: 22px; font-size: 15px; }
.product-specs { background: #f5f5f7; border-radius: 12px; padding: 16px; margin-bottom: 24px; }
.spec-row { display: flex; gap: 12px; padding: 8px 0; border-bottom: 1px solid #e8e8ed; font-size: 14px; }
.spec-row:last-child { border-bottom: none; }
.spec-row span { color: #aeaeb2; min-width: 100px; font-weight: 500; }
.add-to-cart-block { display: flex; gap: 12px; margin-bottom: 20px; }
.qty-control { display: flex; align-items: center; border: 1.5px solid #e8e8ed; border-radius: 12px; overflow: hidden; }
.qty-control button { width: 40px; height: 46px; font-size: 20px; font-weight: 600; background: #f5f5f7; color: #1d1d1f; transition: background .2s; }
.qty-control button:hover { background: #e8e8ed; }
.qty-control input { width: 56px; height: 46px; text-align: center; border: none; border-left: 1px solid #e8e8ed; border-right: 1px solid #e8e8ed; font-size: 15px; font-weight: 700; outline: none; }
.btn-add-cart { flex: 1; background: #ffd333; color: #fff; padding: 0 24px; border-radius: 12px; font-size: 15px; font-weight: 700; transition: all .2s; }
.btn-add-cart:hover { background: #f0c000; box-shadow: 0 4px 16px rgba(230,168,23,.35); }
.product-tags { font-size: 13px; color: #aeaeb2; }
.product-tags a { color: #ffd333; font-weight: 500; }

/* Tabs */
.product-tabs { background: #fff; border-radius: 16px; border: 1.5px solid #e8e8ed; padding: 24px; margin-bottom: 40px; }
.tab-headers { display: flex; gap: 0; border-bottom: 1.5px solid #e8e8ed; margin-bottom: 22px; }
.tab-btn { padding: 10px 22px; font-size: 14px; font-weight: 600; color: #aeaeb2; border-bottom: 2.5px solid transparent; margin-bottom: -1.5px; transition: all .2s; }
.tab-btn.active { color: #ffd333; border-bottom-color: #ffd333; }
.tab-content { display: none; color: #3d3d3f; font-size: 15px; line-height: 1.7; }
.tab-content.active { display: block; }
.specs-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.specs-table tr:nth-child(even) { background: #f9f9f9; }
.specs-table td { padding: 11px 14px; border-bottom: 1px solid #f0f0f0; }
.specs-table td:first-child { color: #aeaeb2; width: 160px; font-weight: 500; }
.related-products h2 { font-size: 22px; font-weight: 800; color: #1d1d1f; margin-bottom: 24px; letter-spacing: -0.5px; }

/* ===== CART ===== */
.cart-page, .checkout-page { padding: 28px 0 64px; }
.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 24px; }
.cart-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 16px; overflow: hidden; border: 1.5px solid #e8e8ed; }
.cart-table th { background: #f5f5f7; padding: 13px 16px; font-size: 12px; text-align: left; font-weight: 700; color: #aeaeb2; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1.5px solid #e8e8ed; }
.cart-table td { padding: 16px; border-bottom: 1px solid #f5f5f7; font-size: 14px; }
.cart-product { display: flex; align-items: center; gap: 12px; }
.cart-product-img { width: 60px; height: 60px; background: #f5f5f7; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid #e8e8ed; overflow: hidden; text-decoration: none; }
.cart-product-img img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.cart-product a:hover { color: #ffd333; }
.cart-item-spec { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.cart-item-spec .spec-badge { background: #f5f5f7; color: #8e8e93; font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 20px; }
.spec-badge-variant { display: inline-block; margin-left: 6px; background: #fff7da; color: #b8860b; font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 4px; border: 1px solid #f5e3a1; vertical-align: middle; }
.qty-control-sm { display: flex; align-items: center; gap: 8px; }
.qty-control-sm button { width: 30px; height: 30px; background: #f5f5f7; border-radius: 8px; font-size: 16px; font-weight: 700; border: 1px solid #e8e8ed; transition: all .15s; }
.qty-control-sm button:hover { background: #e8e8ed; }
.remove-btn { color: #c7c7cc; font-size: 16px; padding: 4px 8px; transition: color .2s; }
.remove-btn:hover { color: #dc2626; }
.cart-actions { display: flex; justify-content: space-between; padding: 16px 0 0; }

/* Cart Summary */
.cart-summary { background: #fff; border: 1.5px solid #e8e8ed; border-radius: 16px; padding: 24px; height: fit-content; }
.cart-summary h3 { font-size: 16px; font-weight: 800; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1.5px solid #e8e8ed; }
.summary-row { display: flex; justify-content: space-between; padding: 10px 0; font-size: 14px; color: #6e6e73; border-bottom: 1px solid #f5f5f7; }
.summary-total { display: flex; justify-content: space-between; padding: 16px 0 0; font-size: 17px; font-weight: 800; }
.free-badge { background: #dcfce7; color: #16a34a; padding: 2px 8px; border-radius: 6px; font-size: 12px; font-weight: 700; }
.free-shipping-notice { background: #fef9ec; border-left: 3px solid #ffd333; padding: 10px 14px; font-size: 13px; color: #6e6e73; margin: 10px 0; border-radius: 0 8px 8px 0; }
.full-width { width: 100%; text-align: center; display: block; margin-top: 16px; }

/* ===== CHECKOUT ===== */
.checkout-layout { display: grid; grid-template-columns: 1fr 360px; gap: 24px; }
.checkout-form { background: #fff; border-radius: 16px; border: 1.5px solid #e8e8ed; padding: 28px; }
.form-section { margin-bottom: 28px; }
.form-section h3 { font-size: 15px; font-weight: 800; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1.5px solid #e8e8ed; color: #1d1d1f; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: #3d3d3f; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 14px; border: 1.5px solid #e8e8ed; border-radius: 10px; font-size: 14px; transition: all .2s; background: #fff; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #ffd333; box-shadow: 0 0 0 3px rgba(230,168,23,.1); }
.order-summary { background: #fff; border: 1.5px solid #e8e8ed; border-radius: 16px; padding: 24px; height: fit-content; }
.order-summary h3 { font-size: 16px; font-weight: 800; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1.5px solid #e8e8ed; }
.order-item { display: flex; justify-content: space-between; padding: 8px 0; font-size: 13px; border-bottom: 1px solid #f5f5f7; }
.item-name { color: #6e6e73; flex: 1; margin-right: 12px; }
.btn-lg { padding: 15px; font-size: 15px; border-radius: 12px; }

/* ===== SUCCESS ===== */
.success-page { padding: 80px 20px; }
.success-card { background: #fff; border: 1.5px solid #e8e8ed; border-radius: 20px; padding: 56px 40px; text-align: center; max-width: 480px; margin: 0 auto; }
.success-icon { font-size: 56px; margin-bottom: 20px; }
.success-card h1 { font-size: 24px; font-weight: 800; color: #1d1d1f; margin-bottom: 12px; }
.success-card p { color: #6e6e73; margin-bottom: 8px; }
.success-actions { display: flex; gap: 12px; justify-content: center; margin-top: 28px; }

/* ===== FOOTER ===== */
.site-footer { background: #1d1d1f; color: #aeaeb2; padding: 52px 0 0; margin-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 40px; }
.footer-logo { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.site-footer p { font-size: 13px; line-height: 1.8; margin-bottom: 6px; }
.footer-col h4 { color: #fff; font-size: 13px; font-weight: 700; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.8px; }
.footer-col a { display: block; font-size: 13px; color: #aeaeb2; margin-bottom: 8px; transition: color .2s; }
.footer-col a:hover { color: #ffd333; }
.footer-features div { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 13px; }
.footer-bottom { border-top: 1px solid #3d3d3f; padding: 18px 0; text-align: center; font-size: 12px; color: #636366; }

/* ===== TOAST ===== */
.toast { position: fixed; bottom: 32px; right: 32px; background: #1d1d1f; color: #fff; padding: 14px 22px; border-radius: 14px; font-size: 14px; font-weight: 500; transform: translateY(80px); opacity: 0; transition: all .3s cubic-bezier(.4,0,.2,1); z-index: 9999; max-width: 320px; box-shadow: 0 8px 32px rgba(0,0,0,.2); }
.toast.show { transform: translateY(0); opacity: 1; }

/* ===== ALERTS ===== */
.alert { padding: 12px 18px; border-radius: 10px; margin-bottom: 20px; font-size: 14px; font-weight: 500; }
.alert-success { background: #dcfce7; color: #16a34a; border-left: 3px solid #16a34a; }
.alert-error { background: #fee2e2; color: #dc2626; border-left: 3px solid #dc2626; }

/* ===== PAGE CONTENT ===== */
.page-content { background: #fff; border-radius: 16px; border: 1.5px solid #e8e8ed; padding: 36px; max-width: 800px; margin: 30px auto 64px; }
.page-content h1 { font-size: 26px; font-weight: 800; margin-bottom: 20px; color: #1d1d1f; letter-spacing: -0.5px; }
.page-content p { color: #6e6e73; line-height: 1.8; margin-bottom: 16px; }
.print-gallery-page { width: auto; margin-top: 24px; }
.print-gallery-page img { height: 220px; }

@media (max-width: 768px) {
  .print-gallery-page { grid-template-columns: 1fr 1fr; }
  .print-gallery-page img { height: 140px; }
}

/* ===== 404 ===== */
.not-found { text-align: center; padding: 100px 20px; }
.not-found h1 { font-size: 80px; font-weight: 900; color: #ffd333; letter-spacing: -4px; }
.not-found h2 { font-size: 24px; color: #1d1d1f; margin-bottom: 12px; font-weight: 700; }
.not-found p { color: #6e6e73; margin-bottom: 28px; }

/* ===== HAMBURGER ===== */
.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; padding: 8px; background: transparent; border: none; cursor: pointer; flex-shrink: 0; }
.hamburger span { display: block; height: 2px; background: #1d1d1f; border-radius: 2px; transition: all .25s; }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== MOBILE MENU ===== */
.mobile-menu-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 900; }
.mobile-menu-overlay.open { display: block; }
.mobile-menu { position: fixed; top: 0; left: -100%; width: 300px; max-width: 85vw; height: 100vh; background: #fff; z-index: 1000; overflow-y: auto; transition: left .3s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; }
.mobile-menu.open { left: 0; }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; background: #1d1d1f; }
.mobile-menu-header .logo-text { color: #fff; font-size: 18px; font-weight: 800; }
.mobile-menu-close { background: none; border: none; color: #fff; font-size: 20px; cursor: pointer; padding: 4px 8px; }
.mobile-search { padding: 14px 16px; border-bottom: 1px solid #f0f0f0; }
.mobile-search form { display: flex; border: 1.5px solid #e8e8ed; border-radius: 8px; overflow: hidden; }
.mobile-search input { flex: 1; border: none; padding: 9px 12px; font-size: 14px; font-family: inherit; outline: none; }
.mobile-search button { background: #ffd333; border: none; padding: 0 14px; cursor: pointer; color: #1d1d1f; }
.mobile-nav { flex: 1; padding: 8px 0; }
.mobile-nav a { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; font-size: 14px; color: #1d1d1f; border-bottom: 1px solid #f9f9f9; transition: background .15s; }
.mobile-nav a:hover { background: #f9f9f9; color: #ffd333; }
.mobile-nav a span { background: #f0f0f0; padding: 1px 7px; border-radius: 10px; font-size: 11px; color: #aeaeb2; }
.mobile-nav-section { padding: 10px 20px 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #aeaeb2; background: #f9f9f9; }
.mobile-nav-sub { padding-left: 32px !important; font-size: 13px !important; color: #6e6e73 !important; }
.mobile-menu-footer { padding: 16px; border-top: 1px solid #f0f0f0; }

/* ===== LARGE SCREENS ===== */
@media (min-width: 1440px) {
  .site-header { padding: 10px 0; }
  .hero-banner { min-height: 360px; max-height: 420px; overflow: hidden; }
  .hero-content { max-width: 760px; padding-top: 28px; padding-bottom: 28px; }
  .hero-content h1 { font-size: 42px; }
  .hero-content p { max-width: 600px; }
  .hero-tag { margin-bottom: 14px; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .categories-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 900px) {
  .shop-layout { grid-template-columns: 220px 1fr; }
}

@media (max-width: 768px) {
  /* Topbar */
  .topbar { display: none; }

  /* Header */
  .site-header { padding: 8px 0; }
  .site-header .container { gap: 8px; flex-wrap: nowrap; align-items: center; }
  .logo { flex-shrink: 0; gap: 6px; }
  .logo-text { font-size: 17px; }
  .logo-icon svg { width: 22px; height: 22px; }
  .customer-service { display: none; }
  .search-box { flex: 1; min-width: 0; max-width: none; }
  .search-box form { height: 38px; }
  .search-box input { font-size: 13px; padding: 0 10px; }
  .search-box button { padding: 0 12px; }
  .search-dropdown.open { position: fixed; left: 8px; right: 8px; }
  .header-right { flex-shrink: 0; display: flex; align-items: center; gap: 6px; margin-left: 0; }
  .cart-btn { padding: 8px 12px; font-size: 14px; gap: 5px; border-radius: 10px; flex-shrink: 0; }
  .cart-count { width: 18px; height: 18px; font-size: 10px; }
  .hamburger { display: flex; flex-shrink: 0; width: 36px; height: 36px; }

  /* Nav — hide desktop nav, show only on desktop */
  .main-nav { display: none; }

  /* Hero */
  .hero-content h1 { font-size: 28px; letter-spacing: -0.5px; }
  .hero-content p { font-size: 14px; }
  .hero-btns { flex-direction: column; gap: 10px; }
  .hero-btns .btn-primary, .hero-btns .btn-hero-outline { text-align: center; justify-content: center; }
  .hero-content { padding: 36px 20px; max-width: 100%; }
  .hero-banner { min-height: 280px; }

  /* Features */
  .features-bar .container { grid-template-columns: 1fr 1fr; }
  .feature-item { padding: 12px; border-bottom: 1px solid #f0f0f0; }
  .feature-item:nth-child(2) { border-right: none; }

  /* Categories */
  .categories-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .section-header { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 16px; }
  .filter-tabs { display: flex; flex-wrap: nowrap; gap: 6px; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 2px; }
  .filter-tabs::-webkit-scrollbar { display: none; }
  .filter-tabs .tab { flex-shrink: 0; font-size: 13px; padding: 7px 16px; white-space: nowrap; }

  /* Products */
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  /* ISO Banner */
  .iso-banner .container { flex-direction: column; gap: 24px; }
  .iso-content h2 { font-size: 22px; }
  .print-gallery { width: 100%; max-width: 360px; }

  /* Shop */
  .shop-layout { grid-template-columns: 1fr; }
  .shop-sidebar { display: none; }
  .shop-sidebar.open { display: block; }
  .shop-toolbar { flex-wrap: wrap; gap: 8px; }
  .filter-toggle-btn { display: flex; }

  /* Product detail */
  .product-detail { grid-template-columns: 1fr; gap: 24px; padding: 20px; }

  /* Cart */
  .cart-layout { grid-template-columns: 1fr; }
  .cart-table th:nth-child(2), .cart-table td:nth-child(2) { display: none; }

  /* Checkout */
  .checkout-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-bottom .site-footer__bottom-row { flex-direction: column; gap: 8px; text-align: center; }

  /* Partners */
  .partner-item { padding: 12px 16px; }
}

@media (max-width: 480px) {
  .container { padding: 0 14px; }

  /* Header */
  .search-box form { border-radius: 8px; }
  .logo-icon svg { width: 22px; height: 22px; }

  /* Hero */
  .hero-content h1 { font-size: 24px; }
  .hero-banner { min-height: 240px; }

  /* Features */
  .features-bar .container { grid-template-columns: 1fr; }
  .feature-item { border-right: none; }

  /* Products */
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .product-img-wrap { aspect-ratio: 1 / 1; }
  .product-info { padding: 10px 12px; }
  .product-info h3 { font-size: 12px; }
  .price-main { font-size: 14px; }

  /* Categories */
  .categories-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .category-card { padding: 12px; gap: 10px; }
  .cat-info h3 { font-size: 12px; }

  /* Section */
  .section-header h2 { font-size: 20px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; }
  .partners-grid { gap: 0; }
  .partner-item { padding: 10px 12px; }

  /* Cart table — simplify */
  .cart-table th:nth-child(4), .cart-table td:nth-child(4) { display: none; }
}

/* ===== CONTACT PAGE ===== */
.contact-page { max-width: 1100px; margin: 0 auto; padding: 40px 20px 60px; }

.contact-hero { text-align: center; margin-bottom: 40px; }
.contact-hero h1 { font-size: 32px; font-weight: 800; color: #1a1a1a; margin-bottom: 10px; }
.contact-hero p { color: #666; font-size: 16px; }

.contact-layout { display: grid; grid-template-columns: 380px 1fr; gap: 32px; align-items: stretch; }

.contact-info-card { background: #fff; border: 1px solid #eee; border-radius: 14px; box-shadow: 0 2px 12px rgba(0,0,0,.06); overflow: hidden; }

.contact-row { display: flex; gap: 16px; align-items: flex-start; padding: 20px 22px; }
.contact-divider { height: 1px; background: #f0f0f0; margin: 0 22px; }
.contact-card-icon { width: 44px; height: 44px; min-width: 44px; border-radius: 10px; background: #fff9e0; display: flex; align-items: center; justify-content: center; color: #f5c800; }
.contact-card-body h4 { font-size: 12px; font-weight: 700; color: #999; text-transform: uppercase; letter-spacing: .5px; margin: 0 0 6px; }
.contact-card-body a { color: #1a1a1a; font-weight: 600; font-size: 15px; text-decoration: none; }
.contact-card-body a:hover { color: #f5c800; }
.contact-card-body span { color: #1a1a1a; font-weight: 600; font-size: 15px; }

.working-hours { display: flex; flex-direction: column; gap: 4px; }
.wh-row { display: flex; justify-content: space-between; gap: 20px; font-size: 14px; color: #333; }
.wh-time { font-weight: 700; color: #1a1a1a; }
.wh-closed .wh-time { color: #aaa; }

.social-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 2px; }
.social-link { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 600; text-decoration: none; transition: all .2s; }
.social-fb { background: #e8f0fe; color: #1877f2; }
.social-fb:hover { background: #1877f2; color: #fff; }

.contact-map-wrap { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.10); display: flex; flex-direction: column; }
.contact-map-wrap .contact-map { flex: 1; height: 100%; min-height: 300px; }
.contact-map { width: 100%; height: 480px; border: 0; display: block; }
.contact-map-btn { position: absolute; bottom: 16px; right: 16px; background: #fff; color: #333; font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 8px; text-decoration: none; display: flex; align-items: center; gap: 6px; box-shadow: 0 2px 8px rgba(0,0,0,.15); transition: background .2s; }
.contact-map-btn:hover { background: #f5c800; color: #1a1a1a; }

@media (max-width: 768px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-map { height: 320px; }
  .contact-hero h1 { font-size: 24px; }
}
