/*
Theme Name:  Tir yr Enaid
Theme URI:   https://tiryrenaid.co.uk
Description: A quiet wellness theme for Tir yr Enaid — Reiki and nutritional therapy in north Wales. Ethereal misty pastels, Cormorant Garamond display type, generous whitespace.
Author:      Tir yr Enaid
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tir-yr-enaid
Tags:        wellness, minimal, custom-menu, featured-images, blog
*/

/* ── Palette defaults: Moss & Oat ──────────────────────────────────────── */

body {
  --bg:           #f1ede4;
  --cloud:        #e8e2d4;
  --ink:          #2c2a23;
  --moss:         #3a4a3a;
  --brown:        #8a6f4e;
  --sand:         #c9b89a;
  --rule:         rgba(58, 74, 58, 0.16);
  --font-display: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
  --font-body:    'Manrope', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
}

/* ── Reset ─────────────────────────────────────────────────────────────── */

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0.005em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; display: block; }

a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}
a:hover { opacity: 0.7; }

button { font: inherit; color: inherit; cursor: pointer; }

::selection { background: var(--moss); color: var(--bg); }

/* ── Type ──────────────────────────────────────────────────────────────── */

.display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.012em;
  color: var(--moss);
}
.display.italic { font-style: italic; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brown);
}

.welsh {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--moss);
  letter-spacing: -0.005em;
}

.lede {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.42;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.small-meta {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brown);
  font-weight: 500;
}

/* ── Layout helpers ────────────────────────────────────────────────────── */

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 700px) {
  .container { padding: 0 22px; }
}

.section { padding: clamp(72px, 9vw, 140px) 0; }
.section-tight { padding: clamp(48px, 6vw, 88px) 0; }

.rule {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--rule);
  border: 0;
}

/* ── Navigation ────────────────────────────────────────────────────────── */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in oklab, var(--bg) 86%, transparent);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid var(--rule);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 40px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .nav-inner { padding: 18px 22px; }
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 12px;
  text-decoration: none;
}
.brand:hover { opacity: 1; }
.brand-mark {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: var(--moss);
  line-height: 1;
  white-space: nowrap;
}
.brand-tag {
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brown);
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1100px) { .brand-tag { display: none; } }

/* WordPress nav_menu output: ul.nav-menu > li > a */
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links .nav-menu {
  display: flex;
  gap: 28px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.nav-links .nav-menu li { list-style: none; }
.nav-links .nav-menu li a {
  position: relative;
  color: var(--ink);
  padding: 4px 0;
}
.nav-links .nav-menu .current-menu-item > a::after,
.nav-links .nav-menu .current_page_item > a::after,
.nav-links .nav-menu .current-menu-ancestor > a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--moss);
}
.nav-cta {
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 10px 18px;
  border: 1px solid var(--moss);
  border-radius: 999px;
  background: transparent;
  color: var(--moss);
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}
.nav-cta:hover { background: var(--moss); color: var(--bg); opacity: 1; }
@media (max-width: 760px) {
  .nav-links { gap: 18px; }
  .nav-links .nav-menu li { display: none; }
}

/* ── Hero — shared ─────────────────────────────────────────────────────── */

.hero {
  position: relative;
  overflow: hidden;
}

