
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root {
  --ivory: #fbf3e6;
  --paper: #f2e4d0;
  --cream: #fff9ef;
  --sand: #ead7bd;
  --ink: #282119;
  --muted: #675a4e;
  --clay: #a85f3f;
  --copper: #b87551;
  --umber: #4b3728;
  --sage: #71815f;
  --sage-soft: #e4ecd9;
  --mauve: #d9c8cc;
  --line: rgba(75,55,40,.18);
  --shadow: 0 20px 58px rgba(64,43,29,.14);
  --radius: 24px;
  --max: 1460px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(184,117,81,.16), transparent 28rem),
    radial-gradient(circle at 85% 0%, rgba(113,129,95,.12), transparent 30rem),
    linear-gradient(90deg, rgba(255,255,255,.25), transparent),
    var(--ivory);
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(75,55,40,.16) 1px, transparent 1px),
    radial-gradient(circle at 70% 40%, rgba(75,55,40,.10) 1px, transparent 1px);
  background-size: 18px 18px, 27px 27px;
  mix-blend-mode: multiply;
}
a { color: var(--umber); text-underline-offset: .18em; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.narrow { max-width: 860px; }
.skip-link {
  position: absolute; left: -999px; top: 1rem; z-index: 30;
  background: var(--ink); color: white; border-radius: 999px; padding: .7rem 1rem;
}
.skip-link:focus { left: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255,249,239,.90);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 74px;
  display: flex; align-items: center; justify-content: space-between; gap: 1.25rem;
}
.brand {
  display: flex; align-items: center; gap: .78rem; text-decoration: none; color: var(--ink);
  min-width: 275px;
}
.brand-symbol { width: 52px; height: 52px; border-radius: 999px; }
.brand-text strong {
  display: block; font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem; line-height: .94;
}
.brand-text small { display: block; color: var(--muted); font-size: .82rem; line-height: 1.1; margin-top: .25rem; }
.site-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .15rem; }
.nav-link {
  text-decoration: none; color: var(--ink); font-weight: 700;
  padding: .52rem .72rem; border-radius: 999px; font-size: .95rem;
}
.nav-link:hover, .nav-link.active { background: rgba(255,255,255,.55); box-shadow: inset 0 0 0 1px var(--line); }
.menu-button {
  display: none; border: 1px solid var(--line); background: var(--cream); color: var(--ink);
  border-radius: 999px; padding: .55rem .9rem; font: inherit;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--ink);
  line-height: 1.04;
  margin: 0 0 .75rem;
}
h1 { font-size: clamp(3.4rem, 5.4vw, 6.2rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.55rem, 2.4vw, 2.35rem); letter-spacing: -.02em; }
h3 { font-size: 1.35rem; }
p { margin-top: 0; }
.eyebrow {
  margin: 0 0 .8rem; color: var(--clay); text-transform: uppercase; letter-spacing: .17em;
  font-size: .78rem; font-weight: 900;
}
.small { font-size: .92rem; color: var(--muted); }
.center { text-align: center; }

.mockup-home { padding: 1.25rem 0 0; }
.home-composition {
  display: grid;
  grid-template-columns: minmax(620px, 1.12fr) minmax(430px, .88fr);
  gap: 1.25rem;
  align-items: start;
}
.left-stack, .right-stack { display: grid; gap: 1.25rem; }

.hero-card {
  position: relative;
  min-height: 590px;
  border-radius: 0 0 28px 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,249,239,.72) 0 0),
    radial-gradient(circle at 24% 32%, rgba(255,255,255,.75), transparent 22rem),
    var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-card::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.3), transparent 55%),
    radial-gradient(circle at 32% 28%, rgba(168,95,63,.12), transparent 20rem);
  pointer-events: none;
}
.hero-text {
  position: relative;
  z-index: 2;
  max-width: 580px;
  margin-left: clamp(1.6rem, 6vw, 7rem);
  padding-top: clamp(4rem, 8vw, 7rem);
}
.hero-text h1 { max-width: 700px; }
.hero-core {
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  color: var(--ink);
  font-weight: 500;
  max-width: 600px;
}
.ornament {
  width: 250px; height: 18px; margin: 1rem 0 1.25rem;
  border-top: 1px solid rgba(168,95,63,.45);
  position: relative;
}
.ornament::after {
  content: "";
  position: absolute; width: 11px; height: 11px; border: 1px solid var(--clay); border-radius: 50%;
  top: -6px; left: 50%; background: var(--ivory);
}
.brush-symbol {
  position: absolute;
  left: clamp(1rem, 3vw, 3rem);
  top: 3rem;
  width: 260px; height: 260px;
  opacity: .72;
}
.brush-symbol img { width: 100%; height: 100%; filter: sepia(.4) saturate(1.15); mix-blend-mode: multiply; }
.twig {
  position: absolute; width: 92px; height: 110px; border-left: 2px solid rgba(168,95,63,.55);
  transform: rotate(-28deg); left: 18px; bottom: 22px; border-radius: 50%;
}
.twig::before, .twig::after {
  content: ""; position: absolute; width: 34px; height: 22px; border-top: 2px solid rgba(168,95,63,.55);
  border-radius: 50%; left: -2px;
}
.twig::before { top: 30px; transform: rotate(35deg); }
.twig::after { top: 58px; transform: rotate(-25deg); }
.twig.two { left: 175px; transform: rotate(31deg) scaleX(-1); }

.landscape {
  position: absolute;
  left: 0; right: 0; bottom: 0; height: 210px;
  background:
    linear-gradient(180deg, rgba(243,218,190,0) 0%, rgba(196,164,130,.36) 35%, rgba(106,123,87,.72) 100%);
}
.sun {
  position: absolute; width: 62px; height: 62px; left: 52%; bottom: 40px;
  transform: translateX(-50%); border-radius: 50%; background: rgba(255,249,239,.8);
  box-shadow: 0 0 40px rgba(255,249,239,.75);
}
.hill {
  position: absolute; left: -8%; right: -8%; height: 170px; bottom: -35px;
  border-radius: 50% 50% 0 0; opacity: .92;
}
.hill.h1 { background: #596b50; clip-path: polygon(0 68%,13% 42%,25% 55%,39% 28%,55% 58%,72% 35%,88% 52%,100% 30%,100% 100%,0 100%); }
.hill.h2 { background: rgba(101,91,92,.66); bottom: 20px; clip-path: polygon(0 68%,14% 40%,28% 56%,42% 20%,59% 62%,73% 38%,88% 50%,100% 33%,100% 100%,0 100%); }
.hill.h3 { background: rgba(183,134,105,.55); bottom: 55px; clip-path: polygon(0 72%,16% 46%,31% 60%,45% 32%,58% 65%,72% 43%,86% 56%,100% 42%,100% 100%,0 100%); }

.button-row { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.25rem; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 2.85rem;
  padding: .7rem 1.15rem; border-radius: 999px; text-decoration: none; font-weight: 800;
  border: 1px solid var(--umber); cursor: pointer; font: inherit;
}
.button.primary { background: var(--clay); border-color: var(--clay); color: white; }
.button.secondary { background: rgba(255,249,239,.8); color: var(--umber); }
.small-button { min-height: 2.3rem; padding: .45rem .8rem; font-size: .95rem; }

.offer-section, .side-panel, .promise-panel, .feature-panel, .footer-top {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,249,239,.86), rgba(248,239,224,.82));
  box-shadow: var(--shadow);
}
.offer-section { padding: 1.35rem; }
.section-title {
  display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 1rem;
  text-align: center;
}
.section-title span {
  width: 72px; height: 1px; background: rgba(168,95,63,.45);
}
.section-title h2 {
  margin: 0; font-family: "Source Sans 3", sans-serif; font-size: .9rem;
  text-transform: uppercase; letter-spacing: .12em; font-weight: 900;
}
.section-title.compact span { width: 48px; }
.offer-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .75rem;
}
.offer-card {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: .35rem;
  color: var(--ink); text-decoration: none;
  min-height: 168px; padding: .9rem .7rem;
  border-radius: 18px;
  background: rgba(255,249,239,.65);
  border: 1px solid rgba(75,55,40,.12);
}
.offer-card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(64,43,29,.1); }
.offer-card strong { font-size: 1.08rem; }
.offer-card span { font-size: .9rem; color: var(--muted); line-height: 1.3; }
.offer-card em { margin-top: auto; font-size: .85rem; font-style: normal; color: var(--clay); font-weight: 800; }

.icon svg { width: 42px; height: 42px; color: var(--clay); }
.offer-card .icon svg { width: 48px; height: 48px; color: var(--umber); }
.panel-icon svg { width: 78px; height: 78px; color: var(--sage); }
.feature-icon svg { width: 110px; height: 110px; color: var(--umber); }

.promise-panel {
  display: grid; grid-template-columns: 96px 1fr; gap: 1rem; align-items: center;
  padding: 1.15rem 1.25rem;
}
.promise-panel h2 { font-size: 1.55rem; margin-bottom: .35rem; }
.promise-panel p { margin: 0; color: var(--muted); }

.side-panel { padding: 1.25rem; }
.mini-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .9rem .65rem;
}
.mini-pillar { display: grid; justify-items: center; text-align: center; gap: .25rem; font-weight: 800; font-size: .86rem; }
.mini-pillar .icon {
  width: 66px; height: 66px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(232,217,196,.72); border: 1px solid rgba(75,55,40,.12);
}
.mini-pillar .icon svg { width: 34px; height: 34px; color: var(--umber); }
.circle-steps {
  list-style: none; padding: 0; margin: 1rem 0 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .55rem;
}
.circle-steps li { text-align: center; position: relative; }
.circle-steps span {
  width: 54px; height: 54px; margin: 0 auto .45rem; border-radius: 50%;
  display: grid; place-items: center; color: var(--clay); font-weight: 900;
  background: rgba(255,249,239,.85); border: 1px solid rgba(168,95,63,.35);
}
.circle-steps strong { display: block; font-size: .86rem; }
.circle-steps p { font-size: .8rem; color: var(--muted); margin: .25rem 0 0; line-height: 1.25; }

