/* Embodied Healing Counseling - brand styles v3
   Palette: Navy #18339D | Blue #98d7ff | Sea #cdfbff | Pearl #FFF9EE | Sage #97b46f
   Headings: Voguelicious (self hosted) | Body: Syne (Google Fonts)
   v3 rules: every image file appears exactly once across the whole site
   (the header sun logo is the one exception, as the site brand mark).
   Decorative repetition is done in CSS only: gold ray suns, washes, hairlines. */

@font-face { font-family: 'Voguelicious'; src: url('../fonts/Voguelicious-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Voguelicious'; src: url('../fonts/Voguelicious-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Voguelicious'; src: url('../fonts/Voguelicious-Italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }

:root {
  --navy: #18339D; --blue: #98d7ff; --sea: #cdfbff; --pearl: #FFF9EE; --sage: #97b46f;
  --gold: #c9a45c; --honey: #b8923f; --honeylight: #e6c98a; --ink: #22306b;
  --heading: 'Voguelicious', Georgia, serif;
  --body: 'Syne', 'Helvetica Neue', Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--pearl); line-height: 1.8; font-size: 1.05rem; overflow-x: hidden; }

h1, h2, h3 { font-family: var(--heading); color: var(--navy); font-weight: 400; line-height: 1.12; }
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); margin-bottom: 1.2rem; letter-spacing: .5px; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); margin-bottom: 1.1rem; }
h3 { font-size: 1.3rem; margin-bottom: .5rem; }
h1 em, h2 em { font-style: italic; }
p { margin-bottom: 1.15rem; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); }

.eyebrow {
  font-family: var(--body); font-size: .78rem; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase; color: var(--honey);
  margin-bottom: 1.2rem; display: block;
}
.eyebrow.on-dark { color: var(--honeylight); }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; position: relative; }
.narrow { max-width: 640px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,249,238,.94); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(24,51,157,.1); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 13px 26px; max-width: 1280px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 32px; height: 32px; }
.brand span { font-family: var(--heading); font-size: 1.12rem; color: var(--navy); letter-spacing: .6px; }
.nav-toggle { display: none; }
.nav-toggle-label { display: none; cursor: pointer; font-size: 1.7rem; color: var(--navy); line-height: 1; }
nav.main-nav ul { display: flex; gap: 24px; list-style: none; align-items: center; }
nav.main-nav a { text-decoration: none; font-size: .93rem; color: var(--ink); }
nav.main-nav a:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 6px; }
nav.main-nav a.nav-cta { background: var(--navy); color: var(--pearl); padding: 9px 20px; border-radius: 100px; font-weight: 700; }
nav.main-nav a.nav-cta:hover { background: #12277a; text-decoration: none; }
@media (max-width: 940px) {
  .nav-toggle-label { display: block; }
  nav.main-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--pearl); display: none; border-bottom: 1px solid rgba(24,51,157,.15); }
  .nav-toggle:checked ~ nav.main-nav { display: block; }
  nav.main-nav ul { flex-direction: column; gap: 0; padding: 12px 0; }
  nav.main-nav li { width: 100%; text-align: center; }
  nav.main-nav a { display: block; padding: 13px; font-size: 1.05rem; }
  nav.main-nav a.nav-cta { margin: 10px 48px; }
}

/* ---------- Buttons ---------- */
.btn { display: inline-block; background: linear-gradient(135deg, var(--honeylight), var(--gold)); color: #16308f; padding: 14px 34px; border-radius: 100px; text-decoration: none; font-weight: 700; font-size: 1rem; letter-spacing: .3px; box-shadow: 0 8px 20px rgba(201,164,92,.35); transition: transform .15s ease, filter .15s ease; }
.btn:hover { filter: brightness(1.05); transform: translateY(-2px); }
.btn.ghost { background: transparent; color: var(--navy); border: 2px solid var(--navy); box-shadow: none; }
.btn.ghost:hover { background: rgba(24,51,157,.06); }
.text-link { font-weight: 700; text-underline-offset: 5px; }

/* ---------- Hero: asymmetric split, photo bleeding right ---------- */
.hero-split { position: relative; padding: 40px 0 0; }
.hero-grid { display: grid; grid-template-columns: 6.5fr 5.5fr; gap: 40px; align-items: center; max-width: 1280px; margin: 0 auto; padding: 0 0 0 26px; }
.hero-copy { padding: 46px 0 56px; position: relative; z-index: 2; max-width: 560px; }
.hero-copy .lede { font-size: 1.14rem; max-width: 540px; margin-bottom: 1.8rem; }
.hero-copy .fineprint { font-size: .88rem; opacity: .75; margin-top: 16px; }
.hero-photo { position: relative; align-self: stretch; min-height: 480px; }
.hero-photo img.main { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 240px 0 0 12px; }
.hero-sun-accent { position: absolute; width: 150px; top: 10px; left: -22px; opacity: .9; z-index: 1; pointer-events: none; }
.hero-band { height: 110px; background-position: center; background-size: cover; opacity: .55; margin-top: -1px; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; padding: 0 24px; gap: 0; }
  .hero-copy { padding: 44px 0 30px; }
  .hero-photo { min-height: 420px; margin: 0 -24px 0 30px; }
  .hero-photo img.main { border-radius: 160px 0 0 0; }
}

