/*
Theme Name: House of 7 — The Front Door
Theme URI: https://houseof7.ai
Author: Athena & Jerry Poole — House of 7
Description: The voyage-chart front door and the seven correspondent interiors. Chart homepage (D3 · Equal Earth · borderless coastlines), each interior fully native in its correspondent's language and palette, dispatches fed from real posts. Kintsugi spirit — the gold is where the light enters.
Version: 3.0.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: houseof7-v3
*/

/* Templates in this theme are intentionally self-styled: the chart and each
   correspondent interior carry their own scoped CSS so every room keeps its
   own soul. This file holds only the theme header and minimal shared base. */

:root{
  --h7-gold:#A8801F;
  --h7-gold-bright:#C29A3C;
  --h7-ink:#3E2C16;
  --h7-parchment:#ECDCB6;
  --h7-hearth-navy:#141A2C;
}

/* Screen-reader helper used across templates */
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);word-wrap:normal!important}

/* WordPress core alignment classes (post content) */
.alignleft{float:left;margin:.4rem 1.4rem 1rem 0}
.alignright{float:right;margin:.4rem 0 1rem 1.4rem}
.aligncenter{display:block;margin:1.4rem auto}
img{max-width:100%;height:auto}
.wp-caption{max-width:100%}
.wp-caption-text{font-size:.85rem;opacity:.7;margin-top:.4rem}
