:root {
  --ink: #2a221c;
  --ink-soft: #5c5148;
  --paper: #f6efe4;
  --paper-2: #efe4d4;
  --cream: #fffaf3;
  --clay: #b85a3d;
  --clay-dark: #8f3f28;
  --sage: #5f7460;
  --gold: #c4a36a;
  --line: rgba(42, 34, 28, 0.12);
  --shadow: 0 18px 50px rgba(42, 34, 28, 0.12);
  --radius: 22px;
  --max: 1120px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Source Sans 3", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; color-scheme: light; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-size: 1.05rem;
}
img { max-width: 100%; display: block; }
a { color: var(--clay-dark); }
a:hover { color: var(--clay); }

.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 12px; top: 12px; background: #fff; padding: 8px 12px; z-index: 99; }

.crisis {
  background: #2a221c;
  color: #f6efe4;
  font-size: 0.92rem;
  text-align: center;
  padding: 0.65rem 1rem;
}
.crisis a { color: #f0d7a8; }

.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(246, 239, 228, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner, .wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.85rem 0;
}
.brand {
  display: flex; align-items: center; gap: 0.7rem;
  text-decoration: none; color: var(--ink);
  font-family: var(--serif); font-weight: 600; letter-spacing: -0.02em;
}
.mark {
  width: 38px; height: 38px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f3d7a3, #c45c3e 55%, #5f7460);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.35);
}
.brand img.logo {
  width: 40px; height: 40px; border-radius: 50%;
  object-fit: cover; background: #f6efe4;
}
.studio { display:grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 1.6rem 0 2rem; }
.studio-card { background: var(--cream); border: 1px solid var(--line); border-radius: 22px; padding: 1.3rem; }
.breath-wrap { display:grid; place-items:center; min-height: 220px; }
#breath-circle {
  width: 140px; height: 140px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f3d7a3, #b85a3d);
  transition: transform 1s ease;
}
.breath-meta { text-align:center; margin-top: .8rem; font-family: var(--serif); }
.chip-row { display:flex; flex-wrap:wrap; gap:.5rem; }
.chip {
  border:1px solid var(--line); background:#fff; border-radius:999px;
  padding:.45rem .8rem; cursor:pointer; font-weight:600;
}
.chip.done { background: var(--sage); color:#fff; border-color: var(--sage); }
@media (max-width:800px){ .studio { grid-template-columns:1fr; } }

.nav-links { display: flex; gap: 1.15rem; align-items: center; flex-wrap: wrap; }
.nav-links a {
  text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: 0.95rem;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--clay); color: #fff !important;
  text-decoration: none; font-weight: 650;
  padding: 0.72rem 1.15rem; border-radius: 999px;
  border: 0; cursor: pointer;
}
.btn:hover { background: var(--clay-dark); }
.btn-ghost {
  background: transparent; color: var(--ink) !important;
  border: 1px solid var(--line);
}

.hero {
  position: relative; min-height: 78vh;
  display: grid; place-items: end start;
  color: #fff;
  background: #3a2c22 center/cover no-repeat;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,14,10,.18), rgba(20,14,10,.62) 70%);
}
.hero-copy {
  position: relative; z-index: 1;
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto 4.2rem;
}
.eyebrow {
  text-transform: uppercase; letter-spacing: 0.16em;
  font-size: 0.76rem; font-weight: 700; color: var(--gold);
  margin-bottom: 0.7rem;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 1.05; font-weight: 560; max-width: 14ch;
}
.hero p { max-width: 38ch; margin: 1rem 0 1.4rem; font-size: 1.15rem; color: #f4ebe0; }
.hero-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; }

