/* WINSTON FIELD LLC — dark tactical theme */
:root {
    --bg: #0a0e2a;
    --bg-deep: #070a20;
    --panel: #131a45;
    --panel-2: #0f1538;
    --line: rgba(96, 120, 255, 0.22);
    --line-soft: rgba(96, 120, 255, 0.12);
    --text: #e9edff;
    --muted: #9aa5d6;
    --blue: #3d7bff;
    --violet: #8b5cf6;
    --cyan: #4de3ff;
    --gold: #f5b942;
    --red: #ff5d7a;
    --green: #3ddc97;
    --grad: linear-gradient(120deg, #3d7bff 0%, #8b5cf6 55%, #4de3ff 110%);
    --grad-gold: linear-gradient(120deg, #f5b942, #ff8a5c);
    --shadow-glow: 0 10px 40px rgba(61, 123, 255, 0.25);
    --radius: 16px;
    --font-display: 'Orbitron', 'Segoe UI', sans-serif;
    --font-body: 'Rajdhani', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    background: var(--bg-deep);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.65;
    min-height: 100vh;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
        radial-gradient(900px 480px at 85% -10%, rgba(139, 92, 246, 0.18), transparent 60%),
        radial-gradient(800px 420px at -10% 30%, rgba(61, 123, 255, 0.14), transparent 55%),
        radial-gradient(700px 500px at 60% 110%, rgba(77, 227, 255, 0.08), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

img { max-width: 100%; display: block; }
a { color: var(--cyan); text-decoration: none; }
a:hover { color: #8ef0ff; }

.wf-site { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: 100vh; }
.wf-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.wf-main { flex: 1; }

/* ---------- top bar ---------- */
.wf-topbar {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(8, 11, 34, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line-soft);
}
.wf-topbar-row { display: flex; align-items: center; gap: 20px; min-height: 74px; }
.wf-logo { display: flex; align-items: center; gap: 12px; }
.wf-logo img { width: 46px; height: 46px; border-radius: 12px; box-shadow: 0 0 0 1px var(--line), 0 6px 18px rgba(61, 123, 255, 0.35); }
.wf-logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.wf-logo-text strong { font-family: var(--font-display); font-size: 15px; letter-spacing: 2px; color: #fff; }
.wf-logo-text em { font-style: normal; font-size: 12.5px; color: var(--muted); letter-spacing: 0.5px; }

.wf-nav { margin-left: auto; }
.wf-nav ul { list-style: none; display: flex; align-items: center; gap: 6px; }
.wf-nav-link {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    color: var(--muted);
    font-weight: 600;
    font-size: 15.5px;
    letter-spacing: 0.4px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}
.wf-nav-link i { font-size: 14px; }
.wf-nav-link:hover { color: #fff; background: rgba(61, 123, 255, 0.12); }
.wf-nav-link.is-active { color: #fff; background: rgba(61, 123, 255, 0.16); border-color: var(--line); }
.wf-nav-cta {
    background: var(--grad-gold);
    color: #23160a !important;
    font-family: var(--font-display);
    font-size: 13.5px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 11px 22px;
    box-shadow: 0 6px 22px rgba(245, 185, 66, 0.4);
    border: none;
}
.wf-nav-cta:hover { background: linear-gradient(120deg, #ffcf6b, #ff9d73); transform: translateY(-1px); }
.wf-nav-cta.is-active { background: var(--grad-gold); border: none; }

.wf-burger { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; width: 44px; height: 40px; cursor: pointer; margin-left: auto; }
.wf-burger span { display: block; width: 20px; height: 2px; background: var(--text); margin: 4px auto; border-radius: 2px; transition: 0.25s; }
.wf-burger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.wf-burger.is-open span:nth-child(2) { opacity: 0; }
.wf-burger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- shared section bits ---------- */
.wf-section { padding: 64px 0; }
.wf-section-tight { padding: 44px 0; }
.wf-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font-display);
    font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 14px;
}
.wf-kicker::before { content: ''; width: 26px; height: 2px; background: var(--grad); border-radius: 2px; }
.wf-h1 { font-family: var(--font-display); font-size: clamp(30px, 4.6vw, 52px); line-height: 1.15; color: #fff; letter-spacing: 1px; margin-bottom: 18px; }
.wf-h2 { font-family: var(--font-display); font-size: clamp(22px, 3vw, 32px); color: #fff; letter-spacing: 1px; margin-bottom: 14px; }
.wf-lead { font-size: 18.5px; color: var(--muted); max-width: 720px; }
.wf-lead strong { color: var(--text); }

.wf-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-family: var(--font-display); font-size: 14px; letter-spacing: 1.4px; text-transform: uppercase;
    padding: 15px 30px; border-radius: 12px; border: none; cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.wf-btn-prime { background: var(--grad); color: #fff; box-shadow: var(--shadow-glow); }
.wf-btn-prime:hover { transform: translateY(-2px); box-shadow: 0 14px 46px rgba(139, 92, 246, 0.45); color: #fff; }
.wf-btn-gold { background: var(--grad-gold); color: #23160a; box-shadow: 0 8px 26px rgba(245, 185, 66, 0.35); }
.wf-btn-gold:hover { transform: translateY(-2px); color: #23160a; }
.wf-btn-line { background: transparent; color: var(--text); border: 1px solid var(--line); }
.wf-btn-line:hover { border-color: var(--cyan); color: var(--cyan); }

.wf-play-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.wf-play-btn { display: inline-block; transition: transform 0.18s ease, filter 0.18s ease; }
.wf-play-btn img { height: 58px; width: auto; }
.wf-play-btn:hover { transform: translateY(-3px) scale(1.02); filter: drop-shadow(0 8px 20px rgba(77, 227, 255, 0.35)); }

/* ---------- home ---------- */
.wf-showcase { position: relative; padding: 72px 0 60px; overflow: hidden; }
.wf-showcase-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.wf-showcase-copy .wf-lead { margin-bottom: 26px; }
.wf-showcase-art { position: relative; }
.wf-showcase-art::before {
    content: ''; position: absolute; inset: 8% -6% -6% 10%;
    background: var(--grad); opacity: 0.28; filter: blur(60px); border-radius: 40px;
}
.wf-showcase-art img {
    position: relative; border-radius: 22px;
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55), 0 0 0 1px var(--line);
}
.wf-showcase-badge {
    position: absolute; left: -14px; bottom: 26px; z-index: 2;
    background: rgba(10, 14, 42, 0.92); border: 1px solid var(--line);
    border-radius: 14px; padding: 12px 18px; backdrop-filter: blur(8px);
    display: flex; align-items: center; gap: 12px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
}
.wf-showcase-badge i { color: var(--gold); font-size: 22px; }
.wf-showcase-badge strong { display: block; font-family: var(--font-display); font-size: 13px; letter-spacing: 1px; color: #fff; }
.wf-showcase-badge span { font-size: 13px; color: var(--muted); }

.wf-strip { border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); background: rgba(15, 21, 56, 0.55); }
.wf-strip-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 26px 0; }
.wf-strip-item { text-align: center; }
.wf-strip-item b { display: block; font-family: var(--font-display); font-size: 24px; color: #fff; letter-spacing: 1px; }
.wf-strip-item b em { font-style: normal; color: var(--cyan); }
.wf-strip-item span { color: var(--muted); font-size: 14.5px; letter-spacing: 0.6px; text-transform: uppercase; }

.wf-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.wf-card {
    background: linear-gradient(160deg, var(--panel) 0%, var(--panel-2) 100%);
    border: 1px solid var(--line-soft); border-radius: var(--radius);
    padding: 30px; position: relative; overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease;
}
.wf-card::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: var(--grad); opacity: 0; transition: opacity 0.2s ease;
}
.wf-card:hover { transform: translateY(-4px); border-color: var(--line); }
.wf-card:hover::after { opacity: 1; }
.wf-card h3 { font-family: var(--font-display); font-size: 18px; color: #fff; letter-spacing: 0.8px; margin-bottom: 10px; }
.wf-card p { color: var(--muted); font-size: 16.5px; }
.wf-card .wf-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-weight: 700; letter-spacing: 0.6px; }
.wf-card-icon {
    width: 52px; height: 52px; border-radius: 14px; margin-bottom: 18px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(61, 123, 255, 0.14); border: 1px solid var(--line);
    color: var(--cyan); font-size: 22px;
}

.wf-quad { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.wf-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.wf-gallery figure { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--line-soft); }
.wf-gallery img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; transition: transform 0.35s ease; }
.wf-gallery figure:hover img { transform: scale(1.06); }
.wf-gallery figcaption {
    position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 14px 10px;
    font-size: 13.5px; letter-spacing: 0.6px; color: #dbe4ff;
    background: linear-gradient(transparent, rgba(7, 10, 32, 0.9));
}

.wf-band {
    border-radius: 22px; padding: 46px 42px;
    background:
        radial-gradient(500px 200px at 90% 0%, rgba(245, 185, 66, 0.16), transparent 60%),
        linear-gradient(140deg, #18205a 0%, #10163f 70%);
    border: 1px solid var(--line);
    display: flex; align-items: center; gap: 34px; flex-wrap: wrap;
}
.wf-band img { width: 120px; height: auto; filter: drop-shadow(0 10px 24px rgba(245, 185, 66, 0.35)); }
.wf-band-text { flex: 1; min-width: 260px; }
.wf-band-text h2 { font-family: var(--font-display); color: #fff; font-size: 26px; letter-spacing: 1px; margin-bottom: 8px; }
.wf-band-text p { color: var(--muted); }

/* ---------- inner pages ---------- */
.wf-pagehead { padding: 58px 0 30px; }
.wf-pagehead .wf-lead { margin-top: 6px; }

.wf-split { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 46px; align-items: start; }
.wf-split-reverse { grid-template-columns: 1.08fr 0.92fr; }
.wf-frame { position: relative; }
.wf-frame::before {
    content: ''; position: absolute; inset: 18px -18px -18px 18px;
    border: 2px solid var(--line); border-radius: 20px; z-index: 0;
}
.wf-frame img { position: relative; z-index: 1; border-radius: 18px; box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5); }

.wf-values { counter-reset: wfval; display: grid; gap: 16px; margin-top: 26px; }
.wf-value {
    counter-increment: wfval; position: relative;
    background: rgba(19, 26, 69, 0.7); border: 1px solid var(--line-soft);
    border-radius: 14px; padding: 20px 22px 20px 74px;
}
.wf-value::before {
    content: counter(wfval, decimal-leading-zero);
    position: absolute; left: 20px; top: 18px;
    font-family: var(--font-display); font-size: 20px; font-weight: 800;
    background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.wf-value h3 { font-size: 17.5px; color: #fff; margin-bottom: 4px; letter-spacing: 0.4px; }
.wf-value p { color: var(--muted); font-size: 16px; }

.wf-feat-list { display: grid; gap: 14px; margin-top: 24px; }
.wf-feat {
    display: flex; gap: 16px; align-items: flex-start;
    background: rgba(19, 26, 69, 0.7); border: 1px solid var(--line-soft);
    border-left: 3px solid var(--blue); border-radius: 12px; padding: 18px 20px;
}
.wf-feat i { color: var(--cyan); font-size: 20px; margin-top: 3px; }
.wf-feat div h3 { color: #fff; font-size: 17.5px; letter-spacing: 0.4px; margin-bottom: 2px; }
.wf-feat div p { color: var(--muted); font-size: 16px; }

.wf-shot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; }
.wf-shot-grid figure { border-radius: 14px; overflow: hidden; border: 1px solid var(--line-soft); position: relative; }
.wf-shot-grid img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; transition: transform 0.35s ease; }
.wf-shot-grid figure:hover img { transform: scale(1.05); }

/* ---------- contact ---------- */
.wf-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.wf-contact-cards { display: grid; gap: 16px; align-content: start; }
.wf-contact-card {
    display: flex; gap: 18px; align-items: center;
    background: linear-gradient(160deg, var(--panel), var(--panel-2));
    border: 1px solid var(--line-soft); border-radius: var(--radius); padding: 22px 24px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}
.wf-contact-card:hover { border-color: var(--line); transform: translateX(4px); }
.wf-contact-card > i {
    width: 54px; height: 54px; flex: 0 0 54px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: rgba(77, 227, 255, 0.1); border: 1px solid var(--line);
    color: var(--cyan); font-size: 21px;
}
.wf-contact-card h3 { font-family: var(--font-display); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.wf-contact-card p, .wf-contact-card a { font-size: 18px; font-weight: 600; color: var(--text); }
.wf-contact-card a:hover { color: var(--cyan); }
.wf-contact-art { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid var(--line-soft); min-height: 320px; }
.wf-contact-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wf-contact-art::after { content: ''; position: absolute; inset: 0; background: linear-gradient(200deg, rgba(10, 14, 42, 0) 40%, rgba(10, 14, 42, 0.75)); }

/* ---------- store ---------- */
.wf-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 26px 0 30px; }
.wf-note {
    display: flex; gap: 14px; align-items: flex-start;
    background: rgba(19, 26, 69, 0.6); border: 1px dashed var(--line);
    border-radius: 12px; padding: 16px 18px; color: var(--muted); font-size: 15.5px;
}
.wf-note i { color: var(--gold); margin-top: 3px; }
.wf-note a { font-weight: 700; }

.wf-money-bar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.wf-money-bar > span { font-family: var(--font-display); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.wf-money {
    border: 1px solid var(--line); background: rgba(15, 21, 56, 0.8); color: var(--muted);
    font-family: var(--font-display); font-size: 13px; letter-spacing: 1px;
    padding: 9px 18px; border-radius: 999px; cursor: pointer; transition: all 0.18s ease;
}
.wf-money:hover { color: #fff; border-color: var(--cyan); }
.wf-money.is-on { background: var(--grad); color: #fff; border-color: transparent; box-shadow: var(--shadow-glow); }

.wf-store-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 30px; align-items: start; }
.wf-pack-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.wf-pack {
    background: linear-gradient(170deg, var(--panel), var(--panel-2));
    border: 1px solid var(--line-soft); border-radius: 16px;
    padding: 22px 16px 18px; text-align: center; cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    position: relative;
}
.wf-pack:hover { transform: translateY(-4px); border-color: var(--line); }
.wf-pack.is-on { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold), 0 12px 34px rgba(245, 185, 66, 0.22); }
.wf-pack.is-on::after {
    content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
    position: absolute; top: 10px; right: 10px; width: 24px; height: 24px;
    background: var(--grad-gold); color: #23160a; border-radius: 50%;
    font-size: 12px; display: flex; align-items: center; justify-content: center;
}
.wf-pack img { width: 74px; height: 74px; object-fit: contain; margin: 0 auto 12px; filter: drop-shadow(0 6px 14px rgba(245, 185, 66, 0.3)); }
.wf-pack-name { font-family: var(--font-display); font-size: 15px; color: #fff; letter-spacing: 0.6px; margin-bottom: 6px; }
.wf-pack-price { font-size: 19px; font-weight: 700; color: var(--gold); }
.wf-pack-hint { grid-column: 1 / -1; text-align: center; color: var(--muted); padding: 30px 0; }

.wf-order {
    background: linear-gradient(165deg, #18205a 0%, var(--panel-2) 80%);
    border: 1px solid var(--line); border-radius: 20px; padding: 28px;
    position: sticky; top: 96px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.wf-order h2 { font-family: var(--font-display); font-size: 19px; color: #fff; letter-spacing: 1.2px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.wf-order h2 i { color: var(--gold); }
.wf-field { margin-bottom: 16px; }
.wf-field label { display: block; font-size: 13px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.wf-field input[type="text"], .wf-field input[type="email"] {
    width: 100%; background: rgba(7, 10, 32, 0.75); border: 1px solid var(--line);
    border-radius: 10px; padding: 13px 15px; color: var(--text);
    font-family: var(--font-body); font-size: 16.5px; font-weight: 600;
    outline: none; transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.wf-field input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(77, 227, 255, 0.15); }
.wf-field input[readonly] { color: var(--muted); }
.wf-field.is-bad input { border-color: var(--red); }
.wf-err { display: block; color: var(--red); font-size: 13.5px; font-weight: 600; margin-top: 6px; min-height: 0; }

.wf-picked {
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
    background: rgba(7, 10, 32, 0.75); border: 1px solid var(--line);
    border-radius: 10px; padding: 13px 15px;
}
.wf-picked-name { font-weight: 700; color: var(--text); }
.wf-picked-price { font-family: var(--font-display); color: var(--gold); font-size: 15px; }

.wf-pay-list { display: grid; gap: 10px; }
.wf-pay {
    display: flex; align-items: center; gap: 12px;
    background: rgba(7, 10, 32, 0.75); border: 1px solid var(--line);
    border-radius: 10px; padding: 12px 14px; cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease;
}
.wf-pay input { accent-color: var(--blue); }
.wf-pay i { font-size: 20px; color: var(--cyan); width: 26px; text-align: center; }
.wf-pay span { font-weight: 700; font-size: 16px; color: var(--text); }
.wf-pay:hover { border-color: var(--cyan); }
.wf-pay.is-on { border-color: var(--blue); background: rgba(61, 123, 255, 0.14); }
.wf-pay.is-view { opacity: 0.55; cursor: not-allowed; }
.wf-pay.is-view span::after { content: 'Coming soon'; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 2px 8px; margin-left: 8px; vertical-align: middle; }

.wf-agree { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--muted); }
.wf-agree input { margin-top: 4px; accent-color: var(--blue); }
.wf-agree a { font-weight: 700; }

.wf-order .wf-btn { width: 100%; margin-top: 8px; }
.wf-trap { position: absolute; left: -9999px; top: -9999px; height: 1px; width: 1px; overflow: hidden; }

.wf-alert {
    display: flex; gap: 12px; align-items: flex-start;
    background: rgba(255, 93, 122, 0.1); border: 1px solid rgba(255, 93, 122, 0.45);
    color: #ffb3c2; border-radius: 12px; padding: 15px 18px; margin-bottom: 22px;
    font-weight: 600;
}
.wf-alert i { color: var(--red); margin-top: 3px; }

/* ---------- confirm / status pages ---------- */
.wf-panel {
    max-width: 760px; margin: 0 auto;
    background: linear-gradient(165deg, var(--panel), var(--panel-2));
    border: 1px solid var(--line); border-radius: 22px; padding: 40px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}
.wf-panel-head { text-align: center; margin-bottom: 28px; }
.wf-panel-head i { font-size: 46px; color: var(--gold); margin-bottom: 14px; }
.wf-panel-head h1 { font-family: var(--font-display); font-size: 28px; color: #fff; letter-spacing: 1.4px; margin-bottom: 8px; }
.wf-panel-head p { color: var(--muted); }

.wf-table { width: 100%; border-collapse: collapse; margin-bottom: 26px; }
.wf-table th, .wf-table td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line-soft); font-size: 16.5px; }
.wf-table th { width: 38%; color: var(--muted); font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; }
.wf-table td { color: var(--text); font-weight: 600; }
.wf-table .wf-sum { font-family: var(--font-display); color: var(--gold); font-size: 19px; }

.wf-count {
    font-family: var(--font-display); font-size: 40px; color: var(--cyan);
    text-align: center; margin: 10px 0 20px;
}
.wf-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.wf-status { text-align: center; max-width: 640px; margin: 0 auto; padding: 30px 10px; }
.wf-status i { font-size: 74px; margin-bottom: 22px; }
.wf-status.ok i { color: var(--green); filter: drop-shadow(0 0 26px rgba(61, 220, 151, 0.5)); }
.wf-status.bad i { color: var(--red); filter: drop-shadow(0 0 26px rgba(255, 93, 122, 0.45)); }
.wf-status h1 { font-family: var(--font-display); font-size: 32px; color: #fff; letter-spacing: 1.6px; margin-bottom: 14px; }
.wf-status p { color: var(--muted); font-size: 17.5px; margin-bottom: 28px; }

/* ---------- footer ---------- */
.wf-footer { border-top: 1px solid var(--line-soft); background: rgba(7, 10, 32, 0.85); margin-top: 40px; }
.wf-footer-grid {
    display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 30px;
    padding: 44px 22px 30px;
}
.wf-footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.wf-footer-brand img { width: 52px; height: 52px; border-radius: 12px; box-shadow: 0 0 0 1px var(--line); }
.wf-footer-brand strong { display: block; font-family: var(--font-display); font-size: 14px; letter-spacing: 1.6px; color: #fff; margin-bottom: 4px; }
.wf-footer-brand span { display: block; color: var(--muted); font-size: 14.5px; }
.wf-footer-nav, .wf-footer-legal { display: grid; gap: 8px; align-content: start; }
.wf-footer-nav a, .wf-footer-legal a { color: var(--muted); font-weight: 600; font-size: 15.5px; }
.wf-footer-nav a:hover, .wf-footer-legal a:hover { color: var(--cyan); }
.wf-footer-base {
    display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
    border-top: 1px solid var(--line-soft); padding-top: 20px; padding-bottom: 26px;
    color: var(--muted); font-size: 14.5px;
}

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
    .wf-showcase-grid, .wf-split, .wf-split-reverse, .wf-contact-grid, .wf-store-grid { grid-template-columns: 1fr; }
    .wf-quad, .wf-gallery { grid-template-columns: repeat(2, 1fr); }
    .wf-strip-row { grid-template-columns: repeat(2, 1fr); }
    .wf-order { position: static; }
    .wf-footer-grid { grid-template-columns: 1fr; }
    .wf-shot-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .wf-burger { display: block; }
    .wf-nav {
        position: absolute; top: 74px; left: 0; right: 0;
        background: rgba(8, 11, 34, 0.97); border-bottom: 1px solid var(--line);
        display: none; margin-left: 0;
    }
    .wf-nav.is-open { display: block; }
    .wf-nav ul { flex-direction: column; align-items: stretch; padding: 14px 18px 20px; gap: 8px; }
    .wf-nav-link { justify-content: center; padding: 13px; }
    .wf-logo-text em { display: none; }
    .wf-notes { grid-template-columns: 1fr; }
    .wf-pack-grid { grid-template-columns: repeat(2, 1fr); }
    .wf-panel { padding: 28px 20px; }
    .wf-band { padding: 30px 24px; }
}

@media (max-width: 480px) {
    .wf-quad, .wf-gallery, .wf-shot-grid, .wf-strip-row { grid-template-columns: 1fr; }
    .wf-pack-grid { grid-template-columns: 1fr 1fr; }
}