/* hero variant A — full-bleed misted image, centered title */
.hero-a {
  min-height: clamp(620px, 88vh, 880px);
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--cloud);
}
.hero-a .scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 50% 65%, transparent, color-mix(in oklab, var(--bg) 70%, transparent) 80%),
    linear-gradient(180deg, color-mix(in oklab, var(--bg) 35%, transparent), color-mix(in oklab, var(--bg) 0%, transparent) 40%, color-mix(in oklab, var(--bg) 50%, transparent));
  z-index: 2;
}
.hero-a .ph,
.hero-a .hero-image {
  position: absolute; inset: 0; z-index: 1;
}
.hero-a .hero-image {
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-a .hero-text {
  position: relative; z-index: 3;
  padding: 0 40px;
  max-width: 1000px;
}
.hero-a h1 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(58px, 9vw, 132px);
  line-height: 0.96;
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--moss);
}
.hero-a h1 .ampline {
  display: block;
  font-style: normal;
  font-size: 0.74em;
  letter-spacing: -0.01em;
  color: color-mix(in oklab, var(--moss) 85%, var(--brown));
}
.hero-a .hero-lede {
  margin: 28px auto 0;
  max-width: 540px;
  font-size: 17px;
  line-height: 1.6;
  color: color-mix(in oklab, var(--ink) 88%, transparent);
}
.hero-a .welsh-eyebrow {
  margin-bottom: 26px;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brown);
}

/* ── Buttons ───────────────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 999px;
  border: 1px solid currentColor;
  background: transparent;
  color: var(--moss);
  white-space: nowrap;
  transition: all .25s ease;
}
.btn.primary {
  background: var(--moss);
  color: var(--bg);
  border-color: var(--moss);
}
.btn.primary:hover { background: color-mix(in oklab, var(--moss) 86%, black); opacity: 1; }
.btn.ghost:hover { background: color-mix(in oklab, var(--moss) 8%, transparent); opacity: 1; }
.btn .arr { display: inline-block; transition: transform .25s ease; }
.btn:hover .arr { transform: translateX(3px); }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* ── Placeholder photo plate ───────────────────────────────────────────── */

.ph {
  position: relative;
  background:
    repeating-linear-gradient(
      45deg,
      color-mix(in oklab, var(--sand) 70%, var(--bg)) 0 8px,
      color-mix(in oklab, var(--sand) 60%, var(--bg)) 8px 16px
    );
  overflow: hidden;
  border-radius: 2px;
}
.ph::after {
  content: attr(data-label);
  position: absolute;
  inset: auto 14px 14px auto;
  font-family: ui-monospace, "JetBrains Mono", Menlo, monospace;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--moss) 80%, transparent);
  background: color-mix(in oklab, var(--bg) 70%, transparent);
  padding: 4px 8px;
  border-radius: 2px;
  backdrop-filter: blur(2px);
}
.ph.misted::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(80% 60% at 30% 40%, color-mix(in oklab, var(--bg) 30%, transparent), transparent 70%),
    linear-gradient(180deg, color-mix(in oklab, var(--bg) 18%, transparent), transparent 30%, color-mix(in oklab, var(--bg) 26%, transparent));
}
.ph.r-square    { aspect-ratio: 1 / 1; }
.ph.r-portrait  { aspect-ratio: 3 / 4; }
.ph.r-landscape { aspect-ratio: 4 / 3; }
.ph.r-wide      { aspect-ratio: 16 / 9; }
.ph.r-tall      { aspect-ratio: 2 / 3; }

/* ── Sections — common ─────────────────────────────────────────────────── */

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: start;
  margin-bottom: clamp(48px, 6vw, 80px);
}
@media (max-width: 800px) {
  .section-head { grid-template-columns: 1fr; gap: 18px; }
}

/*
 * Content that should line up under a .section-head's heading rather than
 * starting at the container edge. Mirrors that grid and drops its children
 * into the second column, which runs to the right edge of the container.
 */
.offset-body,
.about-prose {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 0 clamp(32px, 6vw, 96px);
}
.offset-body > *,
.about-prose > * { grid-column: 2; }
@media (max-width: 800px) {
  .offset-body,
  .about-prose { grid-template-columns: 1fr; }
  .offset-body > *,
  .about-prose > * { grid-column: 1; }
}
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 1.04;
  margin: 0;
  letter-spacing: -0.015em;
  color: var(--moss);
}
.section-head h2 em { font-style: italic; }
.section-head .section-eyebrow {
  position: sticky;
  top: 100px;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brown);
  font-weight: 500;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
