:root {
  --opw-ink: #0C0E12;
  --opw-surface: #11141A;
  --opw-panel: #171B22;
  --opw-paper: #F4F1EB;
  --opw-black: #0C0E12;
  --opw-onyx: #11141A;
  --opw-white: #FFFFFF;
  --opw-cream: #F4F1EB;
  --opw-steel: #8B919C;
  --opw-muted: #8B919C;
  --opw-gold: #C4A574;
  --opw-gold-dark: #8F7344;
  --opw-accent: #C4A574;
  --opw-accent-soft: #E8D5B5;
  --opw-accent-deep: #8F7344;
  --opw-green: #2F9E6B;
  --opw-amber: #C48A2E;
  --opw-border: #E6E1D8;
  --opw-line: #E6E1D8;
  --opw-radius: 14px;
  --opw-shadow: none;
  --opw-font-heading: 'Cinzel', Georgia, serif;
  --opw-font-body: 'DM Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--opw-font-body);
  color: var(--opw-onyx);
  background: var(--opw-white);
  line-height: 1.65;
}

h1, h2, h3, h4 {
  font-family: var(--opw-font-heading);
  color: var(--opw-black);
  line-height: 1.2;
}

a { color: var(--opw-gold-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

.opw-container { width: min(1180px, calc(100vw - 3rem)); margin: 0 auto; }

.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* Age / researcher gate overlay style (Amino Club inspired) */
.opw-gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: radial-gradient(ellipse at top, #1a1a1a 0%, #0A0A0A 70%);
  color: var(--opw-white);
  padding: 2rem;
  text-align: center;
}
.opw-gate__card {
  max-width: 520px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,169,98,0.35);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  backdrop-filter: blur(8px);
}
.opw-gate__logo { height: 48px; margin-bottom: 1.5rem; }
.opw-gate h1 { color: var(--opw-white); font-size: 1.75rem; margin: 0 0 1rem; }
.opw-gate p { color: rgba(255,255,255,0.75); }
.opw-gate label {
  display: flex; gap: 0.65rem; align-items: flex-start;
  text-align: left; margin: 0.85rem 0; font-size: 0.9rem; color: rgba(255,255,255,0.9);
}
.opw-gate__actions { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }
.opw-gate__disclaimer { font-size: 0.75rem; color: rgba(255,255,255,0.5); margin-top: 1.25rem; }

/* Announcement */
.opw-announcement {
  background: var(--opw-black);
  color: var(--opw-white);
  padding: 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1.45;
}
.opw-announcement__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}

/* Header */
.opw-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--opw-border);
}
.opw-header__inner {
  display: flex; align-items: center; gap: 1.5rem; padding: 0.9rem 0;
}
.opw-logo img, .opw-header__brand .custom-logo { display: block; height: 42px; width: auto; max-width: 220px; }
.opw-nav { flex: 1; }
.opw-nav__list {
  display: flex; gap: 1.25rem; list-style: none; margin: 0; padding: 0; justify-content: center;
}
.opw-nav__list a { color: var(--opw-onyx); font-weight: 500; font-size: 0.9rem; }
.opw-header__actions { display: flex; gap: 0.75rem; align-items: center; }
.opw-nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.opw-nav-toggle__bar { display: block; width: 22px; height: 2px; background: var(--opw-black); margin: 4px 0; }
.opw-sticky-cta { display: none; }

/* Buttons */
.opw-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.75rem 1.35rem; border-radius: 999px; font-weight: 600; font-size: 0.9rem;
  border: 2px solid transparent; cursor: pointer; transition: all 0.2s ease; text-decoration: none !important;
}
.opw-btn--primary { background: var(--opw-gold); color: var(--opw-black) !important; }
.opw-btn--primary:hover { background: var(--opw-gold-dark); color: var(--opw-white) !important; }
.opw-btn--ghost { background: transparent; border-color: var(--opw-border); color: var(--opw-black) !important; }
.opw-btn--dark { background: var(--opw-black); color: var(--opw-white) !important; }
.opw-btn--sm { padding: 0.4rem 0.95rem; font-size: 0.8rem; }
.opw-btn--block { width: 100%; }
.opw-btn-group { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.25rem 0; }

