/*
Theme Name: sOMaJutsu
Theme URI: https://somajutsu.love
Author: MegaMeta / Narmin
Author URI: https://somajutsu.love
Description: Quiet-luxury editorial theme for sOMaJutsu — Blissomatic Coaching by Narmin von Beybutoff. Homepage + About, Services, SkinJutsu, Celery Juice, Bracelets, Book.
Version: 1.2.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: somajutsu
*/

/* sOMaJutsu — editorial wellness
   Quiet luxury · ma (negative space) · restrained accent */

:root {
  --ivory: #f8f5ee;
  --ivory-deep: #f1eee5;
  --charcoal: #1f1e1c;
  --ink: #2c2a27;
  --muted: #6b6760;
  --muted-soft: #8a857c;
  --line: rgba(44, 42, 39, 0.12);
  --line-soft: rgba(44, 42, 39, 0.07);
  --accent: #BC002D;
  --accent-soft: rgba(188, 0, 45, 0.08);
  --serif: "Cormorant Garamond", "EB Garamond", Garamond, "Times New Roman", serif;
  --sans: "Outfit", "Manrope", system-ui, -apple-system, sans-serif;
  --max: 1180px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.7;
  background-color: #f8f5ee; /* cream fallback */
  background-image: url("assets/washi-with-chrys.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  overflow-x: hidden;
}


img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }

.wrap {
  width: min(100% - 3rem, var(--max));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: rgba(248, 245, 238, 0.82);
  border-bottom: 1px solid var(--line-soft);
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.1rem 0;
}

.wordmark {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  color: var(--charcoal);
  line-height: 1;
}

.wordmark .om {
  color: var(--accent);
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.65rem;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links a {
  transition: color 0.25s var(--ease);
}

.nav-links a:hover {
  color: var(--charcoal);
}

.nav-links a.nav-book {
  color: var(--accent);
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0.5rem;
  padding-left: 0.85rem;
  border-left: 1px solid var(--line);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--muted-soft);
  cursor: default;
  user-select: none;
}

.lang-toggle span.active {
  color: var(--charcoal);
}

.menu-btn {
  display: none;
  background: none;
  border: 0;
  padding: 0.35rem;
  cursor: pointer;
}
.menu-btn span {
  display: block;
  width: 22px;
  height: 1px;
  background: var(--charcoal);
  margin: 5px 0;
}

/* ---------- Hero ---------- */
.hero {
  padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(4rem, 9vw, 7rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: end;
}

.hero-copy {
  padding-bottom: 1.25rem;
  max-width: 34rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.75rem;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
  display: inline-block;
}

.hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.35rem, 4.6vw, 3.55rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--charcoal);
  margin: 0 0 1.5rem;
}

.hero-phrase {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 1.35rem;
  max-width: 26rem;
}

.hero-bio {
  font-size: 1rem;
  color: var(--muted);
  max-width: 28rem;
  margin: 0 0 2.25rem;
  line-height: 1.75;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.35rem 1.75rem;
}

.btn-primary {
  display: inline-flex;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  line-height: 1.35;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.7rem;
  background: var(--accent);
  color: #faf7f2;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid var(--accent);
  transition: background 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease);
}

.btn-primary:hover {
  background: #9a0025;
  border-color: #9a0025;
  color: #faf7f2;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid transparent;
  padding-bottom: 0.15rem;
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.btn-ghost::after {
  content: "→";
  color: var(--accent);
  font-size: 0.95em;
}

.btn-ghost:hover {
  color: var(--charcoal);
  border-bottom-color: var(--line);
}

.hero-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 460px);
}

.hero-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5.1;
  background: var(--ivory-deep);
  margin: 0;
}

.hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 18%;
  filter: saturate(0.92) contrast(1.02);
}

.hero-caption {
  position: absolute;
  left: -0.25rem;
  bottom: 1.1rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-soft);
  opacity: 0.85;
}

.enso-accent {
  position: absolute;
  width: 52px;
  height: 52px;
  top: -1.1rem;
  left: -1.35rem;
  opacity: 0.7;
  pointer-events: none;
}

.fine-rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  border: 0;
  margin: 0;
}

/* ---------- Sections shared ---------- */
section {
  position: relative;
  z-index: 1;
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}

.section-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
  font-weight: 400;
}

.section-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.9rem, 3.2vw, 2.55rem);
  line-height: 1.2;
  color: var(--charcoal);
  margin: 0 0 1.25rem;
  letter-spacing: -0.01em;
}

.section-lead {
  color: var(--muted);
  max-width: 34rem;
  margin: 0;
  font-size: 1.02rem;
}

/* ---------- Approach ---------- */
.approach {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
}

.approach-head {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.approach-card {
  padding-top: 1.35rem;
  border-top: 1px solid var(--line);
}

.approach-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--accent);
  margin-bottom: 0.85rem;
  display: block;
}