.section-head .meta {
  font-size: 16px;
  line-height: 1.6;
  color: color-mix(in oklab, var(--ink) 86%, transparent);
  max-width: 56ch;
  margin-top: 28px;
}

/*
 * Tighter head-to-body gap. The default margin gives a display h2 room to
 * breathe, but where the head already ends in a .meta paragraph and the body
 * below is more prose, that much air between two runs of text reads as a hole.
 */
.section-head.tight-gap { margin-bottom: clamp(28px, 3vw, 44px); }

/* ── Intro block ───────────────────────────────────────────────────────── */

.intro {
  display: grid;
  /* Matches .section-head and .offset-body so every section shares one
     left-hand column width across the site. */
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: start;
}
@media (max-width: 800px) { .intro { grid-template-columns: 1fr; } }
.intro .left { padding-top: 18px; }
.intro .left .welsh-large {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.1;
  color: var(--moss);
  margin: 0 0 14px;
}
.intro .right p {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0 0 22px;
}
.intro .right p:last-child { margin-bottom: 0; }
.intro .right p em { font-style: italic; color: var(--moss); }
.intro .right p.body-text {
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.7;
  color: color-mix(in oklab, var(--ink) 80%, transparent);
}

/* ── Services teaser ───────────────────────────────────────────────────── */

.svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 36px);
}
@media (max-width: 800px) { .svc-grid { grid-template-columns: 1fr; } }
.svc {
  display: flex;
  flex-direction: column;
  background: color-mix(in oklab, var(--cloud) 88%, var(--bg));
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
  text-decoration: none;
  color: inherit;
}
.svc:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px -28px color-mix(in oklab, var(--moss) 35%, transparent);
  opacity: 1;
}
.svc .ph {
  height: 320px;
  border-radius: 0;
  border-bottom: 1px solid var(--rule);
}
.svc .svc-img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid var(--rule);
}
.svc-body {
  padding: 32px 32px 36px;
  display: flex; flex-direction: column;
  gap: 14px;
}
.svc-body h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 36px;
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.01em;
  color: var(--moss);
}
.svc-body h3 em { font-style: italic; }
.svc-body .welsh-sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--brown);
  margin-top: -8px;
}
.svc-body p {
  font-size: 15.5px;
  line-height: 1.6;
  color: color-mix(in oklab, var(--ink) 84%, transparent);
  margin: 0;
}
.svc-cta {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--moss);
  font-weight: 500;
}
.svc-cta .arr { transition: transform .25s ease; display: inline-block; }
.svc:hover .svc-cta .arr { transform: translateX(4px); }

/* ── Testimonials ──────────────────────────────────────────────────────── */

.tstm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 56px);
}
@media (max-width: 900px) { .tstm { grid-template-columns: 1fr; } }
.tstm blockquote {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.tstm blockquote .q {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.003em;
}
.tstm blockquote .q::before {
  content: "\201C";
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 0;
  display: block;
  color: var(--brown);
  opacity: 0.6;
  margin-bottom: 18px;
}
.tstm blockquote cite {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brown);
  font-weight: 500;
}

/* ── CTA strip ─────────────────────────────────────────────────────────── */

.cta-strip {
  background: var(--moss);
  color: var(--bg);
  padding: clamp(72px, 9vw, 120px) 0;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(120% 80% at 80% 30%, color-mix(in oklab, var(--brown) 50%, var(--moss)), transparent 60%);
  opacity: 0.55;
}
.cta-strip .inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
@media (max-width: 800px) { .cta-strip .inner { grid-template-columns: 1fr; } }
.cta-strip h2 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: 1.04;
  margin: 0;
  color: var(--bg);
  letter-spacing: -0.015em;
}
.cta-strip p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px;
  color: color-mix(in oklab, var(--bg) 80%, transparent);
}
.cta-strip .btn {
  color: var(--bg);
  border-color: color-mix(in oklab, var(--bg) 60%, transparent);
}
.cta-strip .btn:hover { background: var(--bg); color: var(--moss); opacity: 1; }
.cta-strip .btn.primary { background: var(--bg); color: var(--moss); border-color: var(--bg); }
.cta-strip .btn.primary:hover { background: color-mix(in oklab, var(--bg) 88%, var(--moss)); opacity: 1; }

