/* tpl/symbols-0bb22c28.css — page CSS shared by 1 page(s) of this template.
   Auto-extracted from inline <style> by scripts/refactor_css.py.
   Loaded after components.css; per-page :root{} stays inline. */

.hero-symbols {
      background: #F9F4EC;
      border-top: 3px solid var(--section-accent);
      padding: 3rem 1.5rem 2.5rem;
      text-align: center;
    }
.hero-symbols .badge {
      display: inline-block;
      background: var(--section-accent);
      color: #fff;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.7rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 0.3rem 0.85rem;
      border-radius: 2px;
      margin-bottom: 1rem;
    }
.hero-symbols h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 5vw, 3.2rem);
      font-weight: 600;
      color: #2C2C2C;
      margin: 0 0 0.75rem;
    }
.hero-symbols p {
      font-family: 'DM Sans', sans-serif;
      font-size: 1.05rem;
      color: #555;
      max-width: 600px;
      margin: 0 auto 1.5rem;
      line-height: 1.65;
    }
.filter-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      justify-content: center;
      max-width: 900px;
      margin: 0 auto 2.5rem;
      padding: 0 1rem;
    }
.filter-tab {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.85rem;
      padding: 0.45rem 1.1rem;
      border: 1.5px solid #ddd;
      border-radius: 20px;
      background: #fff;
      color: #555;
      cursor: pointer;
      transition: all 0.2s;
    }
.filter-tab:hover, .filter-tab.active {
      border-color: var(--section-accent);
      background: var(--section-accent);
      color: #fff;
    }
.tradition-section {
      max-width: 1080px;
      margin: 0 auto 3rem;
      padding: 0 1.5rem;
    }
.tradition-section.hidden { display: none; }
.tradition-header {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.5rem;
      padding-bottom: 0.75rem;
      border-bottom: 2px solid #EDE8DF;
    }
.tradition-glyph {
      --c: var(--section-accent);
      width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
      font-size: 1.6rem; line-height: 1; color: #fff;
      background:
        radial-gradient(125% 120% at 30% 20%, rgba(255,255,255,0.55), rgba(255,255,255,0) 46%),
        linear-gradient(158deg, color-mix(in srgb, var(--c) 72%, #fff), var(--c) 52%, color-mix(in srgb, var(--c) 68%, #000) 100%);
      box-shadow: 0 1px 1px rgba(255,255,255,0.6) inset, 0 -7px 11px color-mix(in srgb, var(--c) 50%, #000 8%) inset, 0 7px 15px color-mix(in srgb, var(--c) 30%, transparent);
      text-shadow: 0 1px 2px color-mix(in srgb, var(--c) 60%, #000 30%);
    }
.tradition-header h2 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.6rem;
      font-weight: 600;
      color: #2C2C2C;
      margin: 0;
    }
.tradition-header p {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.85rem;
      color: #777;
      margin: 0.2rem 0 0;
    }
.symbol-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 1.25rem;
    }
.symbol-card {
      background: #fff;
      border: 1px solid #EDE8DF;
      border-radius: 8px;
      padding: 1.25rem;
      text-decoration: none;
      transition: box-shadow 0.2s, transform 0.2s;
    }
.symbol-card:hover {
      box-shadow: 0 4px 16px rgba(139,115,85,0.12);
      transform: translateY(-2px);
    }
.symbol-glyph {
      --c: var(--section-accent);
      width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center;
      font-size: 2rem; line-height: 1; color: #fff; margin-bottom: 0.7rem;
      background:
        radial-gradient(125% 120% at 30% 20%, rgba(255,255,255,0.6), rgba(255,255,255,0) 46%),
        linear-gradient(158deg, color-mix(in srgb, var(--c) 72%, #fff), var(--c) 52%, color-mix(in srgb, var(--c) 68%, #000) 100%);
      box-shadow: 0 1px 1px rgba(255,255,255,0.7) inset, 0 -10px 16px color-mix(in srgb, var(--c) 55%, #000 8%) inset, 0 10px 20px color-mix(in srgb, var(--c) 34%, transparent);
      text-shadow: 0 1px 0 rgba(255,255,255,0.5), 0 2px 4px color-mix(in srgb, var(--c) 60%, #000 30%);
    }
.symbol-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.15rem;
      font-weight: 600;
      color: #2C2C2C;
      margin: 0 0 0.3rem;
    }
.symbol-origin {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.75rem;
      color: var(--section-accent);
      font-weight: 500;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 0.4rem;
    }
.symbol-desc {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.82rem;
      color: #666;
      line-height: 1.5;
    }
.symbols-explainer {
      max-width: 760px;
      margin: 0 auto 3rem;
      padding: 0 1.5rem;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 1.5rem;
    }
@media (max-width: 600px) { .symbols-explainer { grid-template-columns: 1fr; } }
.explainer-tile {
      background: #F9F4EC;
      border-radius: 8px;
      padding: 1.25rem;
      text-align: center;
    }
.explainer-tile .icon { font-size: 1.8rem; margin-bottom: 0.5rem; }
.explainer-tile h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.05rem;
      font-weight: 600;
      color: #2C2C2C;
      margin: 0 0 0.4rem;
    }
.explainer-tile p {
      font-family: 'DM Sans', sans-serif;
      font-size: 0.82rem;
      color: #666;
      line-height: 1.5;
      margin: 0;
    }
.related-row {
      max-width: 1080px;
      margin: 3rem auto 0;
      padding: 0 1.5rem 3rem;
    }
.related-row h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem;
      font-weight: 600;
      color: #2C2C2C;
      margin-bottom: 1rem;
    }
.related-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 0.6rem;
    }
.related-chip {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      background: #F9F4EC;
      border: 1px solid #EDE8DF;
      border-radius: 20px;
      padding: 0.4rem 1rem;
      font-family: 'DM Sans', sans-serif;
      font-size: 0.85rem;
      color: #444;
      text-decoration: none;
      transition: background 0.2s;
    }
.related-chip:hover { background: #EDE8DF; }