.feature-panel {
  display: grid; grid-template-columns: 42% 1fr; overflow: hidden;
  min-height: 175px;
}
.feature-illustration {
  position: relative; display: grid; place-items: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(255,249,239,.8), transparent 5rem),
    linear-gradient(135deg, rgba(113,129,95,.44), rgba(184,117,81,.25));
}
.tree-shape {
  position: absolute; width: 130px; height: 130px; border-radius: 50%;
  background: rgba(75,55,40,.12); left: 18px; top: 18px;
}
.feature-panel > div:last-child { padding: 1.15rem; }
.feature-panel h2 { font-size: 1.55rem; }

.support-shop-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.25rem; }
.support-mini h2, .shop-mini h2 { font-size: 1.45rem; }
.support-mini ul { padding-left: 1.1rem; columns: 2; color: var(--muted); margin: .75rem 0; }
.shop-mini .icon svg { width: 62px; height: 62px; color: var(--sage); }

.page-hero {
  padding: 4rem 0 2.8rem;
  background:
    radial-gradient(circle at 12% 5%, rgba(168,95,63,.14), transparent 20rem),
    linear-gradient(180deg, rgba(255,249,239,.45), transparent);
}
.page-hero h1 { max-width: 900px; }
.lead { color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.45rem); max-width: 820px; }
.section { padding: 3.2rem 0; }
.section.cream { background: rgba(255,249,239,.44); border-block: 1px solid rgba(75,55,40,.08); }
.section.sage { background: linear-gradient(90deg, rgba(228,236,217,.82), rgba(255,249,239,.35)); border-block: 1px solid rgba(113,129,95,.18); }

.card-grid, .pillar-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: 1.25rem;
}
.card, .soft-panel, .practice-card, .notice, .form-card, .numbered-cards article, .split-amounts div {
  background: rgba(255,249,239,.84); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: 0 16px 46px rgba(64,43,29,.09);
}
.card { padding: 1.25rem; }
.card h2 { font-size: 1.6rem; margin-top: .45rem; }
.card p { color: var(--muted); }
.text-link { font-weight: 900; text-decoration: none; border-bottom: 2px solid rgba(168,95,63,.3); }
.two-col, .intro-panel, .pathway, .support-coming, .shop-placeholder {
  display: grid; grid-template-columns: minmax(0,1fr) minmax(300px, .9fr); gap: 1.25rem; align-items: center;
}
.quote-panel { padding: 1.3rem; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.2rem; color: var(--umber); }
.quote-panel p { margin: 0; }
.numbered-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .85rem; }
.numbered-cards article { display: flex; gap: .8rem; align-items: flex-start; padding: 1rem; }
.numbered-cards span, .stepper span {
  width: 2.15rem; height: 2.15rem; flex: 0 0 2.15rem; border-radius: 50%; display: grid; place-items: center;
  background: var(--umber); color: white; font-weight: 900;
}
.check-list { padding-left: 1.1rem; }
.check-list li { margin: .45rem 0; }
.check-list.columns { columns: 2; column-gap: 2rem; }
.return-list { list-style: none; padding: 0; display: grid; gap: .7rem; }
.return-list li { background: rgba(255,249,239,.8); border: 1px solid var(--line); border-radius: 18px; padding: .8rem 1rem; }
.return-list strong { display: block; color: var(--umber); }
.return-list span { color: var(--muted); }
.practice-card { padding: 1.3rem; }
.practice-card p { font-weight: 800; color: var(--umber); }
.stepper { list-style:none; padding:0; display:grid; gap:.75rem; }
.stepper.horizontal { grid-template-columns:repeat(4,minmax(0,1fr)); }
.stepper li { background:rgba(255,249,239,.8); border:1px solid var(--line); border-radius:22px; padding:1rem; }
.notice { padding: 1rem 1.1rem; border-left: 6px solid var(--sage); margin: 1rem 0; }
.form-card { display: grid; gap: 1rem; padding: 1.3rem; max-width: 780px; }
label { display: grid; gap: .35rem; color: var(--umber); font-weight: 900; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: .8rem .9rem;
  background: white; color: var(--ink); font: inherit;
}
textarea { resize: vertical; }
.hidden { display: none; }
.split-amounts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem; }
.split-amounts div { padding: 1.1rem; text-align: center; }
.split-amounts strong {
  display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 3.4rem; color: var(--clay); line-height: .9;
}
.split-amounts span { display:block; color:var(--muted); font-weight:900; }
.shop-big svg { width: 180px; height: 180px; color: var(--clay); }
.shop-art { min-height: 260px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(168,95,63,.17), rgba(113,129,95,.14)); border-radius: 40px; border: 1px solid var(--line); }
.faq { max-width: 860px; }
.faq h2 { margin-top: 1.5rem; font-size: 1.7rem; }

.site-footer {
  margin-top: 2rem;
  background: linear-gradient(180deg, rgba(113,129,95,.30), rgba(75,55,40,.15));
  border-top: 1px solid var(--line);
}
.footer-top {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem;
  transform: translateY(-1rem);
  padding: 1.4rem;
  background: rgba(113,129,95,.28);
}
.footer-quote {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem; color: var(--cream);
  text-shadow: 0 1px 1px rgba(0,0,0,.15);
}
.footer-note { color: var(--cream); }
.footer-note h2 { color: var(--cream); font-size: 1.4rem; }
.footer-note a { color: var(--cream); }
.footer-main {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem;
  padding: 1.4rem 0 2.4rem;
}
.footer-logo { width: min(330px, 100%); height: auto; }
.footer-main h2 { font-size: 1.35rem; }
.footer-links { display: grid; gap: .28rem; }

@media (max-width: 1200px) {
  .home-composition { grid-template-columns: 1fr; }
  .right-stack { grid-template-columns: 1fr 1fr; }
  .promise-panel, .circle-path-panel, .support-shop-grid { grid-column: 1 / -1; }
}
@media (max-width: 980px) {
  .menu-button { display: inline-flex; }
  .site-nav {
    display: none; position: absolute; top: 74px; left: 1rem; right: 1rem;
    background: rgba(255,249,239,.98); border: 1px solid var(--line);
    border-radius: 22px; box-shadow: var(--shadow); padding: .75rem; justify-content: flex-start;
  }
  .site-nav.open { display: flex; }
  .brand { min-width: unset; }
  .brand-text small { display: none; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .right-stack, .two-col, .intro-panel, .pathway, .support-coming, .shop-placeholder, .footer-top, .footer-main { grid-template-columns: 1fr; }
  .feature-panel, .support-shop-grid, .circle-steps, .stepper.horizontal, .split-amounts, .card-grid, .pillar-grid, .numbered-cards { grid-template-columns: 1fr; }
  .hero-card { min-height: 690px; }
  .hero-text { margin-left: 1.3rem; margin-right: 1.3rem; padding-top: 3rem; }
  .brush-symbol { opacity: .18; left: auto; right: 1rem; top: 1rem; }
  .check-list.columns { columns: 1; }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(3rem, 16vw, 4.35rem); }
  .offer-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 740px; }
  .landscape { height: 180px; }
  .mini-pillars { grid-template-columns: repeat(2,1fr); }
}
/* Motion reduction is user-controlled, not automatic.
   The previous automatic OS-reduced-motion default suppressed approved UI animation.
   Use the motion toggle, which sets html[data-motion="reduced"]. */
html[data-motion="reduced"] *, html[data-motion="reduced"] *::before, html[data-motion="reduced"] *::after {
  scroll-behavior: auto !important;
  transition-duration: .001ms !important;
  animation-duration: .001ms !important;
}


/* ============================================================
   v4 header + hero asset integration
   ============================================================ */

.site-header {
  background: rgba(255, 249, 239, .94);
  border-bottom: 1px solid rgba(75, 55, 40, .16);
  box-shadow: 0 8px 24px rgba(75, 55, 40, .06);
}

.brand {
  gap: .9rem;
  min-width: 310px;
}

.brand-symbol {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 999px;
  display: block;
}

.brand-text strong {
  font-size: 1.76rem;
  line-height: .95;
}

.brand-text small {
  font-size: .86rem;
  color: #5f5246;
}

.nav-link {
  font-size: 1rem;
  padding: .55rem .82rem;
}

.nav-link:hover,
.nav-link.active {
  background: #fff9ef;
  box-shadow: inset 0 0 0 1px rgba(75, 55, 40, .18);
}

.hero-card {
  min-height: 590px;
  background-image:
    linear-gradient(90deg, rgba(242, 228, 208, .18), rgba(242, 228, 208, .04) 48%, rgba(242, 228, 208, .10)),
    url("../img/home-hero-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-card::before {
  background:
    linear-gradient(90deg, rgba(255, 249, 239, .46), rgba(255, 249, 239, .18) 42%, rgba(255, 249, 239, .03) 70%),
    radial-gradient(circle at 28% 38%, rgba(255, 249, 239, .28), transparent 18rem);
}

.hero-text {
  max-width: 660px;
  margin-left: clamp(2rem, 7vw, 8rem);
  padding-top: clamp(4rem, 7vw, 6.5rem);
  padding-bottom: 7.2rem;
}

.hero-text h1 {
  font-size: clamp(3rem, 4.75vw, 5.35rem);
  line-height: 1.03;
  max-width: 640px;
}

.hero-phrase-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.05rem 0 1.2rem;
}

.hero-phrase-pills span {
  background: rgba(255, 249, 239, .88);
  border: 1px solid rgba(75, 55, 40, .18);
  border-radius: 999px;
  padding: .52rem .78rem;
  font-weight: 800;
  color: #4b3728;
  box-shadow: 0 8px 20px rgba(75, 55, 40, .08);
}

.hero-core {
  display: none !important;
}

.hero-card .button-row {
  margin-top: 1.1rem;
  margin-bottom: 0;
}

.brush-symbol,
.twig,
.landscape,
.sun,
.hill {
  display: none !important;
}

@media (max-width: 980px) {
  .brand {
    min-width: unset;
  }

  .hero-card {
    min-height: 700px;
    background-position: 34% center;
  }

  .hero-text {
    margin-left: 1.35rem;
    margin-right: 1.35rem;
    padding-top: 3.2rem;
    padding-bottom: 7rem;
  }

  .hero-text h1 {
    font-size: clamp(2.85rem, 13vw, 4.35rem);
  }
}

@media (max-width: 560px) {
  .brand-symbol {
    width: 50px;
    height: 50px;
  }

  .hero-card {
    min-height: 740px;
    background-position: 30% center;
  }
}