/* ── Footer ────────────────────────────────────────────────────────────── */

.foot {
  border-top: 1px solid var(--rule);
  padding: 72px 0 36px;
  background: color-mix(in oklab, var(--cloud) 60%, var(--bg));
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
.foot h4 {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--brown);
  margin: 0 0 18px;
}
.foot ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
.foot ul li { list-style: none; }
.foot .brand-block .mark {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  color: var(--moss);
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 12px;
}
.foot .brand-block p { font-size: 14.5px; line-height: 1.6; color: color-mix(in oklab, var(--ink) 80%, transparent); max-width: 36ch; margin: 0; }
.foot-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding-top: 28px; border-top: 1px solid var(--rule);
  font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brown);
}
.foot-bottom span { white-space: nowrap; }
.foot-bottom .welsh-sign {
  font-family: var(--font-display);
  font-style: italic;
  text-transform: none;
  letter-spacing: normal;
  font-size: 15px;
}

/* ── About page ────────────────────────────────────────────────────────── */

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(48px, 7vw, 100px);
  align-items: start;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }
.about-portrait {
  height: clamp(420px, 60vw, 620px);
  position: sticky;
  top: 100px;
}
@media (max-width: 900px) { .about-portrait { position: static; height: 480px; } }
.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.about-body h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 0 0 28px;
  color: var(--moss);
}
.about-body h2 em { font-style: italic; }
.about-body p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 22px;
  color: color-mix(in oklab, var(--ink) 90%, transparent);
}
.about-body p.lede {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.45;
  letter-spacing: -0.005em;
  color: var(--moss);
  margin-bottom: 32px;
}
.about-body .pullquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 26px;
  line-height: 1.4;
  color: var(--moss);
  margin: 40px 0;
  padding-left: 28px;
  border-left: 1px solid var(--rule);
}

.credentials {
  margin-top: 48px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px 36px;
  padding-top: 36px;
  border-top: 1px solid var(--rule);
}
@media (max-width: 600px) { .credentials { grid-template-columns: 1fr; } }
.credentials .cred-eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brown);
  font-weight: 500;
  margin-bottom: 6px;
}
.credentials p { margin: 0; font-size: 15px; line-height: 1.5; }

/* Long-form prose is offset (see .offset-body) and held to a readable measure. */
.about-prose > * { max-width: 68ch; }

/* In-flow list, sitting in the prose column rather than breaking out to cards. */
.about-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.about-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.7;
  color: color-mix(in oklab, var(--ink) 90%, transparent);
}
.about-list li:last-child { margin-bottom: 0; }
.about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 12px;
  height: 1px;
  background: var(--brown);
}
.about-list .term {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  color: var(--moss);
  margin-right: 2px;
}

/* ── Reiki page ────────────────────────────────────────────────────────── */

.reiki-hero {
  padding: clamp(72px, 9vw, 120px) 0 clamp(40px, 6vw, 80px);
  text-align: center;
}
.reiki-hero .welsh-eyebrow {
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 22px;
}
.reiki-hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(56px, 8vw, 120px);
  line-height: 0.98;
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--moss);
}
.reiki-hero p {
  margin: 28px auto 0;
  max-width: 600px;
  font-size: 17px; line-height: 1.6;
  color: color-mix(in oklab, var(--ink) 86%, transparent);
}

