:root {
  color-scheme: dark;
  --bg: #060708;
  --panel: #101214;
  --panel-2: #171a1d;
  --text: #f7f7f5;
  --muted: #a9adb3;
  --line: #292d31;
  --accent: #ff315c;
  --accent-2: #ff7a45;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: radial-gradient(circle at 50% -20%, #28101a 0, var(--bg) 42rem); line-height: 1.65; }
a { color: inherit; text-underline-offset: .2em; }
.content-header, .content-footer { width: min(100% - 32px, 1040px); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.content-header { min-height: 76px; border-bottom: 1px solid var(--line); }
.content-header nav, .content-footer { display: flex; flex-wrap: wrap; gap: 18px; }
.content-brand { font-weight: 850; text-decoration: none; letter-spacing: -.03em; font-size: 1.2rem; }
.content-card { width: min(100% - 32px, 820px); margin: 56px auto 88px; }
.guide-home { width: min(100% - 32px, 1040px); }
.guide-hero { max-width: 820px; padding: 38px 0 26px; }
.guide-hero .primary-cta { margin-top: 16px; }
.guide-grid-title { margin-top: 46px; font-size: clamp(1.45rem, 3vw, 2rem); }
.breadcrumbs { display: flex; gap: 10px; color: var(--muted); font-size: .9rem; overflow-wrap: anywhere; }
.eyebrow { color: #ff7591; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; margin-top: 40px; }
h1 { max-width: 18ch; margin: 12px 0 18px; font-size: clamp(2.25rem, 7vw, 4.8rem); letter-spacing: -.06em; line-height: .98; }
h2 { letter-spacing: -.025em; line-height: 1.2; }
.lede { max-width: 66ch; color: #d8dade; font-size: clamp(1.08rem, 2.5vw, 1.32rem); }
.article-meta { color: var(--muted); font-size: .9rem; }
.product-shot { margin: 36px 0; }
.product-shot img { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: 18px; }
.product-shot figcaption { margin-top: 10px; color: var(--muted); font-size: .85rem; }
.content-section { margin-top: 44px; padding: 30px; background: color-mix(in srgb, var(--panel) 93%, transparent); border: 1px solid var(--line); border-radius: 20px; }
.content-section p:last-child { margin-bottom: 0; }
.content-section li + li { margin-top: 14px; }
.caution { border-color: #6d3d29; background: #1a1210; }
.content-actions { margin-top: 40px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.primary-cta, button { display: inline-flex; justify-content: center; border: 0; border-radius: 999px; padding: 13px 20px; background: linear-gradient(120deg, var(--accent), var(--accent-2)); color: #fff; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }
button[hidden], video[hidden] { display: none; }
.article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 36px; }
.article-grid article { padding: 24px; border: 1px solid var(--line); background: linear-gradient(145deg, #15171a, #0e1012); border-radius: 18px; transition: transform .2s ease, border-color .2s ease; }
.article-grid article:hover { transform: translateY(-3px); border-color: #6f3342; }
.article-grid h2 { margin-top: 0; font-size: 1.15rem; }
.article-grid p { color: var(--muted); }
.contact-form { display: grid; gap: 18px; }
.contact-form label { display: grid; gap: 7px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--text); background: #090a0b; border: 1px solid #3b4046; border-radius: 11px; font: inherit; }
.contact-form textarea { min-height: 180px; resize: vertical; }
.contact-form .consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 400; }
.contact-form .consent input { width: auto; margin-top: 6px; }
.honeypot { position: absolute !important; inline-size: 1px; block-size: 1px; overflow: hidden; clip-path: inset(50%); }
.camera-tool video { width: 100%; margin: 18px 0; border-radius: 14px; background: #000; aspect-ratio: 16 / 9; object-fit: cover; }
.camera-tool dl { display: flex; gap: 24px; flex-wrap: wrap; }
.camera-tool dl div { display: flex; gap: 8px; }
.camera-tool dd { margin: 0; color: #77dc9d; }
.camera-tool button + button { margin-left: 10px; background: var(--panel-2); border: 1px solid var(--line); }
.content-footer { min-height: 100px; color: var(--muted); border-top: 1px solid var(--line); font-size: .9rem; }
pre { white-space: pre-wrap; overflow-wrap: anywhere; }

@media (max-width: 640px) {
  .content-header { min-height: 64px; }
  .content-header nav a:first-child { display: none; }
  .content-card { margin-top: 34px; }
  .guide-hero { padding-top: 18px; }
  .guide-hero .primary-cta { width: 100%; }
  .content-section { padding: 22px; }
  .article-grid { grid-template-columns: 1fr; }
  .content-actions > * { width: 100%; text-align: center; }
  .content-footer { align-items: flex-start; flex-direction: column; justify-content: center; }
}