/* ============================================================
   v5 right-side panel asset integration + approved hero polish
   ============================================================ */

/* Small accepted hero polish */
.hero-card {
  background-position: 48% center;
}

.hero-card::before {
  background:
    linear-gradient(90deg, rgba(255, 249, 239, .50), rgba(255, 249, 239, .20) 44%, rgba(255, 249, 239, .04) 72%),
    linear-gradient(0deg, rgba(75, 55, 40, .10), transparent 26%),
    radial-gradient(circle at 28% 38%, rgba(255, 249, 239, .30), transparent 18rem);
}

.hero-text {
  margin-left: clamp(2.4rem, 7.5vw, 8.6rem);
  padding-top: clamp(4.35rem, 7.2vw, 6.8rem);
}

.hero-text h1 {
  text-shadow: 0 1px 0 rgba(255, 249, 239, .35);
}

.hero-phrase-pills span {
  background: rgba(255, 249, 239, .92);
}

/* Promise panel polish */
.promise-panel {
  grid-template-columns: 122px 1fr;
  gap: 1.25rem;
  align-items: center;
  min-height: 132px;
  background:
    linear-gradient(180deg, rgba(255, 249, 239, .92), rgba(247, 238, 224, .88)),
    url("../img/card-paper-texture.png");
  background-size: cover;
  position: relative;
}

.promise-panel::after {
  content: "";
  position: absolute;
  left: 136px;
  top: 24px;
  bottom: 24px;
  width: 1px;
  background: rgba(168, 95, 63, .30);
}

.promise-art {
  display: grid;
  justify-items: center;
  gap: .25rem;
}

.promise-art img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 50%;
  mix-blend-mode: multiply;
}

.promise-art span {
  font-size: .64rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
  color: #7a6a5a;
}

.promise-panel h2 {
  font-size: 1.75rem;
  margin-bottom: .25rem;
}

/* Seven Pillars asset medallions */
.pillars-panel {
  background:
    linear-gradient(180deg, rgba(255, 249, 239, .91), rgba(248, 239, 225, .88)),
    url("../img/card-paper-texture.png");
  background-size: cover;
}

.mini-pillars {
  grid-template-columns: repeat(4, 1fr);
  gap: .95rem .8rem;
  align-items: start;
}

.mini-pillar {
  font-size: .92rem;
  gap: .35rem;
}

.mini-pillar img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(75, 55, 40, .09);
  mix-blend-mode: multiply;
}

.mini-pillar .icon {
  display: none;
}

.mini-pillar span {
  color: #30271f;
}

/* Circle path asset integration */
.circle-path-panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 249, 239, .91), rgba(248, 239, 225, .88)),
    url("../img/card-paper-texture.png");
  background-size: cover;
}

.circle-path-panel::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 52%;
  height: 42px;
  background: url("../img/circle-path-line.png") center / contain no-repeat;
  opacity: .42;
  pointer-events: none;
}

.circle-steps {
  position: relative;
  z-index: 1;
  align-items: start;
  gap: .7rem;
}

.circle-steps li {
  background: rgba(255, 249, 239, .52);
  border: 1px solid rgba(75, 55, 40, .08);
  border-radius: 18px;
  padding: .55rem .45rem .65rem;
}

.path-icon-wrap {
  position: relative;
  width: 82px;
  height: 82px;
  margin: 0 auto .45rem;
}

.path-icon-wrap img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(75, 55, 40, .08);
  mix-blend-mode: multiply;
}

.path-icon-wrap b {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff9ef;
  border: 1px solid rgba(168, 95, 63, .35);
  color: #a85f3f;
  font-size: .78rem;
  font-weight: 900;
}

.circle-steps span {
  display: none;
}

.circle-steps strong {
  font-size: .9rem;
  color: #30271f;
}

.circle-steps p {
  font-size: .82rem;
  line-height: 1.25;
}

/* Section title polish */
.section-title h2 {
  letter-spacing: .145em;
}

.section-title span {
  background: rgba(168, 95, 63, .48);
}

/* Responsive right-panel polish */
@media (max-width: 1200px) {
  .promise-panel::after {
    display: none;
  }

  .mini-pillars {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 760px) {
  .promise-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mini-pillars {
    grid-template-columns: repeat(2, 1fr);
  }

  .circle-path-panel::after {
    display: none;
  }

  .circle-steps {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   v6-v8 Seven Pillars override blocks retired

   Keep the original Seven Pillars spacing/layout now that the
   cropped pillar artwork has been replaced with centered versions.
   ============================================================ */

/* What We Offer: generated assets + 4/3 layout */
.offer-section {
  padding: 1.45rem 1.35rem 1.55rem;
  background:
    linear-gradient(180deg, rgba(255, 249, 239, .90), rgba(248, 239, 225, .88)),
    url("../img/card-paper-texture.png");
  background-size: cover;
}

.offer-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .9rem;
  align-items: stretch;
}

.offer-card {
  grid-column: span 3;
  min-height: 225px;
  padding: 1rem .85rem .9rem;
  position: relative;
  overflow: hidden;
  border-color: rgba(75, 55, 40, .14);
}

.offer-card:nth-child(n+5) {
  grid-column: span 4;
}

.offer-card img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: .25rem;
  mix-blend-mode: multiply;
  box-shadow: 0 8px 18px rgba(75, 55, 40, .08);
}

.offer-card .icon {
  display: none;
}

.offer-card strong {
  font-size: 1.18rem;
  line-height: 1.1;
}

.offer-card span {
  font-size: .96rem;
  line-height: 1.32;
}

.offer-card em {
  font-size: .92rem;
  color: #a85f3f;
  font-weight: 900;
  margin-top: .7rem;
}

.offer-card.tint-cream {
  background: rgba(255, 249, 239, .78);
}

.offer-card.tint-sage {
  background: rgba(228, 236, 217, .56);
}

.offer-card.tint-clay {
  background: rgba(242, 228, 208, .70);
}

.offer-card.tint-mauve {
  background: rgba(217, 200, 204, .34);
}

.offer-card.tint-sand {
  background: rgba(234, 215, 189, .52);
}

.coming-badge {
  position: absolute;
  top: .55rem;
  right: .55rem;
  z-index: 1;
  display: inline-flex;
  border-radius: 999px;
  padding: .22rem .46rem;
  background: rgba(168, 95, 63, .12);
  border: 1px solid rgba(168, 95, 63, .20);
  color: #7d4d38 !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .62rem !important;
  font-weight: 900;
  line-height: 1;
}

/* Keep mobile safe */
@media (max-width: 980px) {
  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-card,
  .offer-card:nth-child(n+5) {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .mini-pillar:nth-child(n+5) img {
    transform: none;
  }
}


/* ============================================================
   v10 Circles feature generated illustration integration
   ============================================================ */

.circles-feature {
  align-items: center;
  gap: 1.45rem;
  background:
    linear-gradient(180deg, rgba(255, 249, 239, .92), rgba(248, 239, 225, .88)),
    url("../img/card-paper-texture.png");
  background-size: cover;
}

.feature-illustration.feature-circles-local-hearts {
  min-height: 270px;
  border-radius: 30px;
  border: 1px solid rgba(75, 55, 40, .13);
  background: rgba(255, 249, 239, .55);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 249, 239, .28);
}

.feature-illustration.feature-circles-local-hearts img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.circles-feature h2 {
  font-size: clamp(1.9rem, 2.4vw, 2.6rem);
}

.circles-feature p {
  font-size: 1.04rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .feature-illustration.feature-circles-local-hearts,
  .feature-illustration.feature-circles-local-hearts img {
    min-height: 230px;
  }
}


/* ============================================================
   v11 Support + Future Shop generated image integration
   ============================================================ */

.support-shop-grid {
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.support-card-panel,
.shop-card-panel {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1.05rem;
  align-items: center;
  padding: 1.05rem;
  background:
    linear-gradient(180deg, rgba(255, 249, 239, .92), rgba(248, 239, 225, .88)),
    url("../img/card-paper-texture.png");
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.shop-card-panel {
  grid-template-columns: 138px 1fr;
}

.support-shop-art {
  min-height: 168px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 249, 239, .62);
  border: 1px solid rgba(75, 55, 40, .12);
  box-shadow: inset 0 0 0 1px rgba(255, 249, 239, .35);
}

.support-shop-art img {
  width: 100%;
  height: 100%;
  min-height: 168px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.support-card-copy {
  min-width: 0;
}

.mini-status-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: .25rem .5rem;
  background: rgba(168, 95, 63, .12);
  border: 1px solid rgba(168, 95, 63, .22);
  color: #7d4d38;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .64rem;
  font-weight: 900;
  margin-bottom: .4rem;
}

.support-mini h2,
.shop-mini h2 {
  font-size: 1.55rem;
  margin: .1rem 0 .35rem;
}

.support-mini p,
.shop-mini p {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
}

.support-mini p strong {
  color: #4b3728;
}

.care-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .35rem .75rem;
  padding: 0 !important;
  margin: .75rem 0 .7rem !important;
  columns: auto !important;
  list-style: none;
}

.care-list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.25;
}

.care-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #7b8b62;
  font-weight: 900;
}

.shop-card-panel .support-card-copy {
  align-self: center;
}

@media (max-width: 1200px) {
  .support-card-panel,
  .shop-card-panel {
    grid-template-columns: 1fr;
  }

  .support-shop-art {
    min-height: 185px;
  }

  .support-shop-art img {
    min-height: 185px;
  }
}

@media (max-width: 760px) {
  .support-shop-grid {
    grid-template-columns: 1fr;
  }

  .care-list {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   v12 Stay Connected band + footer polish
   ============================================================ */

.stay-connected-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(240px, 38%) 1fr;
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
  margin: 1.5rem auto 0;
  max-width: 1180px;
  padding: clamp(1.35rem, 3vw, 2.4rem);
  border-radius: 34px;
  border: 1px solid rgba(75, 55, 40, .16);
  background:
    linear-gradient(135deg, rgba(88, 105, 72, .95), rgba(116, 132, 93, .92)),
    url("../img/card-paper-texture.png");
  background-size: cover;
  color: #fff9ef;
  box-shadow: 0 18px 46px rgba(75, 55, 40, .16);
}

.stay-connected-ornament {
  min-height: 210px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 249, 239, .14);
  border: 1px solid rgba(255, 249, 239, .24);
}