.what-to-expect {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4vw, 60px);
}
@media (max-width: 900px) { .what-to-expect { grid-template-columns: 1fr; } }
.expect-item .num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 56px;
  line-height: 1;
  color: var(--brown);
  margin-bottom: 18px;
}
.expect-item h4 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--moss);
  letter-spacing: -0.005em;
}
.expect-item p { font-size: 15.5px; line-height: 1.6; color: color-mix(in oklab, var(--ink) 86%, transparent); margin: 0; }

/* Two-up variant, for sections with four items rather than three. */
.what-to-expect.two-up { grid-template-columns: repeat(2, 1fr); }

/*
 * Card variant — gives each item the same chrome as the service cards on the
 * home page. Buttons are pushed to the foot so they line up across the row
 * regardless of how long the description runs.
 *
 * Every card section currently sits on a tinted background, so the cards lift
 * off it with a warm paper tone lighter than --bg, rather than sitting in the
 * cloud family and disappearing into the tint. The border is warmed to sand to
 * match, since the mossy --rule reads cold against it.
 */
.what-to-expect.cards { gap: clamp(20px, 3vw, 36px); }
.what-to-expect.cards .expect-item {
  display: flex;
  flex-direction: column;
  background: color-mix(in oklab, var(--bg) 55%, #fff);
  border: 1px solid color-mix(in oklab, var(--sand) 60%, transparent);
  border-radius: 4px;
  padding: 32px 32px 36px;
}
.what-to-expect.cards .expect-item h4 { margin-bottom: 12px; }
.what-to-expect.cards .expect-item .btn-row {
  margin-top: auto;
  padding-top: 26px;
}

/* Benefit list — short parallel statements, divided by rules rather than numbered. */
.reiki-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 40px);
}
@media (max-width: 800px) { .reiki-benefits { grid-template-columns: 1fr; } }
.reiki-benefits li {
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  font-size: 16.5px;
  line-height: 1.6;
  color: color-mix(in oklab, var(--ink) 86%, transparent);
}

/* Closing question + button, above the CTA strip. */
.reiki-closing {
  margin-top: clamp(48px, 6vw, 80px);
  padding-top: clamp(32px, 4vw, 48px);
  border-top: 1px solid var(--rule);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.reiki-closing p {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.2;
  color: var(--moss);
  margin: 0;
}

/* ── Journal ───────────────────────────────────────────────────────────── */

.journal-hero {
  padding: clamp(72px, 9vw, 120px) 0 clamp(40px, 5vw, 64px);
}
.journal-hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(56px, 7vw, 104px);
  line-height: 1.0;
  margin: 0;
  letter-spacing: -0.018em;
  color: var(--moss);
}
.journal-hero h1 em { font-style: italic; }
.journal-hero .lede-text {
  margin-top: 28px;
  max-width: 640px;
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.4;
  color: color-mix(in oklab, var(--ink) 86%, transparent);
}

.journal-feature {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: end;
  padding: clamp(40px, 5vw, 64px) 0 clamp(56px, 7vw, 96px);
  border-bottom: 1px solid var(--rule);
}
@media (max-width: 900px) { .journal-feature { grid-template-columns: 1fr; } }
.journal-feature .ph { height: clamp(360px, 44vw, 520px); }
.journal-feature .feat-img {
  height: clamp(360px, 44vw, 520px);
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.journal-feature .feat-meta { display: flex; flex-direction: column; gap: 18px; padding-bottom: 18px; }
.journal-feature h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.015em;
  color: var(--moss);
}
.journal-feature h2 em { font-style: italic; }
.journal-feature p {
  font-size: 16px; line-height: 1.6; margin: 0;
  color: color-mix(in oklab, var(--ink) 86%, transparent);
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 48px);
  padding: clamp(48px, 6vw, 80px) 0;
}
@media (max-width: 900px) { .journal-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .journal-grid { grid-template-columns: 1fr; } }

