/*--------------------------------------------------------------
# PRANA Table Talks — main stylesheet
# 1.  Design tokens
# 2.  Base / typography
# 3.  Buttons
# 4.  Brand & header
# 5.  Hero
# 6.  Section helpers
# 7.  PRANA Journey
# 8.  PRANA Session
# 9.  What It Helps With / PRANA Outcome
# 10. Who It's For
# 11. Call to action
# 12. Footer & back-to-top
# 13. Responsive
# 14. Why sessions
# 15. Ways to work with PRANA
# 16. Helps you recognize — item icons
# 17. PRANA Working Areas — signs grid
# 18. PRANA Vision — purpose, mission, vision, belief
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 1. Design tokens
--------------------------------------------------------------*/
:root {
  --green-900: #1c3626;
  --green-800: #24402c;
  --green-700: #2f5138;
  --green-600: #3d6144;
  --sage: #93a97f;
  --sage-dark: #7d9268;

  --gold: #b88935;
  --gold-dark: #9a6f20;
  --gold-light: #d7ae5e;
  --gold-soft: #ead1a0;
  --cream: #faf6ec;
  --cream-2: #f5f0e2;
  --paper: #ffffff;
  --mist: #f2f5ee;

  --ink: #2c4d69;
  --body: #5f6a5e;
  --muted: #838d80;
  --line: #e6e2d5;
  --line-soft: #efece1;
  --ink-soft: #2c4d69;
  --shadow-sm: 0 2px 10px rgba(28, 54, 38, .05);
  --shadow-md: 0 10px 30px rgba(28, 54, 38, .07);
  --shadow-lg: 0 20px 50px rgba(28, 54, 38, .12);
  --shadow: 0 24px 70px rgba(18, 42, 64, 0.12);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;

  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;

  --header-h: 84px;
}

/*--------------------------------------------------------------
# 2. Base / typography
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--body);
  background: radial-gradient(circle at 12% 8%, rgba(234, 209, 160, 0.32), transparent 25rem),
    radial-gradient(circle at 88% 12%, rgba(231, 241, 243, 0.9), transparent 32rem),
    linear-gradient(135deg, #fffdf9, #f8efe5 54%, #eef7f8);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .6rem;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--serif);
}


p {
  margin: 0 0 1rem;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--green-700);
  text-decoration: none;
  transition: color .25s ease;
}

a:hover {
  color: var(--gold);
}

.navbar-brand img {
  height: 60px;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong {
  color: var(--ink);
  font-weight: 600;
}

section[id] {
  scroll-margin-top: var(--header-h);
}

::selection {
  background: var(--gold-soft);
  color: var(--ink);
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/*--------------------------------------------------------------
# 3. Buttons
--------------------------------------------------------------*/
.btn {
  --bs-btn-focus-box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: all .28s ease;
}

.btn-prana {
  background: var(--green-800);
  border-color: var(--green-800);
  color: #fff;
}

.btn-prana:hover,
.btn-prana:focus {
  background: var(--green-700);
  border-color: var(--green-700);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(28, 54, 38, .22);
}

.btn-prana-outline {
  background: rgba(255, 255, 255, .9);
  border-color: var(--line);
  color: var(--ink);
}

.btn-prana-outline:hover,
.btn-prana-outline:focus {
  background: #fff;
  border-color: var(--green-800);
  color: var(--green-800);
  transform: translateY(-2px);
}

.btn-gold {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--green-900);
}

.btn-gold:hover,
.btn-gold:focus {
  background: #e3bd74;
  border-color: #e3bd74;
  color: var(--green-900);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
}

.btn-ghost:hover,
.btn-ghost:focus {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

/*--------------------------------------------------------------
# 4. Brand & header
--------------------------------------------------------------*/
.brand-mark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  color: var(--gold);
  flex: 0 0 auto;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-name {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--ink);
}

.brand-sub {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  transition: background-color .35s ease, box-shadow .35s ease, padding .35s ease;

}

.site-header .navbar {
  padding: 18px 0;
  transition: padding .35s ease;
}

.site-header.scrolled {
  /* background: rgba(255, 255, 255, .96); */
  backdrop-filter: blur(14px);
  box-shadow: 0 2px 20px rgba(28, 54, 38, .08);
}

.site-header.scrolled .navbar {
  padding: 10px 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: 0;
  margin: 0;
}

.navbar-toggler {
  padding: .25rem .55rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, .8);
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.site-header .nav-link {
  position: relative;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  transition: color .25s ease;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 10px 12px;
}

.site-header .nav-link::after {
  content: "";
  position: absolute;
  left: .85rem;
  right: .85rem;
  bottom: .15rem;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: var(--gold-dark);
}

.site-header .nav-link:hover::after,
.site-header .nav-link.active::after {
  transform: scaleX(1);
}

.nav-cta {
  margin-left: 1rem;
  padding: .6rem 1.35rem;
  border-radius: 50px;
  background: rgba(184, 137, 53, 0.14);
  color: var(--ink);
  border: 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.07em;
  font-size: 0.78rem;
}

/*--------------------------------------------------------------
# 5. Hero
--------------------------------------------------------------*/
.hero {
  position: relative;
  padding: calc(var(--header-h) + 42px) 0 42px;

}

/* .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 90px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
} */

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-row {
  align-items: flex-start;
}

.hero-content {
  padding-top: 10px;
}

.hero-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.9vw, 3.75rem);
  font-weight: 500;
  line-height: 0.95;
  color: var(--green-900);
  margin-bottom: 1.1rem;
}

