/*
Theme Name: A Space for Her Healing
Theme URI: https://spaceforherhealing.com
Author: Blackwell Web Works
Author URI: https://blackwellwebworks.com
Description: A warm, editorial wellness theme for A Space for Her Healing, with a full-width video hero, editable homepage content, Square booking links, and responsive layouts.
Version: 1.5.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: a-space-for-her-healing
*/

:root {
  --ivory: #fbf5ed;
  --cream: #f1e2d2;
  --plum: #4d3128;
  --plum-deep: #34221c;
  --sage: #bd7e59;
  --sage-light: #e7c9aa;
  --gold: #d59b5b;
  --clay: #9f5f3c;
  --ink: #3c2b25;
  --white: #fffaf4;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ivory);
  color: var(--ink);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: var(--white);
  background: var(--plum-deep);
}

.site-header {
  z-index: 20;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: rgba(255, 250, 244, 0.96);
  border-bottom: 1px solid rgba(159, 95, 60, 0.24);
  grid-template-columns: minmax(200px, 1fr) auto minmax(105px, 1fr);
  align-items: center;
  gap: 22px;
  padding: 7px clamp(24px, 5vw, 76px);
  display: grid;
  position: sticky;
  top: 0;
}

.admin-bar .site-header {
  top: 32px;
}

.brand {
  justify-self: start;
  align-items: center;
  gap: 12px;
  display: flex;
}

.brand img {
  filter: saturate(1.35) contrast(1.3) brightness(0.84);
  object-fit: contain;
  object-position: left center;
  width: 200px;
  height: 82px;
}

.site-header nav,
.site-header nav ul {
  color: var(--plum);
  gap: clamp(13px, 1.7vw, 27px);
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header nav a,
.footer-links a {
  letter-spacing: 0.06em;
  font-size: 13px;
}

.menu-toggle {
  color: var(--plum);
  background: transparent;
  border: 1px solid rgba(77, 49, 40, 0.28);
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 12px;
  cursor: pointer;
  display: none;
}

.site-header nav a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--gold);
}

.header-cta {
  background: var(--plum);
  border: 1px solid var(--plum);
  color: var(--white);
  letter-spacing: 0.06em;
  border-radius: 999px;
  justify-self: end;
  align-items: center;
  gap: 14px;
  padding: 13px 18px;
  font-size: 13px;
  transition: transform 0.16s, background 0.16s;
  display: inline-flex;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.header-cta:hover {
  background: var(--clay);
  border-color: var(--clay);
}

.hero {
  align-items: center;
  min-height: 760px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  inset: 0;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(43, 25, 20, 0.88) 0%, rgba(54, 32, 25, 0.72) 42%, rgba(54, 32, 25, 0.18) 76%, rgba(43, 25, 20, 0.24) 100%),
    linear-gradient(180deg, transparent 58%, rgba(30, 18, 14, 0.42));
  position: absolute;
  inset: 0;
}

.video-sound-toggle {
  z-index: 4;
  color: var(--white);
  background: rgba(52, 34, 28, 0.78);
  border: 1px solid rgba(255, 250, 244, 0.48);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 15px;
  font-size: 11px;
  cursor: pointer;
  transition: background 0.16s, transform 0.16s;
  display: inline-flex;
  position: absolute;
  right: 38px;
  bottom: 158px;
}

.video-sound-toggle:hover,
.video-sound-toggle:focus-visible {
  background: var(--plum);
  transform: translateY(-2px);
}

.video-sound-toggle:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.video-sound-icon {
  font-size: 15px;
  line-height: 1;
}