section { padding: 4.2rem 0; }
.section-head { max-width: 40rem; margin-bottom: 2rem; }
.section-head h2, .post h1, .page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.15; font-weight: 560;
}
.lede { color: var(--ink-soft); font-size: 1.12rem; margin-top: 0.6rem; }

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.2rem;
}
.card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: transform .2s ease;
}
.card:hover { transform: translateY(-4px); }
.card img { height: 190px; width: 100%; object-fit: cover; }
.card-body { padding: 1.15rem 1.2rem 1.3rem; }
.card small { color: var(--sage); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; font-size: .72rem; }
.card h3 { font-family: var(--serif); font-size: 1.35rem; margin: .35rem 0 .4rem; }

.panel {
  background: var(--paper-2);
  border-radius: 28px;
  padding: 1.6rem;
  border: 1px solid var(--line);
}
.tools { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.4rem; align-items: center; }
.tool-list { display: grid; gap: .8rem; }
.tool-item {
  background: var(--cream); border-radius: 16px; padding: 1rem 1.1rem;
  border: 1px solid var(--line);
}
.tool-item strong { display: block; font-family: var(--serif); font-size: 1.15rem; }

.page-hero { padding: 3rem 0 1rem; }
.prose { max-width: 42rem; }
.prose p, .prose li { margin-bottom: 1rem; }
.prose h2 { font-family: var(--serif); font-size: 1.6rem; margin: 2rem 0 .7rem; }
.prose ul { padding-left: 1.2rem; }
.figure {
  margin: 1.4rem 0 1.8rem;
  border-radius: 20px;
  overflow: visible;
}
.figure > img { width: 100%; height: min(420px, 52vw); object-fit: cover; border-radius: 20px; display: block; }
.figure img { width: 100%; height: min(420px, 52vw); object-fit: cover; }
.meta { color: var(--ink-soft); font-size: .95rem; margin: .4rem 0 1.2rem; }

.disclaimer {
  background: #fff; border-left: 4px solid var(--gold);
  padding: 1rem 1.1rem; margin: 1.6rem 0; border-radius: 0 12px 12px 0;
}