.hero-eyebrow {
  margin-bottom: 1.4rem;
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  
}

.hero-eyebrow span {
  margin: 0 .35rem;
  color: var(--gold-light);
}

.hero-lead {
  margin-bottom: .85rem;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  font-weight: 500;
  line-height: 1.55;
}

.hero-text {
  margin-bottom: 10px;
  font-size: 1.02rem;
  color: var(--ink-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 22px;
}

.hero-actions .btn {
  min-width: 152px;
}

/* Quote card */
.hero-quote {
  position: relative;
  margin: 18px 0 0;
  padding: 2.2rem 1.8rem 1.8rem;
  background: rgba(255, 255, 255, .55);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 4px;
  box-shadow: var(--shadow-md);
}

.hero-quote .quote-mark {
  position: absolute;
  top: -2.65rem;
  left: 1.4rem;
  font-family: var(--serif);
  font-size: 10.4rem;
  line-height: 1;
  color: var(--gold-light);
  opacity: .8;
}

.hero-quote blockquote {
  margin: 1.4rem 0 0;
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.85;
}

.hero-quote blockquote p+p {
  margin-top: 1rem;
}

.hero-quote .quote-leaf {
  display: block;
  margin-top: 1.1rem;
  color: var(--sage);
  font-size: 20px;
}

.hero-video {
  height: 100%;
  width: 100%;
}

.hero-video video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* Feature strip */
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.4rem;
  margin-top: 3.2rem;
  max-width: 37rem;
}

.hero-features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 140px;
}

.hf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: .4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  color: var(--gold);
  font-size: 18px;
}

.hf-text {
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
}

/*--------------------------------------------------------------
# 6. Section helpers
--------------------------------------------------------------*/
section,
.section {
  padding: 50px 0;
}

.section-head {
  margin-bottom: 2.4rem;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.35rem);
  font-weight: 600;
  letter-spacing: .06em;
  color: var(--green-900);
  margin-bottom: .5rem;
}

.section-sub {
  max-width: 46rem;
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
}

.text-center .section-sub {
  margin-inline: auto;
}

.title-rule {
  display: block;
  width: 68px;
  height: 2px;
  margin-top: .3rem;
  background: linear-gradient(90deg, var(--gold), rgba(184, 134, 43, 0));
}

.text-center .title-rule {
  margin-inline: auto;
  background: linear-gradient(90deg, rgba(184, 134, 43, 0), var(--gold), rgba(184, 134, 43, 0));
}

.panel {
  padding: 2rem 1.7rem;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

/*--------------------------------------------------------------
# 7. PRANA Journey
--------------------------------------------------------------*/
.section-journey {
  background: var(--paper);
}

.journey-visual {
  position: relative;
  padding-bottom: 18px;
}

.journey-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 56% 44% 48% 52% / 48% 50% 50% 52%;
  background: linear-gradient(150deg, #e9f0e2, #cfdcc4);
  box-shadow: var(--shadow-md);
}


.journey-badge {
  position: absolute;
  right: 4%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--gold-light), var(--gold));
  color: #fff;
  text-align: center;
  box-shadow: 0 12px 26px rgba(184, 134, 43, .35);
}

.journey-badge strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.journey-badge span {
  margin-top: .2rem;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.3;
}

.journey-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px dashed var(--line-soft);
}

.journey-list li:last-child {
  border-bottom: 0;
}

.jl-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold);
  font-size: 17px;
}

.journey-list p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.8;
}

.stats-card {
  padding: .6rem 1.4rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.stats-card li {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(184, 134, 43, .16);
}

.stats-card li:last-child {
  border-bottom: 0;
}

.st-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: var(--gold);
  font-size: 19px;
}

.st-body {
  display: flex;
  flex-direction: column;
}

.st-body strong {
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--green-900);
}

.st-body small {
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--muted);
}

.st-body small em {
  font-style: normal;
  font-size: 10px;
}

/*--------------------------------------------------------------
# 8. PRANA Session
--------------------------------------------------------------*/
.section-session {
  background: var(--mist);
}

.session-card {
  height: 100%;
  padding: 1.6rem 1.5rem;
  background: var(--paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}

.session-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.sc-top {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1.1rem;
}

.sc-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--sage);
  color: #fff;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 700;
}

.sc-ghost {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gold);
  opacity: .85;
}

.session-card h3 {
  min-height: 2.6em;
  margin-bottom: .5rem;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--green-900);
}

.sc-tag {
  margin-bottom: .7rem;
  color: var(--gold);
  font-size: 12.5px;
  font-weight: 600;
}

.sc-tag-dark {
  color: var(--green-700);
}

.session-card p {
  font-size: 13px;
  line-height: 1.75;
}

.promise-banner {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2.6rem;
  padding: 1.4rem 2rem;
  background: var(--green-800);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
}

.pb-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  color: var(--gold-light);
  font-size: 30px;
}

.pb-label {
  margin-bottom: .2rem;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.pb-title {
  margin: 0;
  color: #f4efe2;
  font-family: var(--serif);
  font-size: clamp(1.05rem, .8rem + 1vw, 1.6rem);
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.35;
}

.pb-title span {
  margin: 0 .35rem;
  color: var(--gold-light);
}

/*--------------------------------------------------------------
# 9. What It Helps With / PRANA Outcome
--------------------------------------------------------------*/
.section-helps {
  background: var(--paper);
}

.section-helps .section-head {
  margin-bottom: 1.8rem;
}

.section-helps .section-title {
  font-size: clamp(1.45rem, 1.15rem + 1vw, 1.85rem);
}

.panel-helps {
  background: var(--paper);
  border-color: var(--line);
}

.helps-item,
.outcome-item {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
}

.outcome-item+.outcome-item {
  margin-top: 1.4rem;
}

.hi-icon,
.oi-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--gold);
  font-size: 16px;
}

