/*
Theme Name: Mirok Fire
Theme URI: https://www.mirok-fire.com
Author: Mirok Fire
Description: Premium dark WordPress theme for Mirok Fire fireplaces and outdoor heating.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: mirok-fire
*/

:root {
  --mf-bg: #0b1113;
  --mf-panel: #111a1d;
  --mf-card: #172326;
  --mf-card-2: #1e2c30;
  --mf-text: #f4f0e8;
  --mf-muted: #aeb9b8;
  --mf-line: rgba(244, 240, 232, .16);
  --mf-amber: #e9a33a;
  --mf-blue: #173a7a;
  --mf-max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--mf-bg); color: var(--mf-text); font-family: Inter, Arial, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--mf-amber); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.mf-shell { width: min(var(--mf-max), calc(100% - 56px)); margin-inline: auto; }
.mf-topbar { border-bottom: 1px solid var(--mf-line); color: var(--mf-muted); font-size: 12px; letter-spacing: .1em; }
.mf-topbar-inner { display:flex; justify-content:space-between; gap:24px; align-items:center; min-height:42px; }
.mf-top-links, .mf-socials { display:flex; align-items:center; gap:18px; flex-wrap:wrap; }
.mf-header { position:sticky; top:0; z-index:30; background:rgba(11,17,19,.94); backdrop-filter: blur(16px); border-bottom:1px solid var(--mf-line); }
.mf-header-inner { min-height:108px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.mf-brand { display:flex; align-items:center; gap:14px; min-width:190px; }
.mf-brand-logo { width:154px; height:58px; border-radius:10px; object-fit:contain; background:#fff; padding:3px 8px; border:1px solid rgba(233,163,58,.65); }
.mf-brand-name { display:none; }
.mf-brand-mark { width:54px; height:54px; border-radius:50%; display:grid; place-items:center; color:#fff; background:linear-gradient(145deg,#ff6a00,#ef2b0b); font-family:Georgia,serif; font-size:25px; }
.mf-brand-name { font: 30px/1 Georgia, serif; letter-spacing:-.04em; white-space:nowrap; }
.mf-nav { display:flex; align-items:center; justify-content:center; gap:28px; font-size:16px; font-weight:700; }
.mf-nav-item { position:relative; padding:34px 0; }
.mf-product-menu { position:relative; }
.mf-product-menu > .mf-nav-item::after { content:"⌄"; color:var(--mf-amber); margin-left:6px; }
.mf-product-dropdown { position:absolute; top:88px; left:50%; transform:translate(-50%,8px); display:grid; gap:8px; min-width:250px; padding:14px; background:rgba(17,26,29,.98); border:1px solid var(--mf-line); border-radius:16px; box-shadow:0 20px 60px rgba(0,0,0,.45); opacity:0; visibility:hidden; transition:.2s ease; }
.mf-product-menu:hover .mf-product-dropdown, .mf-product-menu:focus-within .mf-product-dropdown { opacity:1; visibility:visible; transform:translate(-50%,0); }
.mf-product-dropdown a { padding:10px 12px; border-radius:10px; color:var(--mf-muted); }
.mf-product-dropdown a:hover { background:var(--mf-card-2); color:var(--mf-amber); }
.mf-search { display:flex; border:1px solid var(--mf-line); border-radius:999px; padding:4px 5px 4px 14px; min-width:220px; }
.mf-search input { width:100%; border:0; outline:0; color:var(--mf-text); background:transparent; min-width:0; }
.mf-search button { border:0; color:#13191b; background:var(--mf-amber); width:36px; height:36px; border-radius:50%; cursor:pointer; }
.mf-mobile-toggle { display:none; border:1px solid var(--mf-line); background:transparent; color:var(--mf-text); border-radius:10px; padding:8px 11px; }
.mf-language { margin-left:8px; }
.mf-language select { color:var(--mf-text); background:var(--mf-panel); border:1px solid var(--mf-line); border-radius:999px; padding:8px 12px; }
.mf-hero, .mf-dark-section { background:var(--mf-bg); }
.mf-hero { padding:92px 0 110px; }
.mf-hero-grid, .mf-two-col { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:70px; }
.mf-kicker { color:var(--mf-amber); font-size:12px; font-weight:800; letter-spacing:.22em; text-transform:uppercase; }
.mf-hero h1, .mf-section-heading h2, .mf-page-title { margin:18px 0 22px; font:clamp(54px, 7vw, 104px)/.93 Georgia, serif; letter-spacing:-.055em; }
.mf-highlight { color:var(--mf-amber); }
.mf-lead { color:#c4d0d1; font-size:19px; max-width:650px; }
.mf-button { display:inline-flex; align-items:center; gap:10px; margin-top:24px; border:1px solid var(--mf-amber); border-radius:999px; padding:13px 20px; background:var(--mf-amber); color:#111718; font-weight:800; }
.mf-button:hover { color:#111718; box-shadow:0 0 30px rgba(233,163,58,.28); }
.mf-button-secondary { background:transparent; color:var(--mf-text); border-color:var(--mf-line); }
.mf-hero-media { min-height:420px; border-radius:30px; overflow:hidden; border:1px solid var(--mf-line); background:radial-gradient(circle at 50% 55%,rgba(233,163,58,.35),transparent 28%),linear-gradient(145deg,#17252d,#070b0e); }
.mf-hero-media img { width:100%; height:100%; min-height:420px; object-fit:cover; }
.mf-section { padding:100px 0; }
.mf-section-dark { background:var(--mf-panel); }
.mf-section-heading { display:flex; justify-content:space-between; gap:30px; align-items:end; margin-bottom:40px; }
.mf-section-heading h2 { font-size:clamp(42px,5vw,76px); margin-bottom:0; }
.mf-section-heading p { color:var(--mf-muted); max-width:460px; }
.mf-grid-3, .mf-grid-4 { display:grid; gap:24px; }
.mf-grid-3 { grid-template-columns:repeat(3,1fr); }
.mf-grid-4 { grid-template-columns:repeat(4,1fr); }
.mf-card { background:var(--mf-card); border:1px solid var(--mf-line); border-radius:22px; overflow:hidden; transition:.2s ease; }
.mf-card:hover { transform:translateY(-4px); border-color:var(--mf-amber); box-shadow:0 15px 40px rgba(0,0,0,.22); }
.mf-card-media { aspect-ratio:1.15; background:linear-gradient(145deg,#1e3138,#0e1619); overflow:hidden; }
.mf-card-media img { width:100%; height:100%; object-fit:cover; }
.mf-card-body { padding:22px; }
.mf-card h3 { margin:0 0 8px; font:26px/1.1 Georgia,serif; }
.mf-card p, .mf-meta { color:var(--mf-muted); margin:0; }
.mf-tag { display:inline-flex; margin-bottom:16px; border:1px solid rgba(233,163,58,.55); border-radius:999px; padding:5px 10px; color:var(--mf-amber); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.mf-values { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.mf-value { padding:24px; border:1px solid var(--mf-line); border-radius:18px; background:var(--mf-card); }
.mf-value h3 { margin:0 0 8px; font:25px/1.1 Georgia,serif; }
.mf-value p { margin:0; color:var(--mf-muted); }
.mf-stat-row { display:grid; grid-template-columns:repeat(3,1fr); border-block:1px solid var(--mf-line); }
.mf-stat { padding:42px 0; }
.mf-stat strong { display:block; font:72px/.9 Georgia,serif; }
.mf-stat span { color:var(--mf-muted); text-transform:uppercase; letter-spacing:.13em; font-size:12px; }
.mf-process { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.mf-process-step { padding:28px; min-height:220px; border:1px solid var(--mf-line); border-radius:20px; background:var(--mf-card); }
.mf-process-number { color:var(--mf-amber); font-size:40px; font-weight:800; }
.mf-process-step h3 { font:25px Georgia,serif; margin:18px 0 8px; }
.mf-process-step p { margin:0; color:var(--mf-muted); }
.mf-page-hero { padding:95px 0 75px; background:var(--mf-panel); border-bottom:1px solid var(--mf-line); }
.mf-page-hero .mf-lead { max-width:760px; }
.mf-breadcrumb { color:var(--mf-muted); font-size:14px; margin-bottom:22px; }
.mf-filter { display:flex; gap:10px; flex-wrap:wrap; margin-bottom:35px; }
.mf-filter a { padding:8px 14px; border:1px solid var(--mf-line); border-radius:999px; color:var(--mf-muted); }
.mf-filter a.active, .mf-filter a:hover { color:#111718; background:var(--mf-amber); border-color:var(--mf-amber); }
.mf-product-detail { padding:90px 0; }
.mf-product-detail .mf-card-media { aspect-ratio:1; border-radius:24px; }
.mf-product-detail h1 { font:clamp(48px,6vw,88px)/.95 Georgia,serif; margin:0 0 20px; }
.mf-specs { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:28px 0; }
.mf-spec { padding:14px; border:1px solid var(--mf-line); border-radius:12px; background:var(--mf-card); }
.mf-spec small { display:block; color:var(--mf-muted); text-transform:uppercase; letter-spacing:.1em; }
.mf-content { color:#c7d1d1; font-size:17px; }
.mf-content h2, .mf-content h3 { color:var(--mf-text); font-family:Georgia,serif; }
.mf-content a { color:var(--mf-amber); }
.mf-form-wrap { padding:36px; border:1px solid var(--mf-line); border-radius:24px; background:var(--mf-panel); }
.mf-form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.mf-field { display:grid; gap:8px; color:var(--mf-text); font-size:13px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.mf-field.full { grid-column:1/-1; }
.mf-field input, .mf-field textarea, .mf-field select { width:100%; border:1px solid var(--mf-line); border-radius:12px; padding:13px 15px; color:var(--mf-text); background:#0c1518; outline:none; }
.mf-field textarea { min-height:150px; resize:vertical; }
.mf-field input:focus, .mf-field textarea:focus, .mf-field select:focus { border-color:var(--mf-amber); box-shadow:0 0 0 3px rgba(233,163,58,.12); }
.mf-upload { display:flex; gap:12px; align-items:center; border:1px dashed var(--mf-line); border-radius:14px; padding:16px; color:var(--mf-muted); text-transform:none; letter-spacing:0; }
.mf-upload input { padding:0; border:0; background:transparent; }
.mf-form-note { color:var(--mf-muted); font-size:14px; }
.mf-alert { margin-bottom:20px; padding:14px 16px; border:1px solid var(--mf-amber); border-radius:12px; color:var(--mf-amber); }
.mf-float { position:fixed; right:24px; bottom:24px; z-index:40; }
.mf-float-button { display:grid; place-items:center; width:58px; height:58px; border:1px solid #ffcc6c; border-radius:50%; background:var(--mf-amber); color:#13191b; font-size:25px; cursor:pointer; box-shadow:0 8px 28px rgba(0,0,0,.28); }
.mf-float-panel { position:absolute; right:0; bottom:70px; display:grid; gap:8px; width:260px; padding:16px; border:1px solid var(--mf-line); border-radius:18px; background:rgba(17,26,29,.98); box-shadow:0 15px 55px rgba(0,0,0,.45); opacity:0; visibility:hidden; transform:translateY(8px); transition:.2s ease; }
.mf-float:hover .mf-float-panel, .mf-float:focus-within .mf-float-panel { opacity:1; visibility:visible; transform:none; }
.mf-float-panel a { padding:10px; border-radius:10px; color:var(--mf-muted); }
.mf-float-panel a:hover { color:var(--mf-amber); background:var(--mf-card); }
.mf-cookie { position:fixed; left:24px; bottom:24px; z-index:50; max-width:390px; padding:20px; border:1px solid var(--mf-line); border-radius:18px; background:rgba(17,26,29,.98); box-shadow:0 15px 50px rgba(0,0,0,.4); }
.mf-cookie h3 { margin:0 0 6px; font:22px Georgia,serif; }
.mf-cookie p { margin:0 0 14px; color:var(--mf-muted); font-size:14px; }
.mf-cookie-actions { display:flex; gap:8px; flex-wrap:wrap; }
.mf-cookie button { border:1px solid var(--mf-line); border-radius:999px; padding:8px 12px; color:var(--mf-text); background:transparent; cursor:pointer; }
.mf-cookie button.primary { background:var(--mf-amber); color:#111718; border-color:var(--mf-amber); }
.mf-footer { padding:70px 0 28px; background:#070c0e; border-top:1px solid var(--mf-line); }
.mf-footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:55px; }
.mf-footer h3 { margin:0 0 15px; color:var(--mf-amber); font-size:13px; letter-spacing:.14em; text-transform:uppercase; }
.mf-footer p, .mf-footer li { color:var(--mf-muted); }
.mf-footer ul { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.mf-footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:50px; padding-top:20px; border-top:1px solid var(--mf-line); color:#78908f; font-size:12px; letter-spacing:.1em; text-transform:uppercase; }
.mf-empty { padding:50px 0; color:var(--mf-muted); }

@media (max-width: 980px) {
  .mf-nav { display:none; position:absolute; top:100%; left:0; right:0; padding:14px 28px 24px; background:var(--mf-panel); border-bottom:1px solid var(--mf-line); flex-direction:column; align-items:stretch; gap:4px; }
  .mf-nav.is-open { display:flex; }
  .mf-nav-item { padding:12px 0; }
  .mf-product-dropdown { position:static; transform:none; opacity:1; visibility:visible; display:none; margin-top:8px; }
  .mf-product-menu.is-open .mf-product-dropdown { display:grid; }
  .mf-mobile-toggle { display:block; }
  .mf-search { min-width:0; flex:1; max-width:250px; }
  .mf-header-inner { min-height:88px; }
  .mf-brand-name { font-size:25px; }
  .mf-hero-grid, .mf-two-col { grid-template-columns:1fr; gap:40px; }
  .mf-grid-4 { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 640px) {
  .mf-shell { width:min(var(--mf-max), calc(100% - 32px)); }
  .mf-topbar-inner { padding:8px 0; align-items:flex-start; }
  .mf-top-links { gap:8px; font-size:10px; }
  .mf-socials { display:none; }
  .mf-brand { min-width:0; }
  .mf-brand-logo { width:126px; height:48px; }
  .mf-brand-name { font-size:21px; }
  .mf-header-inner { gap:10px; }
  .mf-search { max-width:150px; }
  .mf-search input { font-size:12px; }
  .mf-language { display:none; }
  .mf-hero { padding:60px 0 75px; }
  .mf-hero h1, .mf-page-title { font-size:58px; }
  .mf-lead { font-size:16px; }
  .mf-section, .mf-product-detail { padding:70px 0; }
  .mf-section-heading { display:block; }
  .mf-section-heading h2 { margin-bottom:18px; }
  .mf-grid-3, .mf-grid-4, .mf-process, .mf-stat-row { grid-template-columns:1fr; }
  .mf-values, .mf-specs, .mf-form-grid { grid-template-columns:1fr; }
  .mf-field.full { grid-column:auto; }
  .mf-form-wrap { padding:20px; }
  .mf-footer-grid { grid-template-columns:1fr; gap:28px; }
  .mf-footer-bottom { display:block; }
  .mf-footer-bottom span { display:block; margin-top:8px; }
  .mf-cookie { left:16px; right:16px; bottom:16px; max-width:none; }
  .mf-float { right:16px; bottom:16px; }
}