.video-sound-label {
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-copy {
  z-index: 2;
  width: min(850px, 72%);
  padding: 96px clamp(34px, 7vw, 110px);
  position: relative;
}

.hero .eyebrow {
  color: #f0c489;
}

.eyebrow {
  color: var(--clay);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-size: 10px;
  font-weight: 700;
}

.eyebrow.light {
  color: var(--clay);
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero h1 {
  color: var(--white);
  letter-spacing: -0.055em;
  max-width: 720px;
  margin: 0;
  font-size: clamp(56px, 6vw, 92px);
  line-height: 0.94;
}

.hero h1 em {
  color: #f0c489;
  font-weight: 400;
}

.hero-intro {
  color: rgba(255, 250, 244, 0.88);
  max-width: 570px;
  margin: 32px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  display: flex;
}

.button {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 52px;
  padding: 0 25px;
  font-size: 11px;
  transition: transform 0.16s, background 0.16s;
  display: inline-flex;
}

.button-primary {
  color: var(--plum-deep);
  background: #f0c489;
  border: 1px solid #f0c489;
}

.button-primary:hover {
  background: var(--white);
}

.button-light {
  background: var(--plum);
  color: var(--white);
  margin-top: 18px;
}

.text-link {
  color: var(--clay);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(166, 97, 62, 0.45);
  align-items: center;
  gap: 12px;
  padding-bottom: 6px;
  font-size: 11px;
  display: inline-flex;
}

.hero-notes {
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-top: 52px;
  display: flex;
}

.hero-notes span {
  color: rgba(255, 250, 244, 0.84);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
}

.hero-notes span:not(:last-child)::after {
  color: var(--gold);
  content: "·";
  font-size: 18px;
  position: absolute;
  top: -6px;
  right: -18px;
}

.hero .text-link {
  color: var(--white);
  border-bottom-color: rgba(255, 250, 244, 0.5);
}

.hero-card {
  z-index: 2;
  background: rgba(255, 250, 242, 0.92);
  align-items: flex-start;
  gap: 16px;
  max-width: 340px;
  padding: 22px 24px;
  display: flex;
  position: absolute;
  bottom: 38px;
  right: 38px;
}

.sun-mark {
  color: var(--gold);
  font-size: 27px;
  line-height: 1;
}

.hero-card p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.5;
}

.welcome-strip {
  color: var(--plum-deep);
  background: #dcae88;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 4vw, 64px);
  min-height: 82px;
  padding: 18px 24px;
  display: flex;
}

.welcome-strip p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.5vw, 20px);
  font-style: italic;
}

.welcome-strip span {
  color: var(--white);
}

.section {
  padding: 110px clamp(28px, 7vw, 108px);
}

.section-heading {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 62px;
  display: grid;
}

.section-heading h2,
.about h2,
.next-gathering h2 {
  color: var(--plum-deep);
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(40px, 4.4vw, 65px);
  line-height: 1.04;
}

.section-heading > p {
  color: #75645a;
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
}

.experience-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}

.experience-card {
  background: var(--white);
  border: 1px solid rgba(32, 20, 17, 0.1);
  min-height: 390px;
  padding: 34px;
  transition: transform 0.18s, box-shadow 0.18s;
}

.experience-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(32, 20, 17, 0.1);
}

.experience-icon {
  border: 1px solid rgba(166, 97, 62, 0.35);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin-bottom: 42px;
  display: flex;
  position: relative;
}

.experience-icon span {
  border: 1px solid var(--gold);
  border-radius: 50% 50% 10%;
  width: 42px;
  height: 42px;
  display: block;
  transform: rotate(45deg);
}

.icon-02 span {
  box-shadow: 12px 0 0 -2px var(--white), 12px 0 0 -1px var(--sage);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transform: none;
}

.icon-03 span {
  border-radius: 50% 50% 0;
  transform: rotate(135deg);
}

.card-number {
  color: var(--clay);
  letter-spacing: 0.16em;
  font-size: 9px;
}

.experience-card h3 {
  color: var(--plum);
  margin: 14px 0 16px;
  font-size: 27px;
}

.experience-card > p:last-child {
  color: #75645a;
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}

.about {
  color: var(--ink);
  background: #f1ded0;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 680px;
  display: grid;
}