.helps-item h4,
.outcome-item h4 {
  margin-bottom: .15rem;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  color: var(--green-900);
}

.helps-item p,
.outcome-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

/* Flow steps */
.flow-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: 2.4rem;
}

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 92px;
  text-align: center;
}

.fs-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: .55rem;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--gold);
  font-size: 21px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.flow-step:hover .fs-icon {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.fs-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.35;
  color: var(--green-900);
}

.flow-arrow {
  margin-top: 16px;
  color: var(--sage);
  font-size: 15px;
}

/* Outcome panel */
.panel-outcome {
  background: var(--cream);
  border-color: var(--line);
}

.outcome-intro {
  margin-bottom: 1.6rem;
  font-size: 13px;
  line-height: 1.85;
  text-align: center;
}

/*--------------------------------------------------------------
# 10. Who It's For
--------------------------------------------------------------*/
.section-audience {
  padding-top: 0;
  background: var(--paper);
}

.audience-card {
  height: 100%;
  padding: 1.6rem 1.3rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.audience-card:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 134, 43, .4);
  box-shadow: var(--shadow-md);
}

.ac-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: .85rem;
  color: var(--gold);
  font-size: 26px;
}

.audience-card h3 {
  margin-bottom: .45rem;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  color: var(--green-900);
}

.audience-card p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}

.audience-note {
  position: relative;
  max-width: 720px;
  margin: 2.6rem auto 0;
  padding: 1.1rem 3.2rem 1.1rem 2rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  text-align: center;
}

.audience-note p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}

.an-leaf {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  color: var(--sage);
  font-size: 18px;
}

/*--------------------------------------------------------------
# 11. Call to action
--------------------------------------------------------------*/
.cta {
  position: relative;
  padding: 74px 0;
  background-color: var(--green-900);
  background-image:
    linear-gradient(95deg, rgba(28, 54, 38, .96) 0%, rgba(28, 54, 38, .88) 45%, rgba(28, 54, 38, .55) 75%, rgba(28, 54, 38, .35) 100%),
    url("../img/cta-bg.jpg"),
    linear-gradient(120deg, #1c3626, #2f5138);
  background-repeat: no-repeat;
  background-position: center, center, center;
  background-size: cover, cover, cover;
}

.cta-title {
  margin-bottom: .8rem;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 1.3rem + 1.8vw, 2.6rem);
  font-weight: 600;
}

.cta-text {
  max-width: 34rem;
  margin-bottom: 1.7rem;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
}

/*--------------------------------------------------------------
# 11b. Contact
--------------------------------------------------------------*/
.section-contact {
  background: linear-gradient(140deg, var(--cream) 0%, #fdfbf5 55%, #f3f1ea 100%);
}

.contact-eyebrow {
  margin-bottom: .5rem;
  color: var(--gold);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .22em;
}

.contact-title {
  max-width: 19ch;
  margin-bottom: 1rem;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 1.4rem + 2.4vw, 3.2rem);
  font-weight: 600;
  line-height: 1.12;
  color: var(--green-900);
}

.contact-lead {
  max-width: 32rem;
  margin-bottom: 2rem;
  font-size: 14.5px;
  line-height: 1.8;
}

.contact-list li+li {
  margin-top: .85rem;
}

.contact-list a,
.cl-static {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: rgba(255, 255, 255, .75);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.contact-list a:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 134, 43, .4);
  box-shadow: var(--shadow-sm);
}

.cl-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gold-soft);
  color: var(--gold);
  font-size: 19px;
}

.cl-body {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

.cl-body strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--green-900);
}

.cl-body small {
  font-size: 12.5px;
  color: var(--muted);
}

/* Form card */
.contact-card {
  padding: 2rem 1.9rem;
  background: #fdfcf8;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.form-field {
  margin-bottom: 1.15rem;
}

.form-field label {
  display: block;
  margin-bottom: .4rem;
  color: var(--green-900);
  font-size: 13.5px;
  font-weight: 600;
}

.form-field input,
.form-field select,
.form-field textarea {
  display: block;
  width: 100%;
  padding: .8rem 1rem;
  background: var(--cream-2);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.form-field textarea {
  min-height: 130px;
  resize: vertical;
}

.form-field select {
  appearance: none;
  padding-right: 2.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%235f6a5e' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 15px;
  cursor: pointer;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--muted);
  opacity: .85;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(147, 169, 127, .18);
}

.contact-form.was-validated input:invalid,
.contact-form.was-validated textarea:invalid {
  border-color: #c0704f;
}

.btn-send {
  width: 100%;
  margin-top: .5rem;
  padding: .95rem 1.6rem;
  background: var(--ink);
  border-color: transparent;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
}

.btn-send:hover,
.btn-send:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(28, 54, 38, .25);
}

.form-note {
  margin: .95rem 0 0;
  color: var(--muted);
  font-size: 12.5px;
  text-align: center;
}

/*--------------------------------------------------------------
# 12. Footer & back-to-top
--------------------------------------------------------------*/
.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 34px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
}


.footer-socials {
  flex: 0 0 100%;
  max-width: 380px;
  margin: 0 auto;
  justify-items: center;
  text-align: center;
}

