/* Pounds extends the existing EightRings cream, gold, and card system. */
.pounds-page { --pounds-plum:#754D68; }
.pounds-page .gradient-text { background:linear-gradient(135deg,#916410,#754D68); -webkit-background-clip:text; background-clip:text; }
.pounds-nav,.pounds-footer { display:flex; flex-wrap:wrap; gap:24px; }
.pounds-nav a,.pounds-link,.pounds-document a,.pounds-footer a { color:var(--pounds-plum); font-weight:600; }
.pounds-page a:focus-visible { outline:3px solid var(--pounds-plum); outline-offset:5px; }
.skip-link { position:fixed; left:16px; top:-100px; z-index:1001; padding:12px; background:white; }
.skip-link:focus { top:12px; }
.pounds-hero { padding:160px 0 88px; background:radial-gradient(ellipse at 85% 40%,#efe0ed,transparent 60%),var(--bg-dark); }
.pounds-hero-grid { display:grid; grid-template-columns:1.3fr 1fr; align-items:center; gap:70px; }
.pounds-page h1 { font-size:clamp(2.6rem,5.2vw,4.7rem); line-height:1.08; letter-spacing:-.045em; margin:18px 0 24px; }
.pounds-page h2 { font-size:clamp(1.6rem,3vw,2.6rem); line-height:1.2; margin:12px 0 20px; }
.pounds-page h3 { font-size:1.45rem; margin:16px 0 12px; }
.pounds-page p { color:var(--text-secondary); line-height:1.8; margin-bottom:18px; }
.pounds-lead { font-size:1.2rem; max-width:600px; }
.pounds-actions { display:flex; align-items:center; flex-wrap:wrap; gap:18px; margin:28px 0; }
.pounds-page .pounds-note { font-size:.9rem; max-width:540px; }
.pounds-art { text-align:center; }
.pounds-art img { display:block; width:min(100%,350px); height:auto; margin:0 auto 24px; border-radius:24%; box-shadow:0 25px 70px #754d6826; }
.pounds-section { padding:80px 0; scroll-margin-top:90px; }
.pounds-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.pounds-grid-two { grid-template-columns:repeat(2,1fr); gap:80px; }
.pounds-card { padding:32px; background:var(--bg-card); border:1px solid var(--border-subtle); border-radius:24px; }
.pounds-number { font-size:.75rem; font-weight:700; letter-spacing:.12em; color:var(--pounds-plum); }
.pounds-soft { background:#f1eaf0; }
.pounds-purchase { max-width:760px; text-align:center; }
.pounds-purchase .pounds-note { margin:28px auto 0; }
.pounds-document-hero { padding-top:140px; padding-bottom:40px; }
.pounds-document { max-width:850px; padding-bottom:80px; }
.pounds-document section { margin:40px 0; }
.pounds-document h2 { font-size:1.4rem; }
.pounds-footer { justify-content:center; font-size:.9rem; }
.pounds-footer p { flex-basis:100%; text-align:center; }
@media(max-width:760px) {
 .pounds-page .nav-container { flex-wrap:wrap; justify-content:center; gap:12px; }
 .pounds-nav { gap:22px; font-size:.9rem; }
 .pounds-hero { padding-top:160px; padding-bottom:50px; }
 .pounds-hero-grid,.pounds-grid { grid-template-columns:1fr; gap:30px; }
 .pounds-art img { max-width:230px; }
 .pounds-section { padding:50px 0; }
 .pounds-document-hero { padding-top:160px; }
}