.stay-connected-ornament img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: center;
  display: block;
  mix-blend-mode: screen;
  opacity: .82;
}

.stay-connected-copy {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.quote-line {
  margin: 0 0 .85rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.18;
  color: #fff9ef;
}

.stay-connected-band h2 {
  margin: 0 0 .35rem;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  color: #fff9ef;
}

.stay-connected-band p {
  color: rgba(255, 249, 239, .88);
  line-height: 1.55;
}

.email-link {
  display: inline-flex;
  margin-top: .35rem;
  color: #fff9ef;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.email-link:hover {
  color: #f2e4d0;
}

.site-footer {
  margin-top: 2rem;
  padding: 2rem 0 0;
  background:
    linear-gradient(180deg, rgba(69, 54, 42, .97), rgba(48, 39, 31, .98));
  color: #fff9ef;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.1rem 1.6rem;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(420px, 1.45fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.footer-brand {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: .95rem;
  align-items: start;
}

.footer-logo {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.footer-brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  color: #fff9ef;
}

.footer-brand p {
  margin: .25rem 0 0;
  color: rgba(255, 249, 239, .78);
  line-height: 1.45;
}

.footer-stage {
  font-size: .92rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.footer-links h2 {
  margin: 0 0 .65rem;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #f2e4d0;
}

.footer-links a {
  display: block;
  color: rgba(255, 249, 239, .82);
  text-decoration: none;
  padding: .18rem 0;
  line-height: 1.35;
}

.footer-links a:hover {
  color: #fff9ef;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 249, 239, .14);
  padding: .85rem 1.1rem;
  display: flex;
  justify-content: center;
  gap: 1rem 2rem;
  flex-wrap: wrap;
  color: rgba(255, 249, 239, .70);
  font-size: .88rem;
  text-align: center;
}

@media (max-width: 900px) {
  .stay-connected-band {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .stay-connected-band {
    border-radius: 24px;
  }

  .footer-brand {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   v15 bottom homepage hotfix
   Support/Future Shop + Stay Connected
   ============================================================ */

/* Support + Future Shop should be stacked horizontal panels, not narrow columns. */
.support-shop-grid.bottom-homepage-cards {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 1rem;
}

.support-shop-grid.bottom-homepage-cards .support-card-panel,
.support-shop-grid.bottom-homepage-cards .shop-card-panel {
  display: grid;
  grid-template-columns: 138px 1fr !important;
  min-height: 0;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  overflow: hidden;
}

.support-shop-grid.bottom-homepage-cards .support-shop-art {
  min-height: 132px;
  height: 132px;
  border-radius: 22px;
}

.support-shop-grid.bottom-homepage-cards .support-shop-art img {
  min-height: 132px;
  height: 132px;
  object-fit: cover;
}

.support-shop-grid.bottom-homepage-cards .support-card-copy {
  min-width: 0;
}

.support-shop-grid.bottom-homepage-cards h2 {
  font-size: 1.45rem;
  line-height: 1.05;
  margin: .1rem 0 .35rem;
}

.support-shop-grid.bottom-homepage-cards p {
  font-size: .95rem;
  line-height: 1.38;
}

.support-shop-grid.bottom-homepage-cards a {
  display: inline-flex;
  margin-top: .55rem;
  font-weight: 900;
  color: #7d4d38;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.simple-care-list,
.care-list.simple-care-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: .28rem !important;
  margin: .65rem 0 .25rem !important;
}

.simple-care-list li,
.care-list.simple-care-list li {
  font-size: .9rem;
  line-height: 1.25;
  white-space: normal;
}

.support-shop-grid.bottom-homepage-cards .mini-status-badge {
  margin-bottom: .35rem;
}

/* Stay Connected should use botanical art as a soft background, not as a separate empty box. */
.stay-connected-band.stay-connected-background {
  display: block !important;
  max-width: 980px;
  min-height: 0;
  padding: clamp(2.1rem, 4vw, 3.15rem);
  border-radius: 34px;
  background-image:
    linear-gradient(90deg, rgba(91, 108, 75, .95), rgba(112, 130, 93, .88)),
    url("../img/footer-botanical-accent.png"),
    linear-gradient(135deg, #5f704f, #7b8f66);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, left center, center;
  background-size: cover, min(430px, 46%) auto, cover;
  background-blend-mode: normal, screen, normal;
}

.stay-connected-band.stay-connected-background::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 24% 45%, rgba(255, 249, 239, .16), transparent 16rem),
    radial-gradient(circle at 85% 15%, rgba(255, 249, 239, .09), transparent 14rem);
  pointer-events: none;
}

.stay-connected-band.stay-connected-background .stay-connected-copy {
  max-width: 720px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.stay-connected-band.stay-connected-background .quote-line {
  font-size: clamp(1.65rem, 2.6vw, 2.55rem);
}

.stay-connected-band.stay-connected-background h2 {
  font-size: clamp(2rem, 3vw, 2.85rem);
}

.stay-connected-band.stay-connected-background p {
  max-width: 640px;
}

/* The old separate ornament box should not display if any old markup remains. */
.stay-connected-band.stay-connected-background .stay-connected-ornament {
  display: none !important;
}

@media (max-width: 760px) {
  .support-shop-grid.bottom-homepage-cards .support-card-panel,
  .support-shop-grid.bottom-homepage-cards .shop-card-panel {
    grid-template-columns: 110px 1fr !important;
  }

  .support-shop-grid.bottom-homepage-cards .support-shop-art,
  .support-shop-grid.bottom-homepage-cards .support-shop-art img {
    height: 118px;
    min-height: 118px;
  }

  .stay-connected-band.stay-connected-background {
    background-size: cover, 72% auto, cover;
    background-position: center, center bottom, center;
  }

  .stay-connected-band.stay-connected-background .stay-connected-copy {
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  .support-shop-grid.bottom-homepage-cards .support-card-panel,
  .support-shop-grid.bottom-homepage-cards .shop-card-panel {
    grid-template-columns: 1fr !important;
  }

  .support-shop-grid.bottom-homepage-cards .support-shop-art,
  .support-shop-grid.bottom-homepage-cards .support-shop-art img {
    height: 165px;
    min-height: 165px;
  }
}


/* ============================================================
   v16 homepage bottom flow fix
   Moves Support/Future Shop out of right column and fixes the
   green Stay Connected band width/balance.
   ============================================================ */

.homepage-bottom-flow {
  padding: clamp(.8rem, 2vw, 1.4rem) 0 0;
}

.homepage-bottom-flow .container {
  max-width: 1180px;
}

/* Support + Future Shop now live as a full-width bottom section. */
.homepage-bottom-flow .support-shop-grid.full-width-bottom-cards {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr) !important;
  gap: 1.25rem;
  align-items: stretch;
  margin: 0;
}

.homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .support-card-panel,
.homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .shop-card-panel {
  height: 100%;
  min-height: 190px;
  display: grid;
  grid-template-columns: 155px 1fr !important;
  gap: 1.15rem;
  align-items: center;
  padding: 1.15rem;
}

.homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .support-shop-art {
  height: 150px;
  min-height: 150px;
  border-radius: 24px;
}

.homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .support-shop-art img {
  height: 150px;
  min-height: 150px;
  object-fit: cover;
}

.homepage-bottom-flow .support-shop-grid.full-width-bottom-cards h2 {
  font-size: 1.55rem;
}

.homepage-bottom-flow .support-shop-grid.full-width-bottom-cards p {
  font-size: .98rem;
  line-height: 1.42;
}

.homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .simple-care-list,
.homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .care-list.simple-care-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: .34rem !important;
}

.homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .simple-care-list li,
.homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .care-list.simple-care-list li {
  font-size: .92rem;
}

/* The two-column top grid should end before the full-width bottom flow begins. */
.right-stack > .support-shop-grid,
.right-stack > .bottom-homepage-cards {
  display: none !important;
}

/* Stay Connected: full content width, balanced text, botanical as a full-card background. */
.homepage-bottom-flow .stay-connected-band.stay-connected-background {
  width: 100%;
  max-width: none;
  margin: clamp(1.25rem, 2.5vw, 1.8rem) 0 0;
  padding: clamp(2.4rem, 4.5vw, 3.85rem) clamp(1.6rem, 5vw, 4.8rem);
  display: block !important;
  text-align: center;
  background-image:
    linear-gradient(90deg, rgba(91, 108, 75, .94), rgba(112, 130, 93, .90)),
    url("../img/footer-botanical-accent.png"),
    linear-gradient(135deg, #5f704f, #7b8f66);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, center, center;
  background-size: cover, min(1000px, 94%) auto, cover;
  background-blend-mode: normal, soft-light, normal;
}

.homepage-bottom-flow .stay-connected-band.stay-connected-background::before {
  background:
    radial-gradient(circle at 20% 45%, rgba(255, 249, 239, .10), transparent 18rem),
    radial-gradient(circle at 82% 25%, rgba(255, 249, 239, .10), transparent 18rem);
}

.homepage-bottom-flow .stay-connected-band.stay-connected-background .stay-connected-copy {
  max-width: 780px !important;
  margin: 0 auto !important;
  text-align: center;
}

.homepage-bottom-flow .stay-connected-band.stay-connected-background .quote-line {
  font-size: clamp(1.8rem, 3vw, 2.85rem);
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-bottom-flow .stay-connected-band.stay-connected-background h2 {
  font-size: clamp(2rem, 3vw, 2.9rem);
}

.homepage-bottom-flow .stay-connected-band.stay-connected-background p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-bottom-flow .stay-connected-band.stay-connected-background .email-link {
  justify-content: center;
}

/* Keep footer visually attached without a big dead zone. */
.homepage-bottom-flow + .site-footer,
.site-footer {
  margin-top: 1.6rem;
}

@media (max-width: 980px) {
  .homepage-bottom-flow .support-shop-grid.full-width-bottom-cards {
    grid-template-columns: 1fr !important;
  }

  .homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .support-card-panel,
  .homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .shop-card-panel {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .support-card-panel,
  .homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .shop-card-panel {
    grid-template-columns: 1fr !important;
  }

  .homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .support-shop-art,
  .homepage-bottom-flow .support-shop-grid.full-width-bottom-cards .support-shop-art img {
    height: 165px;
    min-height: 165px;
  }

  .homepage-bottom-flow .stay-connected-band.stay-connected-background {
    background-size: cover, 150% auto, cover;
    padding: 2rem 1.2rem;
  }
}


/* ============================================================
   v18 DRAFT PREVIEW — alignment correction, not packaged yet

   Requested:
   - Future Shop under Circles in the right column.
   - Future Shop stretches so its bottom border aligns with What We Offer.
   - Support spans the full combined homepage width.
   - Stay Connected spans the same full combined homepage width.
   ============================================================ */

/* Make left and right top-grid columns share the same total row height. */
.home-composition {
  align-items: stretch !important;
}

/* Let the right column stretch to the same bottom as the left column. */
.home-composition > .left-stack,
.home-composition > .right-stack {
  height: 100%;
}

/* Right column: normal panels first, Future Shop fills the remaining height. */
.home-composition > .right-stack {
  display: grid !important;
  grid-template-rows: auto auto auto auto minmax(180px, 1fr);
  align-content: stretch;
}

/* Future Shop returned under Circles and stretched to align with What We Offer bottom. */
.right-stack .shop-card-panel.right-column-future-shop {
  display: grid !important;
  grid-template-columns: 170px 1fr !important;
  gap: 1.15rem;
  align-items: center;
  height: 100%;
  min-height: 210px;
  padding: 1.15rem;
  margin-top: 0;
  background:
    linear-gradient(180deg, rgba(255, 249, 239, .94), rgba(248, 239, 225, .90)),
    url("../img/card-paper-texture.png");
  background-size: cover;
}

.right-stack .shop-card-panel.right-column-future-shop .support-shop-art,
.right-stack .shop-card-panel.right-column-future-shop .support-shop-art img {
  height: 160px;
  min-height: 160px;
  border-radius: 24px;
  object-fit: cover;
}

.right-stack .shop-card-panel.right-column-future-shop h2 {
  font-size: 1.65rem;
  margin: .12rem 0 .35rem;
}

.right-stack .shop-card-panel.right-column-future-shop p {
  font-size: 1rem;
  line-height: 1.42;
}

.right-stack .shop-card-panel.right-column-future-shop a {
  display: inline-flex;
  margin-top: .55rem;
  font-weight: 900;
}

/* Bottom flow now uses the exact same max width as the homepage grid. */
.homepage-bottom-flow.homepage-bottom-flow-v18 {
  padding: clamp(1.15rem, 2.4vw, 1.85rem) 0 0;
  clear: both;
}

.homepage-bottom-flow.homepage-bottom-flow-v18 .container {
  width: min(var(--max), calc(100% - 2rem)) !important;
  max-width: var(--max) !important;
  margin-left: auto;
  margin-right: auto;
}

/* Support spans from left edge of What We Offer to right edge of the right column. */
.homepage-bottom-flow-v18 .support-shop-grid.single-support-row {
  display: block !important;
  margin: 0;
  width: 100%;
}

.homepage-bottom-flow-v18 .support-card-panel.full-width-support-card {
  display: grid !important;
  grid-template-columns: 190px 1fr !important;
  gap: 1.35rem;
  align-items: center;
  width: 100%;
  min-height: 190px;
  padding: 1.3rem;
  background:
    linear-gradient(180deg, rgba(255, 249, 239, .94), rgba(248, 239, 225, .90)),
    url("../img/card-paper-texture.png");
  background-size: cover;
}

.homepage-bottom-flow-v18 .support-card-panel.full-width-support-card .support-shop-art,
.homepage-bottom-flow-v18 .support-card-panel.full-width-support-card .support-shop-art img {
  height: 150px;
  min-height: 150px;
  border-radius: 24px;
  object-fit: cover;
}

.homepage-bottom-flow-v18 .support-card-panel.full-width-support-card h2 {
  font-size: 1.75rem;
}

.homepage-bottom-flow-v18 .support-card-panel.full-width-support-card p {
  max-width: 920px;
  font-size: 1rem;
  line-height: 1.43;
}

.homepage-bottom-flow-v18 .support-card-panel.full-width-support-card .simple-care-list,
.homepage-bottom-flow-v18 .support-card-panel.full-width-support-card .care-list.simple-care-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: .45rem 1rem !important;
  max-width: 980px;
}

/* Green box spans the same combined width as Support and the top grid. */
.homepage-bottom-flow-v18 .stay-connected-band.stay-connected-background {
  width: 100%;
  max-width: none !important;
  margin: clamp(1.25rem, 2.4vw, 1.8rem) 0 0;
  padding: clamp(2.5rem, 4.4vw, 3.8rem) clamp(1.8rem, 5vw, 4.8rem);
  text-align: center;
  background-image:
    linear-gradient(90deg, rgba(91, 108, 75, .94), rgba(112, 130, 93, .90)),
    url("../img/footer-botanical-accent.png"),
    linear-gradient(135deg, #5f704f, #7b8f66);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, center, center;
  background-size: cover, min(1200px, 96%) auto, cover;
  background-blend-mode: normal, soft-light, normal;
}

.homepage-bottom-flow-v18 .stay-connected-band.stay-connected-background .stay-connected-copy {
  max-width: 830px !important;
  margin: 0 auto !important;
  text-align: center;
}

.homepage-bottom-flow-v18 .stay-connected-band.stay-connected-background .quote-line {
  font-size: clamp(1.9rem, 3vw, 3rem);
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.homepage-bottom-flow-v18 .stay-connected-band.stay-connected-background p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 980px) {
  .home-composition > .right-stack {
    grid-template-rows: auto;
  }

  .right-stack .shop-card-panel.right-column-future-shop {
    height: auto;
    min-height: 0;
  }

  .homepage-bottom-flow-v18 .support-card-panel.full-width-support-card {
    grid-template-columns: 150px 1fr !important;
  }

  .homepage-bottom-flow-v18 .support-card-panel.full-width-support-card .simple-care-list,
  .homepage-bottom-flow-v18 .support-card-panel.full-width-support-card .care-list.simple-care-list {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 620px) {
  .right-stack .shop-card-panel.right-column-future-shop,
  .homepage-bottom-flow-v18 .support-card-panel.full-width-support-card {
    grid-template-columns: 1fr !important;
  }

  .right-stack .shop-card-panel.right-column-future-shop .support-shop-art,
  .right-stack .shop-card-panel.right-column-future-shop .support-shop-art img,
  .homepage-bottom-flow-v18 .support-card-panel.full-width-support-card .support-shop-art,
  .homepage-bottom-flow-v18 .support-card-panel.full-width-support-card .support-shop-art img {
    height: 165px;
    min-height: 165px;
  }

  .homepage-bottom-flow-v18 .stay-connected-band.stay-connected-background {
    background-size: cover, 150% auto, cover;
    padding: 2rem 1.2rem;
  }
}


/* ============================================================
   v19 START HERE DRAFT PREVIEW — not packaged
   Uses uploaded fixed Start Here assets.
   ============================================================ */

.start-page-hero {
  padding: clamp(3.5rem, 6vw, 5.8rem) 0 clamp(2.1rem, 3.4vw, 3.2rem);
  background:
    radial-gradient(circle at 15% 12%, rgba(184,117,81,.12), transparent 28rem),
    radial-gradient(circle at 82% 14%, rgba(113,129,95,.11), transparent 31rem),
    linear-gradient(180deg, rgba(255,249,239,.60), rgba(255,249,239,.10));
}

.start-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .85fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5.2rem);
}

.start-hero-copy {
  padding-left: clamp(0rem, 2vw, 1.3rem);
}

.start-hero-copy h1 {
  font-size: clamp(4.25rem, 8vw, 8.25rem);
  line-height: .85;
  letter-spacing: -.06em;
  margin: .32rem 0 .95rem;
  max-width: 780px;
}

.start-hero-copy .lead {
  font-size: clamp(1.34rem, 1.85vw, 1.95rem);
  line-height: 1.42;
  max-width: 780px;
  color: rgba(75,55,40,.76);
}

.start-hero-art {
  margin: 0;
  min-height: clamp(330px, 38vw, 520px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.start-hero-art img {
  display: block;
  width: min(100%, 650px);
  max-height: 530px;
  object-fit: contain;
  border-radius: 42px;
  filter: drop-shadow(0 18px 34px rgba(64,43,29,.07));
}

.start-card-section {
  padding: clamp(1.4rem, 2.5vw, 2.4rem) 0 clamp(3.2rem, 5vw, 4.7rem);
}

.start-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.9rem, 1.5vw, 1.25rem);
  margin-top: 0;
}

.start-card {
  min-height: 170px;
  padding: 1.35rem 1.45rem;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 1.05rem;
  align-items: start;
  background:
    linear-gradient(180deg, rgba(255,249,239,.90), rgba(251,243,230,.80)),
    url("../img/card-paper-texture.png");
  background-size: cover;
  border: 1px solid rgba(75,55,40,.15);
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(64,43,29,.08);
}

.start-card-icon {
  width: 76px;
  height: 76px;
  display: block;
  border-radius: 999px;
  overflow: hidden;
  background: #fbf3e6;
  box-shadow: inset 0 0 0 1px rgba(75,55,40,.10), 0 8px 18px rgba(64,43,29,.07);
}

.start-card-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.start-card h2 {
  margin: .12rem 0 .45rem;
  font-size: clamp(1.45rem, 1.8vw, 1.85rem);
  line-height: 1.05;
}

.start-card p {
  margin: 0 0 .85rem;
  font-size: 1rem;
  line-height: 1.42;
  color: rgba(75,55,40,.77);
}

.start-card .text-link::after {
  content: " →";
}

@media (max-width: 1180px) {
  .start-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }

  .start-hero-art {
    min-height: 280px;
    justify-content: flex-start;
  }

  .start-hero-art img {
    width: min(100%, 680px);
  }

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

@media (max-width: 760px) {
  .start-page-hero {
    padding-top: 2.8rem;
  }

  .start-hero-copy h1 {
    font-size: clamp(3.5rem, 18vw, 5.5rem);
  }

  .start-card-grid {
    grid-template-columns: 1fr;
  }

  .start-card {
    grid-template-columns: 72px 1fr;
    padding: 1.15rem;
  }

  .start-card-icon {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 500px) {
  .start-card {
    grid-template-columns: 1fr;
  }
}


/* ============================================================
   v20 START HERE PREVIEW — tighter hero/card spacing
   Reduces the large vertical gap between the hero area and cards.
   ============================================================ */

.start-page-hero {
  padding-top: clamp(2.7rem, 4.5vw, 4.2rem) !important;
  padding-bottom: clamp(.5rem, 1vw, .9rem) !important;
}

.start-hero-grid {
  align-items: center !important;
  gap: clamp(1.4rem, 3.6vw, 3.8rem) !important;
}

.start-hero-art {
  min-height: clamp(250px, 29vw, 395px) !important;
}

.start-hero-art img {
  width: min(100%, 610px) !important;
  max-height: 405px !important;
}

.start-card-section {
  padding-top: clamp(.35rem, .8vw, .8rem) !important;
}

@media (max-width: 1180px) {
  .start-hero-art {
    min-height: 240px !important;
  }
}



/* ============================================================
   v20 BELIEFS DRAFT PREVIEW — not packaged
   Uses uploaded fixed Beliefs assets.
   ============================================================ */

.beliefs-page-hero {
  padding: clamp(3.4rem, 5.6vw, 5.3rem) 0 clamp(1.5rem, 2.4vw, 2.4rem);
  background:
    radial-gradient(circle at 15% 12%, rgba(184,117,81,.12), transparent 28rem),
    radial-gradient(circle at 82% 14%, rgba(113,129,95,.11), transparent 31rem),
    linear-gradient(180deg, rgba(255,249,239,.60), rgba(255,249,239,.10));
}

.beliefs-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, .88fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.beliefs-hero-copy {
  padding-left: clamp(0rem, 2vw, 1.3rem);
}

.beliefs-hero-copy h1 {
  font-size: clamp(4rem, 7.4vw, 7.7rem);
  line-height: .86;
  letter-spacing: -.06em;
  margin: .32rem 0 .95rem;
  max-width: 840px;
}

.beliefs-hero-copy .lead {
  font-size: clamp(1.27rem, 1.75vw, 1.85rem);
  line-height: 1.42;
  max-width: 760px;
  color: rgba(75,55,40,.76);
}

.beliefs-hero-art {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beliefs-hero-art img {
  display: block;
  width: min(100%, 690px);
  max-height: 435px;
  object-fit: cover;
  border-radius: 32px;
  border: 1px solid rgba(75,55,40,.10);
  box-shadow: 0 20px 46px rgba(64,43,29,.08);
}

.beliefs-pillars-section {
  padding: clamp(1.4rem, 2.4vw, 2.4rem) 0 clamp(2.4rem, 4vw, 3.8rem);
}

.beliefs-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.05rem;
}

.beliefs-section-heading h2 {
  font-size: clamp(2.15rem, 3.2vw, 3rem);
  margin-bottom: .25rem;
}

.beliefs-section-heading p {
  margin: 0;
  color: rgba(75,55,40,.70);
}

.beliefs-divider-small {
  width: min(100%, 420px);
  max-height: 90px;
  object-fit: contain;
  justify-self: end;
  opacity: .94;
}

.beliefs-pillars-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .82fr);
  gap: clamp(1.1rem, 2vw, 1.6rem);
  align-items: stretch;
}

.beliefs-pillar-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .82rem;
}

.beliefs-pillar-list article {
  display: flex;
  align-items: center;
  gap: .8rem;
  min-height: 70px;
  padding: .9rem 1rem;
  border-radius: 22px;
  border: 1px solid rgba(75,55,40,.14);
  background:
    linear-gradient(180deg, rgba(255,249,239,.88), rgba(251,243,230,.78)),
    url("../img/card-paper-texture.png");
  background-size: cover;
  box-shadow: 0 12px 30px rgba(64,43,29,.065);
}

.beliefs-pillar-list article:nth-child(7) {
  grid-column: 1 / -1;
}

.beliefs-pillar-list span {
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--umber);
  color: var(--cream);
  font-weight: 900;
  font-size: .96rem;
}

.beliefs-pillar-list p {
  margin: 0;
  color: rgba(40,34,28,.88);
  font-weight: 650;
  line-height: 1.35;
}

.beliefs-pillars-art {
  margin: 0;
  min-height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(75,55,40,.14);
  background:
    linear-gradient(180deg, rgba(255,249,239,.82), rgba(251,243,230,.76)),
    url("../img/card-paper-texture.png");
  background-size: cover;
  box-shadow: 0 16px 42px rgba(64,43,29,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.beliefs-pillars-art img {
  width: 100%;
  max-height: 345px;
  object-fit: contain;
  border-radius: 22px;
}

.beliefs-core-section {
  padding: clamp(2.3rem, 4vw, 3.6rem) 0;
}

.beliefs-two-feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}

.beliefs-feature-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 1.2rem;
  align-items: center;
  min-height: 210px;
  padding: 1.2rem;
  border-radius: 26px;
  border: 1px solid rgba(75,55,40,.14);
  background:
    linear-gradient(180deg, rgba(255,249,239,.90), rgba(251,243,230,.78)),
    url("../img/card-paper-texture.png");
  background-size: cover;
  box-shadow: 0 16px 42px rgba(64,43,29,.075);
}

.beliefs-feature-card figure {
  margin: 0;
  width: 100%;
  height: 150px;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,249,239,.6);
  border: 1px solid rgba(75,55,40,.08);
}

.beliefs-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beliefs-feature-card h2 {
  font-size: clamp(1.8rem, 2.4vw, 2.45rem);
  margin: 0 0 .45rem;
}

.beliefs-feature-card p {
  margin: 0;
  color: rgba(75,55,40,.78);
  line-height: 1.48;
}

.beliefs-closing-band {
  padding: 0 0 clamp(1.4rem, 2.8vw, 2.2rem);
  background: rgba(255,249,239,.40);
}

.beliefs-closing-inner {
  min-height: 210px;
  border-radius: 28px;
  padding: clamp(2rem, 4vw, 3.4rem) 1.4rem;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(91,108,75,.94), rgba(112,130,93,.90)),
    url("../img/footer-botanical-accent.png"),
    linear-gradient(135deg, #5f704f, #7b8f66);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover, min(1120px, 95%) auto, cover;
  background-blend-mode: normal, soft-light, normal;
  color: var(--cream);
  box-shadow: 0 18px 46px rgba(64,43,29,.12);
}

.beliefs-closing-quote {
  max-width: 780px;
  margin: 0 auto 1.4rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.12;
}

.beliefs-closing-actions {
  display: flex;
  justify-content: center;
  gap: .9rem;
  flex-wrap: wrap;
}

.beliefs-closing-actions .button {
  min-width: 210px;
}

@media (max-width: 1180px) {
  .beliefs-hero-grid,
  .beliefs-pillars-layout,
  .beliefs-two-feature {
    grid-template-columns: 1fr;
  }

  .beliefs-section-heading {
    grid-template-columns: 1fr;
  }

  .beliefs-divider-small {
    justify-self: start;
  }

  .beliefs-pillars-art img {
    max-height: 420px;
  }
}

@media (max-width: 760px) {
  .beliefs-hero-copy h1 {
    font-size: clamp(3.4rem, 17vw, 5.4rem);
  }

  .beliefs-pillar-list {
    grid-template-columns: 1fr;
  }

  .beliefs-pillar-list article:nth-child(7) {
    grid-column: auto;
  }

  .beliefs-feature-card {
    grid-template-columns: 1fr;
  }

  .beliefs-feature-card figure {
    height: 190px;
  }
}


/* ============================================================
   v21 PRACTICES DRAFT PREVIEW — not packaged
   Uses uploaded fixed Practices assets.
   ============================================================ */

.practices-page-hero {
  padding: clamp(3.2rem, 5.4vw, 5rem) 0 clamp(1.25rem, 2vw, 2.1rem);
  background:
    radial-gradient(circle at 15% 12%, rgba(184,117,81,.12), transparent 28rem),
    radial-gradient(circle at 82% 14%, rgba(113,129,95,.11), transparent 31rem),
    linear-gradient(180deg, rgba(255,249,239,.60), rgba(255,249,239,.10));
}

.practices-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(420px, .87fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.practices-hero-copy {
  padding-left: clamp(0rem, 2vw, 1.3rem);
}

.practices-hero-copy h1 {
  font-size: clamp(4rem, 7.4vw, 7.7rem);
  line-height: .86;
  letter-spacing: -.06em;
  margin: .32rem 0 .95rem;
  max-width: 900px;
}

.practices-hero-copy .lead {
  font-size: clamp(1.25rem, 1.72vw, 1.82rem);
  line-height: 1.42;
  max-width: 780px;
  color: rgba(75,55,40,.76);
}


.practices-hero-art {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.practices-hero-art img {
  display: block;
  width: min(100%, 620px);
  max-height: 455px;
  object-fit: cover;
  border-radius: 34px;
  border: 1px solid rgba(75,55,40,.10);
  box-shadow: 0 20px 46px rgba(64,43,29,.08);
}

.practices-framework-section {
  padding: clamp(1.4rem, 2.4vw, 2.35rem) 0 clamp(2.6rem, 4vw, 3.8rem);
}

.practices-section-heading {
  margin-bottom: 1.05rem;
}

.practices-section-heading h2 {
  font-size: clamp(2.15rem, 3.2vw, 3rem);
  margin: .1rem 0 0;
}

.practices-framework-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: stretch;
}

.practice-framework-card {
  min-height: 360px;
  border-radius: 28px;
  border: 1px solid rgba(75,55,40,.14);
  background:
    linear-gradient(180deg, rgba(255,249,239,.90), rgba(251,243,230,.80)),
    url("../img/card-paper-texture.png");
  background-size: cover;
  box-shadow: 0 16px 42px rgba(64,43,29,.075);
}

.three-questions-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem;
}

.three-questions-card figure {
  margin: 0;
  height: 275px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(75,55,40,.08);
  background: rgba(255,249,239,.70);
}

.three-questions-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.practice-framework-card h2 {
  font-size: clamp(2rem, 3vw, 2.75rem);
  margin: 0 0 .8rem;
}

.practice-question-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .75rem;
}

.practice-question-list li {
  padding: .8rem .95rem;
  border-radius: 18px;
  background: rgba(255,255,255,.34);
  border: 1px solid rgba(75,55,40,.10);
  color: rgba(40,34,28,.88);
  font-weight: 700;
  line-height: 1.35;
}

.fourfold-card {
  padding: 1.35rem;
}

.practices-return-steps {
  list-style: none;
  padding: 0;
  margin: .2rem 0 0;
  display: grid;
  gap: .72rem;
}

.practices-return-steps li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: .85rem;
  align-items: center;
  padding: .72rem .85rem;
  border-radius: 20px;
  background: rgba(255,255,255,.34);
  border: 1px solid rgba(75,55,40,.10);
}