/* ---------- Section rhythm ---------- */
section { position: relative; }
.pad-roomy { padding: 46px 0; }
.pad-mid { padding: 36px 0; }
.pad-tight { padding: 28px 0; }
.bg-sea { background: linear-gradient(rgba(255,249,238,.87), rgba(255,249,238,.84)), url('../img/marble-w12.jpg') center/cover; }
.bg-blue-wash { background: linear-gradient(rgba(255,249,238,.86), rgba(255,249,238,.82)), url('../img/marble-soft.jpg') center/cover; }
.bg-sky-wash { background: linear-gradient(rgba(255,249,238,.88), rgba(255,249,238,.85)), url('../img/sea-glass.jpg') center/cover; }

/* Per-page texture section: pass the image inline, pearl veil keeps text readable.
   Each texture image is used on exactly one page. */
.texture { background-size: cover; background-position: center; }
.texture .veil { background: rgba(255,249,238,.87); padding: 44px 0; }
.texture.deep .veil { background: linear-gradient(rgba(24,51,157,.88), rgba(24,51,157,.84)); color: var(--pearl); }

/* Full-width breathing band: image + soft color scrim for cohesion */
.photo-band { height: 260px; background-size: cover; background-position: center; position: relative; }
.photo-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,249,238,.22), rgba(24,51,157,.14)); }
.photo-band.short { height: 170px; }
@media (max-width: 700px) { .photo-band { height: 200px; } .photo-band.short { height: 130px; } }

/* raster sun accents: absolutely positioned, each file used once site-wide */
.sun-accent { position: absolute; pointer-events: none; opacity: .95; image-rendering: auto; }
.sun-sm { width: 92px; } .sun-md { width: 140px; } .sun-lg { width: 200px; opacity: .6; }

/* CSS-only gold sun: repeatable decoration with no image file */
.css-sun { position: absolute; width: 120px; height: 120px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(201,164,92,.75) 0 26%, transparent 27%),
    repeating-conic-gradient(rgba(201,164,92,.65) 0deg 1.6deg, transparent 1.6deg 12deg);
  -webkit-mask: radial-gradient(circle, #000 0 68%, transparent 70%); mask: radial-gradient(circle, #000 0 68%, transparent 70%);
  opacity: .5; }
.css-sun.small { width: 70px; height: 70px; }
.gold-rule { border: none; height: 2px; width: 84px; background: linear-gradient(90deg, var(--gold), rgba(201,164,92,.2)); margin: 0 0 1.6rem; }

/* ---------- Offset split (photo + text, asymmetric) ---------- */
.offset-split { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: center; }
.offset-split.flip { grid-template-columns: 7fr 5fr; }
.offset-split figure { position: relative; }
.offset-split figure img { border-radius: 0 170px 0 14px; box-shadow: 0 18px 44px rgba(24,51,157,.16); }
.offset-split.flip figure img { border-radius: 170px 0 14px 0; }
.offset-split figure .sun-accent { bottom: -34px; right: -26px; }
.offset-split figure .css-sun { bottom: -40px; right: -34px; }
.pull-up { margin-top: -56px; }
.pull-down { margin-bottom: -56px; z-index: 3; position: relative; }
@media (max-width: 860px) {
  .offset-split, .offset-split.flip { grid-template-columns: 1fr; gap: 34px; }
  .pull-up { margin-top: -46px; } .pull-down { margin-bottom: -46px; }
}