/* Hero — Amino Club inspired dark premium */
.opw-hero {
  padding: 4.5rem 0 4rem;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(201,169,98,0.12), transparent 50%),
    linear-gradient(180deg, #0A0A0A 0%, #161616 100%);
  color: var(--opw-white);
}
.opw-hero__grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2.5rem; align-items: center;
}
.opw-eyebrow {
  color: var(--opw-gold); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.12em; font-size: 0.78rem; margin: 0 0 0.85rem;
}
.opw-hero h1 { color: var(--opw-white); font-size: clamp(2rem, 4.5vw, 3.1rem); margin: 0 0 1rem; }
.opw-hero__subhead { color: rgba(255,255,255,0.72); font-size: 1.05rem; max-width: 52ch; }
.opw-micro-trust { font-size: 0.85rem; color: rgba(255,255,255,0.55); }
.opw-badge-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.opw-badge {
  display: inline-block; padding: 0.35rem 0.75rem;
  background: rgba(201,169,98,0.12); border: 1px solid rgba(201,169,98,0.35);
  border-radius: 999px; font-size: 0.75rem; font-weight: 600; color: var(--opw-gold);
}
.opw-hero__visual img {
  width: 100%; height: auto; border-radius: var(--opw-radius);
  box-shadow: 0 20px 60px rgba(0,0,0,0.45); border: 1px solid rgba(201,169,98,0.2);
}

/* Trust strip */
.opw-trust {
  background: var(--opw-black);
  border-top: 1px solid rgba(201,169,98,0.2);
  border-bottom: 1px solid rgba(201,169,98,0.2);
  padding: 1.25rem 0;
}
.opw-trust__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center;
}
.opw-trust__item strong { display: block; color: var(--opw-gold); font-size: 0.95rem; }
.opw-trust__item span { color: rgba(255,255,255,0.6); font-size: 0.8rem; }

/* Sections */
.opw-section { padding: 4rem 0; }
.opw-home > .opw-section:last-of-type { padding-bottom: 4.5rem; }
.opw-section--cream { background: var(--opw-cream); }
.opw-section--dark { background: var(--opw-black); color: var(--opw-white); }
.opw-section--dark h2, .opw-section--dark h3 { color: var(--opw-white); }
.opw-section__title { text-align: center; font-size: clamp(1.55rem, 3vw, 2.1rem); margin: 0 0 0.75rem; }
.opw-section__lead { text-align: center; max-width: 65ch; margin: 0 auto 2rem; color: var(--opw-steel); }
.opw-section--dark .opw-section__lead { color: rgba(255,255,255,0.65); }
.opw-section__image { display: block; width: 100%; max-width: 920px; margin: 2rem auto 0; border-radius: var(--opw-radius); }
.opw-section__cta { text-align: center; margin-top: 1.5rem; }

/* Cards / grids */
.opw-card {
  background: var(--opw-white); border: 1px solid var(--opw-border);
  border-radius: var(--opw-radius); padding: 1.5rem; box-shadow: var(--opw-shadow);
}
.opw-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.opw-card-grid--4 { grid-template-columns: repeat(4, 1fr); }
.opw-card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.opw-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.opw-check-list, .opw-x-list { padding-left: 1.25rem; }

/* Product catalog cards */
.opw-catalog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; margin: 2rem 0;
}
.opw-product-card {
  background: var(--opw-white); border: 1px solid var(--opw-border);
  border-radius: var(--opw-radius); overflow: hidden; transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.opw-product-card:hover { transform: translateY(-4px); box-shadow: var(--opw-shadow); }
.opw-product-card__img {
  aspect-ratio: 1; background: #0A0A0A; display: grid; place-items: center; overflow: hidden;
}
.opw-product-card__img img { width: 100%; height: 100%; object-fit: cover; }
.opw-product-card__body { padding: 1.15rem 1.25rem 1.35rem; }
.opw-product-card__body h3 { margin: 0.35rem 0 0.4rem; font-size: 1.1rem; }
.opw-product-card__meta { color: var(--opw-steel); font-size: 0.82rem; margin: 0 0 0.75rem; }
.opw-product-card .opw-badge { margin-bottom: 0.35rem; }

.opw-steps {
  max-width: 720px; margin: 0 auto 2rem; counter-reset: step; list-style: none; padding: 0;
}
.opw-steps li {
  counter-increment: step; padding: 1rem 1rem 1rem 3.5rem; position: relative;
  margin-bottom: 0.75rem; background: var(--opw-white); border-radius: var(--opw-radius);
  border: 1px solid var(--opw-border);
}
.opw-steps li::before {
  content: counter(step); position: absolute; left: 1rem; top: 50%; transform: translateY(-50%);
  width: 1.75rem; height: 1.75rem; background: var(--opw-gold); color: var(--opw-black);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.85rem;
}

.opw-faq-item {
  background: var(--opw-white); border: 1px solid var(--opw-border);
  border-radius: var(--opw-radius); padding: 1rem 1.25rem; margin-bottom: 0;
}
.opw-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.85rem; margin-bottom: 1.5rem; }
.opw-faq-item summary { cursor: pointer; font-weight: 600; color: var(--opw-black); }
.opw-faq-item p { margin: 0.75rem 0 0; color: var(--opw-steel); }