.practices-return-steps img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(75,55,40,.08), 0 8px 18px rgba(64,43,29,.06);
}

.practices-return-steps strong {
  display: block;
  color: rgba(40,34,28,.92);
  font-size: 1.08rem;
}

.practices-return-steps span {
  display: block;
  color: rgba(75,55,40,.72);
  line-height: 1.36;
}

.practices-life-section {
  padding: clamp(2.4rem, 4vw, 3.7rem) 0;
}

.practices-life-grid {
  margin-top: 0;
  gap: clamp(.95rem, 1.5vw, 1.2rem);
}

.practices-life-card {
  min-height: 210px;
  padding: 1.3rem 1.35rem;
  background:
    linear-gradient(180deg, rgba(255,249,239,.90), rgba(251,243,230,.78)),
    url("../img/card-paper-texture.png");
  background-size: cover;
  border-radius: 24px;
  border: 1px solid rgba(75,55,40,.14);
  box-shadow: 0 14px 34px rgba(64,43,29,.07);
}

.practice-life-icon {
  width: 78px;
  height: 78px;
  display: block;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: .7rem;
  background: #fbf3e6;
  box-shadow: inset 0 0 0 1px rgba(75,55,40,.10), 0 8px 18px rgba(64,43,29,.07);
}

.practice-life-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.practices-life-card h2 {
  margin: .15rem 0 .45rem;
  font-size: clamp(1.55rem, 1.9vw, 1.95rem);
}