.j-card { display: flex; flex-direction: column; gap: 18px; }
.j-card .ph { height: 260px; }
.j-card .j-card-img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.j-card .j-meta {
  display: flex; gap: 16px; align-items: center;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--brown); font-weight: 500;
}
.j-card .j-meta .dot { width: 4px; height: 4px; background: var(--brown); border-radius: 50%; opacity: 0.4; }
.j-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.005em;
  color: var(--moss);
}
.j-card h3 em { font-style: italic; }
.j-card p {
  font-size: 15px; line-height: 1.55; margin: 0;
  color: color-mix(in oklab, var(--ink) 80%, transparent);
}
.j-card a { text-decoration: none; color: inherit; }
.j-card a:hover { opacity: 1; }
.j-card a:hover h3 { color: color-mix(in oklab, var(--moss) 80%, var(--brown)); }

/* Newsletter signup in cta-strip */
.newsletter-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.newsletter-form input[type="email"] {
  flex: 1 1 240px;
  background: color-mix(in oklab, var(--bg) 14%, transparent);
  border: 1px solid color-mix(in oklab, var(--bg) 40%, transparent);
  color: var(--bg);
  padding: 14px 18px;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  outline: none;
}
.newsletter-form input[type="email"]::placeholder { color: color-mix(in oklab, var(--bg) 60%, transparent); }
.newsletter-form input[type="email"]:focus { border-color: color-mix(in oklab, var(--bg) 70%, transparent); }

/* ── Contact page ──────────────────────────────────────────────────────── */

/*
 * Honeypot wrapper. Taken out of the visual flow without display:none or
 * visibility:hidden, both of which bots know to skip.
 */
.tye-hp {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.contact-hero {
  padding: clamp(80px, 10vw, 140px) 0 clamp(48px, 5vw, 64px);
}
.contact-hero .eyebrow { margin-bottom: 18px; }
.contact-hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(56px, 8vw, 124px);
  line-height: 0.98;
  margin: 0 0 28px;
  letter-spacing: -0.02em;
  color: var(--moss);
}
.contact-hero h1 em { font-style: italic; }
.contact-hero p {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.4;
  max-width: 700px;
  color: var(--ink);
  margin: 0;
}

.contact-grid {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  padding: clamp(48px, 6vw, 80px) 0 clamp(80px, 10vw, 140px);
  border-top: 1px solid var(--rule);
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.tye-form {
  display: flex; flex-direction: column; gap: 22px;
}
.tye-form .field { display: flex; flex-direction: column; gap: 8px; }
.tye-form label {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 500; color: var(--brown);
}
.tye-form input,
.tye-form select,
.tye-form textarea {
  font: inherit;
  font-size: 16px;
  padding: 12px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
  outline: none;
  border-radius: 0;
  transition: border-color .2s ease;
  width: 100%;
}
.tye-form input:focus,
.tye-form select:focus,
.tye-form textarea:focus { border-bottom-color: var(--moss); }
.tye-form textarea { min-height: 110px; resize: vertical; line-height: 1.55; }
.tye-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 600px) { .tye-form .form-row { grid-template-columns: 1fr; } }
.tye-form .submit-row { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; }
@media (max-width: 600px) { .tye-form .submit-row { flex-direction: column; align-items: stretch; gap: 14px; } }
.tye-form .submit-row small { font-size: 12px; color: color-mix(in oklab, var(--ink) 60%, transparent); }
.form-notice {
  padding: 32px;
  text-align: center;
  border-radius: 4px;
}
.form-notice.success {
  background: color-mix(in oklab, var(--cloud) 80%, var(--bg));
  border: 1px solid var(--rule);
}
.form-notice.error {
  background: color-mix(in oklab, #f1ede4 80%, #8a0000);
  border: 1px solid rgba(138,0,0,0.15);
}
.form-notice .welsh-thanks { font-family: var(--font-display); font-style: italic; font-size: 36px; display: block; color: var(--moss); margin-bottom: 8px; }
.form-notice p { margin: 0; color: var(--ink); }

.aside-info {
  display: flex; flex-direction: column; gap: 26px;
  padding: 32px;
  background: color-mix(in oklab, var(--cloud) 60%, var(--bg));
  border: 1px solid var(--rule);
  border-radius: 4px;
}
.aside-info h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--moss);
}
.aside-info h3 em { font-style: italic; }
.aside-info .info-block { display: flex; flex-direction: column; gap: 4px; }
.aside-info .info-label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brown); font-weight: 500; }
.aside-info .info-value { font-size: 15px; line-height: 1.5; color: var(--ink); }
.aside-info .info-value em { font-style: italic; }