.opw-cta-section {
  background: linear-gradient(135deg, #0A0A0A, #1a1610);
  color: var(--opw-white); text-align: center;
}
.opw-cta-section h2 { color: var(--opw-white); }

.opw-footer {
  background: var(--opw-black); color: rgba(255,255,255,0.85); padding: 4rem 0 2rem;
}
.opw-footer h3 { color: var(--opw-gold); font-size: 0.95rem; margin-bottom: 0.75rem; }
.opw-footer ul { list-style: none; padding: 0; margin: 0; }
.opw-footer li { margin-bottom: 0.4rem; }
.opw-footer a { color: rgba(255,255,255,0.8); }
.opw-footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; margin-bottom: 2.5rem; }
.opw-footer__disclaimer {
  border-top: 1px solid rgba(201,169,98,0.2); padding-top: 1.5rem;
  font-size: 0.8rem; color: rgba(255,255,255,0.55);
}
.opw-footer__payments { text-align: center; margin: 2rem 0 1.5rem; padding: 1.5rem; background: rgba(255,255,255,0.04); border-radius: 12px; border: 1px solid rgba(201,169,98,0.15); }
.opw-footer__payments-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--opw-gold); margin-bottom: 0.75rem; }
.opw-payment-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; list-style: none; padding: 0; margin: 0 0 0.75rem; }
.opw-payment-logos img { height: 32px; width: auto; background: #fff; border-radius: 4px; padding: 2px 6px; }
.opw-footer__payments-note { font-size: 0.72rem; color: rgba(255,255,255,0.45); margin: 0; }
.opw-footer__legal { text-align: center; font-size: 0.78rem; margin-bottom: 0.5rem; }
.opw-footer__legal a { color: rgba(255,255,255,0.6); margin: 0 0.35rem; }
.opw-footer__bottom { text-align: center; font-size: 0.8rem; margin-top: 1rem; color: rgba(255,255,255,0.4); }

.opw-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.opw-meta { color: var(--opw-steel); font-size: 0.85rem; }
.opw-disclaimer { font-size: 0.8rem; color: var(--opw-steel); margin-top: 1.5rem; }
.opw-link { font-weight: 600; }
.opw-page { padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3.5rem, 7vw, 5rem); }
.opw-page__content {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  max-width: 820px;
  margin: 0 auto;
}
.opw-page .entry-header { margin-bottom: 1.25rem; }
.opw-page .entry-title { margin: 0 0 0.5rem; font-size: clamp(1.75rem, 3vw, 2.35rem); }
.opw-page .entry-content > *:first-child { margin-top: 0; }
.opw-page .entry-content > *:last-child { margin-bottom: 0; }
.opw-announcement__inner { gap: 0.85rem; flex-wrap: wrap; }
.opw-announcement a { white-space: nowrap; }
.opw-empty-state { text-align: center; padding: 3rem; }
.opw-prose h2 { margin-top: 2rem; }
.opw-prose ul { padding-left: 1.25rem; }

/* Sitewide RUO compliance bar — required on every brand */
.opw-ruo-bar {
  background: #08111B;
  color: #EEF3FB;
  font-size: 0.78rem;
  border-bottom: 1px solid rgba(30,90,168,0.45);
}
.opw-ruo-bar__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0;
  text-align: center;
}
.opw-ruo-bar strong {
  color: #A8C4E8;
  letter-spacing: 0.08em;
}
.opw-ruo-bar a { color: #fff; text-decoration: underline; }
.opw-badge--ruo { background: #EEF3FB; color: #143F78; }
.opw-loop-ruo { font-size: 0.75rem; color: #5F6C7B; margin: 0.25rem 0 0; }

/* onyx-theme:main.css */