/* ---------- Statement band (huge italic line, CSS navy, no image) ---------- */
.statement { padding: 48px 0; background: linear-gradient(rgba(24,51,157,.88), rgba(24,51,157,.84)), url('../img/marble-blue.jpg') center/cover;
  color: var(--pearl); }
.statement p.big { font-family: var(--heading); font-style: italic; font-size: clamp(1.6rem, 3.4vw, 2.7rem); line-height: 1.3; color: var(--pearl); max-width: 880px; margin: 0; }
.statement .attribution { margin-top: 1.4rem; font-size: .9rem; letter-spacing: .18em; text-transform: uppercase; color: var(--blue); }

/* ---------- Answer-first blocks (AEO) ---------- */
.answer { font-size: 1.08rem; border-left: 3px solid var(--gold); padding-left: 18px; margin-bottom: 1.3rem; background: linear-gradient(90deg, rgba(230,201,138,.14), transparent 70%); padding-top: 8px; padding-bottom: 8px; }

/* ---------- Sun bullet list: CSS gold ray dot, no image ---------- */
ul.sun-list { list-style: none; margin: 1.2rem 0 1.4rem; }
ul.sun-list li { padding-left: 38px; position: relative; margin-bottom: .9rem; }
ul.sun-list li::before { content: ""; position: absolute; left: 0; top: .3em; width: 20px; height: 20px; border-radius: 50%;
  background: radial-gradient(circle, var(--gold) 0 30%, transparent 32%),
    repeating-conic-gradient(var(--gold) 0deg 8deg, transparent 8deg 45deg); opacity: .85; }

/* ---------- Staggered persona blocks ---------- */
.persona { max-width: 640px; margin-bottom: 3rem; }
.persona:nth-of-type(even) { margin-left: auto; text-align: left; }
.persona h3 { font-size: 1.45rem; }
.persona .kicker { color: var(--sage); font-weight: 700; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; }

/* ---------- Service editorial rows ---------- */
.service-row { display: grid; grid-template-columns: 88px 1fr; gap: 28px; padding: 28px 0; border-top: 1px solid rgba(201,164,92,.45); align-items: start; }
.service-row:last-of-type { border-bottom: 1px solid rgba(24,51,157,.16); }
.service-row .index { font-family: var(--heading); font-style: italic; font-size: 2.2rem; color: var(--gold); line-height: 1; padding-top: .3rem; }
@media (max-width: 640px) { .service-row { grid-template-columns: 1fr; gap: 8px; } }

/* ---------- Ruled definition rows ---------- */
.rule-rows { margin-top: 2rem; }
.rule-row { display: grid; grid-template-columns: 240px 1fr; gap: 28px; padding: 22px 0; border-top: 1px solid rgba(24,51,157,.18); }
.rule-row:last-child { border-bottom: 1px solid rgba(24,51,157,.18); }
.rule-row dt { font-family: var(--heading); font-size: 1.35rem; color: var(--navy); }
.rule-row dd { margin: 0; }
@media (max-width: 640px) { .rule-row { grid-template-columns: 1fr; gap: 4px; } }

/* ---------- FAQ ---------- */
.faq details { border-top: 1px solid rgba(24,51,157,.16); padding: 20px 4px; }
.faq details:last-of-type { border-bottom: 1px solid rgba(24,51,157,.16); }
.faq summary { font-family: var(--heading); font-size: 1.2rem; color: var(--navy); cursor: pointer; list-style: none; position: relative; padding-right: 40px; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 0; font-family: var(--body); color: var(--honey); font-weight: 700; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin: 14px 0 0; max-width: 640px; }

/* ---------- Blog editorial list ---------- */
.post-list { margin-top: 1.6rem; }
.post-item { display: block; text-decoration: none; padding: 22px 4px; border-top: 1px solid rgba(24,51,157,.16); transition: background .15s; }
.post-item:last-of-type { border-bottom: 1px solid rgba(24,51,157,.16); }
.post-item:hover { background: rgba(205,251,255,.35); }
.post-item h3 { font-size: 1.5rem; margin-bottom: .35rem; }
.post-item p { margin: 0; color: var(--ink); max-width: 700px; }
.post-item .read { font-weight: 700; color: var(--navy); font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; }
.post-meta { font-size: .87rem; opacity: .65; margin-bottom: 1.6rem; }

/* ---------- Prose ---------- */
.prose h2 { margin-top: 2.6rem; }
.prose ul { margin: 0 0 1.15rem 1.4rem; }
.prose li { margin-bottom: .5rem; }
blockquote { border-left: 4px solid var(--sage); padding-left: 18px; font-style: italic; margin: 1.4rem 0; }