.footer-socials>span {
  color: var(--gold);
  font-weight: 850;
}

.site-footer .social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
}

.site-footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(196, 154, 96, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink-soft);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-footer .social-links svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.site-footer .social-links a:hover {
  border-color: rgba(196, 154, 96, 0.68);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  transform: translateY(-1px);
}

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

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.footer-brand img {
  height: 50px;
}

.footer-brand .brand-mark {
  width: 26px;
  height: 26px;
  color: var(--gold-light);
}

.footer-brand .brand-name {
  font-size: 17px;
  color: #f4efe2;
}

.footer-brand .brand-sub {
  font-size: 9.5px;
  color: rgba(244, 239, 226, .6);
}

.footer-copy,
.footer-note {
  margin: 20px 0 0 0;
  color: var(--ink);
  font-size: 12.5px;
}

.footer-note i,
.footer-note a {
  margin-left: .25rem;
  color: var(--gold-light);
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green-800);
  color: #fff;
  font-size: 26px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .35s ease;
}

.back-to-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--gold);
  color: #fff;
}

/*--------------------------------------------------------------
# 13. Responsive
# 14. Why sessions
# 15. Ways to work with PRANA
# 16. Helps you recognize — item icons
--------------------------------------------------------------*/

/* Large desktops and down */
@media (max-width: 1399.98px) {
  .hero-quote {
    margin-top: 6px;
  }

  .flow-step {
    width: 84px;
  }
}

/* Below XL — nav collapses into the off-canvas style panel */
@media (max-width: 1199.98px) {
  .site-header {
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 20px rgba(28, 54, 38, .08);
  }

  .navbar-brand img {
    height: 50px;
  }

  .site-header .navbar {
    padding: 12px 0;
  }

  .navbar-collapse {
    margin-top: 12px;
    padding: .6rem 0 1rem;
    border-top: 1px solid var(--line-soft);
  }

  .site-header .nav-link {
    padding: .6rem .2rem;
  }

  .site-header .nav-link::after {
    left: .2rem;
    right: auto;
    width: 26px;
  }

  .nav-cta {
    margin: .8rem 0 0;
    align-self: flex-start;
  }

  .hero {
    padding-top: calc(var(--header-h) + 20px);
  }

  .session-card h3 {
    min-height: 0;
  }
}

/* Tablets */
@media (max-width: 991.98px) {
  .section {
    padding: 56px 0;
  }

  .hero {
    padding-bottom: 30px;

  }

  .hero-quote {
    margin-top: 2rem;
  }

  .hero-features {
    max-width: none;
    margin-top: 2.4rem;
    gap: 1.2rem;
  }

  .journey-visual {
    max-width: 400px;
    margin: 0 auto 1.5rem;
  }

  .section-journey .section-head,
  .section-journey .title-rule {
    text-align: left;
  }

  .stats-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.5rem;
    margin-top: .5rem;
  }

  .stats-card li:nth-last-child(2) {
    border-bottom: 0;
  }

  .section-audience {
    padding-top: 0;
  }

  .panel-outcome {
    margin-top: 1.6rem;
  }
}

/* Landscape phones */
@media (max-width: 767.98px) {
  body {
    font-size: 14.5px;
  }

  .section {
    padding: 46px 0;
  }

  .brand-name {
    font-size: 21px;
  }

  .brand-sub {
    font-size: 11px;
    letter-spacing: .24em;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    flex: 1 1 100%;
  }

  .hero-features li {
    flex: 1 1 calc(50% - .6rem);
  }

  .panel {
    padding: 1.5rem 1.15rem;
  }

  .promise-banner {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 1.2rem;
  }

  .pb-title span {
    display: block;
    height: 0;
    overflow: hidden;
    margin: 0;
  }

  .flow-steps {
    gap: .75rem 1rem;
  }

  .flow-arrow {
    display: none;
  }

  .flow-step {
    width: calc(33.333% - .7rem);
  }

  .audience-note {
    padding: 1.1rem 1.2rem 2.2rem;
  }

  .an-leaf {
    top: auto;
    right: auto;
    left: 50%;
    bottom: .7rem;
    transform: translateX(-50%);
  }

  .contact-title {
    max-width: none;
  }

  .contact-card {
    padding: 1.5rem 1.15rem;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: .8rem;
  }

  .footer-brand {
    justify-content: center;
  }
}

/* Portrait phones */
@media (max-width: 575.98px) {
  .hero {
    padding-top: calc(var(--header-h) + 8px);
  }

  .hero-title {
    font-size: 2.05rem;
  }

  .hero-eyebrow {
    font-size: 12.5px;
    letter-spacing: .08em;
  }

  .hero-quote {
    padding: 2rem 1.2rem 1.4rem;
  }

  .journey-badge {
    width: 86px;
    height: 86px;
  }

  .journey-badge strong {
    font-size: 1.4rem;
  }

  .journey-list li {
    gap: .75rem;
  }

  /* .stats-card {
    grid-template-columns: 1fr;
    gap: 0;
  } */

  .stats-card li:nth-last-child(2) {
    border-bottom: 1px solid rgba(184, 134, 43, .16);
  }

  .flow-step {
    width: calc(50% - .5rem);
  }

  .back-to-top {
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1160px;
  }
}

.session-strip {
  width: fit-content;
  max-width: 100%;
  margin: 22px 0 2px;
  padding: 12px 16px;
  border: 1px solid rgba(184, 137, 53, 0.36);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(231, 241, 243, 0.95), rgba(255, 250, 243, 0.82));
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: 0 14px 36px rgba(18, 42, 64, 0.08);
}


