:root { --accent: #7a1020; --accent-ink: #f5ead6; --ink: #1f1a1b; --muted: #6b6264; --line: #e6dfe0; --bg: #fbf8f6; --card: #fff; }
* { box-sizing: border-box; }
html { color-scheme: light; }
body { margin: 0; font: 16px/1.55 -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; color: var(--ink); background: var(--bg); }
a { color: var(--accent); }
.wrap { max-width: 960px; margin: 0 auto; padding: 0 20px; }
header.top { border-bottom: 1px solid var(--line); background: #fff; }
header.top .wrap { display: flex; align-items: center; justify-content: space-between; height: 60px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font: 400 19px/1 'Sora', -apple-system, "Segoe UI", Roboto, sans-serif; }
.logo img { width: 28px; height: 28px; }
.logo b { font-weight: 700; }
nav a { margin-left: 18px; text-decoration: none; color: var(--ink); font-weight: 500; }
nav a.cta { background: var(--accent); color: var(--accent-ink); padding: 8px 14px; border-radius: 8px; }
.hero { padding: 64px 0 40px; }
.hero h1 { font-size: 40px; line-height: 1.15; margin: 0 0 14px; max-width: 720px; }
.hero p.lead { font-size: 19px; color: var(--muted); max-width: 640px; margin: 0 0 24px; }
.badge-demo { display: inline-block; font: 500 13px/1.3 -apple-system, "Segoe UI", Roboto, sans-serif; padding: 4px 10px; border-radius: 6px; border: 1px solid #cfcfcf; background: #f3f3f3; color: #333; box-shadow: 0 1px 2px rgba(0,0,0,.15); }
.badge-demo b { font-weight: 700; letter-spacing: .02em; }
.badge-demo .mark { width: 14px; height: 14px; vertical-align: -3px; }
.btn { display: inline-block; background: var(--accent); color: var(--accent-ink); padding: 11px 18px; border-radius: 8px; text-decoration: none; font-weight: 600; border: 1px solid var(--accent); cursor: pointer; font-size: 15px; }
.btn.secondary { background: #fff; color: var(--accent); }
.btn:disabled { opacity: .6; cursor: default; }
section { padding: 36px 0; }
section h2 { font-size: 24px; margin: 0 0 16px; }
.grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 18px; }
.card h3 { margin: 0 0 6px; font-size: 17px; }
.card p { margin: 0; color: var(--muted); }
.price { font-size: 32px; font-weight: 700; }
.price small { font-size: 14px; color: var(--muted); font-weight: 500; }
ul.plain { padding-left: 18px; color: var(--muted); }
.shot { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fff; min-height: 220px; display: grid; place-items: center; color: var(--muted); }
.shots { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); margin-top: 16px; }
figure { margin: 0; }
figure img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
figure.single { max-width: 720px; margin-top: 16px; }
figcaption { font-size: 13px; color: var(--muted); margin-top: 6px; }
footer { border-top: 1px solid var(--line); padding: 24px 0 40px; color: var(--muted); font-size: 14px; }
footer a { margin-right: 16px; }
.prose { max-width: 720px; }
.prose h1 { font-size: 30px; }
.prose h2 { font-size: 20px; margin-top: 28px; }
.muted { color: var(--muted); }
.small { font-size: 13px; }
input[type=text], input[type=search], select { font: inherit; padding: 9px 11px; border: 1px solid #c9c0c2; border-radius: 8px; width: 100%; background: #fff; }
input[type=file] { font: inherit; }
label { display: block; font-weight: 600; margin: 12px 0 4px; }
.row { display: flex; gap: 10px; flex-wrap: wrap; align-items: end; }
.row > * { flex: 1; min-width: 160px; }
.row > .fit { flex: 0 0 auto; }
table.data { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
table.data th, table.data td { padding: 7px 10px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
table.data th { background: #f6f1ef; font-weight: 600; }
.tablewrap { overflow-x: auto; }
.status { min-height: 1.4em; margin: 8px 0; }
.status.err { color: var(--accent); }
.status.ok { color: #0d6b2e; }
.tabs { display: flex; gap: 6px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.tabs button { font: inherit; background: none; border: 0; border-bottom: 2px solid transparent; padding: 10px 14px; cursor: pointer; color: var(--muted); font-weight: 600; }
.tabs button.on { color: var(--accent); border-bottom-color: var(--accent); }
@media (max-width: 640px) { .hero h1 { font-size: 30px; } nav a:not(.cta) { display: none; } }