.about-art {
  background: radial-gradient(circle at 50% 42%, #f7eadc 0, #d9a985 72%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 680px;
  padding: 58px 50px 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-photo-link {
  width: min(76%, 410px);
  max-width: 410px;
  display: block;
  position: relative;
}

.about-photo {
  aspect-ratio: 4 / 5;
  filter: saturate(0.88) contrast(0.96);
  object-fit: cover;
  object-position: center top;
  border: 9px solid rgba(255, 250, 244, 0.78);
  border-radius: 220px 220px 18px 18px;
  width: 100%;
  display: block;
  box-shadow: 0 24px 58px rgba(77, 49, 40, 0.22);
}

.about-social {
  color: var(--clay);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(255, 250, 244, 0.95);
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 10px;
  display: inline-flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.about-quote {
  text-align: center;
  width: 80%;
  margin-top: 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
}

.about-copy {
  align-self: center;
  padding: 90px clamp(45px, 8vw, 130px);
}

.about h2 {
  color: var(--plum-deep);
  margin-bottom: 30px;
}

.about-copy .lead {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.7;
}

.about-copy > p:not(.eyebrow):not(.lead) {
  color: #6e554b;
  font-size: 13px;
  line-height: 1.8;
}

.signature {
  color: var(--clay);
  margin-top: 34px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-style: italic;
}

.gatherings {
  background: #fbf6ef;
}

.gatherings-heading {
  align-items: end;
}

.gatherings-heading > .text-link {
  justify-self: end;
  margin-bottom: 8px;
}

.event-list {
  border-top: 1px solid rgba(32, 20, 17, 0.17);
}

.event-row {
  border-bottom: 1px solid rgba(32, 20, 17, 0.17);
  grid-template-columns: 140px 1.2fr 0.8fr 34px;
  align-items: center;
  gap: 28px;
  min-height: 116px;
  padding: 22px 4px;
  transition: padding 0.16s, background 0.16s;
  display: grid;
}

.event-row:hover {
  background: var(--ivory);
  padding-left: 18px;
  padding-right: 18px;
}

.event-date {
  color: var(--clay);
  letter-spacing: 0.16em;
  font-size: 9px;
}

.event-name {
  flex-direction: column;
  gap: 7px;
  display: flex;
}

.event-name strong {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.event-name small,
.event-place {
  color: #78675f;
  font-size: 11px;
}

.event-arrow {
  color: var(--clay);
  font-size: 20px;
}

.next-gathering {
  color: var(--plum-deep);
  background: linear-gradient(135deg, #efd8c2, #dcae88);
  border: 1px solid rgba(159, 95, 60, 0.26);
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  margin-top: 100px;
  padding: clamp(42px, 6vw, 86px);
  display: grid;
}

.next-gathering h2 {
  color: var(--plum-deep);
  max-width: 690px;
}

.next-gathering > div:last-child {
  align-self: end;
}

.next-gathering > div:last-child p {
  max-width: 420px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.6;
}

.site-footer {
  color: var(--plum);
  background: #ead2bd;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 48px clamp(28px, 7vw, 108px);
  display: grid;
}

.footer-brand img {
  filter: saturate(1.35) contrast(1.3) brightness(0.84);
  width: 100%;
  max-width: 220px;
  height: auto;
}

.site-footer > p {
  grid-column: 1;
  margin: 0;
  font-size: 13px;
}

.footer-links,
.footer-links ul {
  grid-area: 1 / 2 / span 2;
  gap: 28px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: var(--clay);
}

.site-footer > small {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: 1px solid rgba(77, 49, 40, 0.16);
  grid-column: 1 / -1;
  margin-top: 28px;
  padding-top: 22px;
  font-size: 11px;
  justify-content: space-between;
  gap: 18px;
  display: flex;
}

.site-credit {
  text-transform: none;
}

.site-credit a {
  color: var(--clay);
  font-weight: 700;
}

.site-credit a:hover {
  color: var(--plum-deep);
}

.blog-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(213, 155, 91, 0.32), transparent 31%),
    linear-gradient(135deg, #f1ded0, var(--ivory));
  border-bottom: 1px solid rgba(159, 95, 60, 0.18);
  padding: 110px max(28px, calc((100vw - 1180px) / 2));
}

.blog-hero-compact {
  padding-top: 82px;
  padding-bottom: 82px;
}

.blog-hero h1 {
  color: var(--plum-deep);
  letter-spacing: -0.05em;
  max-width: 900px;
  margin: 0;
  font-size: clamp(55px, 8vw, 104px);
  line-height: 0.96;
}

.blog-hero-compact h1 {
  font-size: clamp(46px, 6vw, 78px);
}

.blog-hero-intro {
  color: #6e554b;
  max-width: 650px;
  margin-top: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.6;
}

.blog-hero-intro > :first-child,
.blog-hero-intro > :last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-shell {
  width: min(100% - 44px, 1180px);
  min-height: 48vh;
  margin: 0 auto;
  padding: 92px 0 110px;
}

.blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  display: grid;
}

.blog-card {
  background: var(--white);
  border: 1px solid rgba(77, 49, 40, 0.12);
  min-width: 0;
  transition: transform 0.18s, box-shadow 0.18s;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(52, 34, 28, 0.1);
}

.blog-card-media {
  background: #e7c9aa;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: block;
}

.blog-card-media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.35s;
}

.blog-card:hover .blog-card-media img {
  transform: scale(1.025);
}

.blog-card-placeholder {
  color: rgba(77, 49, 40, 0.72);
  background:
    radial-gradient(circle at center, rgba(255, 250, 244, 0.6), transparent 26%),
    linear-gradient(145deg, #edd6c0, #d7a780);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 78px;
  display: flex;
}

.blog-card-body {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  color: var(--clay);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  display: flex;
}

.blog-meta a:hover {
  color: var(--plum-deep);
}

.blog-card h2 {
  color: var(--plum);
  letter-spacing: -0.025em;
  margin: 0 0 16px;
  font-size: clamp(27px, 2.4vw, 35px);
  line-height: 1.08;
}

.blog-card h2 a:hover {
  color: var(--clay);
}

.blog-card-excerpt {
  color: #75645a;
  margin-bottom: 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
}

.blog-card-excerpt p {
  margin: 0;
}

.blog-card .text-link {
  align-self: flex-start;
  margin-top: auto;
}

.blog-empty {
  color: var(--plum);
  background: var(--white);
  border: 1px solid rgba(77, 49, 40, 0.12);
  text-align: center;
  padding: 80px 28px;
}

.blog-empty > span {
  color: var(--gold);
  font-size: 54px;
}

.blog-empty h2 {
  margin: 14px 0 10px;
  font-size: clamp(34px, 4vw, 52px);
}

.blog-empty p {
  color: #75645a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.navigation.pagination {
  margin-top: 58px;
}

.nav-links {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  display: flex;
}

.nav-links .page-numbers {
  color: var(--plum);
  border: 1px solid rgba(77, 49, 40, 0.18);
  min-width: 42px;
  min-height: 42px;
  padding: 10px 13px;
  text-align: center;
}

.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover {
  color: var(--white);
  background: var(--plum);
  border-color: var(--plum);
}

.single-post-shell {
  width: min(100% - 44px, 980px);
  min-height: 60vh;
  margin: 0 auto;
  padding: 90px 0 110px;
}

.single-post {
  background: var(--white);
  border: 1px solid rgba(77, 49, 40, 0.11);
}

.single-post-header {
  padding: clamp(38px, 7vw, 82px) clamp(28px, 8vw, 92px) clamp(32px, 5vw, 60px);
}

.single-post-header .text-link {
  margin-bottom: 54px;
}

.single-post-header h1 {
  color: var(--plum-deep);
  letter-spacing: -0.045em;
  margin: 0;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 1;
}

.single-post-deck {
  color: #6e554b;
  max-width: 720px;
  margin: 30px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.5vw, 27px);
  line-height: 1.55;
}

.single-post-image {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
}

.single-post-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single-post > .entry-content {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(45px, 7vw, 78px) clamp(28px, 6vw, 60px);
}

.single-post-footer {
  border-top: 1px solid rgba(77, 49, 40, 0.12);
  justify-content: space-between;
  gap: 18px;
  margin: 0 clamp(28px, 8vw, 92px);
  padding: 24px 0 36px;
  display: flex;
}

.post-tags {
  color: var(--clay);
  font-size: 13px;
}

.post-tags a,
.edit-link a {
  text-decoration: underline;
}

.post-navigation {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 24px;
  display: grid;
}

.post-navigation > div:last-child {
  text-align: right;
}

.post-navigation a {
  color: var(--plum);
  background: #f1ded0;
  min-height: 118px;
  padding: 25px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.35;
  display: block;
}

.post-navigation a:hover {
  background: #e7c9aa;
}

.post-navigation a span {
  color: var(--clay);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  display: block;
}

.comments-area {
  background: var(--white);
  border: 1px solid rgba(77, 49, 40, 0.11);
  margin-top: 24px;
  padding: clamp(28px, 6vw, 60px);
}

.comments-area input:not([type="submit"]),
.comments-area textarea {
  background: var(--ivory);
  border: 1px solid rgba(77, 49, 40, 0.25);
  width: 100%;
  padding: 13px;
}

.comments-area input[type="submit"] {
  color: var(--white);
  background: var(--plum);
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  cursor: pointer;
}

.content-shell {
  width: min(100% - 44px, 980px);
  min-height: 60vh;
  margin: 0 auto;
  padding: 90px 0;
}

.home-editor-content {
  background: var(--ivory);
}

.home-editor-content .editor-content {
  width: min(100%, 980px);
  margin: 0 auto;
}

.content-card {
  background: var(--white);
  border: 1px solid rgba(32, 20, 17, 0.1);
  padding: clamp(28px, 6vw, 70px);
}

.content-card h1 {
  color: var(--plum-deep);
  letter-spacing: -0.04em;
  margin: 0 0 30px;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.04;
}

.entry-content {
  color: #6e554b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.8;
}

.entry-content a {
  color: var(--clay);
  text-decoration: underline;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-content h2,
.entry-content h3 {
  color: var(--plum-deep);
  line-height: 1.15;
}

.entry-content h2 {
  margin: 44px 0 16px;
  font-size: clamp(30px, 4vw, 45px);
}

.entry-content h3 {
  font-size: 26px;
}

.entry-content .lead,
.entry-content p.lead {
  color: var(--plum);
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.55;
}

.contact-form {
  display: grid;
  gap: 22px;
  margin-top: 44px;
}

.contact-form label {
  color: var(--plum);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  background: var(--ivory);
  border: 1px solid rgba(77, 49, 40, 0.25);
  border-radius: 0;
  color: var(--ink);
  width: 100%;
  margin-top: 8px;
  padding: 15px 16px;
  font-size: 16px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--clay);
  outline: 2px solid rgba(159, 95, 60, 0.16);
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-form .button {
  justify-self: start;
  cursor: pointer;
}

.form-notice {
  border-left: 4px solid var(--clay);
  background: var(--cream);
  color: var(--plum);
  margin-bottom: 30px;
  padding: 15px 18px;
}

.form-notice.success {
  border-left-color: var(--sage);
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
  background: var(--plum);
  color: var(--white);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--clay);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--plum-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    position: sticky;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-header nav {
    display: none;
    background: rgba(255, 250, 244, 0.99);
    border-bottom: 1px solid rgba(159, 95, 60, 0.24);
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 24px clamp(24px, 5vw, 48px) 28px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 18px 35px rgba(52, 34, 28, 0.08);
  }

  .site-header nav.is-open {
    display: flex;
  }

  .site-header nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
  }

  .site-header nav a {
    width: 100%;
    padding: 3px 0;
  }

  .hero-copy {
    width: min(760px, 84%);
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-card {
    min-height: 0;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .about-art {
    min-height: 520px;
  }

  .event-row {
    grid-template-columns: 110px 1fr 32px;
  }

  .event-place {
    display: none;
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 700px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 7px 18px;
  }

  .brand img {
    width: 155px;
    height: 68px;
  }

  .header-cta {
    display: none;
  }

  .hero-copy {
    width: 100%;
    padding: 92px 24px 150px;
  }

  .hero-video {
    object-position: right center;
  }

  .hero h1 {
    font-size: clamp(51px, 15vw, 70px);
  }

  .hero-intro {
    font-size: 17px;
  }

  .hero-notes {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-notes span::after {
    display: none;
  }

  .hero {
    min-height: 680px;
  }

  .hero-card {
    max-width: calc(100% - 36px);
    bottom: 18px;
    left: 18px;
    right: auto;
  }

  .video-sound-toggle {
    right: 18px;
    bottom: 132px;
  }

  .welcome-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 24px;
  }

  .welcome-strip span {
    display: none;
  }

  .section {
    padding: 78px 22px;
  }

  .section-heading,
  .next-gathering {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 24px;
    margin-bottom: 42px;
  }

  .section-heading h2,
  .about h2,
  .next-gathering h2 {
    font-size: 43px;
  }

  .experience-card {
    padding: 28px;
  }

  .about-art {
    min-height: 430px;
    padding: 48px 22px 36px;
  }

  .about-photo-link {
    width: 82%;
    max-width: 360px;
  }

  .about-copy {
    padding: 70px 24px;
  }

  .gatherings-heading > .text-link {
    justify-self: start;
  }

  .event-row {
    grid-template-columns: 1fr 28px;
    gap: 12px;
    padding: 24px 3px;
  }

  .event-date,
  .event-name {
    grid-column: 1;
  }

  .event-arrow {
    grid-area: 1 / 2 / span 2;
  }

  .next-gathering {
    gap: 32px;
    margin-top: 70px;
    padding: 38px 26px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 42px 24px;
  }

  .footer-links,
  .footer-links ul {
    flex-direction: column;
    align-items: flex-start;
    grid-area: auto / 1;
    gap: 14px;
  }

  .site-footer > small {
    flex-direction: column;
  }

  .blog-hero {
    padding: 78px 22px;
  }

  .blog-hero-compact {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .blog-shell,
  .single-post-shell {
    width: min(100% - 36px, 980px);
    padding-top: 64px;
    padding-bottom: 78px;
  }

  .blog-grid,
  .post-navigation {
    grid-template-columns: 1fr;
  }

  .blog-card-body {
    padding: 26px;
  }

  .single-post-header .text-link {
    margin-bottom: 38px;
  }

  .single-post-footer {
    flex-direction: column;
  }

  .post-navigation > div:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
