:root {
  --bg: #090a0d;
  --bg-2: #10131a;
  --bg-3: #171b24;
  --ink: #f6f1e8;
  --muted: #b8b0a4;
  --gold: #e3a24a;
  --gold-2: #ffd27a;
  --ember: #ff6b3d;
  --line: rgba(246, 241, 232, 0.12);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --max: 1180px;
  --font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: radial-gradient(1200px 600px at 80% -10%, rgba(227, 162, 74, 0.16), transparent 50%), var(--bg);
  color: var(--ink);
  line-height: 1.65;
  font-size: 17px;
}
img, svg { max-width: 100%; height: auto; }
a { color: var(--gold-2); text-decoration: none; }
a:hover { color: #fff; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -0.03em; margin: 0 0 0.6em; }
h1 { font-size: clamp(2.1rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
ul { padding-left: 1.1rem; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 32px)); margin: 0 auto; }
.narrow-wide { width: min(860px, 100%); }
.skip-link {
  position: absolute; left: -999px; top: 8px; background: var(--gold); color: #111; padding: 8px 12px; z-index: 100;
}
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(9, 10, 13, 0.72);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.header-row, .header-actions { display: flex; align-items: center; gap: 18px; }
.header-row { justify-content: space-between; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text small { color: var(--muted); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.logo-mark { width: 34px; height: 34px; color: var(--gold); }
.nav-desktop { display: none; gap: 18px; }
.nav-desktop a { color: var(--ink); font-size: 0.95rem; }
.header-cta { display: none; }
.lang-switch { display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.lang-switch a { color: var(--muted); padding: 6px 9px; font-size: 12px; font-weight: 700; }
.lang-switch a.is-active { background: var(--gold); color: #16120b; }
.cart-link { display: flex; align-items: center; gap: 8px; color: var(--ink); }
.cart-count {
  min-width: 22px; height: 22px; border-radius: 999px; background: var(--ember);
  color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 12px;
}
.nav-toggle {
  width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; border-radius: 12px;
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; padding: 10px;
}
.nav-toggle span { display: block; height: 2px; background: var(--ink); }
.nav-mobile {
  display: none; flex-direction: column; padding: 8px 16px 20px; border-top: 1px solid var(--line);
}
.nav-mobile a { padding: 12px 0; color: var(--ink); border-bottom: 1px solid var(--line); }
body.nav-open .nav-mobile { display: flex; }
body.nav-open { overflow: hidden; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 700; cursor: pointer; text-decoration: none;
}
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--ember)); color: #16120b; }
.btn-primary:hover { color: #000; transform: translateY(-1px); }
.btn-ghost { border-color: var(--line); color: var(--ink); background: transparent; }
.btn-sm { min-height: 42px; padding: 0 16px; font-size: 0.92rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }

.hero { position: relative; padding: 56px 0 36px; overflow: hidden; }
.hero-orb {
  position: absolute; right: -80px; top: -80px; width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,107,61,0.28), rgba(227,162,74,0.08) 55%, transparent 70%);
  pointer-events: none;
}
.hero-grid, .split, .footer-grid, .contact-split { display: grid; gap: 28px; }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 42rem; }
.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.76rem;
  color: var(--gold); margin-bottom: 10px; font-weight: 700;
}
.hero-panel, .card, .buy-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.hero-panel { padding: 24px; }
.hero-panel ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.hero-panel li, .process-grid li { display: grid; grid-template-columns: auto 1fr; gap: 12px; }
.hero-panel li span, .process-grid li span {
  width: 36px; height: 36px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(227,162,74,0.14); color: var(--gold-2); font-size: 12px; font-weight: 800;
}
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0 0; }
.stats div { border-top: 1px solid var(--line); padding-top: 12px; }
.stats dt { font-size: 1.6rem; font-weight: 800; color: var(--gold-2); }
.stats dd { margin: 0; color: var(--muted); font-size: 0.88rem; }

.section { padding: 72px 0; }
.section-alt { background: var(--bg-2); }
.page-hero { padding: 48px 0 10px; }
.section-head { max-width: 720px; margin-bottom: 28px; }
.card { padding: 22px; }
.card-grid { display: grid; gap: 16px; }
.services-grid { grid-template-columns: 1fr; }
.service-card h2, .service-card h3 { margin-bottom: 8px; }
.service-card a { color: var(--ink); }
.card-foot { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: 18px; }
.text-link { color: var(--gold); font-weight: 700; }
.stack-cards { display: grid; gap: 12px; }
.cta-band {
  display: flex; flex-direction: column; gap: 18px; padding: 32px;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(227,162,74,0.12), rgba(255,107,61,0.08));
}