.hero-image-frame {
  min-height: 0;
  align-self: center;
  justify-self: center;
  width: min(430px, 100%);
  aspect-ratio: 0.79;
  padding: 12px;
  border: 1px solid rgba(184, 137, 53, 0.3);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.8);
  box-shadow: var(--shadow);
}

.hero-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.section-heading {
  margin-bottom: 32px;
  text-align: center;
}

.gold-section-title {
  color: var(--gold);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.12;
}

/* . {
  aspect-ratio: 1.58;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  height: 430px;
} */

 
.prana-logo-box {
  border: 1px solid rgba(184, 137, 53, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 250, 243, 0.96), rgba(231, 241, 243, 0.72) 68%, rgba(255, 250, 243, 0.7)),
    linear-gradient(135deg, rgba(231, 241, 243, 0.72), rgba(255, 250, 243, 0.9));
  box-shadow: 0 18px 54px rgba(18, 42, 64, 0.09);
}

.prana-emotion-box video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
    border: 5px solid rgba(184, 137, 53, 0.24);
  border-radius:20px; 
  box-shadow: 0 18px 54px rgba(18, 42, 64, 0.09);
}

.prana-copy p {
  font-size: clamp(1.04rem, 1.45vw, 1.18rem);
}

.prana-logo-box {
  min-height: 280px;
  padding: 30px;
  display: grid;
  place-items: center;
}

.prana-logo-box img {
  display: block;
  width: min(210px, 100%);
  height: auto;
}

.identify-item {
  display: flex;
  height: 100%;
  padding: 16px;

  gap: 12px;
  align-items: center;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  border: 1px solid rgba(184, 137, 53, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: 0 16px 50px rgba(18, 42, 64, 0.07);
  margin-top: 0;
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.42;
  align-self: center;
}

.prana-quote {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.95vw, 1.72rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.32;
}

.why-sessions h3 {
  margin: 8px 0 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

/*--------------------------------------------------------------
# 14. Why sessions
# 15. Ways to work with PRANA
# 16. Helps you recognize — item icons
--------------------------------------------------------------*/
.why-sessions {
  margin-top: 46px;
}

.why-points {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px 18px;
  margin: 0 0 52px;
  padding: 0;
  list-style: none;
}

.why-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.why-ico {
  display: grid;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  align-content: center;
  justify-content: center;
  border: 1px solid rgba(184, 137, 53, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 34%, #ffffff 0%, var(--cream-2) 100%);
  box-shadow: 0 10px 26px rgba(18, 42, 64, 0.07), inset 0 1px 0 #fff;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.why-point:hover .why-ico {
  border-color: rgba(184, 137, 53, 0.42);
  box-shadow: 0 16px 34px rgba(18, 42, 64, 0.12), inset 0 1px 0 #fff;
  transform: translateY(-4px);
}

.why-ico svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.why-ico svg .acc {
  stroke: var(--gold);
}

.why-text {
  max-width: 15em;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.45;
}

.why-card {
  padding: 40px clamp(24px, 4vw, 52px);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fffdf8 0%, var(--mist) 100%);
  box-shadow: 0 18px 50px rgba(18, 42, 64, 0.07);
}

.why-card-title {
  margin: 0 0 26px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 1.95rem);
  font-weight: 400;
  line-height: 1.3;
}

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

.why-checks li {
  display: flex;
  align-items: center;
  padding: 9px 0;
  gap: 16px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.5;
}

.why-check {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1.5px solid rgba(184, 137, 53, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  color: var(--gold);
  font-size: 1.05rem;
  font-weight: 700;
  place-items: center;
}

@media (max-width: 991.98px) {
  .why-points {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 18px;
  }
}

@media (max-width: 575.98px) {
  .why-points {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .why-point {
    flex-direction: row;
    text-align: left;
  }

  .why-ico {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .why-ico svg {
    width: 30px;
    height: 30px;
  }

  .why-text {
    max-width: none;
  }

  .why-checks li {
    align-items: flex-start;
  }
}



.dependency-quote {
  margin: 42px auto 0;
  text-align: center;
}

.heart-icon {
  width: 68px;
  aspect-ratio: 1;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 250, 243, 0.72);
  border: 1px solid rgba(184, 137, 53, 0.24);
}

.heart-icon svg {
  width: 46px;
  height: 46px;
}

.heart-icon path {
  fill: rgba(184, 137, 53, 0.16);
  stroke: var(--gold);
  stroke-width: 3;
  stroke-linejoin: round;
}

.dependency-quote p {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
  font-style: italic;
  line-height: 1.32;
}


.faq-list article {
  padding: 18px 0;
  border-bottom: 1px solid rgba(184, 137, 53, 0.2);
}

.faq-list article:first-child {
  border-top: 1px solid rgba(184, 137, 53, 0.2);
}


.faq-list h3 {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.faq-list p {
  margin: 0;
}

/*--------------------------------------------------------------
# 15. Ways to work with PRANA
# 16. Helps you recognize — item icons
--------------------------------------------------------------*/
.way-heading h2 span {
  color: var(--gold);
}

.way-rule {
  position: relative;
  display: block;
  width: min(420px, 70%);
  height: 1px;
  margin: 22px auto 0;
  background: linear-gradient(to right, transparent, rgba(184, 137, 53, .45), transparent);
}

.way-rule::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  background: var(--gold);
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

.way-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 50px;
}

.way-card {
  position: relative;
  --way: var(--green-900);
  --way-soft: rgba(28, 54, 38, .09);
  --way-tint: rgba(28, 54, 38, .05);
  display: flex;
  flex-direction: column;
  padding: 42px 22px 22px;
  border: 1px solid var(--way-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--way-tint) 0%, rgba(255, 255, 255, .85) 34%, var(--paper) 100%);
  box-shadow: 0 16px 44px rgba(18, 42, 64, .08);
  text-align: center;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.way-card:hover {
  border-color: color-mix(in srgb, var(--way) 34%, transparent);
  box-shadow: 0 26px 60px rgba(18, 42, 64, .14);
  transform: translateY(-6px);
}

.way-amber {
  --way: #c0761d;
  --way-soft: rgba(192, 118, 29, .16);
  --way-tint: rgba(192, 118, 29, .09);
}

.way-navy {
  --way: #1f3c72;
  --way-soft: rgba(31, 60, 114, .14);
  --way-tint: rgba(31, 60, 114, .07);
}

.way-purple {
  --way: #5a3a8e;
  --way-soft: rgba(90, 58, 142, .14);
  --way-tint: rgba(90, 58, 142, .07);
}

.way-num {
  position: absolute;
  top: -23px;
  left: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--way);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--way) 34%, transparent);
  color: #fff;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 600;
  place-items: center;
  transform: translateX(-50%);
}