/* ---------- CTA band (CSS navy, no image) ---------- */
.cta-band { padding: 48px 0; background: linear-gradient(rgba(24,51,157,.9), rgba(22,48,143,.86)), url('../img/marble-royal.jpg') center/cover;
  color: var(--pearl); }
.cta-band h2 { color: var(--pearl); }
.cta-band .btn { background: linear-gradient(135deg, var(--honeylight), var(--gold)); color: #16308f; }
.cta-band .btn:hover { filter: brightness(1.06); }
.cta-band a { color: var(--sea); }
.cta-band .wrap { max-width: 820px; }
.cta-band .css-sun { top: -50px; right: 6vw; opacity: .8; }

/* ---------- City pages ---------- */
.city-hero { padding: 44px 0 38px;
  background: linear-gradient(rgba(255,249,238,.88), rgba(255,249,238,.84)), url('../img/sea-turquoise.jpg') center/cover; }
.city-hero h1 { max-width: 860px; }
.city-facts { display: flex; flex-wrap: wrap; gap: 10px 26px; font-size: .9rem; margin-top: 1.2rem; opacity: .85; }
.city-facts span { padding-left: 20px; position: relative; }
.city-facts span::before { content: ""; position: absolute; left: 0; top: .42em; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); opacity: .8; }

/* ---------- Footer ---------- */
footer { background: var(--navy); color: rgba(255,249,238,.92); padding: 54px 0 32px; font-size: .93rem; }
footer .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
footer .foot-left .foot-sun { width: 46px; height: 46px; border-radius: 50%; margin-bottom: 14px;
  background: radial-gradient(circle, rgba(201,164,92,.95) 0 30%, transparent 32%),
    repeating-conic-gradient(rgba(201,164,92,.85) 0deg 3deg, transparent 3deg 16deg);
  -webkit-mask: radial-gradient(circle, #000 0 70%, transparent 72%); mask: radial-gradient(circle, #000 0 70%, transparent 72%); }
footer a { color: var(--sea); }
footer .footer-nav { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 16px; }
footer .footer-nav a { text-decoration: none; }
footer .footer-nav a:hover { text-decoration: underline; }
footer .cities-nav { font-size: .85rem; opacity: .9; line-height: 2; }
footer .cities-nav a { text-decoration: none; }
footer .cities-nav a:hover { text-decoration: underline; }
footer .crisis { font-size: .84rem; opacity: .78; margin-top: 20px; }
footer .supervision { margin-top: 4px; }
@media (max-width: 760px) { footer .wrap { grid-template-columns: 1fr; } }

/* ---------- Blog flank (home): list beside a slim nature figure ---------- */
.blog-flank { display: grid; grid-template-columns: 8fr 3fr; gap: 56px; align-items: start; }
.blog-flank .flank-fig { position: relative; margin-top: 1.6rem; }
.blog-flank .flank-fig > img:first-child { border-radius: 130px 130px 14px 14px; box-shadow: 0 14px 34px rgba(24,51,157,.16); }
@media (max-width: 860px) { .blog-flank { grid-template-columns: 1fr; } .blog-flank .flank-fig { max-width: 260px; } }

/* ---------- City page portrait figure ---------- */
.city-fig { float: right; width: 245px; margin: 0 0 18px 30px; position: relative; shape-outside: margin-box; }
.city-fig > img:first-child { border-radius: 120px 120px 14px 14px; box-shadow: 0 14px 32px rgba(24,51,157,.18); }
@media (max-width: 640px) { .city-fig { float: none; margin: 0 auto 24px; } }

/* ---------- v4 design corrections ---------- */
@media (min-width: 900px) {
  .photo-band, .hero-band { background-attachment: fixed; }
}
.texture .veil { backdrop-filter: none; }
.gold-divider { border: none; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,164,92,.6), transparent); margin: 0; }
mark { background: linear-gradient(180deg, transparent 55%, rgba(230,201,138,.55) 55%); color: inherit; padding: 0 2px; }
.byline-fig { display: flex; align-items: center; gap: 14px; margin-bottom: 1.2rem; }
.byline-fig img { width: 58px; height: 58px; object-fit: cover; border-radius: 50%; border: 2px solid var(--honeylight); }
.byline-fig p { margin: 0; }