/* ── Single post ───────────────────────────────────────────────────────── */

.post-hero {
  padding: clamp(72px, 9vw, 120px) 0 clamp(40px, 5vw, 64px);
}
.post-hero .eyebrow { margin-bottom: 18px; }
.post-hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.018em;
  color: var(--moss);
}
.post-hero h1 em { font-style: italic; }
.post-hero .post-lede {
  margin-top: 24px;
  max-width: 640px;
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.4;
  color: var(--ink);
}
.post-image {
  width: 100%;
  height: clamp(300px, 40vw, 560px);
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: clamp(48px, 6vw, 80px);
}
.post-image-ph {
  height: clamp(300px, 40vw, 560px);
  margin-bottom: clamp(48px, 6vw, 80px);
}
.post-content {
  max-width: 68ch;
}
.post-content p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 26px;
  color: color-mix(in oklab, var(--ink) 92%, transparent);
}
.post-content h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  margin: 52px 0 18px;
  color: var(--moss);
  letter-spacing: -0.01em;
}
.post-content h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
  margin: 40px 0 14px;
  color: var(--moss);
}
.post-content blockquote {
  margin: 40px 0;
  padding-left: 24px;
  border-left: 1px solid var(--rule);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.45;
  color: var(--moss);
}
.post-content ul, .post-content ol {
  margin: 0 0 26px;
  padding-left: 24px;
  font-size: 17px;
  line-height: 1.75;
  color: color-mix(in oklab, var(--ink) 90%, transparent);
}
.post-content li { margin-bottom: 8px; }
.post-content a { color: var(--moss); text-decoration: underline; text-underline-offset: 3px; }
.post-nav {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(48px, 6vw, 80px) 0;
  border-top: 1px solid var(--rule);
}
.post-nav a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 48%;
}
.post-nav .nav-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brown);
  font-weight: 500;
}
.post-nav .nav-title {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.2;
  color: var(--moss);
}
.post-nav .next { text-align: right; margin-left: auto; }

/* ── Page fade-in ──────────────────────────────────────────────────────── */

main {
  animation: pageIn 0.55s cubic-bezier(0.2, 0.6, 0.2, 1) both;
}
@keyframes pageIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── WordPress admin bar ───────────────────────────────────────────────── */

.admin-bar .nav {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .nav {
    top: 46px;
  }
}

/* ── WordPress alignment helpers ───────────────────────────────────────── */

.alignleft  { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.aligncenter { display: block; margin: 0 auto 16px; }

/* ── Block alignment — wide & full ──────────────────────────────────────── */

/*
 * .post-content is capped at 68ch and sits flush with the left edge of
 * .container's content box, so "wide" only needs a width, while "full" breaks
 * out with symmetric negative margins. Widths are kept in step with
 * theme.json's layout.wideSize (1160px = .container's 1240px less its padding).
 */

.post-content > .alignwide {
  width: min(1160px, calc(100vw - 80px));
  max-width: none;
}

.post-content > .alignfull {
  width: auto;
  max-width: none;
  margin-left:  calc(-1 * max(40px, (100vw - 1160px) / 2));
  margin-right: calc(-1 * max(40px, (100vw - 1160px) / 2));
}

@media (max-width: 700px) {
  .post-content > .alignwide {
    width: calc(100vw - 44px);
  }
  .post-content > .alignfull {
    margin-left:  -22px;
    margin-right: -22px;
  }
}