.approach-card h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
  color: var(--charcoal);
}

.approach-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ---------- Services ---------- */
.services {
  background: linear-gradient(180deg, transparent, rgba(241, 238, 229, 0.55) 12%, rgba(241, 238, 229, 0.55) 88%, transparent);
}

.services-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.services-intro .section-title {
  max-width: 16ch;
}

.services-list {
  display: flex;
  flex-direction: column;
}

.service-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 1.75rem;
  padding: 1.65rem 0;
  border-top: 1px solid var(--line);
  align-items: start;
}

.service-item:last-child {
  border-bottom: 1px solid var(--line);
}

.service-mark {
  width: 10px;
  height: 10px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  margin-top: 0.55rem;
  opacity: 0.85;
}

.service-item.secondary .service-mark {
  border-color: var(--muted-soft);
  opacity: 0.55;
}

.service-item h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 0 0.45rem;
  color: var(--charcoal);
}

.service-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 38rem;
}

.service-tag {
  display: inline-block;
  margin-top: 0.55rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-soft);
}

/* ---------- Founder ---------- */
.founder {
  padding-bottom: clamp(4rem, 8vw, 6.5rem);
}

.founder-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.founder-note {
  position: relative;
  padding-left: 1.5rem;
}

.founder-note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  bottom: 0.35rem;
  width: 1px;
  background: var(--accent);
  opacity: 0.55;
}

.founder-note blockquote {
  margin: 0 0 1.25rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  line-height: 1.45;
  color: var(--charcoal);
  font-weight: 400;
}

.founder-note p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.founder-sign {
  margin-top: 1.5rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--charcoal);
}

.founder-sign span {
  display: block;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-soft);
  margin-top: 0.35rem;
  font-style: normal;
}

.founder-aside {
  justify-self: end;
  width: min(100%, 380px);
  padding: 2rem 1.75rem;
  border: 1px solid var(--line);
  background: rgba(248, 245, 238, 0.55);
  position: relative;
}

.founder-aside .enso-tiny {
  width: 36px;
  height: 36px;
  margin-bottom: 1.25rem;
  opacity: 0.65;
}

.founder-aside h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
}

.founder-aside p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* ---------- CTA band ---------- */
.cta-band {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  text-align: center;
}

.cta-band-inner {
  max-width: 36rem;
  margin: 0 auto;
  position: relative;
}

.cta-band .section-title {
  margin-bottom: 0.85rem;
}

.cta-band .section-lead {
  margin: 0 auto 2rem;
}

.site-disclaimer {
  margin: 1.5rem auto 0;
  max-width: 62rem;
  color: var(--muted-soft);
  font-size: 0.76rem;
  line-height: 1.6;
  text-align: center;
}

.book-disclaimer {
  padding: 1rem 0 clamp(3.5rem, 7vw, 5.5rem);
}

.book-disclaimer p {
  max-width: 48rem;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

.book-disclaimer strong {
  color: var(--charcoal);
  font-weight: 400;
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.75rem 0 2.25rem;
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.footer-brand .wordmark {
  font-size: 1.35rem;
  display: inline-block;
  margin-bottom: 0.65rem;
}

.footer-brand p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 22rem;
}

.footer-col h4 {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-soft);
  font-weight: 400;
  margin: 0 0 0.85rem;
}

.footer-col a,
.footer-col span {
  display: block;
  font-size: 0.92rem;
  color: var(--ink);
  margin-bottom: 0.45rem;
  transition: color 0.2s var(--ease);
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line-soft);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.75rem;
  color: var(--muted-soft);
  letter-spacing: 0.04em;
}

/* ---------- Inner pages ---------- */
.inner-page .page-hero {
  padding: clamp(3rem, 7vw, 5rem) 0 clamp(2.25rem, 5vw, 3.25rem);
}

.page-hero-inner {
  max-width: 40rem;
}

.page-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.2rem, 4.2vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--charcoal);
  margin: 0 0 1.25rem;
}

.page-lead {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
  max-width: 36rem;
}

.page-hero-compact {
  padding-bottom: 1.5rem;
}

.page-hero-compact .entry-title {
  margin-bottom: 0;
}

.book-hero .page-hero-inner,
.book-hero-inner {
  max-width: 36rem;
  margin-inline: auto;
  text-align: center;
}

.book-hero .eyebrow {
  justify-content: center;
}

.book-hero .eyebrow::before {
  display: none;
}

.book-hero .hero-phrase {
  margin-inline: auto;
}

.book-hero .page-lead {
  margin-inline: auto;
}

/* Page intro (two-column lead) */
.page-intro {
  padding-top: clamp(2.25rem, 5vw, 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: end;
}

/* Service detail list (Services page) */
.service-detail {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  background: linear-gradient(180deg, transparent, rgba(241, 238, 229, 0.45) 8%, rgba(241, 238, 229, 0.45) 92%, transparent);
}

.service-detail-list {
  display: flex;
  flex-direction: column;
  max-width: 52rem;
}

.service-detail-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 1.75rem;
  padding: 1.85rem 0;
  border-top: 1px solid var(--line);
  align-items: start;
}

