/* ---------- camps — airy coastal ---------- */
body.t-camps { background: linear-gradient(180deg, #f6fafc 0%, #ffffff 320px); }
html[data-theme="dark"] body.t-camps { background: linear-gradient(180deg, #10161c 0%, #0b0d12 320px); }
body.t-camps .sf-hero { padding: 78px 0; }
body.t-camps .sf-hero h1 { font-weight: 600; }
body.t-camps .sf-hero p { max-width: 460px; margin: 0 auto; }
body.t-camps .product-card { border-radius: 18px; box-shadow: 0 6px 24px rgba(30, 60, 90, 0.06); border-color: transparent; }
html[data-theme="dark"] body.t-camps .product-card { box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4); }
body.t-camps .product-card .ph { border-radius: 18px 18px 0 0; }
body.t-camps .btn.brand { border-radius: 999px; padding-left: 24px; padding-right: 24px; }
body.t-camps .sf-header { backdrop-filter: saturate(160%) blur(16px); }
body.t-camps .sf-announce { background: color-mix(in srgb, var(--brand) 12%, transparent); color: var(--brand); }
