:root {
    --ink: #121212;
    --paper: #f7f4ef;
    --mute: #5c5c5c;
    --rule: #cfc8bc;
    --cream: #fffdf8;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: "Georgia", "Times New Roman", "Songti SC", "STSong", serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1080px, calc(100% - 36px)); margin: 0 auto; }

.masthead {
    text-align: center;
    padding: 18px 16px 10px;
    border-bottom: 3px double var(--ink);
    background: var(--cream);
}
.masthead strong {
    display: block;
    font-size: 28px;
    letter-spacing: 0.18em;
    font-weight: 700;
}
.masthead span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.16em;
    color: var(--mute);
}

.site-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: var(--cream);
    border-bottom: 1px solid var(--ink);
}
.nav-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 56px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.logo-mark {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid var(--ink);
    font-size: 13px;
}
.nav-toggle { display: none; }
.nav-burger {
    display: none;
    margin-left: auto;
    padding: 4px 8px;
    border: 1px solid var(--ink);
    font-size: 13px;
}
.nav-menu { display: flex; gap: 14px; flex: 1; font-size: 13px; }
.nav-menu a { color: var(--mute); }
.nav-menu a.active, .nav-menu a:hover { color: var(--ink); text-decoration: underline; }
.nav-actions { display: flex; gap: 8px; }

.btn {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid var(--ink);
    background: var(--ink);
    color: var(--cream);
    font-size: 13px;
}
.btn:hover { background: #2a2a2a; }
.btn-lg { padding: 12px 22px; }
.btn-ghost {
    background: transparent;
    color: var(--ink);
}

.hero { padding: 36px 0 40px; }
.hero-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr;
    gap: 28px;
    border-bottom: 1px solid var(--rule);
    padding-bottom: 28px;
}
.kicker {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mute);
    margin-bottom: 8px;
}
.hero h1 {
    font-size: clamp(32px, 4.6vw, 52px);
    line-height: 1.15;
    margin-bottom: 14px;
    font-weight: 700;
}
.lede {
    font-size: 18px;
    color: var(--mute);
    max-width: 38em;
}
.meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: var(--mute);
}
.hero-visual img { width: 100%; border: 1px solid var(--rule); }

.data-band {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid var(--ink);
}
.data-band > div {
    padding: 18px 12px;
    border-right: 1px solid var(--rule);
}
.data-band > div:last-child { border-right: 0; }
.data-num { font-size: 26px; font-weight: 700; }
.data-label { font-size: 12px; letter-spacing: 0.1em; color: var(--mute); }

.section { padding: 40px 0; }
.section.alt { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.section-head { margin-bottom: 18px; border-bottom: 1px solid var(--ink); padding-bottom: 8px; }
.section-head h2 { font-size: 24px; }
.section-head p { color: var(--mute); font-size: 14px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
    padding: 0 0 8px;
    border-top: 2px solid var(--ink);
}
.card h3 { margin: 10px 0 6px; font-size: 18px; }
.card p { color: var(--mute); font-size: 14px; }
.card.main { background: var(--cream); padding: 12px; border: 1px solid var(--ink); }
.icon { font-size: 11px; letter-spacing: 0.14em; color: var(--mute); }
.solution-card { border-top: 2px solid var(--ink); }
.solution-card img { height: 160px; width: 100%; object-fit: cover; margin-bottom: 10px; }
.price { font-weight: 700; margin-bottom: 6px; }

.cta {
    padding: 48px 0;
    text-align: center;
    border-top: 3px double var(--ink);
    background: var(--cream);
}
.cta h2 { font-size: 30px; margin-bottom: 10px; }
.cta p { color: var(--mute); margin-bottom: 18px; }
.cta-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.site-footer {
    padding: 36px 0 18px;
    border-top: 1px solid var(--ink);
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 22px; }
.footer-grid h4 { margin-bottom: 10px; font-size: 14px; }
.footer-grid a, .footer-grid p { display: block; color: var(--mute); margin-bottom: 6px; font-size: 13px; }
.footer-bottom {
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px solid var(--rule);
    color: var(--mute);
    font-size: 12px;
}

.page-hero { padding: 36px 0 12px; }
.page-hero h1 { font-size: 34px; margin: 8px 0 10px; }
.page-hero p { color: var(--mute); max-width: 42em; }
.dl-list, .help-list { display: grid; gap: 14px; }
.dl-item, .help-box {
    padding: 16px 0;
    border-top: 1px solid var(--rule);
}
.dl-item { display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.dl-item.main { border-top: 2px solid var(--ink); }
.specs { display: flex; gap: 14px; font-size: 12px; margin: 6px 0; letter-spacing: 0.06em; }
.shot { margin-top: 20px; }
.shot img { width: 100%; border: 1px solid var(--rule); }

@media (max-width: 900px) {
    .nav-burger { display: inline-block; }
    .nav-menu, .nav-actions { display: none; }
    .nav-toggle:checked ~ .nav-menu,
    .nav-toggle:checked ~ .nav-actions {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 12px;
    }
    .nav-wrap { flex-wrap: wrap; }
    .hero-grid, .grid-3, .data-band, .footer-grid, .dl-item {
        grid-template-columns: 1fr;
        display: grid;
    }
}
