@font-face { font-family: 'Bricolage Grotesque'; font-style: normal; font-weight: 500 800; font-stretch: 100%; font-display: swap; src: url(/fonts/BricolageGrotesque-500-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Bricolage Grotesque'; font-style: normal; font-weight: 500 800; font-stretch: 100%; font-display: swap; src: url(/fonts/BricolageGrotesque-500-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 600; font-stretch: 100%; font-display: swap; src: url(/fonts/InstrumentSans-400-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Instrument Sans'; font-style: normal; font-weight: 400 600; font-stretch: 100%; font-display: swap; src: url(/fonts/InstrumentSans-400-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400 600; font-display: swap; src: url(/fonts/JetBrainsMono-400-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400 600; font-display: swap; src: url(/fonts/JetBrainsMono-400-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --bg: #1a2530; --bg-card: #1f2d3d; --bg-dark: #141e28;
    --orange: #c96228; --orange-h: #db7035;
    --text: #ddd0c4; --text-soft: #b8aca1; --text-muted: #8da1af;
    --border: rgba(201,98,40,0.18); --border-soft: rgba(221,208,196,0.08);
    --font-display: 'Bricolage Grotesque', 'Segoe UI', sans-serif;
    --font-body: 'Instrument Sans', 'Segoe UI', system-ui, sans-serif;
    --font-mono: 'JetBrains Mono', Consolas, monospace;
}
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.7; overflow-x: hidden; }
::selection { background: var(--orange); color: #fff; }
body::before {
    content: ''; position: fixed; inset: 0; z-index: -1;
    background: linear-gradient(rgba(221,208,196,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(221,208,196,0.025) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 0%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 90% 70% at 50% 0%, #000 0%, transparent 75%);
    pointer-events: none;
}
a:focus-visible { outline: 2px solid var(--orange-h); outline-offset: 3px; }
.skip-link { position: absolute; top: -100px; left: 1rem; z-index: 200; background: var(--orange); color: #fff; padding: 0.6rem 1.2rem; border-radius: 4px; text-decoration: none; font-weight: 600; }
.skip-link:focus { top: 1rem; }
header.site-header { position: sticky; top: 0; z-index: 100; background: rgba(20,30,40,0.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 0.9rem 2rem; }
.nav-logo img { height: 42px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 1.75rem; list-style: none; }
.nav-links a { font-size: 0.85rem; font-weight: 500; color: var(--text-soft); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--orange-h); }
.nav-cta { border: 1px solid var(--orange); color: var(--orange-h) !important; padding: 0.4rem 1.1rem; border-radius: 4px; transition: background 0.2s, color 0.2s; }
.nav-cta:hover { background: var(--orange); color: #fff !important; }
main { max-width: 1160px; margin: 0 auto; padding: 0 2rem; }
.breadcrumb { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 1px; color: var(--text-muted); padding: 1.75rem 0 0; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem; }
.breadcrumb li + li::before { content: '/'; color: var(--orange); margin-right: 0.6rem; }
.breadcrumb a { color: var(--text-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--orange-h); }
.page-hero { padding: 3.5rem 0 1rem; max-width: 50rem; }
.s-label { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase; color: var(--orange-h); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem; }
.s-label::before { content: ''; width: 26px; height: 1px; background: var(--orange); }
h1 { font-family: var(--font-display); font-size: clamp(2.1rem, 5.5vw, 3.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; margin-bottom: 1.5rem; }
h1 span, h2 span { color: var(--orange); }
.lead { font-size: clamp(1.05rem, 2vw, 1.18rem); color: var(--text-soft); line-height: 1.75; max-width: 42rem; }
section.block { padding: 3.25rem 0; }
section.block + section.block { border-top: 1px solid var(--border-soft); }
h2 { font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 1.4rem; }
.prose { max-width: 46rem; color: var(--text-soft); }
.benefits { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 1rem; }
.benefits li { background: var(--bg-card); border: 1px solid var(--border); border-left: 3px solid var(--orange); border-radius: 0 6px 6px 0; padding: 1.3rem 1.4rem; }
.benefits b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1rem; margin-bottom: 0.4rem; color: var(--text); }
.benefits p { font-size: 0.89rem; color: var(--text-muted); line-height: 1.65; }
.faq { max-width: 50rem; }
.faq details { border: 1px solid var(--border-soft); border-radius: 6px; background: var(--bg-card); margin-bottom: 0.75rem; overflow: hidden; }
.faq summary { cursor: pointer; padding: 1.1rem 1.4rem; font-family: var(--font-display); font-weight: 800; font-size: 1rem; list-style: none; position: relative; padding-right: 3rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 1.4rem; top: 50%; transform: translateY(-50%); color: var(--orange); font-family: var(--font-mono); font-size: 1.1rem; }
.faq details[open] summary::after { content: '–'; }
.faq details p { padding: 0 1.4rem 1.2rem; color: var(--text-muted); font-size: 0.93rem; }
.related { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.related a { font-size: 0.88rem; font-weight: 600; color: var(--text); text-decoration: none; border: 1px solid var(--border); border-radius: 4px; padding: 0.7rem 1.2rem; transition: background 0.2s, border-color 0.2s; }
.related a:hover { background: rgba(201,98,40,0.08); border-color: var(--orange); }
.cta-box { margin: 3.5rem 0 4.5rem; background: var(--bg-dark); border: 1px solid var(--border); border-radius: 8px; padding: 2.75rem 2rem; text-align: center; position: relative; overflow: hidden; }
.cta-box::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 100%, rgba(201,98,40,0.1) 0%, transparent 65%); pointer-events: none; }
.cta-box h2 { margin-bottom: 0.75rem; }
.cta-box p { color: var(--text-muted); margin-bottom: 1.75rem; }
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.95rem 2.4rem; background: var(--orange); color: #fff; text-decoration: none; font-size: 0.95rem; font-weight: 600; border-radius: 4px; transition: background 0.25s, transform 0.2s; position: relative; }
.btn:hover { background: var(--orange-h); transform: translateY(-2px); }
.cta-alt { display: block; margin-top: 1.1rem; font-family: var(--font-mono); font-size: 0.8rem; color: var(--text-muted); position: relative; }
.cta-alt a { color: var(--text-soft); }
.cta-alt a:hover { color: var(--orange-h); }
.hub-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.25rem; padding-bottom: 1rem; }
.hub-card { display: block; background: var(--bg-card); border: 1px solid var(--border); border-radius: 6px; padding: 1.8rem 1.6rem; text-decoration: none; position: relative; overflow: hidden; transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; }
.hub-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange), transparent 75%); }
.hub-card:hover { transform: translateY(-4px); border-color: rgba(201,98,40,0.4); box-shadow: 0 14px 34px rgba(0,0,0,0.3); }
.hub-card h2 { font-size: 1.1rem; margin-bottom: 0.6rem; color: var(--text); }
.hub-card p { font-size: 0.89rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 1rem; }
.hub-card .more { font-family: var(--font-mono); font-size: 0.75rem; color: var(--orange-h); letter-spacing: 1px; }
footer { margin-top: 2rem; padding: 2.5rem 2rem; background: var(--bg-dark); border-top: 1px solid var(--border-soft); }
.footer-inner { max-width: 1160px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.footer-inner p { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 1.5px; color: var(--text-muted); opacity: 0.7; }
.footer-nav { display: flex; gap: 1.5rem; list-style: none; }
.footer-nav a { font-size: 0.8rem; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.footer-nav a:hover { color: var(--orange-h); }
@media (max-width: 860px) { .nav-links li.hide-m { display: none; } }
@media (max-width: 640px) { .nav-inner { padding: 0.8rem 1.25rem; } main { padding: 0 1.25rem; } .footer-inner { flex-direction: column; text-align: center; } }