.practices-life-card p {
  color: rgba(75,55,40,.76);
  line-height: 1.42;
}

.practices-closing-band {
  padding: clamp(1.6rem, 3vw, 2.4rem) 0 clamp(1.2rem, 2.5vw, 2rem);
  background: rgba(255,249,239,.40);
}

.practices-closing-inner {
  min-height: 255px;
  border-radius: 30px;
  padding: clamp(2.1rem, 4.2vw, 3.7rem) 1.5rem;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(91,108,75,.91), rgba(112,130,93,.88)),
    url("../img/practices_cta_panel_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--cream);
  box-shadow: 0 18px 46px rgba(64,43,29,.12);
  border: 1px solid rgba(75,55,40,.12);
}

.practices-closing-quote {
  max-width: 820px;
  margin: 0 auto 1.4rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.12;
}

.practices-closing-actions {
  display: flex;
  justify-content: center;
  gap: .9rem;
  flex-wrap: wrap;
}

.practices-closing-actions .button {
  min-width: 210px;
}

@media (max-width: 1180px) {
  .practices-hero-grid,
  .practices-framework-grid {
    grid-template-columns: 1fr;
  }

  .practices-hero-art {
    justify-content: flex-start;
  }

  .practices-hero-art img {
    width: min(100%, 690px);
  }
}

