/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
body { font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; display: flex; min-height: 100vh; flex-direction: column; }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }

/** `main` element */
main { display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/** Images */
img { max-width: 100%; vertical-align: middle; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14px; }

/** Lists */
ul, ol { margin-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 400; }

/** Links */
a { color: #2a7ae2; text-decoration: none; }
a:visited { color: #1756a9; }
a:hover { color: #111; text-decoration: underline; }
.social-media-list a:hover { text-decoration: none; }
.social-media-list a:hover .username { text-decoration: underline; }

/** Blockquotes */
blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; }
blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }
pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }
@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(800px - (30px)); max-width: calc(800px - (30px)); padding-right: 15px; padding-left: 15px; } }

/** Clearfix */
.wrapper:after, .footer-col-wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.svg-icon { width: 16px; height: 16px; display: inline-block; fill: #828282; padding-right: 5px; vertical-align: text-top; }

.social-media-list li + li { padding-top: 5px; }

/** Tables */
table { margin-bottom: 30px; width: 100%; text-align: left; color: #3f3f3f; border-collapse: collapse; border: 1px solid #e8e8e8; }
table tr:nth-child(even) { background-color: #f7f7f7; }
table th, table td { padding: 10px 15px; }
table th { background-color: #f0f0f0; border: 1px solid #dedede; border-bottom-color: #c9c9c9; }
table td { border: 1px solid #e8e8e8; }

/** Site header */
.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; min-height: 55.95px; position: relative; }

.site-title { font-size: 26px; font-weight: 300; line-height: 54px; letter-spacing: -1px; margin-bottom: 0; float: left; }
.site-title, .site-title:visited { color: #424242; }

.site-nav { float: right; line-height: 54px; }
.site-nav .nav-trigger { display: none; }
.site-nav .menu-icon { display: none; }
.site-nav .page-link { color: #111; line-height: 1.5; }
.site-nav .page-link:not(:last-child) { margin-right: 20px; }
@media screen and (max-width: 600px) { .site-nav { position: absolute; top: 9px; right: 15px; background-color: #fdfdfd; border: 1px solid #e8e8e8; border-radius: 5px; text-align: right; }
  .site-nav label[for="nav-trigger"] { display: block; float: right; width: 36px; height: 36px; z-index: 2; cursor: pointer; }
  .site-nav .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; }
  .site-nav .menu-icon > svg { fill: #424242; }
  .site-nav input ~ .trigger { clear: both; display: none; }
  .site-nav input:checked ~ .trigger { display: block; padding-bottom: 5px; }
  .site-nav .page-link { display: block; padding: 5px 10px; margin-left: 20px; }
  .site-nav .page-link:not(:last-child) { margin-right: 0; } }

/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; }

.footer-heading { font-size: 18px; margin-bottom: 15px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.footer-col-wrapper { font-size: 15px; color: #828282; margin-left: -15px; }

.footer-col { float: left; margin-bottom: 15px; padding-left: 15px; }

.footer-col-1 { width: -webkit-calc(35% - (30px / 2)); width: calc(35% - (30px / 2)); }

.footer-col-2 { width: -webkit-calc(20% - (30px / 2)); width: calc(20% - (30px / 2)); }

.footer-col-3 { width: -webkit-calc(45% - (30px / 2)); width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (30px / 2)); width: calc(50% - (30px / 2)); }
  .footer-col-3 { width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (30px / 2)); width: calc(100% - (30px / 2)); } }
/** Page content */
.page-content { padding: 30px 0; flex: 1; }

.page-heading { font-size: 32px; }

.post-list-heading { font-size: 28px; }

.post-list { margin-left: 0; list-style: none; }
.post-list > li { margin-bottom: 30px; }

.post-meta { font-size: 14px; color: #828282; }

.post-link { display: block; font-size: 24px; }

/** Posts */
.post-header { margin-bottom: 30px; }

.post-title { font-size: 42px; letter-spacing: -1px; line-height: 1; }
@media screen and (max-width: 800px) { .post-title { font-size: 36px; } }

.post-content { margin-bottom: 30px; }
.post-content h2 { font-size: 32px; }
@media screen and (max-width: 800px) { .post-content h2 { font-size: 28px; } }
.post-content h3 { font-size: 26px; }
@media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } }
.post-content h4 { font-size: 20px; }
@media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } }

/** Syntax highlighting styles */
.highlight { background: #fff; }
.highlighter-rouge .highlight { background: #eef; }
.highlight .c { color: #998; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000; background-color: #fdd; }
.highlight .gd .x { color: #000; background-color: #faa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #a00; }
.highlight .gh { color: #999; }
.highlight .gi { color: #000; background-color: #dfd; }
.highlight .gi .x { color: #000; background-color: #afa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #0086B3; }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555; }
.highlight .nt { color: #000080; }
.highlight .nv { color: #008080; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbb; }
.highlight .mf { color: #099; }
.highlight .mh { color: #099; }
.highlight .mi { color: #099; }
.highlight .mo { color: #099; }
.highlight .sb { color: #d14; }
.highlight .sc { color: #d14; }
.highlight .sd { color: #d14; }
.highlight .s2 { color: #d14; }
.highlight .se { color: #d14; }
.highlight .sh { color: #d14; }
.highlight .si { color: #d14; }
.highlight .sx { color: #d14; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #d14; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: #008080; }
.highlight .vg { color: #008080; }
.highlight .vi { color: #008080; }
.highlight .il { color: #099; }

:root { --color-primary: #0066cc; --color-accent: #e63946; --color-dark: #1a1a2e; --color-text: #2d3748; --color-text-light: #718096; --color-bg: #ffffff; --color-bg-alt: #f7fafc; --color-bg-subtle: #f9fafb; --color-border: #e5e7eb; --color-card-border: #e2e8f0; --color-card-accent: var(--color-primary); --font-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; --max-width: 1200px; --radius: 8px; --radius-lg: 12px; }

* { box-sizing: border-box; }

html, body { overflow-x: hidden; }

body { font-family: var(--font-display); color: var(--color-text); line-height: 1.7; background: var(--color-bg); margin: 0; -webkit-font-smoothing: antialiased; }

.wrapper, .page-content .wrapper, .page-content .home { max-width: 100%; padding: 0 2rem; }

.site-header { border-top: 3px solid var(--color-primary); border-bottom: 1px solid var(--color-border); background: var(--color-bg); }

.site-header .wrapper { display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; max-width: var(--max-width); margin: 0 auto; }

.site-title { font-weight: 600; color: var(--color-dark); }
.site-title:hover { text-decoration: none; }

.site-nav { position: static; float: none; border: none; background: none; }

.site-nav .trigger { display: flex; gap: 0.5rem; flex-wrap: wrap; }

.site-nav .page-link { margin-left: 0; font-size: 0.9rem; white-space: nowrap; color: var(--color-text-light); font-weight: 500; }
.site-nav .page-link:hover { color: var(--color-primary); }

.site-footer { display: none; }

.home > .page-heading { display: none; }

h1, h2, h3, h4, h5, h6 { font-weight: 600; line-height: 1.3; color: var(--color-dark); margin: 0 0 1rem 0; }

h1 { font-size: 2.5rem; }

h2 { font-size: 1.875rem; margin-top: 3rem; }

h3 { font-size: 1.25rem; }

h4 { font-size: 1.125rem; }

p { margin: 0 0 1rem 0; color: var(--color-text-light); }

a { color: var(--color-primary); text-decoration: none; }
a:hover { text-decoration: underline; }

.btn-primary, .btn-outline, .osc-btn { display: inline-block; padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: all 0.2s ease; cursor: pointer; border: 2px solid transparent; }

.btn-primary, .osc-btn-primary { background: var(--color-accent); color: white; border-color: var(--color-accent); }
.btn-primary:hover, .osc-btn-primary:hover { background: #c1121f; border-color: #c1121f; text-decoration: none; transform: translateY(-2px); color: white; }

.btn-outline, .osc-btn-outline { background: transparent; color: var(--color-dark); border: 2px solid var(--color-dark); background: rgba(255, 255, 255, 0.7); }
.btn-outline:hover, .osc-btn-outline:hover { background: var(--color-dark); color: white; text-decoration: none; }

.osc-btn { padding: 1rem 2rem; font-size: 1rem; margin-right: 1rem; margin-bottom: 1rem; }

.osc-footer { background: #f8f9fa; border-top: 1px solid #e5e7eb; padding: 2rem; margin-top: 0; width: calc(100% + 4rem); margin-left: -2rem; margin-right: -2rem; }

.osc-footer-inner { display: flex; justify-content: space-between; align-items: center; max-width: var(--max-width); margin: 0 auto; flex-wrap: wrap; gap: 1rem; }

.osc-footer-brand { font-weight: 600; color: var(--color-dark); font-size: 0.9rem; }

.osc-footer-links { display: flex; gap: 2rem; align-items: center; }

.osc-footer-links a { color: var(--color-text-light); text-decoration: none; font-size: 0.9rem; }
.osc-footer-links a:hover { color: var(--color-dark); }

.osc-hero-wrapper, .osc-section-alt, .osc-cta { width: 100%; margin-left: -2rem; margin-right: -2rem; padding-left: 2rem; padding-right: 2rem; width: calc(100% + 4rem); }

.osc-hero-wrapper { background: #f0f0f5; position: relative; margin-top: 0; }

.osc-hero-wrapper::after { content: ''; position: absolute; inset: 0; background-image: url("/assets/light-bg.png"); background-size: cover; background-position: center; filter: grayscale(30%) opacity(0.35); z-index: 0; }

.osc-hero-wrapper::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(248, 248, 252, 0.75) 0%, rgba(252, 252, 255, 0.65) 100%); z-index: 1; }

.osc-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; padding: 5rem 2rem; min-height: min(80vh, 600px); position: relative; z-index: 2; max-width: var(--max-width); margin: 0 auto; }

.osc-hero-content h1 { font-size: 3.5rem; font-weight: 800; line-height: 1.1; color: #0a0a12; margin: 0 0 1.5rem 0; }
.osc-hero-content h1 span { color: var(--color-accent); }

.osc-hero-content .lead { font-size: 1.25rem; line-height: 1.7; color: #2d3748; margin-bottom: 2rem; font-weight: 500; }

.osc-hero-visual { background: rgba(26, 26, 46, 0.7); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 24px; padding: 3rem; color: white; position: relative; overflow: hidden; }
.osc-hero-visual::before { content: ''; position: absolute; top: -50%; right: -50%; width: 100%; height: 100%; background: radial-gradient(circle, rgba(230, 57, 70, 0.15) 0%, transparent 70%); }
.osc-hero-visual h2 { font-size: 1.5rem; margin: 0 0 2rem 0; opacity: 0.9; }

.osc-stat { margin-bottom: 1.5rem; }

.osc-stat-number { font-size: 3rem; font-weight: 700; color: var(--color-accent); display: block; line-height: 1; }

.osc-stat-label { font-size: 1rem; opacity: 0.8; margin-top: 0.25rem; display: block; }

.osc-section { padding: 5rem 2rem; max-width: var(--max-width); margin: 0 auto; }
.osc-section h2 { text-align: left; font-size: 2.5rem; font-weight: 700; color: var(--color-dark); margin: 0 0 1rem 0; }
.osc-section > p { text-align: left; font-size: 1.125rem; color: var(--color-text-light); max-width: 600px; margin-bottom: 3rem; }

.osc-section-alt { padding: 5rem 2rem; background: var(--color-bg-alt); }
.osc-section-alt > div { max-width: var(--max-width); margin: 0 auto; }
.osc-section-alt h2 { text-align: left; }
.osc-section-alt > p { text-align: left; }

.osc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }

.osc-card { background: white; border-radius: 16px; padding: 2rem; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.osc-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); }
.osc-card h3 { font-size: 1.25rem; font-weight: 600; color: var(--color-dark); margin: 0 0 0.75rem 0; }
.osc-card p { color: var(--color-text-light); margin: 0; line-height: 1.6; }

.osc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; margin-top: 3rem; max-width: 900px; margin-left: auto; margin-right: auto; }

.osc-step { text-align: center; position: relative; }
.osc-step::after { content: '\2192'; position: absolute; right: -1.5rem; top: 2rem; font-size: 2rem; color: var(--color-text-light); }
.osc-step:last-child::after { display: none; }
.osc-step h3 { font-size: 1.25rem; color: var(--color-dark); margin: 0 0 0.5rem 0; }
.osc-step p { color: var(--color-text-light); margin: 0; }

.osc-step-num { width: 4rem; height: 4rem; background: var(--color-accent); color: white; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; margin-bottom: 1.5rem; }

.osc-team { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 2rem; }

.osc-team-member { display: flex; gap: 1.5rem; align-items: flex-start; background: white; padding: 2rem; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); }

.osc-team-photo { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 3px solid var(--color-bg-alt); }

.osc-team-info h3 { font-size: 1.25rem; color: var(--color-dark); margin: 0 0 0.25rem 0; }

.osc-team-role { color: var(--color-accent); font-weight: 600; font-size: 0.9rem; margin-bottom: 0.75rem; }

.osc-team-bio { color: var(--color-text-light); font-size: 0.9rem; line-height: 1.6; margin: 0 0 0.75rem 0; }

.osc-team-link { color: var(--color-primary); font-size: 0.9rem; font-weight: 500; }

.osc-cta { background: var(--color-dark); color: white; padding: 4rem 2rem; text-align: center; margin-top: 5rem; }
.osc-cta h2 { color: white; margin-bottom: 1rem; }
.osc-cta p { color: rgba(255, 255, 255, 0.8); font-size: 1.125rem; max-width: 500px; margin: 0 auto 2rem; }
.osc-cta .osc-btn-primary { background: var(--color-accent); }
.osc-cta .osc-btn-outline { border-color: rgba(255, 255, 255, 0.3); color: white; background: transparent; }
.osc-cta .osc-btn-outline:hover { background: rgba(255, 255, 255, 0.1); border-color: white; }

.osc-cta-contact { margin-top: 2rem; color: rgba(255, 255, 255, 0.7); font-size: 0.95rem; }
.osc-cta-contact a { color: white; }

.page-content { max-width: var(--max-width); margin: 0 auto; padding: 3rem 2rem; }

.page-intro { margin-bottom: 2rem; }

.lead { font-size: 1.25rem; color: var(--color-text); line-height: 1.7; }

.info-grid, .principles-grid, .governance-grid, .benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin: 2rem 0; }

.info-grid { grid-template-columns: repeat(3, 1fr); }

.info-card, .principle-card, .governance-card, .benefit-card { padding: 1.5rem; background: var(--color-bg-subtle); border: 1px solid var(--color-border); border-radius: var(--radius); }
.info-card h3, .principle-card h3, .governance-card h3, .benefit-card h3 { margin-top: 0; margin-bottom: 0.75rem; font-size: 1.1rem; color: var(--color-text); }
.info-card p, .principle-card p, .governance-card p, .benefit-card p { margin: 0; font-size: 0.95rem; }
.info-card ul, .principle-card ul, .governance-card ul, .benefit-card ul { margin: 0; padding-left: 1.25rem; }
.info-card li, .principle-card li, .governance-card li, .benefit-card li { margin-bottom: 0.5rem; font-size: 0.95rem; }
.info-card li:last-child, .principle-card li:last-child, .governance-card li:last-child, .benefit-card li:last-child { margin-bottom: 0; }

.flow-container { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 2rem; background: var(--color-bg-subtle); border-radius: var(--radius); margin: 2rem 0; }

.flow-step { background: white; padding: 1.5rem; border-radius: var(--radius); text-align: center; border: 1px solid var(--color-border); flex: 1; max-width: 200px; }
.flow-step h4 { margin: 0 0 0.5rem 0; color: var(--color-text); }
.flow-step p { margin: 0; font-size: 0.9rem; }

.step-num { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: var(--color-primary); color: white; border-radius: 50%; font-weight: 600; margin-bottom: 0.75rem; }

.flow-arrow { width: 24px; height: 2px; background: var(--color-primary); position: relative; }
.flow-arrow::after { content: ''; position: absolute; right: 0; top: -4px; border: 5px solid transparent; border-left-color: var(--color-primary); }

.cta-box { background: var(--color-dark); color: white; padding: 2.5rem; border-radius: var(--radius); text-align: center; margin: 3rem 0 1rem; }
.cta-box h2 { color: white; margin-top: 0; margin-bottom: 0.75rem; }
.cta-box p { color: rgba(255, 255, 255, 0.8); margin-bottom: 1.5rem; }
.cta-box .btn-primary { background: var(--color-accent); color: white; border-color: var(--color-accent); }
.cta-box .btn-primary:hover { background: #c1121f; border-color: #c1121f; }
.cta-box .btn-outline { color: white; border-color: rgba(255, 255, 255, 0.3); background: transparent; }
.cta-box .btn-outline:hover { background: rgba(255, 255, 255, 0.1); border-color: white; }

.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

@media (prefers-color-scheme: dark) { .osc-hero-wrapper { background: var(--color-dark); }
  .osc-hero-wrapper::after { background-image: url("/assets/dark-bg.png"); filter: grayscale(20%) opacity(0.5); }
  .osc-hero-wrapper::before { background: linear-gradient(135deg, rgba(26, 26, 46, 0.6) 0%, rgba(22, 33, 62, 0.4) 100%); }
  .osc-hero-content h1 { color: white; }
  .osc-hero-content .lead { color: rgba(255, 255, 255, 0.85); }
  .osc-btn-outline { color: white; border-color: rgba(255, 255, 255, 0.4); background: transparent; }
  .osc-btn-outline:hover { background: rgba(255, 255, 255, 0.1); border-color: white; color: white; } }
@media (min-width: 1400px) { .osc-hero { max-width: 1400px; gap: 6rem; }
  .osc-hero-content h1 { font-size: 4rem; }
  .osc-stat-number { font-size: 3.5rem; } }
@media (max-width: 1024px) { .osc-hero { gap: 2rem; padding: 4rem 1.5rem; }
  .osc-hero-content h1 { font-size: 2.75rem; }
  .osc-hero-visual { padding: 2rem; }
  .osc-stat-number { font-size: 2.5rem; }
  .osc-grid { grid-template-columns: repeat(2, 1fr); }
  .osc-steps { gap: 1.5rem; }
  .osc-step::after { font-size: 1.5rem; right: -1rem; } }
@media (max-width: 768px) { .osc-hero { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 1rem; min-height: auto; }
  .osc-hero-content h1 { font-size: 2.25rem; }
  .osc-hero-content .lead { font-size: 1.1rem; }
  .osc-hero-visual { padding: 1.5rem; }
  .osc-hero-visual h2 { font-size: 1.25rem; margin-bottom: 1.5rem; }
  .osc-stat { display: inline-block; width: 30%; text-align: center; margin-bottom: 0; }
  .osc-stat-number { font-size: 2rem; }
  .osc-stat-label { font-size: 0.85rem; }
  .osc-grid, .osc-steps, .info-grid, .principles-grid, .governance-grid, .benefits-grid { grid-template-columns: 1fr; }
  .osc-step::after { display: none; }
  .osc-team { grid-template-columns: 1fr; }
  .osc-team-member { flex-direction: column; text-align: center; }
  .osc-team-photo { margin-right: 0; margin-bottom: 1rem; }
  .osc-cta { padding: 2rem 1.5rem; }
  .osc-btn { display: block; text-align: center; margin-right: 0; margin-bottom: 0.75rem; }
  .flow-container { flex-direction: column; }
  .flow-arrow { width: 2px; height: 24px; }
  .flow-arrow::after { right: -4px; top: auto; bottom: 0; border: 5px solid transparent; border-top-color: var(--color-primary); } }
@media (max-width: 480px) { .wrapper, .page-content .wrapper, .page-content .home { padding: 0 1rem; }
  .osc-hero { padding: 2rem 1rem; }
  .osc-hero-content h1 { font-size: 1.875rem; }
  .osc-hero-content .lead { font-size: 1rem; }
  .osc-stat { display: block; width: 100%; text-align: left; margin-bottom: 1rem; }
  .osc-stat-number { font-size: 2.25rem; display: inline; }
  .osc-stat-label { display: inline; margin-left: 0.5rem; }
  .osc-section, .osc-section-alt { padding: 3rem 0; }
  .osc-section h2, .osc-section-alt h2 { font-size: 1.75rem; }
  .osc-card { padding: 1.5rem; }
  .osc-step-num { width: 40px; height: 40px; font-size: 1.25rem; }
  .osc-team-photo { width: 80px; height: 80px; }
  .osc-cta h2 { font-size: 1.5rem; }
  .osc-cta p { font-size: 1rem; }
  .osc-footer { width: calc(100% + 2rem); margin-left: -1rem; margin-right: -1rem; }
  .osc-footer-inner { flex-direction: column; text-align: center; }
  .osc-footer-links { gap: 1.5rem; } }
.svg-diagram { margin: 2rem 0; background: var(--color-bg-subtle); border-radius: var(--radius-lg); padding: 1.5rem; border: 1px solid var(--color-card-border); }
.svg-diagram img { display: block; width: 100%; max-width: 800px; height: auto; margin: 0 auto; }

.diagram-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 2rem 0; }
@media (max-width: 1024px) { .diagram-pair { grid-template-columns: 1fr; } }
.diagram-pair .diagram-item h4 { text-align: center; color: var(--color-dark); font-weight: 600; margin-bottom: 1rem; font-size: 1.1rem; }
.diagram-pair .diagram-item .svg-diagram { margin: 0; height: 100%; display: flex; align-items: center; justify-content: center; }
.diagram-pair .diagram-item .svg-diagram img { max-width: 100%; }

.svg-diagram-clickable { cursor: zoom-in; position: relative; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.svg-diagram-clickable:hover { transform: scale(1.01); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
.svg-diagram-clickable::after { content: "Click to enlarge"; position: absolute; bottom: 0.75rem; right: 0.75rem; background: var(--color-dark); color: white; padding: 0.25rem 0.5rem; border-radius: 4px; font-size: 0.7rem; opacity: 0; transition: opacity 0.2s ease; }
.svg-diagram-clickable:hover::after { opacity: 0.8; }

.lightbox-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.92); z-index: 9999; display: none; align-items: center; justify-content: center; cursor: zoom-out; }
.lightbox-overlay.active { display: flex; }
.lightbox-overlay .lightbox-content { background: white; border-radius: var(--radius-lg); padding: 1.5rem; position: relative; cursor: default; width: 90vw; max-width: 1200px; }
.lightbox-overlay .lightbox-content img { width: 100%; height: auto; display: block; }
.lightbox-overlay .lightbox-close { position: fixed; top: 1.5rem; right: 1.5rem; background: white; color: var(--color-dark); border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 1.75rem; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 10000; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); line-height: 1; }
.lightbox-overlay .lightbox-close:hover { background: var(--color-accent); color: white; }

.action-box, .resource-item, .support-item, .governance-details, .review-stage, .accountability-item, .vision-point, .mission-area, .metric-detail, .privacy-principle, .collection-item, .dashboard-item, .partnership-item, .community-item, .metric-type, .principle-card, .decision-level, .inspiration-item, .success-category { background: white; padding: 1.5rem; border-radius: var(--radius); border: 1px solid var(--color-card-border); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); }
.action-box h3, .resource-item h3, .support-item h3, .governance-details h3, .review-stage h3, .accountability-item h3, .vision-point h3, .mission-area h3, .metric-detail h3, .privacy-principle h3, .collection-item h3, .dashboard-item h3, .partnership-item h3, .community-item h3, .metric-type h3, .principle-card h3, .decision-level h3, .inspiration-item h3, .success-category h3, .action-box h4, .resource-item h4, .support-item h4, .governance-details h4, .review-stage h4, .accountability-item h4, .vision-point h4, .mission-area h4, .metric-detail h4, .privacy-principle h4, .collection-item h4, .dashboard-item h4, .partnership-item h4, .community-item h4, .metric-type h4, .principle-card h4, .decision-level h4, .inspiration-item h4, .success-category h4 { margin-top: 0; color: var(--color-dark); font-weight: 600; }
.action-box p, .resource-item p, .support-item p, .governance-details p, .review-stage p, .accountability-item p, .vision-point p, .mission-area p, .metric-detail p, .privacy-principle p, .collection-item p, .dashboard-item p, .partnership-item p, .community-item p, .metric-type p, .principle-card p, .decision-level p, .inspiration-item p, .success-category p { color: var(--color-text-light); margin-bottom: 0; }
.action-box ul, .resource-item ul, .support-item ul, .governance-details ul, .review-stage ul, .accountability-item ul, .vision-point ul, .mission-area ul, .metric-detail ul, .privacy-principle ul, .collection-item ul, .dashboard-item ul, .partnership-item ul, .community-item ul, .metric-type ul, .principle-card ul, .decision-level ul, .inspiration-item ul, .success-category ul { margin: 0; padding-left: 1.25rem; }
.action-box li, .resource-item li, .support-item li, .governance-details li, .review-stage li, .accountability-item li, .vision-point li, .mission-area li, .metric-detail li, .privacy-principle li, .collection-item li, .dashboard-item li, .partnership-item li, .community-item li, .metric-type li, .principle-card li, .decision-level li, .inspiration-item li, .success-category li { margin-bottom: 0.5rem; color: var(--color-text-light); font-size: 0.95rem; }
.action-box li:last-child, .resource-item li:last-child, .support-item li:last-child, .governance-details li:last-child, .review-stage li:last-child, .accountability-item li:last-child, .vision-point li:last-child, .mission-area li:last-child, .metric-detail li:last-child, .privacy-principle li:last-child, .collection-item li:last-child, .dashboard-item li:last-child, .partnership-item li:last-child, .community-item li:last-child, .metric-type li:last-child, .principle-card li:last-child, .decision-level li:last-child, .inspiration-item li:last-child, .success-category li:last-child { margin-bottom: 0; }

.action-box, .resource-item, .support-item, .governance-details, .review-stage, .accountability-item, .vision-point, .mission-area, .metric-detail, .privacy-principle, .collection-item, .dashboard-item { border-left: 3px solid var(--color-primary); }

.action-box { margin: 1.5rem 0; }
.action-box blockquote { background: var(--color-bg-subtle); padding: 1rem; border-radius: 4px; font-style: italic; margin: 1rem 0; border-left: none; color: var(--color-text); }

.partnership-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.partnership-item { text-align: center; border-top: 3px solid var(--color-primary); }

.maintainer-resources { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.agency-support { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.community-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin: 3rem 0; }

.community-item { padding: 2rem; text-align: center; border-top: 3px solid var(--color-primary); }

.contact-section { background: var(--color-dark); color: white; padding: 3rem 2rem; border-radius: 12px; text-align: center; margin: 3rem 0; }
.contact-section h2 { margin-top: 0; font-size: 2rem; color: white; }
.contact-section p { color: rgba(255, 255, 255, 0.8); }

.contact-options { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 2rem; }

.contact-method { background: rgba(255, 255, 255, 0.05); padding: 1.5rem; border-radius: var(--radius); border: 1px solid rgba(255, 255, 255, 0.1); }
.contact-method h3 { margin-top: 0; color: white; }
.contact-method p { color: rgba(255, 255, 255, 0.7); }
.contact-method a:not(.btn) { color: var(--color-accent); text-decoration: none; }
.contact-method a:not(.btn):hover { text-decoration: underline; }
.contact-method .btn { display: inline-block; margin-top: 1rem; color: white !important; }

.governance-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }

.metrics-framework { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.metric-type { border-top: 3px solid var(--color-primary); }

.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin: 2rem 0; }
@media (max-width: 1024px) { .principles-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .principles-grid { grid-template-columns: 1fr; } }

.principle-card { text-align: center; padding: 1.5rem; }
.principle-card h3 { color: var(--color-primary); font-size: 1.1rem; margin-bottom: 0.75rem; }
.principle-card p { font-size: 0.9rem; color: var(--color-text-light); margin: 0; }

.metrics-cta { background: var(--color-dark); color: white; padding: 3rem 2rem; border-radius: var(--radius-lg); text-align: center; margin: 2rem 0; }
.metrics-cta h2 { color: white; margin-top: 0; }
.metrics-cta p { color: rgba(255, 255, 255, 0.85); max-width: 700px; margin: 0 auto; }

.review-process { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.accountability-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.decision-framework { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.decision-level { border-top: 3px solid var(--color-primary); }

.governance-commitment { background: var(--color-dark); color: white; padding: 3rem 2rem; border-radius: 12px; text-align: center; margin: 3rem 0; }
.governance-commitment h2 { margin-top: 0; font-size: 2rem; color: white; }
.governance-commitment p { color: rgba(255, 255, 255, 0.8); }

.commitment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }

.commitment-item { background: rgba(255, 255, 255, 0.05); padding: 1.5rem; border-radius: var(--radius); border: 1px solid rgba(255, 255, 255, 0.1); }
.commitment-item h3 { margin-top: 0; color: var(--color-accent); }
.commitment-item p { color: rgba(255, 255, 255, 0.7); }

.vision-overview { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.standards-inspiration { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.inspiration-item { border-top: 3px solid var(--color-primary); }

.unique-mission { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.vision-future { background: var(--color-dark); color: white; padding: 3rem 2rem; border-radius: 12px; text-align: center; margin: 3rem 0; }
.vision-future h2 { margin-top: 0; font-size: 2rem; color: white; }
.vision-future p { color: rgba(255, 255, 255, 0.8); }

.future-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }

.benefit-item { background: rgba(255, 255, 255, 0.05); padding: 1.5rem; border-radius: var(--radius); border: 1px solid rgba(255, 255, 255, 0.1); }
.benefit-item h4 { margin-top: 0; color: var(--color-accent); }
.benefit-item p { color: rgba(255, 255, 255, 0.7); }

.metric-category { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.privacy-section { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.collection-methods { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.dashboard-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin: 2rem 0; }

.success-metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }

.success-category { padding: 2rem; border-top: 3px solid var(--color-primary); }

.metrics-cta { background: var(--color-dark); color: white; padding: 3rem 2rem; border-radius: 12px; text-align: center; margin: 3rem 0; }
.metrics-cta h2 { margin-top: 0; font-size: 2rem; color: white; }
.metrics-cta p { color: rgba(255, 255, 255, 0.8); }

.metrics-promise { background: rgba(255, 255, 255, 0.05); padding: 2rem; border-radius: var(--radius); margin-top: 2rem; border: 1px solid rgba(255, 255, 255, 0.1); }
.metrics-promise h3 { margin-top: 0; color: var(--color-accent); }
.metrics-promise p { color: rgba(255, 255, 255, 0.7); }

.btn { padding: 10px 20px; border-radius: 6px; text-decoration: none; font-weight: 600; text-align: center; transition: all 0.3s ease; display: inline-block; margin: 0.5rem 0; }

.btn-secondary { background-color: var(--color-accent); color: white; border: 2px solid var(--color-accent); }
.btn-secondary:hover { background-color: #c1121f; border-color: #c1121f; transform: translateY(-2px); text-decoration: none; color: white; }

.btn-small { padding: 8px 16px; font-size: 0.9rem; }

@media (max-width: 768px) { .partnership-grid, .maintainer-resources, .agency-support, .community-section, .contact-options, .governance-section, .metrics-framework, .review-process, .accountability-grid, .decision-framework, .commitment-grid, .vision-overview, .standards-inspiration, .unique-mission, .future-benefits, .metric-category, .privacy-section, .collection-methods, .dashboard-features, .success-metrics { grid-template-columns: 1fr; } }
