/* Shared primary-page language: parchment, deep ink and quiet Spanish arches. */
.site-structure-page { background: var(--parchment); }
.page-hero { position: relative; overflow: hidden; padding: 150px 0 82px; background: linear-gradient(135deg, #263b4a, #1d303a); color: var(--parchment); }
.page-hero::before, .page-hero::after { content: ""; position: absolute; width: 300px; height: 300px; top: -150px; border: 1px solid rgba(214, 185, 120, .33); border-radius: 50%; box-shadow: 0 0 0 25px rgba(214, 185, 120, .05), 0 0 0 52px rgba(214, 185, 120, .035); }
.page-hero::before { right: 6%; }
.page-hero::after { left: 6%; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .eyebrow { color: var(--gold-light); font-weight: 700; margin: 0 0 12px; }
.page-hero h1 { color: #fffaf0; font-size: clamp(2.2rem, 5vw, 4rem); }
.page-hero p { max-width: 720px; font-size: 1.18rem; margin: 0; color: #f2e9d8; }
.page-section { padding: 76px 0; }
.page-section.alt { background: linear-gradient(180deg, #eee4d4, var(--parchment-2)); }
.page-section h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.page-section > .wrap > p { max-width: 760px; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; }
.path-card { display: block; min-height: 220px; padding: 32px 30px; background: var(--paper); border: 1px solid rgba(177,138,69,.35); border-radius: var(--radius); box-shadow: 0 12px 26px rgba(48,42,38,.08); }
.path-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.path-card h2, .path-card h3 { color: var(--burgundy); }
.path-card p { margin: 0 0 16px; color: #4a4030; }
.path-card .link { color: var(--burgundy); font-weight: 700; }
.topic-list { columns: 2; gap: 38px; padding: 0; list-style: none; }
.topic-list li { padding: 10px 28px 10px 0; position: relative; border-bottom: 1px solid rgba(107,31,42,.12); }
.topic-list li::before { content: "•"; position: absolute; right: 6px; color: var(--gold); font-size: 1.35rem; line-height: 1.25; }
.callout { background: linear-gradient(135deg, var(--burgundy), #563238); color: #fffaf0; padding: 40px; border-radius: 32px 32px 12px 12px; box-shadow: var(--shadow); }
.callout h2 { color: #fffaf0; }
.callout p { color: #f4e8d4; }
.callout .btn { margin-top: 8px; }
.resource-note { margin-top: 25px; padding: 23px; border-right: 4px solid var(--gold); background: var(--paper); }
.page-footer { background: var(--navy-2); color: var(--parchment); padding: 30px 0; }
.page-footer .wrap { display: flex; gap: 20px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.page-footer a { color: #d9b876; }
@media (max-width: 780px) { .path-grid { grid-template-columns: 1fr; } .topic-list { columns: 1; } .page-hero { padding-top: 125px; } }