.way-title {
  margin: 0 0 0;
  min-height: 3.72em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--way);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.5vw, 1.45rem);
  font-weight: 600;
  line-height: 1.24;
}

.way-price {
  display: flex;
  align-items: center;
  gap: 12px;
}

.way-price::before,
.way-price::after {
  height: 1px;
  flex: 1;
  background: linear-gradient(to right, transparent, var(--way-soft), transparent);
  content: "";
}

.way-price span {
  color: var(--way);
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.way-sub {
  margin: 0 0 20px;
  color: var(--way);
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.35;
  opacity: .82;
}

.way-media {
  margin-bottom: 20px;
  border: 1px solid var(--way-soft);
  border-radius: 10px;
  background-color: var(--cream-2);
  background-image:
    radial-gradient(circle at 50% 78%, color-mix(in srgb, var(--way) 16%, transparent), transparent 62%),
    linear-gradient(160deg, color-mix(in srgb, var(--way) 12%, transparent), rgba(255, 255, 255, .5));
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.way-green .way-media {
  background-image: url("../img/way-01.jpg"), radial-gradient(circle at 50% 78%, rgba(28, 54, 38, .16), transparent 62%);
}

.way-amber .way-media {
  background-image: url("../img/way-02.jpg"), radial-gradient(circle at 50% 78%, rgba(192, 118, 29, .16), transparent 62%);
}

.way-navy .way-media {
  background-image: url("../img/way-03.jpg"), radial-gradient(circle at 50% 78%, rgba(31, 60, 114, .16), transparent 62%);
}

.way-purple .way-media {
  background-image: url("../img/way-04.jpg"), radial-gradient(circle at 50% 78%, rgba(90, 58, 142, .16), transparent 62%);
}

.way-points {
  margin: 0 0 10px;
  padding: 0;
  flex: 1;
  list-style: none;
  text-align: left;
}

.way-points li {
  display: flex;
  padding: 7px 0;
  gap: 10px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.45;
}

.way-points i {
  flex: 0 0 auto;
  margin-top: .15em;
  color: var(--way);
  font-size: .95rem;
  opacity: .85;
}

.way-note {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 14px 16px;
  gap: 12px;
  border: 1px solid var(--way-soft);
  border-radius: 10px;
  background: var(--way-tint);
  color: var(--way);
  font-family: var(--sans);
  font-size: .85rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
}

.way-note-ico {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  fill: none;
  stroke: var(--way);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
  opacity: .7;
}

.way-footnote {
  display: flex;
  align-items: center;
  margin: 34px 0 0;
  gap: 18px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-style: italic;
}

.way-footnote::before,
.way-footnote::after {
  height: 1px;
  flex: 1;
  background: linear-gradient(to right, transparent, rgba(184, 137, 53, .4), transparent);
  content: "";
}

@media (max-width: 1199.98px) {
  .way-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 20px;
  }
}

@media (max-width: 767.98px) {
  .way-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .way-media {
    height: 210px;
  }
}

/*--------------------------------------------------------------
# 16. Helps you recognize — item icons
--------------------------------------------------------------*/
.identify-ico {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-content: center;
  justify-content: center;
  border: 1px solid rgba(184, 137, 53, 0.2);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 34%, #ffffff 0%, var(--cream-2) 100%);
  box-shadow: 0 6px 16px rgba(18, 42, 64, 0.06), inset 0 1px 0 #fff;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.identify-ico svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.identify-ico svg .acc {
  stroke: var(--gold);
  color: var(--gold);
}

.identify-item:hover .identify-ico {
  border-color: rgba(184, 137, 53, 0.45);
  box-shadow: 0 10px 22px rgba(18, 42, 64, 0.1), inset 0 1px 0 #fff;
}

.identify-text {
  align-self: center;
}

@media (max-width: 575.98px) {
  .identify-ico {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .identify-ico svg {
    width: 22px;
    height: 22px;
  }
}
/*--------------------------------------------------------------
# 17. PRANA Working Areas — signs grid
--------------------------------------------------------------*/
.wa-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 34px 22px;
  margin-top: 54px;
}

.wa-card {
  position: relative;
  --wa: var(--green-900);
  --wa-soft: rgba(28, 54, 38, .16);
  --wa-tint: rgba(28, 54, 38, .07);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-column: span 3;
  padding: 34px 20px 24px;
  gap: 14px;
  border: 1px solid var(--wa-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--wa-tint) 0%, rgba(255, 255, 255, .88) 46%, var(--paper) 100%);
  box-shadow: 0 16px 44px rgba(18, 42, 64, .08);
  text-align: center;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.wa-card:nth-child(5),
.wa-card:nth-child(6),
.wa-card:nth-child(7) {
  grid-column: span 4;
}

.wa-card:hover {
  border-color: color-mix(in srgb, var(--wa) 38%, transparent);
  box-shadow: 0 26px 60px rgba(18, 42, 64, .14);
  transform: translateY(-6px);
}

.wa-num {
  position: absolute;
  top: -20px;
  left: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--wa);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--wa) 34%, transparent);
  color: #fff;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1;
  place-items: center;
  transform: translateX(-50%);
}