@media (max-width: 900px) {
  .three-questions-card {
    grid-template-columns: 1fr;
  }

  .three-questions-card figure {
    height: 220px;
  }
}

@media (max-width: 760px) {
  .practices-hero-copy h1 {
    font-size: clamp(3.4rem, 17vw, 5.4rem);
  }

  .practices-return-steps li {
    grid-template-columns: 54px 1fr;
  }

  .practices-return-steps img {
    width: 50px;
    height: 50px;
  }

  .practices-closing-inner {
    border-radius: 24px;
  }
}


/* ============================================================
   v22 PRACTICES PREVIEW — remove hero divider sprig
   ============================================================ */

.practices-page-hero {
  padding-bottom: clamp(1rem, 1.8vw, 1.7rem) !important;
}

.practices-hero-copy {
  padding-bottom: 0 !important;
}

.practices-hero-copy .lead {
  margin-bottom: 0 !important;
}

.practices-divider-sprig {
  display: none !important;
}


/* ============================================================
   v22 CIRCLES PAGE PREVIEW
   ============================================================ */

.circles-page .section {
  padding-block: clamp(3.8rem, 7vw, 6.4rem);
}

.circles-page-hero {
  padding-block: clamp(4rem, 8vw, 7rem) clamp(3.5rem, 6vw, 5.4rem);
}

.circles-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.circles-hero-copy h1 {
  margin: .35rem 0 .8rem;
}

.circles-hero-copy .lead {
  max-width: 720px;
}

.circles-hero-note {
  max-width: 680px;
  margin-top: 1.35rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.75;
}

.circles-hero-art {
  overflow: hidden;
  padding: 0;
  min-height: 360px;
}

.circles-hero-art img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.circles-definition-section {
  padding-top: clamp(3.4rem, 6vw, 5.2rem);
  border-top: 1px solid rgba(76, 62, 44, .08);
}

.section-kicker {
  margin-bottom: 1rem;
  font-family: var(--font-sans);
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 800;
}

.circles-two-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.3rem, 2.5vw, 2.25rem);
}

.circle-definition-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(180px, .72fr) minmax(0, 1fr);
  min-height: 330px;
}

.circle-definition-image {
  background: rgba(255, 249, 239, .72);
  border-right: 1px solid rgba(76, 62, 44, .08);
}

.circle-definition-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.circle-definition-copy {
  padding: clamp(1.5rem, 3vw, 2.4rem);
}

.circle-definition-copy h2 {
  margin: 0 0 .7rem;
  font-size: clamp(2rem, 3vw, 3.05rem);
}

.circle-definition-copy p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1.1rem;
}

.check-list,
.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .55rem;
  font-family: var(--font-sans);
  font-weight: 750;
  color: var(--ink);
}

.check-list li,
.no-list li {
  position: relative;
  padding-left: 1.35rem;
}

.check-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--sage);
}

.no-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--clay);
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.section-heading-row h2 {
  margin: .25rem 0 .45rem;
}

.section-heading-row p {
  max-width: 830px;
  color: var(--muted);
  line-height: 1.7;
}

.circles-status-overview {
  overflow: hidden;
  padding: 0;
  margin-bottom: clamp(1.4rem, 3vw, 2.25rem);
}

.circles-status-overview img {
  display: block;
  width: 100%;
  max-height: 390px;
  object-fit: cover;
}

.circles-status-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.95rem, 2vw, 1.4rem);
}

.status-step {
  padding: clamp(1.2rem, 2.5vw, 1.7rem);
  display: grid;
  gap: 1rem;
  align-content: start;
}

.status-step img {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(54, 43, 30, .08);
}

.step-label {
  display: inline-block;
  margin-bottom: .3rem;
  font-family: var(--font-sans);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 850;
}

.status-step h3 {
  margin: 0 0 .45rem;
  font-size: clamp(1.25rem, 1.65vw, 1.55rem);
}

.status-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  font-size: .98rem;
}

.circles-boundaries-section {
  padding-top: clamp(2.6rem, 5vw, 4.6rem);
}

.circle-boundary-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  align-items: stretch;
  background: linear-gradient(135deg, rgba(247, 241, 224, .94), rgba(235, 239, 219, .72));
}

.circle-boundary-copy {
  padding: clamp(2rem, 4.5vw, 4rem);
}

.circle-boundary-copy h2 {
  margin: .35rem 0 .8rem;
}

.circle-boundary-copy p {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.75;
}

.circle-boundary-art {
  min-height: 280px;
  display: flex;
  align-items: stretch;
}

