:root {
    --bg: #f6f7fb;
    --ink: #08111f;
    --muted: #64748b;
    --card: #ffffff;
    --line: rgba(15, 23, 42, .1);
    --brand: #ffb703;
    --brand-2: #fb5607;
    --accent: #0ea5e9;
    --dark: #08111f;
    --dark-2: #111827;
    --radius: 26px;
    --shadow: 0 24px 70px rgba(8, 17, 31, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(246, 247, 251, .86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
    width: 48px; height: 48px; border-radius: 16px;
    display: grid; place-items: center;
    font-weight: 900; letter-spacing: -.08em;
    color: #111827;
    background: linear-gradient(135deg, var(--brand), #fff3b0);
    box-shadow: 0 14px 30px rgba(255, 183, 3, .35);
}
.brand strong { display: block; font-size: 18px; letter-spacing: -.03em; }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: -2px; }
.site-nav { display: flex; align-items: center; gap: 10px; }
.site-nav a { color: #334155; padding: 10px 13px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.site-nav a:hover, .site-nav a.active { background: #fff; color: var(--ink); box-shadow: 0 12px 30px rgba(15, 23, 42, .08); }
.site-nav .nav-cta { background: var(--dark); color: #fff; box-shadow: none; padding-inline: 18px; }
.nav-toggle { display: none; border: 0; background: var(--dark); color: #fff; border-radius: 14px; padding: 11px 14px; font-size: 20px; }
.hero { position: relative; overflow: hidden; padding: 80px 0 56px; }
.hero::before {
    content: "";
    position: absolute; inset: -140px -20% auto auto;
    width: 620px; height: 620px; border-radius: 50%;
    background: radial-gradient(circle, rgba(255,183,3,.42), rgba(14,165,233,.12), transparent 62%);
    pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 46px; align-items: center; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 8px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: #475569; font-weight: 800; font-size: 13px; }
.hero h1, .page-hero h1 { font-size: clamp(42px, 6vw, 78px); line-height: .95; letter-spacing: -.07em; margin: 18px 0; }
.gradient-text { background: linear-gradient(135deg, var(--brand-2), var(--accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: 18px; color: #475569; max-width: 650px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; padding: 13px 19px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: .2s ease; }
.btn-primary { background: var(--dark); color: #fff; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-secondary { background: #fff; border-color: var(--line); color: var(--ink); }
.btn-secondary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(15,23,42,.08); }
.btn-light { background: #fff; color: var(--ink); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.stat-card { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 22px; padding: 18px; box-shadow: 0 16px 40px rgba(15,23,42,.06); }
.stat-card strong { font-size: 28px; letter-spacing: -.04em; }
.stat-card span { display: block; color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-card { background: var(--dark); color: #fff; border-radius: 34px; padding: 22px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hero-card::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,183,3,.22); top: -80px; right: -80px; }
.mockup { position: relative; min-height: 460px; border-radius: 26px; padding: 22px; background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.16); }
.mockup-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.dots span { width: 10px; height: 10px; display: inline-block; border-radius: 50%; background: rgba(255,255,255,.38); margin-right: 6px; }
.product-preview { display: grid; gap: 14px; }
.preview-card { background: #fff; color: var(--ink); border-radius: 22px; padding: 18px; display: grid; grid-template-columns: 74px 1fr; gap: 16px; align-items: center; }
.preview-art { height: 74px; border-radius: 18px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.preview-art.alt { background: linear-gradient(135deg, var(--accent), #8b5cf6); }
.preview-art.dark { background: linear-gradient(135deg, #111827, #475569); }
.preview-card h3 { margin: 0 0 4px; letter-spacing: -.03em; }
.preview-card p { margin: 0; color: var(--muted); font-size: 14px; }
.section { padding: 72px 0; }
.section-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.section-head h2, .page-title { font-size: clamp(32px, 4vw, 52px); letter-spacing: -.055em; line-height: 1; margin: 0; }
.section-head p { color: var(--muted); max-width: 540px; margin: 10px 0 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 18px 48px rgba(15,23,42,.06); }
.card h3 { margin: 0 0 10px; letter-spacing: -.035em; font-size: 21px; }
.card p { margin: 0; color: var(--muted); }
.icon-badge { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: rgba(255,183,3,.22); color: var(--brand-2); font-weight: 900; margin-bottom: 18px; }
.dark-section { background: var(--dark); color: #fff; border-radius: 44px; margin: 40px auto; width: min(1240px, calc(100% - 24px)); }
.dark-section .section-head p, .dark-section .card p { color: #cbd5e1; }
.dark-section .card { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); box-shadow: none; }
.products-toolbar { display: flex; gap: 12px; justify-content: space-between; flex-wrap: wrap; margin: 24px 0; }
.search-input, .select-input, .form-control {
    width: 100%; border: 1px solid var(--line); background: #fff; color: var(--ink);
    border-radius: 16px; padding: 14px 15px; font: inherit; outline: none;
}
.search-input:focus, .select-input:focus, .form-control:focus { border-color: rgba(14,165,233,.6); box-shadow: 0 0 0 4px rgba(14,165,233,.12); }
.products-toolbar .search-input { max-width: 420px; }
.products-toolbar .select-input { max-width: 240px; }
.product-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.product-image { min-height: 210px; background: linear-gradient(135deg, #e2e8f0, #fff); display: grid; place-items: center; color: var(--muted); position: relative; overflow: hidden; }
.product-image img { width: 100%; height: 230px; object-fit: cover; }
.product-image.no-img::after { content: attr(data-title); font-weight: 900; font-size: 26px; opacity: .45; text-align: center; padding: 20px; }
.product-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.product-meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; color: var(--muted); font-weight: 800; font-size: 13px; margin-bottom: 10px; }
.badge { display: inline-flex; align-items: center; padding: 6px 10px; background: rgba(255,183,3,.18); color: #9a5800; border-radius: 999px; font-size: 12px; font-weight: 900; }
.price { color: var(--ink); }
.dark-section .product-card .price { color: #e2e8f0; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); padding: 4px 9px; border-radius: 999px; white-space: nowrap; }
.dark-section .product-card .badge {
  background: rgba(255, 183, 3, .20);
  border: 1px solid rgba(255, 183, 3, .40);
  color: #ffd166;
  box-shadow: 0 8px 20px rgba(0,0,0,.14);
}

.product-body h3 { margin: 0 0 10px; letter-spacing: -.04em; }
.product-body p { color: var(--muted); margin: 0 0 18px; }
.product-body .btn { margin-top: auto; }
.page-hero { padding: 72px 0 36px; }
.page-hero p { color: var(--muted); max-width: 720px; font-size: 18px; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 30px; align-items: start; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 32px; padding: 28px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-group.full { grid-column: 1 / -1; }
label { display: block; font-weight: 800; margin: 0 0 7px; font-size: 14px; }
textarea.form-control { min-height: 130px; resize: vertical; }
.alert { padding: 14px 16px; border-radius: 18px; margin-bottom: 18px; font-weight: 700; }
.alert.success { background: #dcfce7; color: #166534; }
.alert.error { background: #fee2e2; color: #991b1b; }
.hidden-field { display: none !important; }
.timeline { display: grid; gap: 14px; }
.timeline-item { padding: 20px; border-left: 4px solid var(--brand); background: #fff; border-radius: 18px; box-shadow: 0 12px 30px rgba(15,23,42,.05); }
.contact-list { display: grid; gap: 12px; margin-top: 20px; }
.contact-item { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px; }
.admin-page { background: #eef2f7; min-height: 100vh; padding: 30px 0; }
.admin-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.admin-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.admin-table-wrap { overflow-x: auto; background: #fff; border-radius: 22px; border: 1px solid var(--line); }
.admin-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.admin-table th, .admin-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.admin-table th { background: #f8fafc; font-size: 13px; text-transform: uppercase; color: var(--muted); letter-spacing: .04em; }
.admin-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.btn-danger { background: #fee2e2; color: #991b1b; }
.btn-small { padding: 8px 12px; font-size: 13px; }
.login-card { max-width: 430px; margin: 80px auto; }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 40; background: #16a34a; color: #fff; font-weight: 900; border-radius: 999px; padding: 14px 18px; box-shadow: 0 18px 40px rgba(22,163,74,.28); }
.footer { background: var(--dark); color: #fff; padding: 60px 0 24px; margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr .9fr; gap: 30px; }
.footer p, .footer span { color: #cbd5e1; }
.footer h3 { margin: 0 0 14px; }
.footer a { display: block; color: #cbd5e1; margin: 8px 0; }
.footer .btn { color: var(--ink); display: inline-flex; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; }
.footer-brand { margin-bottom: 16px; }
.footer-brand small { color: #cbd5e1; }
@media (max-width: 920px) {
    .hero-grid, .split { grid-template-columns: 1fr; }
    .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .site-nav {
        display: none; position: absolute; left: 20px; right: 20px; top: 76px; background: #fff; border-radius: 22px; padding: 12px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch;
    }
    .site-nav.open { display: flex; }
    .site-nav a { padding: 13px 14px; }
    .nav-toggle { display: block; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .container { width: min(100% - 28px, 1160px); }
    .hero { padding-top: 44px; }
    .stats, .grid-3, .grid-4, .form-grid { grid-template-columns: 1fr; }
    .section-head { display: block; }
    .hero-card { padding: 14px; border-radius: 26px; }
    .mockup { min-height: auto; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .whatsapp-float { right: 12px; bottom: 12px; padding: 12px 14px; }
}
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (max-width: 640px) { .grid-2 { grid-template-columns: 1fr; } }

.brand-logo {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #fff;
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
}
.brand-logo img { width: 100%; height: 100%; object-fit: contain; padding: 6px; }
.footer-logo { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.admin-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 10px; box-shadow: 0 18px 44px rgba(15,23,42,.06); }
.admin-tabs a { padding: 11px 15px; border-radius: 999px; color: #475569; font-weight: 900; }
.admin-tabs a.active, .admin-tabs a:hover { background: var(--dark); color: #fff; }
.no-top-padding { padding-top: 12px; }
.compact-head { align-items: start; }
.compact-head h2 { font-size: clamp(26px, 3vw, 40px); }
.settings-preview { display: grid; grid-template-columns: 220px 1fr; gap: 18px; align-items: center; background: #f8fafc; border: 1px solid var(--line); border-radius: 22px; padding: 18px; margin: 18px 0 22px; }
.logo-preview { width: 120px; height: 90px; border-radius: 18px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); overflow: hidden; color: var(--muted); font-weight: 900; margin-top: 10px; }
.logo-preview img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.logo-preview.empty { font-size: 26px; background: linear-gradient(135deg, rgba(255,183,3,.2), rgba(14,165,233,.12)); }
.inline-check { display: inline-flex; gap: 8px; align-items: center; margin-top: 10px; color: var(--muted); }
.help-text { display: block; color: var(--muted); font-weight: 600; margin-top: 7px; font-size: 12px; }
.admin-subtitle { margin: 26px 0 12px; letter-spacing: -.03em; }
.password-card { max-width: 780px; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.footer .social-links a { display: inline-flex; margin: 0; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); font-size: 13px; }
@media (max-width: 640px) {
    .settings-preview { grid-template-columns: 1fr; }
    .admin-top { display: block; }
    .admin-tabs { border-radius: 18px; }
    .admin-tabs a { width: 100%; text-align: center; }
}

/* Admin folder panel layout */
.admin-panel-page { padding: 0; background: #eef2f7; }
.admin-login-page { padding: 32px 16px; background: radial-gradient(circle at 20% 20%, rgba(37, 99, 235, .18), transparent 28%), #07111f; }
.admin-login-shell { width: min(1080px, 100%); margin: 0 auto; min-height: calc(100vh - 64px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; }
.admin-login-info { color: #fff; padding: 24px; }
.admin-login-brand, .admin-brand { display: flex; align-items: center; gap: 12px; }
.admin-login-brand strong, .admin-brand strong { display: block; font-weight: 900; letter-spacing: -.03em; }
.admin-login-brand small, .admin-brand small { display: block; opacity: .72; font-weight: 700; }
.admin-brand-logo, .admin-brand-mark { width: 48px; height: 48px; border-radius: 16px; display: inline-grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, var(--primary), var(--accent)); color: #fff; font-weight: 900; }
.admin-brand-logo img { width: 100%; height: 100%; object-fit: contain; background: #fff; padding: 5px; }
.admin-login-info h1 { margin: 28px 0 14px; font-size: clamp(34px, 5vw, 64px); line-height: .95; letter-spacing: -.06em; }
.admin-login-info p { max-width: 560px; color: #cbd5e1; font-size: 18px; }
.admin-login-points { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.admin-login-points span { padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); font-weight: 800; color: #e2e8f0; }
.admin-login-card { max-width: 430px; margin-left: auto; width: 100%; }
.admin-login-card h2 { margin: 8px 0 20px; font-size: 34px; letter-spacing: -.05em; }
.admin-wide-btn { width: 100%; justify-content: center; margin-top: 10px; }
.admin-layout { min-height: 100vh; display: grid; grid-template-columns: 290px 1fr; }
.admin-sidebar { background: #07111f; color: #fff; padding: 24px; position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; gap: 24px; }
.admin-brand { color: #fff; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.admin-sidebar-nav { display: grid; gap: 8px; }
.admin-sidebar-nav a { display: flex; align-items: center; gap: 12px; padding: 13px 14px; border-radius: 16px; color: #cbd5e1; font-weight: 900; }
.admin-sidebar-nav a span { width: 26px; height: 26px; border-radius: 10px; background: rgba(255,255,255,.08); display: inline-grid; place-items: center; color: #fff; font-size: 14px; }
.admin-sidebar-nav a:hover, .admin-sidebar-nav a.active { background: #fff; color: #07111f; }
.admin-sidebar-nav a.active span, .admin-sidebar-nav a:hover span { background: rgba(37,99,235,.12); color: var(--primary); }
.admin-sidebar-footer { margin-top: auto; display: grid; gap: 10px; }
.admin-main { min-width: 0; }
.admin-content { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 30px 0 60px; }
.admin-page-head { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 22px; }
.admin-page-head h1 { margin: 5px 0 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.06em; }
.admin-mobile-top { display: none; }
.admin-mini-brand { font-weight: 900; color: var(--dark); }
.admin-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 28px; }
.admin-stat-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 22px; box-shadow: 0 16px 40px rgba(15,23,42,.06); }
.admin-stat-card span { display: block; color: var(--muted); font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.admin-stat-card strong { display: block; margin: 8px 0 4px; font-size: 42px; letter-spacing: -.06em; color: var(--dark); }
.admin-stat-card small { color: var(--muted); font-weight: 700; }
.admin-dashboard-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; align-items: start; }
.admin-action-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.admin-action-card { display: block; border: 1px solid var(--line); border-radius: 18px; padding: 18px; background: #f8fafc; color: var(--dark); }
.admin-action-card:hover { border-color: rgba(37,99,235,.35); transform: translateY(-1px); }
.admin-action-card strong { display: block; font-size: 17px; margin-bottom: 6px; }
.admin-action-card span, .admin-info-list { color: var(--muted); font-weight: 700; }
.admin-info-list p { margin: 0 0 12px; }
.admin-product-cell { display: flex; gap: 12px; align-items: flex-start; max-width: 440px; }
.admin-product-cell img { width: 58px; height: 58px; object-fit: cover; border-radius: 14px; border: 1px solid var(--line); flex: 0 0 auto; }
.status-pill { display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; background: #f1f5f9; color: #475569; }
.status-pill.active { background: #dcfce7; color: #166534; }
.status-pill.inactive { background: #fee2e2; color: #991b1b; }

@media (max-width: 1000px) {
    .admin-login-shell, .admin-layout, .admin-dashboard-grid { grid-template-columns: 1fr; }
    .admin-login-card { margin: 0; max-width: none; }
    .admin-sidebar { position: relative; height: auto; padding: 16px; }
    .admin-sidebar-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-sidebar-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .admin-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
    .admin-login-page { padding: 18px 12px; }
    .admin-login-info { padding: 8px; }
    .admin-login-info h1 { font-size: 36px; }
    .admin-sidebar { display: block; }
    .admin-brand { margin-bottom: 16px; }
    .admin-sidebar-nav, .admin-sidebar-footer, .admin-stat-grid, .admin-action-grid { grid-template-columns: 1fr; }
    .admin-content { width: min(100% - 24px, 1180px); padding-top: 20px; }
    .admin-page-head { display: block; }
    .admin-page-head .btn { margin-top: 12px; }
}

/* v6 header logo fix: keep uploaded company logos controlled in size */
.site-header .brand {
    min-width: 0;
    flex: 0 1 auto;
}
.site-header .brand-logo {
    width: 118px !important;
    height: 68px !important;
    max-width: 118px !important;
    max-height: 68px !important;
    flex: 0 0 118px !important;
    border-radius: 18px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.site-header .brand-logo img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    padding: 0 !important;
}
.site-header .brand > span:last-child {
    min-width: 140px;
}
.site-header .nav-wrap {
    min-height: 92px;
}
@media (max-width: 920px) {
    .site-header .brand-logo {
        width: 92px !important;
        height: 58px !important;
        max-width: 92px !important;
        flex-basis: 92px !important;
    }
    .site-header .brand > span:last-child { min-width: 0; }
}
@media (max-width: 520px) {
    .site-header .brand-logo {
        width: 72px !important;
        height: 48px !important;
        max-width: 72px !important;
        flex-basis: 72px !important;
    }
    .brand strong { font-size: 15px; }
    .brand small { font-size: 10px; max-width: 130px; }
}

/* v8 frontend-only logo fix: keep wide logo neat in website header without affecting admin */
.site-header .nav-wrap {
    min-height: 92px;
    align-items: center;
}
.site-header .brand.has-logo {
    gap: 0;
    flex: 0 0 auto;
    max-width: 240px;
    overflow: hidden;
}
.site-header .brand.has-logo .brand-logo {
    width: 220px !important;
    height: 76px !important;
    max-width: 220px !important;
    max-height: 76px !important;
    flex: 0 0 220px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow: hidden !important;
}
.site-header .brand.has-logo .brand-logo img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: left center !important;
    padding: 0 !important;
    background: transparent !important;
}
.site-header .brand.has-logo .brand-text {
    display: none !important;
}
@media (max-width: 920px) {
    .site-header .brand.has-logo { max-width: 190px; }
    .site-header .brand.has-logo .brand-logo {
        width: 180px !important;
        height: 64px !important;
        max-width: 180px !important;
        flex-basis: 180px !important;
    }
}
@media (max-width: 560px) {
    .site-header .nav-wrap { min-height: 82px; }
    .site-header .brand.has-logo { max-width: 150px; }
    .site-header .brand.has-logo .brand-logo {
        width: 142px !important;
        height: 54px !important;
        max-width: 142px !important;
        flex-basis: 142px !important;
    }
}


/* v9 website header: show logo + company name/tagline together */
.site-header .nav-wrap {
    min-height: 92px;
    align-items: center;
}
.site-header .brand.has-logo {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    max-width: 440px !important;
    overflow: visible !important;
    flex: 0 1 auto !important;
}
.site-header .brand.has-logo .brand-logo {
    width: 118px !important;
    height: 64px !important;
    max-width: 118px !important;
    max-height: 64px !important;
    flex: 0 0 118px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow: visible !important;
}
.site-header .brand.has-logo .brand-logo img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: left center !important;
    padding: 0 !important;
    background: transparent !important;
}
.site-header .brand.has-logo .brand-text {
    display: block !important;
    min-width: 180px !important;
    max-width: 240px !important;
    line-height: 1.25 !important;
}
.site-header .brand.has-logo .brand-text strong {
    display: block !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    color: var(--ink) !important;
    letter-spacing: -.035em !important;
    white-space: nowrap !important;
}
.site-header .brand.has-logo .brand-text small {
    display: block !important;
    font-size: 12px !important;
    color: var(--muted) !important;
    margin-top: 2px !important;
    line-height: 1.35 !important;
}
@media (max-width: 920px) {
    .site-header .brand.has-logo { max-width: 320px !important; gap: 10px !important; }
    .site-header .brand.has-logo .brand-logo {
        width: 92px !important;
        height: 54px !important;
        max-width: 92px !important;
        flex-basis: 92px !important;
    }
    .site-header .brand.has-logo .brand-text { min-width: 150px !important; max-width: 190px !important; }
    .site-header .brand.has-logo .brand-text strong { font-size: 15px !important; }
    .site-header .brand.has-logo .brand-text small { font-size: 10px !important; }
}
@media (max-width: 560px) {
    .site-header .nav-wrap { min-height: 78px; }
    .site-header .brand.has-logo { max-width: 260px !important; }
    .site-header .brand.has-logo .brand-logo {
        width: 76px !important;
        height: 46px !important;
        max-width: 76px !important;
        flex-basis: 76px !important;
    }
    .site-header .brand.has-logo .brand-text { min-width: 120px !important; max-width: 170px !important; }
    .site-header .brand.has-logo .brand-text small { display: none !important; }
}


/* v10: bigger website header logo/name without changing admin logo */
.site-header .nav-wrap {
    min-height: 100px !important;
}
.site-header .brand.has-logo {
    max-width: 560px !important;
    gap: 18px !important;
}
.site-header .brand.has-logo .brand-logo {
    width: 158px !important;
    height: 76px !important;
    max-width: 158px !important;
    max-height: 76px !important;
    flex: 0 0 158px !important;
}
.site-header .brand.has-logo .brand-text {
    min-width: 220px !important;
    max-width: 290px !important;
}
.site-header .brand.has-logo .brand-text strong {
    font-size: 21px !important;
    line-height: 1.1 !important;
}
.site-header .brand.has-logo .brand-text small {
    font-size: 13px !important;
    line-height: 1.35 !important;
    margin-top: 4px !important;
}
@media (max-width: 920px) {
    .site-header .nav-wrap { min-height: 90px !important; }
    .site-header .brand.has-logo { max-width: 360px !important; gap: 12px !important; }
    .site-header .brand.has-logo .brand-logo {
        width: 112px !important;
        height: 60px !important;
        max-width: 112px !important;
        flex-basis: 112px !important;
    }
    .site-header .brand.has-logo .brand-text { min-width: 160px !important; max-width: 210px !important; }
    .site-header .brand.has-logo .brand-text strong { font-size: 17px !important; }
    .site-header .brand.has-logo .brand-text small { font-size: 11px !important; }
}
@media (max-width: 560px) {
    .site-header .nav-wrap { min-height: 82px !important; }
    .site-header .brand.has-logo { max-width: 285px !important; gap: 10px !important; }
    .site-header .brand.has-logo .brand-logo {
        width: 92px !important;
        height: 52px !important;
        max-width: 92px !important;
        flex-basis: 92px !important;
    }
    .site-header .brand.has-logo .brand-text { min-width: 140px !important; max-width: 180px !important; }
    .site-header .brand.has-logo .brand-text strong { font-size: 15px !important; }
    .site-header .brand.has-logo .brand-text small { display: none !important; }
}


/* v11: website header logo/name closer together */
.site-header .brand.has-logo {
    gap: 6px !important;
    max-width: 520px !important;
}
.site-header .brand.has-logo .brand-logo {
    width: 150px !important;
    height: 76px !important;
    max-width: 150px !important;
    flex-basis: 150px !important;
}
.site-header .brand.has-logo .brand-text {
    margin-left: -8px !important;
    min-width: 230px !important;
    max-width: 300px !important;
}
.site-header .brand.has-logo .brand-text strong {
    font-size: 22px !important;
}
.site-header .brand.has-logo .brand-text small {
    font-size: 13px !important;
}
@media (max-width: 920px) {
    .site-header .brand.has-logo { gap: 5px !important; max-width: 350px !important; }
    .site-header .brand.has-logo .brand-logo { width: 112px !important; height: 60px !important; flex-basis: 112px !important; }
    .site-header .brand.has-logo .brand-text { margin-left: -6px !important; min-width: 165px !important; max-width: 210px !important; }
    .site-header .brand.has-logo .brand-text strong { font-size: 17px !important; }
    .site-header .brand.has-logo .brand-text small { font-size: 11px !important; }
}
@media (max-width: 560px) {
    .site-header .brand.has-logo { max-width: 285px !important; gap: 4px !important; }
    .site-header .brand.has-logo .brand-logo { width: 92px !important; height: 52px !important; flex-basis: 92px !important; }
    .site-header .brand.has-logo .brand-text { margin-left: -4px !important; min-width: 145px !important; max-width: 180px !important; }
}

/* v12: fix services dark section timeline boxes - text was white on white */
.dark-section .timeline-item {
    color: var(--ink) !important;
}
.dark-section .timeline-item strong {
    color: var(--ink) !important;
    display: block;
    margin-bottom: 6px;
}
.dark-section .timeline-item p {
    color: var(--muted) !important;
    margin: 0;
}