.wa-ico {
  display: grid;
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  place-items: center;
  border: 1px solid var(--wa-soft);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 32%, #fff 0%, var(--cream-2) 100%);
  box-shadow: 0 6px 16px rgba(18, 42, 64, .06), inset 0 1px 0 #fff;
  transition: border-color 240ms ease, box-shadow 240ms ease;
}

.wa-ico svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: var(--wa);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.wa-ico svg .acc {
  stroke: var(--gold);
  color: var(--gold);
}

.wa-card:hover .wa-ico {
  border-color: color-mix(in srgb, var(--wa) 40%, transparent);
  box-shadow: 0 10px 22px rgba(18, 42, 64, .1), inset 0 1px 0 #fff;
}

.wa-text {
  margin: 0;
  color: var(--wa);
  font-family: var(--sans);
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  font-weight: 700;
  line-height: 1.34;
}

.wa-blue {
  --wa: #1f6fb2;
  --wa-soft: rgba(31, 111, 178, .18);
  --wa-tint: rgba(31, 111, 178, .08);
}

.wa-green {
  --wa: #2f7d42;
  --wa-soft: rgba(47, 125, 66, .18);
  --wa-tint: rgba(47, 125, 66, .08);
}

.wa-purple {
  --wa: #5a3a8e;
  --wa-soft: rgba(90, 58, 142, .18);
  --wa-tint: rgba(90, 58, 142, .08);
}

.wa-orange {
  --wa: #c0561d;
  --wa-soft: rgba(192, 86, 29, .18);
  --wa-tint: rgba(192, 86, 29, .08);
}

.wa-teal {
  --wa: #16706e;
  --wa-soft: rgba(22, 112, 110, .18);
  --wa-tint: rgba(22, 112, 110, .08);
}

.wa-amber {
  --wa: #a9781a;
  --wa-soft: rgba(169, 120, 26, .2);
  --wa-tint: rgba(169, 120, 26, .09);
}

.wa-rose {
  --wa: #b02c4c;
  --wa-soft: rgba(176, 44, 76, .18);
  --wa-tint: rgba(176, 44, 76, .08);
}

@media (max-width: 1199.98px) {
  .wa-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 32px 20px;
  }

  .wa-card,
  .wa-card:nth-child(5),
  .wa-card:nth-child(6),
  .wa-card:nth-child(7) {
    grid-column: span 2;
  }

  .wa-card:nth-child(7) {
    grid-column: 3 / span 2;
  }
}

@media (max-width: 767.98px) {
  .wa-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 16px;
    margin-top: 46px;
  }

  .wa-card,
  .wa-card:nth-child(5),
  .wa-card:nth-child(6),
  .wa-card:nth-child(7) {
    grid-column: span 1;
    padding: 30px 14px 20px;
  }

  .wa-ico {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .wa-ico svg {
    width: 36px;
    height: 36px;
  }
}

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

/*--------------------------------------------------------------
# 18. PRANA Table Talks Users — banner
--------------------------------------------------------------*/
.ptt-users {
  position: relative;
  margin-bottom: 58px;
  padding: 34px clamp(18px, 3vw, 44px) 32px;
  border: 1px solid rgba(44, 77, 105, .18);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .95), transparent 62%),
    linear-gradient(180deg, rgba(214, 233, 246, .78) 0%, rgba(237, 245, 251, .7) 46%, rgba(255, 250, 243, .82) 100%);
  box-shadow: 0 18px 54px rgba(18, 42, 64, .1), inset 0 1px 0 rgba(255, 255, 255, .8);
}

.ptt-users::before {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid rgba(184, 137, 53, .22);
  border-radius: calc(var(--radius-lg) - 8px);
  content: "";
  pointer-events: none;
}

.ptt-users-title {
  position: relative;
  margin: 0 0 28px;
  color: var(--ink); 
  font-size: clamp(1.4rem, 3vw, 2.35rem);
  font-weight: 600; 
  line-height: 1.12;
  text-align: center; 
}
.ptt-users-title span {
    color: var(--gold);
}
.ptt-users-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: start;
}

.ptt-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.ptt-user + .ptt-user {
  position: relative;
}

.ptt-user + .ptt-user::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: -9px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(44, 77, 105, .16), transparent);
  content: "";
}

