/* ============ Balance Style — базові стилі ============ */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:#0e0e10;color:#f3f0ea;font-family:'Manrope',sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:#c6a15b;text-decoration:none;transition:color .2s}
a:hover{color:#d9bd85}
::selection{background:#c6a15b;color:#0e0e10}
h1,h2,h3{text-wrap:balance}

.container{max-width:1280px;margin:0 auto;padding-left:32px;padding-right:32px}
.gold{color:#c6a15b}
.italic{font-style:italic}
.muted{color:#a8a59d}
.center{text-align:center}
.eyebrow{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#c6a15b}

h2{font-family:'Cormorant Garamond',serif;font-size:44px;font-weight:600;margin-top:8px}

/* ============ Кнопки ============ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;font-weight:600;font-size:14px;cursor:pointer;border:none;font-family:inherit;transition:background .2s,border-color .2s,color .2s;padding:12px 22px}
.btn-gold{background:#c6a15b;color:#0e0e10}
.btn-gold:hover{background:#d9bd85;color:#0e0e10}
.btn-ghost{background:transparent;color:#f3f0ea;border:1px solid rgba(255,255,255,0.22)}
.btn-ghost:hover{background:rgba(255,255,255,0.06);color:#f3f0ea}
.btn-lg{padding:16px 32px;font-size:15px}
.btn-xl{width:100%;padding:18px;border-radius:14px;font-size:16px;font-weight:700}

/* ============ Header ============ */
.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:rgba(14,14,16,0.82);border-bottom:1px solid rgba(255,255,255,0.07)}
.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;flex-direction:column;line-height:1}
.logo-title{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;letter-spacing:2px;color:#f3f0ea}
.logo-sub{font-size:9px;letter-spacing:4px;color:#8a877f;margin-top:3px;text-transform:uppercase}
.main-nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:500}
.main-nav a{color:#cfccc4}
.main-nav a:hover,.main-nav a.active{color:#f3f0ea}
.header-cta{padding:11px 20px;font-size:13px}
.burger{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:6px}
.burger span{display:block;width:22px;height:2px;background:#f3f0ea;transition:transform .2s,opacity .2s}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ============ Hero ============ */
.hero{position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,0.06)}
.hero-grid{display:grid;grid-template-columns:1.05fr 0.95fr;gap:48px;align-items:center;min-height:calc(100vh - 72px)}
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
.hero-text{padding:64px 0;animation:fadeUp .7s ease both}
.pill-badge{display:inline-block;font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#c6a15b;border:1px solid rgba(198,161,91,0.4);padding:7px 16px;border-radius:999px;margin-bottom:28px}
.hero-text h1{font-family:'Cormorant Garamond',serif;font-size:74px;line-height:0.98;font-weight:600;letter-spacing:-1px;margin-bottom:24px}
.hero-text p{font-size:18px;line-height:1.6;color:#a8a59d;max-width:460px;margin-bottom:38px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-media{position:relative;height:100%;min-height:520px}
.hero-glow{position:absolute;inset:0;background:radial-gradient(circle at 60% 40%,rgba(198,161,91,0.18),transparent 60%)}
.hero-photo{position:relative;height:100%;min-height:520px;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,0.08)}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.hero-card{position:absolute;bottom:24px;left:-24px;background:#141416;border:1px solid rgba(255,255,255,0.1);border-radius:14px;padding:16px 22px;box-shadow:0 24px 60px rgba(0,0,0,0.5)}
.hero-card-label{font-size:11px;letter-spacing:2px;color:#8a877f;text-transform:uppercase}
.hero-card-name{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;margin-top:2px}
.hero-card-price{color:#c6a15b;font-weight:700;margin-top:2px}

/* ============ Trust bar ============ */
.trust{border-bottom:1px solid rgba(255,255,255,0.06);background:#111113}
.trust-grid{padding-top:26px;padding-bottom:26px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.trust-item{display:flex;align-items:center;gap:12px;font-size:13px;color:#a8a59d;line-height:1.3}
.trust-n{color:#c6a15b;font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:700}

/* ============ Секції ============ */
.section{padding-top:88px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px;flex-wrap:wrap;gap:12px}
.link-more{font-weight:600;font-size:14px}

/* ============ Категорії ============ */
.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.cat-card{position:relative;border:1px solid rgba(255,255,255,0.08);border-radius:16px;overflow:hidden;cursor:pointer;background:#141416;aspect-ratio:3/4;padding:0;display:block;transition:border-color .2s}
.cat-card:hover{border-color:rgba(198,161,91,0.5)}
.cat-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cat-card .cat-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,0.85))}
.cat-card .cat-label{position:absolute;inset:0;display:flex;align-items:flex-end;padding:18px;text-align:left}
.cat-name{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:#f3f0ea}
.cat-count{font-size:12px;color:#c6a15b;margin-top:2px}

/* ============ Картки товарів ============ */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.product-card{cursor:pointer;background:#141416;border:1px solid rgba(255,255,255,0.07);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;color:inherit;transition:border-color .2s,background .2s}
.product-card:hover{border-color:rgba(198,161,91,0.45);background:#16161a;color:inherit}
.product-card-photo{position:relative;width:100%;aspect-ratio:1;background:#1b1b1f}
.product-card-photo img{width:100%;height:100%;object-fit:cover}
.product-card-photo .photo-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#6b6862;font-size:13px}
.card-badge{position:absolute;top:12px;left:12px;background:#c6a15b;color:#0e0e10;font-size:11px;font-weight:700;padding:5px 11px;border-radius:999px;z-index:2}
.product-card-body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:6px;flex:1}
.card-category{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#8a877f}
.card-name{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:600;line-height:1.1}
.card-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:12px;gap:8px;flex-wrap:wrap}
.card-price{font-weight:700;font-size:18px;color:#c6a15b}
.in-stock{font-size:12px;color:#7fbf7f}
.out-stock{font-size:12px;color:#bf7f7f}

/* ============ Why us ============ */
.why{background:#111113;border-top:1px solid rgba(255,255,255,0.06);border-bottom:1px solid rgba(255,255,255,0.06);margin-top:88px}
.why .container{padding-top:80px;padding-bottom:80px}
.why h2{margin-bottom:48px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.why-item{text-align:center;padding:8px}
.why-icon{width:56px;height:56px;margin:0 auto 18px;border:1px solid rgba(198,161,91,0.4);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#c6a15b}
.why-item h3{font-size:17px;font-weight:600;margin-bottom:8px}
.why-item p{font-size:14px;color:#96938b;line-height:1.55}

/* ============ About ============ */
.about{padding-top:88px;padding-bottom:88px;display:grid;grid-template-columns:0.9fr 1.1fr;gap:56px;align-items:center;scroll-margin-top:80px}
.about-photo{border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,0.08);aspect-ratio:4/5}
.about-photo img{width:100%;height:100%;object-fit:cover}
.about h2{font-size:48px;margin:12px 0 22px;line-height:1.05}
.about p{font-size:17px;line-height:1.7;color:#a8a59d;margin-bottom:18px}
.about-stats{display:flex;gap:40px;margin-top:14px}
.stat-n{font-family:'Cormorant Garamond',serif;font-size:40px;font-weight:700;color:#c6a15b}
.stat-label{font-size:13px;color:#8a877f}

/* ============ Reviews ============ */
.reviews-section{padding-top:32px;padding-bottom:80px}
.reviews-section h2{margin-bottom:40px}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.review-card{background:#141416;border:1px solid rgba(255,255,255,0.07);border-radius:16px;padding:26px}
.stars{color:#c6a15b;font-size:15px;letter-spacing:2px;margin-bottom:14px}
.review-card p{font-size:15px;line-height:1.6;color:#cfccc4;margin-bottom:18px}
.review-name{font-weight:600;font-size:14px}
.review-city{font-size:12px;color:#8a877f}

/* ============ CTA ============ */
.cta-section{padding-bottom:88px;scroll-margin-top:80px}
.cta-box{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(198,161,91,0.25);background:linear-gradient(135deg,#17140d,#111113);padding:64px 48px;text-align:center}
.cta-glow{position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(198,161,91,0.16),transparent 60%)}
.cta-content{position:relative}
.cta-content h2{font-size:52px;margin-bottom:16px}
.cta-content p{font-size:18px;color:#a8a59d;max-width:520px;margin:0 auto 34px}
.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ============ Каталог ============ */
.catalog-page{padding-top:56px;padding-bottom:88px;min-height:70vh}
.catalog-head h1{font-family:'Cormorant Garamond',serif;font-size:52px;font-weight:600;margin-top:8px}
.catalog-head p{color:#96938b;margin-top:8px}
.catalog-head{margin-bottom:36px}
.catalog-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:28px}
.filter-chips{display:flex;gap:10px;flex-wrap:wrap}
.chip{border:1px solid rgba(255,255,255,0.16);background:transparent;color:#cfccc4;padding:9px 18px;border-radius:999px;font-family:inherit;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s}
.chip:hover{border-color:rgba(198,161,91,0.5)}
.chip.active{background:#c6a15b;color:#0e0e10;border-color:#c6a15b}
.sort-wrap{display:flex;align-items:center;gap:10px;font-size:13px;color:#8a877f}
.sort-wrap select{background:#141416;color:#f3f0ea;border:1px solid rgba(255,255,255,0.14);border-radius:999px;padding:9px 16px;font-family:inherit;font-size:13px;cursor:pointer}

/* ============ Сторінка товару ============ */
.product-page{padding-top:32px;padding-bottom:88px;min-height:70vh}
.breadcrumbs{font-size:13px;color:#8a877f;margin-bottom:28px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.breadcrumbs a{color:#8a877f}
.breadcrumbs a:hover{color:#c6a15b}
.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.product-main-photo{border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,0.08);aspect-ratio:1;background:#1b1b1f}
.product-main-photo img{width:100%;height:100%;object-fit:cover}
.product-main-photo .photo-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#6b6862}
.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px}
.product-thumbs .thumb{aspect-ratio:1;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,0.08);background:#1b1b1f;cursor:pointer;padding:0}
.product-thumbs .thumb.active{border-color:#c6a15b}
.product-thumbs .thumb img{width:100%;height:100%;object-fit:cover}
.product-info{position:sticky;top:96px}
.product-info h1{font-family:'Cormorant Garamond',serif;font-size:46px;font-weight:600;margin:8px 0 14px;line-height:1.05}
.product-meta{font-size:14px;letter-spacing:1px;margin-bottom:18px}
.product-price-row{display:flex;align-items:baseline;gap:14px;margin-bottom:24px;flex-wrap:wrap}
.product-price{font-family:'Cormorant Garamond',serif;font-size:44px;font-weight:700}
.product-desc{font-size:16px;line-height:1.7;color:#a8a59d;margin-bottom:28px}
.specs-box{background:#141416;border:1px solid rgba(255,255,255,0.08);border-radius:16px;padding:22px;margin-bottom:26px}
.specs-title{font-size:13px;letter-spacing:1px;text-transform:uppercase;color:#8a877f;margin-bottom:14px}
.spec-row{display:flex;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,0.06);font-size:14px}
.spec-row:last-child{border-bottom:none}
.spec-k{color:#96938b}
.spec-v{font-weight:600;text-align:right}
.order-buttons{display:flex;flex-direction:column;gap:12px}
.order-alt{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.order-notes{display:flex;gap:16px;justify-content:center;font-size:13px;color:#96938b;padding-top:6px;flex-wrap:wrap}
.related{margin-top:88px}
.related h2{font-size:36px;margin-bottom:28px}

/* ============ Footer ============ */
.site-footer{border-top:1px solid rgba(255,255,255,0.07);background:#0b0b0d}
.footer-grid{padding-top:56px;padding-bottom:36px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}
.footer-logo{margin-bottom:12px}
.footer-about{font-size:14px;color:#8a877f;line-height:1.6;max-width:280px}
.footer-head{font-size:13px;letter-spacing:1px;text-transform:uppercase;color:#c6a15b;margin-bottom:16px}
.footer-links{display:flex;flex-direction:column;gap:10px;font-size:14px}
.footer-links a{color:#a8a59d}
.footer-links a:hover{color:#f3f0ea}
.footer-bottom{padding-top:20px;padding-bottom:20px;border-top:1px solid rgba(255,255,255,0.06);font-size:12px;color:#6b6862;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}

/* ============ Адаптив ============ */
@media (max-width: 1024px){
  .hero-text h1{font-size:56px}
  .cat-grid{grid-template-columns:repeat(3,1fr)}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width: 768px){
  .container{padding-left:20px;padding-right:20px}
  h2{font-size:34px}
  .main-nav{position:fixed;top:72px;left:0;right:0;background:rgba(14,14,16,0.97);backdrop-filter:blur(14px);flex-direction:column;align-items:flex-start;gap:0;padding:8px 20px 16px;border-bottom:1px solid rgba(255,255,255,0.08);display:none}
  .main-nav.open{display:flex}
  .main-nav a{padding:12px 0;width:100%;font-size:16px}
  .burger{display:flex}
  .header-cta{display:none}
  .hero-grid{grid-template-columns:1fr;min-height:0;gap:24px;padding-bottom:40px}
  .hero-text{padding:40px 0 0}
  .hero-text h1{font-size:46px}
  .hero-media{min-height:0}
  .hero-photo{min-height:0;aspect-ratio:4/5}
  .hero-card{left:12px;bottom:12px}
  .trust-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .section{padding-top:56px}
  .cat-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .card-name{font-size:17px}
  .card-price{font-size:16px}
  .why{margin-top:56px}
  .why .container{padding-top:56px;padding-bottom:56px}
  .about{grid-template-columns:1fr;gap:28px;padding-top:56px;padding-bottom:56px}
  .about h2{font-size:34px}
  .about-stats{gap:24px}
  .stat-n{font-size:30px}
  .reviews-grid{grid-template-columns:1fr}
  .cta-box{padding:44px 22px}
  .cta-content h2{font-size:36px}
  .catalog-head h1{font-size:38px}
  .product-layout{grid-template-columns:1fr;gap:28px}
  .product-info{position:static}
  .product-info h1{font-size:32px}
  .product-price{font-size:34px}
  .footer-grid{grid-template-columns:1fr;gap:28px;padding-top:40px}
}

@media (max-width: 420px){
  .hero-text h1{font-size:38px}
  .product-grid{grid-template-columns:1fr}
  .order-alt{grid-template-columns:1fr}
}