.service-detail-item:last-child {
  border-bottom: 1px solid var(--line);
}

.service-detail-item h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.3rem, 2vw, 1.55rem);
  margin: 0 0 0.65rem;
  color: var(--charcoal);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem 1rem;
}

.service-detail-item p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 40rem;
}

.service-detail-item p:last-child {
  margin-bottom: 0;
}

.service-detail-item.secondary .approach-num {
  color: var(--muted-soft);
}

.service-note {
  font-size: 0.78rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted-soft) !important;
}

.service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  align-items: center;
  margin: 0.85rem 0 0.35rem !important;
}

/* About split layout */
.about-split {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.about-split-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.about-split-grid.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.about-split-grid.reverse .about-portrait {
  order: 2;
}

.about-portrait {
  position: relative;
  margin: 0;
  width: min(100%, 420px);
  justify-self: start;
}

.about-enso {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -1rem;
  left: -1.2rem;
  opacity: 0.7;
  pointer-events: none;
  z-index: 2;
}

.about-frame {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--ivory-deep);
  margin: 0;
}

.about-frame.landscape {
  aspect-ratio: 5 / 4;
}

.about-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(0.92) contrast(1.02);
}

.about-caption {
  margin-top: 0.85rem;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted-soft);
}

.about-story .about-quote,
.about-quote {
  margin: 0 0 1.35rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  line-height: 1.45;
  color: var(--charcoal);
  font-weight: 400;
}

.about-story p {
  margin: 0 0 0.95rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

.credentials {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.cred-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cred-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.55rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cred-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  opacity: 0.75;
}

/* Default page shell / entry content */
.page-shell {
  padding: 0 0 clamp(3rem, 6vw, 5rem);
}

.page-shell .entry-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.9rem, 3.2vw, 2.55rem);
  color: var(--charcoal);
  margin: 0;
  line-height: 1.15;
}

.entry-section {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.entry-article {
  max-width: 40rem;
}

.entry-content {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

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

.entry-content h2,
.entry-content h3 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--charcoal);
  margin: 2rem 0 0.75rem;
  line-height: 1.25;
}

.entry-content h2 {
  font-size: 1.65rem;
}

.entry-content h3 {
  font-size: 1.35rem;
}

.entry-content p {
  margin: 0 0 1.1rem;
}

.entry-content a {
  color: var(--accent);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s var(--ease);
}

.entry-content a:hover {
  border-bottom-color: rgba(188, 0, 45, 0.35);
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  list-style: disc;
}

.entry-content li {
  margin-bottom: 0.4rem;
}

.entry-content blockquote {
  margin: 1.5rem 0;
  padding-left: 1.25rem;
  border-left: 1px solid var(--accent);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--charcoal);
}

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .hero-grid,
  .approach-head,
  .services-layout,
  .founder-grid,
  .footer-grid,
  .intro-grid,
  .about-split-grid,
  .about-split-grid.reverse {
    grid-template-columns: 1fr;
  }

  .about-split-grid.reverse .about-portrait {
    order: 0;
  }

  .approach-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .hero-visual {
    justify-self: start;
    width: min(100%, 420px);
    order: -1;
  }

  .hero-grid {
    align-items: start;
  }

  .hero-caption { display: none; }

  .nav-links {
    display: none;
  }

  .menu-btn { display: block; }

  .founder-aside {
    justify-self: start;
  }

  .about-portrait {
    width: min(100%, 380px);
  }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 2rem, var(--max)); }
  .cta-row { flex-direction: column; align-items: flex-start; }
  .book-hero .cta-row { align-items: center; }
  .btn-primary,
  .btn-ghost {
    max-width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.35;
  }
  .btn-primary {
    width: 100%;
    padding: 0.85rem 1rem;
  }
  .btn-ghost {
    justify-content: center;
  }
  .service-detail-item {
    grid-template-columns: 1fr;
    gap: 0.35rem 0;
  }
  .service-detail-item .approach-num {
    margin-bottom: 0.35rem;
  }
}


/* Soft inclusive welcome */
.welcome-note {
  font-size: 0.98rem;
  color: var(--muted);
  font-style: italic;
  max-width: 36rem;
}


/* Page photo band (Celery Juice oils, etc.) */
.page-photo-band {
  padding: 0.5rem 0 2.5rem;
}
.page-photo-wide {
  margin: 0;
  max-width: 52rem;
}
.page-photo-wide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  object-fit: cover;
  max-height: 28rem;
}
.page-photo-wide .about-caption {
  margin-top: 0.75rem;
}

/* Inline service photo */
.service-inline-photo {
  margin: 1.5rem 0 0;
  max-width: 22rem;
}
.service-inline-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  object-fit: cover;
}