.ptt-user-ico {
  display: grid;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  place-items: center;
  border: 1px solid rgba(44, 77, 105, .16);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, var(--cream-2) 100%);
  box-shadow: 0 8px 20px rgba(18, 42, 64, .08), inset 0 1px 0 #fff;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ptt-user-ico svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.ptt-user-ico svg .acc {
  stroke: var(--gold);
  color: var(--gold);
}

.ptt-user:hover .ptt-user-ico {
  border-color: rgba(184, 137, 53, .45);
  box-shadow: 0 12px 26px rgba(18, 42, 64, .12), inset 0 1px 0 #fff;
  transform: translateY(-4px);
}

.ptt-user-label {
  margin: 0;
  max-width: 15ch;
  color: var(--ink);
  font-family: var(--sans);
  font-size: clamp(.72rem, .9vw, .84rem);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ptt-users-tab {
  position: absolute;
  bottom: -1px;
  left: 50%;
  display: block;
  width: 86px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(184, 137, 53, .55), transparent);
  transform: translateX(-50%);
}

.ptt-users-tab::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  background: var(--gold);
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 991.98px) {
  .ptt-users-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 14px;
  }

  .ptt-user + .ptt-user::before {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .ptt-users {
    margin-bottom: 46px;
    padding: 26px 14px 24px;
  }

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

  .ptt-user-ico {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .ptt-user-ico svg {
    width: 32px;
    height: 32px;
  }
}

/*--------------------------------------------------------------
# 18. PRANA Vision — purpose, mission, vision, belief
--------------------------------------------------------------*/
.vsn-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 24px;
  margin-top: 58px;
}

.vsn-card {
  position: relative;
  --vsn: var(--green-900);
  --vsn-soft: rgba(28, 54, 38, .16);
  --vsn-tint: rgba(28, 54, 38, .07);
  display: flex;
  flex-direction: column;
  padding: 46px 28px 28px;
  border: 1px solid var(--vsn-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--vsn-tint) 0%, rgba(255, 255, 255, .88) 40%, var(--paper) 100%);
  box-shadow: 0 16px 44px rgba(18, 42, 64, .08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.vsn-card:hover {
  border-color: color-mix(in srgb, var(--vsn) 38%, transparent);
  box-shadow: 0 26px 60px rgba(18, 42, 64, .14);
  transform: translateY(-6px);
}

.vsn-amber {
  --vsn: #c0761d;
  --vsn-soft: rgba(192, 118, 29, .18);
  --vsn-tint: rgba(192, 118, 29, .09);
}

.vsn-navy {
  --vsn: #1f3c72;
  --vsn-soft: rgba(31, 60, 114, .16);
  --vsn-tint: rgba(31, 60, 114, .07);
}

.vsn-purple {
  --vsn: #5a3a8e;
  --vsn-soft: rgba(90, 58, 142, .16);
  --vsn-tint: rgba(90, 58, 142, .07);
}

.vsn-ico {
  position: absolute;
  top: -25px;
  left: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--vsn);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--vsn) 34%, transparent);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  place-items: center;
  transform: translateX(-50%);
}

.vsn-title {
  margin: 6px 0 12px;
  color: var(--vsn);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
  font-weight: 600;
  line-height: 1.24;
  text-align: center;
}

.vsn-lead {
  margin: 0 0 18px;
  padding: 12px 16px;
  border: 1px solid var(--vsn-soft);
  border-radius: 10px;
  background: var(--vsn-tint);
  color: var(--vsn);
  font-family: var(--serif);
  font-size: 1.02rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.vsn-card p {
  margin: 0 0 14px;
  color: var(--body);
  font-size: .93rem;
  line-height: 1.7;
}

.vsn-card p:last-child {
  margin-bottom: 0;
}

.vsn-points {
  margin: 4px 0 18px;
  padding: 0;
  list-style: none;
}

.vsn-points li {
  display: flex;
  padding: 6px 0;
  gap: 10px;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
}

.vsn-points i {
  flex: 0 0 auto;
  margin-top: .12em;
  color: var(--vsn);
  font-size: .95rem;
  opacity: .85;
}

.vsn-ripple {
  margin: 4px 0 18px;
  padding: 0 0 0 20px;
  border-left: 2px solid var(--vsn-soft);
  list-style: none;
}

.vsn-ripple li {
  position: relative;
  padding: 5px 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: .98rem;
  font-style: italic;
  line-height: 1.5;
}

.vsn-ripple li::before {
  position: absolute;
  top: 1.05em;
  left: -25px;
  width: 7px;
  height: 7px;
  background: var(--vsn);
  content: "";
  opacity: .65;
  transform: rotate(45deg);
}

.vsn-close {
  margin-top: 54px;
  padding: 34px 26px;
  border: 1px solid rgba(184, 137, 53, .3);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(234, 209, 160, .22) 0%, var(--paper) 70%);
  box-shadow: 0 16px 44px rgba(18, 42, 64, .07);
  text-align: center;
}

.vsn-close h3 {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.3;
}

.vsn-close-steps {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 12px 0;
  justify-content: center;
  list-style: none;
}

.vsn-close-steps li {
  position: relative;
  padding: 0 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5;
}

.vsn-close-steps li + li::before {
  position: absolute;
  top: 50%;
  left: -3px;
  width: 6px;
  height: 6px;
  background: var(--gold);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 991.98px) {
  .vsn-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 575.98px) {
  .vsn-card {
    padding: 42px 20px 24px;
  }

  .vsn-close {
    padding: 28px 18px;
  }

  .vsn-close-steps li {
    padding: 0 14px;
    font-size: .95rem;
  }

  .vsn-close-steps li + li::before {
    display: none;
  }
}