footer {
  border-top: 1px solid var(--line);
  padding: 2.2rem 0 2.6rem;
  color: var(--ink-soft);
}
.foot { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.muted { font-size: .92rem; }

@media (max-width: 800px) {
  .tools { grid-template-columns: 1fr; }
  .nav-links .hide-sm { display: none; }
  .hero { min-height: 68vh; }
}

.boost {
  background: #2a221c; color: #f6efe4;
  border-radius: 20px; padding: 1.15rem 1.2rem; margin: 1.6rem 0 1rem;
}
.boost h2 { color:#fff; font-size:1.25rem; margin-bottom:.35rem; }
.boost p { color:#efe4d4; margin-bottom:.8rem; }
.boost .chip-row { margin-top:.4rem; }
.boost .chip { background:#fffaf3; color:#2a221c; }
.comments {
  background: var(--cream); border:1px solid var(--line);
  border-radius: 22px; padding: 1.2rem; margin: 1rem 0 2rem;
}
.comments h2 { font-family: var(--serif); font-size:1.35rem; margin-bottom:.4rem; }
.comments label { display:block; font-weight:650; margin: .7rem 0 .25rem; }
.comments input, .comments textarea {
  width:100%; padding:.65rem .7rem; border-radius:12px;
  border:1px solid var(--line); font: inherit; background:#fff;
}
.comments textarea { min-height: 200px; }
.comments .form-error { color:#8a2f2f; font-size:.95rem; margin:.5rem 0 0; }
.shareables figcaption, .memes figcaption { font-size:.92rem; color:var(--muted,#5c534b); margin-top:.45rem; line-height:1.35; }
.comment-list { margin-top:1rem; display:grid; gap:.7rem; }
.comment-item { background:#fff; border:1px solid var(--line); border-radius:14px; padding:.8rem 1rem; }
.comment-item strong { display:block; font-family:var(--serif); }
.shareables, .memes { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap:1rem; }
.shareables img, .memes img { width:100%; border-radius:18px; border:1px solid var(--line); }

/* Boost chips: allow button.chip */
button.chip {
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

/* Social share icon bars — two horizontal rows */
.social-share,
.share-icons {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 0.55rem;
  width: 100% !important;
  max-width: 100%;
  margin: 0.85rem 0 0.35rem;
  box-sizing: border-box;
}
.social-share__row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.45rem;
  width: 100% !important;
  box-sizing: border-box;
}
.social-share--compact {
  gap: 0.45rem;
  margin: 0.55rem 0 0.15rem;
}
.boost .chip-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.social-share__btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none !important;
  color: inherit;
  overflow: visible;
  flex: 0 0 32px !important;
  line-height: 0;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.social-share--compact .social-share__btn {
  width: 32px !important;
  height: 32px !important;
}
.social-share__btn img {
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  object-fit: contain;
  display: block;
  border-radius: 50%;
}
.social-share__btn:hover,
.social-share__btn:focus-visible {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 6px 16px rgba(42, 34, 28, 0.18);
  outline: none;
}
.social-share__btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(184, 90, 61, 0.35), 0 6px 16px rgba(42, 34, 28, 0.18);
}
.social-share__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fffaf3;
  border: 1px solid var(--line, #e6ddd0);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: #2a221c;
  line-height: 1;
}
.social-share__btn--email .social-share__text {
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: none;
}
.boost .social-share,
.boost .share-icons {
  margin-top: 0.85rem;
  clear: both;
}
.boost .social-share__text {
  background: #fffaf3;
  color: #2a221c;
}


/* Toast for copy-to-clipboard share actions */
.share-toast {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  z-index: 90;
  max-width: min(92vw, 360px);
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: var(--sage, #5f7a5a);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 650;
  text-align: center;
  box-shadow: 0 10px 28px rgba(42, 34, 28, 0.22);
}
.share-toast[hidden] { display: none !important; }

/* Figures: icon row under the image, not overlaid */
.figure,
.shareables figure,
.memes figure,
main figure {
  position: relative;
}
.figure.figure--shareable {
  overflow: visible;
}
.figure.figure--shareable > img,
.shareables figure.figure--shareable > img,
.memes figure.figure--shareable > img,
main figure.figure--shareable > img {
  display: block;
  border-radius: 20px;
}
.shareables figure.figure--shareable > img,
.memes figure.figure--shareable > img {
  border-radius: 18px;
  border: 1px solid var(--line);
}
.figure.figure--shareable .social-share,
.shareables figure .social-share,
.memes figure .social-share,
main figure .social-share {
  margin-top: 0.6rem;
  margin-bottom: 0.15rem;
}
@media (max-width: 480px) {
  .social-share__row {
    justify-content: space-between;
  }
  .social-share__btn,
  .social-share--compact .social-share__btn {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    flex-basis: 28px !important;
  }
  .social-share__btn img {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
  }
  .social-share__text {
    width: 28px;
    height: 28px;
  }
}


/* Compact shareable graphics grid — each card shareable */
.shareables--compact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 200px));
  justify-content: start;
  gap: 1.1rem 1rem;
}
.shareable-card {
  margin: 0;
  max-width: 200px;
}
.shareable-card img {
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 280px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
  display: block;
}
.shareable-card figcaption {
  font-size: 0.82rem;
  line-height: 1.3;
  margin: 0.4rem 0 0.35rem;
  color: var(--muted, #5c534b);
}
.shareable-card .social-share {
  margin: 0.25rem 0 0;
}
.shareable-card .social-share__row {
  gap: 0.28rem;
}
.shareable-card .social-share__btn,
.shareable-card .social-share__btn img {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  flex-basis: 24px !important;
}
.shareable-card .social-share__text {
  width: 24px;
  height: 24px;
  font-size: 0.55rem;
}
@media (max-width: 480px) {
  .shareables--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }
  .shareable-card {
    max-width: none;
  }
  .shareable-card img {
    max-width: 100%;
  }
}

/* ——— Store & product carousel ——— */
.affiliate-disclosure {
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin-top: 0.85rem;
}
.store-hub-link { margin-top: 1rem; }
.store-hub-link a { font-weight: 650; }

.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.35rem;
  margin: 0.5rem 0 2rem;
}
.store-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.store-card-media {
  display: block;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.store-card-media img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding: 1rem;
  margin: 0 auto;
}
.store-card-body {
  padding: 1.1rem 1.2rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}
.store-card-body h2,
.store-card-body h3 {
  font-family: var(--serif);
  font-size: 1.28rem;
  line-height: 1.2;
  font-weight: 560;
}
.store-rating {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.store-stars { color: var(--clay); letter-spacing: 0.04em; }
.store-rating-num { font-weight: 700; color: var(--ink); }
.store-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--sage);
}
.store-coupon {
  display: inline-block;
  align-self: flex-start;
  background: rgba(95, 116, 96, 0.12);
  color: var(--sage);
  border: 1px solid rgba(95, 116, 96, 0.28);
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
}
.store-blurb {
  font-size: 0.98rem;
  color: var(--ink-soft);
  margin: 0.15rem 0 0.2rem;
}
.store-features {
  margin: 0.2rem 0 0.4rem;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}
.store-features li { margin-bottom: 0.25rem; }
.store-feat-details {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.store-feat-details summary {
  cursor: pointer;
  font-weight: 650;
  color: var(--clay-dark);
  margin-bottom: 0.35rem;
}
.store-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-top: auto;
  padding-top: 0.7rem;
}
.store-buy {
  font-size: 1rem;
  padding: 0.78rem 1.35rem;
}
.store-see {
  font-weight: 650;
  font-size: 0.95rem;
}
.store-disclaimer { margin-top: 0.5rem; }

/* Homepage carousel */
.store-carousel-section {
  background: linear-gradient(180deg, var(--paper-2), var(--paper));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.store-carousel {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.store-carousel-viewport {
  overflow: hidden;
  border-radius: var(--radius);
}
.store-carousel-track {
  display: flex;
  transition: transform 0.55s ease;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .store-carousel-track { transition: none; }
}
.carousel-slide {
  flex: 0 0 33.333333%;
  min-width: 33.333333%;
  box-shadow: none;
  padding: 0 0.45rem;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  .carousel-slide {
    flex: 0 0 50%;
    min-width: 50%;
  }
}
@media (max-width: 520px) {
  .carousel-slide {
    flex: 0 0 100%;
    min-width: 100%;
  }
}
.store-card--compact .store-card-media img {
  height: 160px;
}
.store-carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.store-carousel-controls button {
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.15rem;
  cursor: pointer;
  font-weight: 700;
}
.store-carousel-controls button:hover,
.store-carousel-controls button:focus-visible {
  background: var(--clay);
  color: #fff;
  border-color: var(--clay);
  outline: none;
}
.store-carousel-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.store-carousel-note {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

/* Tools page shop strip */
.shop-strip {
  margin: 2.4rem 0 1.2rem;
  padding: 1.4rem 1.3rem 1.5rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 24px;
}
.shop-strip-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.shop-strip-head h2 {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 560;
}
.shop-strip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.shop-strip .store-card {
  box-shadow: none;
}
.shop-strip .store-card-media img { height: 150px; padding: 0.7rem; }
.shop-strip .store-card-body h3 { font-size: 1.1rem; }
.shop-strip .store-blurb { display: none; }

/* Featured product callout */
.product-callout {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.1rem;
  align-items: center;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.1rem 1.2rem;
  margin: 1.6rem 0;
}
.product-callout img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 0.4rem;
}
.product-callout h2 {
  font-family: var(--serif);
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
}
.product-callout .store-card-actions { padding-top: 0.5rem; }
@media (max-width: 560px) {
  .product-callout {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .product-callout img { margin: 0 auto; }
  .product-callout .store-card-actions { justify-content: center; }
}