.prose p, .prose li { color: var(--muted); }
.prose h2 { margin-top: 1.6em; }
.contact-list { list-style: none; padding: 0; display: grid; gap: 12px; }
.contact-form { display: grid; gap: 14px; }
.contact-form label { display: grid; gap: 6px; font-size: 0.92rem; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid var(--line); background: var(--bg); color: var(--ink);
  border-radius: 14px; padding: 12px 14px; font: inherit;
}
.form-success { color: #b8f0c6; }
.check-grid { display: grid; gap: 12px; padding: 0; list-style: none; }
.check-grid li {
  padding: 14px 16px 14px 42px; border: 1px solid var(--line); border-radius: 16px; position: relative; color: var(--muted);
}
.check-grid li:before { content: "✓"; position: absolute; left: 16px; color: var(--gold); font-weight: 800; }
.process-grid { display: grid; gap: 14px; list-style: none; padding: 0; margin: 0; }
.faq details { border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; margin-bottom: 10px; background: var(--bg-3); }
.faq summary { cursor: pointer; font-weight: 700; }
.price { font-size: 2rem; font-weight: 800; margin: 0; }
.price-label, .muted { color: var(--muted); }
.buy-card { padding: 22px; }
.buy-card .cart { margin-top: 16px; }
.buy-card .button, .buy-card button.single_add_to_cart_button {
  width: 100%; min-height: 48px; border: 0; border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--ember)); color: #16120b; font-weight: 800; cursor: pointer;
}
.quantity { margin-bottom: 12px; }
.quantity input { width: 80px; padding: 8px; border-radius: 10px; border: 1px solid var(--line); background: var(--bg); color: var(--ink); }

.shop-wrap .products { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 16px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  padding: 14px 16px; border-radius: 14px; border: 1px solid var(--line); background: var(--bg-3);
}
.woocommerce-cart table, .woocommerce-checkout table, .shop_table {
  width: 100%; border-collapse: collapse;
}
.shop_table th, .shop_table td { padding: 12px 8px; border-bottom: 1px solid var(--line); text-align: left; }
.checkout .form-row, .woocommerce-checkout input, .woocommerce-checkout select, .woocommerce-checkout textarea {
  width: 100%;
}
.woocommerce-checkout input, .woocommerce-checkout select, .woocommerce-checkout textarea, .woocommerce-cart input {
  background: var(--bg-2); color: var(--ink); border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px;
}
.woocommerce-checkout .button, .woocommerce-cart .button, .woocommerce-page .button {
  background: linear-gradient(135deg, var(--gold), var(--ember)); color: #16120b; border: 0; border-radius: 999px;
  min-height: 46px; padding: 0 18px; font-weight: 800; cursor: pointer;
}

.site-footer { padding: 48px 0 24px; border-top: 1px solid var(--line); background: #07080b; }
.site-footer h2 { font-size: 0.92rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a { color: var(--muted); }
.footer-bottom {
  display: flex; flex-direction: column; gap: 12px; margin-top: 28px; padding-top: 18px;
  border-top: 1px solid var(--line); color: var(--muted); font-size: 0.9rem;
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 14px; }

@media (min-width: 768px) {
  .nav-desktop { display: flex; }
  .nav-toggle, .nav-mobile { display: none !important; }
  .header-cta { display: inline-flex; }
  .hero-grid, .split, .contact-split, .cta-band { grid-template-columns: 1.1fr 0.9fr; align-items: center; }
  .services-grid, .shop-wrap .products, .check-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

@media (min-width: 1100px) {
  .services-grid, .shop-wrap .products { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
  body { font-size: 16px; }
  .header-row { min-height: 68px; }
  .cart-link span:first-child { display: none; }
  .hero { padding-top: 28px; }
  .stats { grid-template-columns: 1fr; }
}

.woocommerce-page div.product form.cart { display: grid; }
.posted_in, .product_meta, .woocommerce-product-gallery { display: none; }
.woocommerce-result-count, .woocommerce-ordering { color: var(--muted); margin: 8px 0; }