.circle-boundary-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-row {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

@media (max-width: 980px) {
  .circles-hero-grid,
  .circles-two-card-grid,
  .circle-boundary-panel {
    grid-template-columns: 1fr;
  }

  .circle-definition-card {
    grid-template-columns: 1fr;
  }

  .circle-definition-image {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid rgba(76, 62, 44, .08);
  }

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

  .circle-boundary-art {
    min-height: 240px;
  }
}

@media (max-width: 620px) {
  .circles-status-grid {
    grid-template-columns: 1fr;
  }

  .circles-hero-art img,
  .circles-hero-art {
    min-height: 260px;
  }
}


/* ============================================================
   v23 CIRCLES PREVIEW — tighter spacing, remove closing art block
   ============================================================ */

.circles-page .section {
  padding-block: clamp(2.6rem, 4.8vw, 4.2rem) !important;
}

.circles-page-hero {
  padding-block: clamp(3rem, 6vw, 5rem) clamp(2.4rem, 4.4vw, 3.7rem) !important;
}

.circles-definition-section {
  padding-top: clamp(2.6rem, 4.8vw, 4rem) !important;
}

.circles-status-section {
  padding-top: clamp(2.6rem, 4.8vw, 4rem) !important;
}

.circles-boundaries-section {
  padding-top: clamp(2.2rem, 4vw, 3.6rem) !important;
  padding-bottom: clamp(2.8rem, 5vw, 4.4rem) !important;
}

.section-heading-row {
  margin-bottom: clamp(1rem, 2vw, 1.55rem) !important;
}

.circles-status-overview {
  margin-bottom: clamp(1rem, 2vw, 1.55rem) !important;
}

.circles-status-overview img {
  max-height: 330px !important;
}

.circles-status-grid {
  gap: clamp(.8rem, 1.6vw, 1.15rem) !important;
}

.status-step {
  padding: clamp(1rem, 2vw, 1.35rem) !important;
}

.circle-boundary-panel.circle-boundary-panel-text-only {
  display: block !important;
  max-width: 1120px;
  margin-inline: auto;
  background:
    radial-gradient(circle at 94% 18%, rgba(139, 154, 116, .18), transparent 30%),
    linear-gradient(135deg, rgba(247, 241, 224, .98), rgba(236, 240, 221, .78)) !important;
}

.circle-boundary-panel-text-only .circle-boundary-copy {
  padding: clamp(2rem, 4vw, 3.2rem) !important;
}

.circle-boundary-panel-text-only .circle-boundary-copy p {
  max-width: 820px;
}

@media (max-width: 980px) {
  .circles-page .section {
    padding-block: clamp(2.3rem, 5vw, 3.4rem) !important;
  }
}


/* ============================================================
   v24 CIRCLES PREVIEW — standard page spacing
   Match tighter approved page rhythm; remove oversized vertical gaps.
   ============================================================ */

.circles-page .section {
  padding-block: clamp(1.8rem, 3.2vw, 3rem) !important;
}

.circles-page-hero {
  padding-block: clamp(2.4rem, 4.5vw, 4rem) clamp(1.7rem, 3vw, 2.6rem) !important;
}

.circles-definition-section {
  padding-top: clamp(1.8rem, 3.1vw, 2.8rem) !important;
  padding-bottom: clamp(1.6rem, 2.7vw, 2.4rem) !important;
}

.circles-status-section {
  padding-top: clamp(1.7rem, 2.8vw, 2.5rem) !important;
  padding-bottom: clamp(1.8rem, 3.1vw, 2.9rem) !important;
}

.circles-boundaries-section {
  padding-top: clamp(1.6rem, 2.6vw, 2.4rem) !important;
  padding-bottom: clamp(2rem, 3.4vw, 3rem) !important;
}

.circles-hero-grid {
  gap: clamp(1.7rem, 3.5vw, 3.6rem) !important;
}

.circles-hero-art,
.circles-hero-art img {
  min-height: 300px !important;
}

.circles-two-card-grid {
  gap: clamp(1rem, 1.8vw, 1.45rem) !important;
}

.circle-definition-card {
  min-height: 290px !important;
}

.circle-definition-copy {
  padding: clamp(1.25rem, 2.2vw, 1.85rem) !important;
}

.section-heading-row {
  margin-bottom: clamp(.85rem, 1.55vw, 1.25rem) !important;
}

.section-heading-row p {
  margin-bottom: 0 !important;
}

.circles-status-overview {
  margin-bottom: clamp(.9rem, 1.6vw, 1.3rem) !important;
}

.circles-status-overview img {
  max-height: 300px !important;
}

.circles-status-grid {
  gap: clamp(.7rem, 1.35vw, 1rem) !important;
}

.status-step {
  padding: clamp(.9rem, 1.65vw, 1.15rem) !important;
}

.status-step img {
  width: 58px !important;
  height: 58px !important;
}

.status-step h3 {
  margin-bottom: .25rem !important;
}

.status-step p {
  line-height: 1.5 !important;
}

.circle-boundary-panel.circle-boundary-panel-text-only {
  max-width: 1120px !important;
}

.circle-boundary-panel-text-only .circle-boundary-copy {
  padding: clamp(1.65rem, 3vw, 2.5rem) !important;
}

.circle-boundary-copy p {
  margin-bottom: 0 !important;
}

.button-row {
  margin-top: 1.2rem !important;
}

@media (max-width: 980px) {
  .circles-page .section {
    padding-block: clamp(1.7rem, 4vw, 2.5rem) !important;
  }

  .circles-page-hero {
    padding-block: clamp(2.1rem, 5vw, 3.3rem) clamp(1.6rem, 3.5vw, 2.3rem) !important;
  }

  .circle-definition-card {
    min-height: 0 !important;
  }
}


/* ============================================================
   v25 CIRCLES PREVIEW — restore shared rounded card styling
   Match Beliefs / Practices visual treatment.
   ============================================================ */

.circles-page {
  --circle-card-radius: 28px;
  --circle-inner-radius: 22px;
}

/* Hero art should feel like the other page hero images: rounded card, border, soft shadow. */
.circles-hero-art.card-soft {
  border-radius: var(--circle-card-radius) !important;
  border: 1px solid rgba(76, 62, 44, .10) !important;
  background: rgba(255, 249, 239, .72) !important;
  box-shadow: 0 18px 48px rgba(54, 43, 30, .09) !important;
}

.circles-hero-art img {
  border-radius: inherit !important;
}

/* Definition section: restore card/panel styling instead of floating image/text blocks. */
.circle-definition-card.card-soft {
  border-radius: var(--circle-card-radius) !important;
  border: 1px solid rgba(76, 62, 44, .10) !important;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, .96), rgba(247, 241, 224, .74)) !important;
  box-shadow: 0 16px 42px rgba(54, 43, 30, .075) !important;
}

.circle-definition-image {
  padding: clamp(.75rem, 1.5vw, 1.1rem) !important;
  background: rgba(255, 249, 239, .60) !important;
  border-right: 1px solid rgba(76, 62, 44, .08) !important;
}

.circle-definition-image img {
  border-radius: var(--circle-inner-radius) !important;
  box-shadow: 0 10px 28px rgba(54, 43, 30, .06) !important;
}

/* Status overview should be a rounded feature panel like the other page visual sections. */
.circles-status-overview.card-soft {
  border-radius: var(--circle-card-radius) !important;
  border: 1px solid rgba(76, 62, 44, .10) !important;
  background: rgba(255, 249, 239, .70) !important;
  box-shadow: 0 16px 42px rgba(54, 43, 30, .075) !important;
  padding: clamp(.7rem, 1.4vw, 1.05rem) !important;
}

.circles-status-overview img {
  border-radius: var(--circle-inner-radius) !important;
  box-shadow: 0 8px 22px rgba(54, 43, 30, .045) !important;
}

/* Step cards should not be bare columns. */
.status-step.card-soft {
  border-radius: 24px !important;
  border: 1px solid rgba(76, 62, 44, .09) !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, .65), transparent 34%),
    rgba(255, 253, 247, .86) !important;
  box-shadow: 0 12px 30px rgba(54, 43, 30, .06) !important;
}

.status-step img {
  border: 6px solid rgba(255, 249, 239, .86) !important;
  background: rgba(255, 249, 239, .90) !important;
}

/* Closing CTA panel should remain softly styled without the large green art block. */
.circle-boundary-panel.card-soft {
  border-radius: var(--circle-card-radius) !important;
  border: 1px solid rgba(76, 62, 44, .10) !important;
  box-shadow: 0 16px 42px rgba(54, 43, 30, .075) !important;
}

/* Buttons should match the existing polished pill style. */
.circle-boundary-panel .button,
.circles-page .button {
  border-radius: 999px !important;
}

/* Slightly refine container rhythm while keeping the approved tighter spacing. */
.circles-two-card-grid,
.circles-status-grid {
  align-items: stretch;
}

@media (max-width: 980px) {
  .circle-definition-image {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(76, 62, 44, .08) !important;
  }
}


/* ============================================================
   v31 Global navigation consistency + Begin Here dropdown
   ============================================================ */

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-parent {
  display: inline-flex;
  align-items: center;
  gap: .24rem;
}

.nav-parent::after {
  content: "▾";
  font-size: .68em;
  line-height: 1;
  color: var(--muted);
  margin-left: .18rem;
  transform: translateY(.02rem);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + .45rem);
  left: 0;
  z-index: 80;
  display: grid;
  gap: .16rem;
  min-width: 230px;
  padding: .55rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 249, 239, .98);
  box-shadow: 0 18px 44px rgba(54, 43, 30, .12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-.25rem);
  transition: opacity .16s ease, transform .16s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown-link {
  text-decoration: none;
  color: var(--ink);
  font-weight: 750;
  font-size: .92rem;
  line-height: 1.2;
  padding: .56rem .72rem;
  border-radius: 13px;
  white-space: nowrap;
}

.nav-dropdown-link:hover,
.nav-dropdown-link:focus,
.nav-dropdown-link.active {
  background: rgba(255,255,255,.68);
  box-shadow: inset 0 0 0 1px var(--line);
  outline: none;
}

@media (max-width: 980px) {
  .site-nav {
    flex-direction: column;
    align-items: stretch;
    gap: .15rem;
  }

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

  .nav-dropdown {
    display: grid;
    width: 100%;
  }

  .nav-dropdown .nav-link,
  .site-nav > .nav-link {
    width: 100%;
    box-sizing: border-box;
  }

  .nav-parent::after {
    content: "";
    display: none;
  }

  .nav-dropdown-menu {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    min-width: 0;
    box-shadow: none;
    border: 0;
    background: transparent;
    padding: .1rem 0 .25rem .8rem;
  }

  .nav-dropdown-link {
    display: block;
    white-space: normal;
    padding: .45rem .72rem;
    font-size: .9rem;
    color: var(--muted);
  }

  .nav-dropdown-link:hover,
  .nav-dropdown-link:focus,
  .nav-dropdown-link.active {
    color: var(--ink);
  }
}


/* ============================================================
   Motion preference toggle
   Default: full motion. Reduced motion is opt-in through toggle.
   ============================================================ */
.motion-toggle {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1200;
  border: 1px solid rgba(75,55,40,.18);
  border-radius: 999px;
  background: rgba(255,249,239,.92);
  color: #30281f;
  box-shadow: 0 12px 30px rgba(54,43,30,.14);
  padding: .62rem .86rem;
  font: inherit;
  font-size: .9rem;
  font-weight: 800;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.motion-toggle:hover,
.motion-toggle:focus-visible {
  outline: none;
  box-shadow: 0 16px 36px rgba(54,43,30,.20), inset 0 0 0 2px rgba(113,129,95,.25);
}

.motion-toggle[aria-pressed="true"] {
  background: #30281f;
  color: #fcf7e7;
}

@media (max-width: 640px) {
  .motion-toggle {
    right: .75rem;
    bottom: .75rem;
    font-size: .82rem;
    padding: .56rem .72rem;
  }
}


/* ============================================================
   v33g Global Begin Here dropdown stability
   ============================================================ */

.nav-dropdown {
  position: relative;
}

@media (min-width: 981px) {
  .nav-dropdown {
    display: inline-flex;
    align-items: center;
  }

  .nav-dropdown::after {
    content: "";
    position: absolute;
    left: -.35rem;
    right: -.35rem;
    top: 100%;
    height: .82rem;
  }

  .nav-dropdown-menu {
    top: calc(100% + .08rem);
    z-index: 1000;
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu,
  .nav-dropdown.is-open .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-dropdown.is-open .nav-parent::after {
    transform: translateY(.02rem) rotate(180deg);
  }
}

@media (max-width: 980px) {
  .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}
