:root {
  --cr2-cream: #fdf6f0;
  --cr2-card: #fffaf6;
  --cr2-green: #063f2d;
  --cr2-green-2: #0b5a3f;
  --cr2-teal: #076f7d;
  --cr2-plum: #4b1e3f;
  --cr2-burgundy: #7b3f5c;
  --cr2-rose: #d8a7b1;
  --cr2-gold: #d4af37;
  --cr2-antique-gold: #a87925;
  --cr2-line: rgba(168, 121, 37, 0.28);
  --cr2-text: #302c2a;
  --cr2-muted: #5e5550;
  --cr2-shadow: 0 22px 55px rgba(75, 30, 63, 0.13);
  --cr2-radius-lg: 28px;
  --cr2-radius-md: 18px;
  --cr2-serif: Georgia, "Times New Roman", serif;
  --cr2-sans: "Trebuchet MS", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body.cr2-page {
  margin: 0;
  background: var(--cr2-cream);
  color: var(--cr2-text);
  font-family: var(--cr2-sans);
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.cr2-container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

/* Header */

.cr2-header {
  min-height: 92px;
  padding: 16px clamp(20px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: rgba(253, 246, 240, 0.96);
  border-bottom: 1px solid var(--cr2-line);
  position: relative;
  z-index: 10;
}

.cr2-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.cr2-brand-mark {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.cr2-brand-text {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cr2-brand-name {
  color: var(--cr2-green);
  font-family: var(--cr2-serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.1;
}

.cr2-brand-subtitle {
  color: var(--cr2-antique-gold);
  font-size: 0.68rem;
  font-weight: 700;
  margin-top: 2px;
}

.cr2-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 34px);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cr2-nav a {
  text-decoration: none;
  color: var(--cr2-green);
}

.cr2-nav a:hover {
  color: var(--cr2-plum);
}

.cr2-nav-button {
  padding: 10px 22px;
  border-radius: 8px;
  background: var(--cr2-green);
  color: white !important;
  box-shadow: 0 10px 24px rgba(6, 63, 45, 0.18);
}

/* Header */

.cr2-header {
  min-height: 96px;
  padding: 16px clamp(20px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  background: rgba(253, 246, 240, 0.96);
  border-bottom: 1px solid var(--cr2-line);
  position: relative;
  z-index: 20;
}

.cr2-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.cr2-brand-mark {
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
}

.cr2-brand-text {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}

.cr2-brand-name {
  color: var(--cr2-green);
  font-family: var(--cr2-serif);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.cr2-brand-subtitle {
  color: var(--cr2-antique-gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-top: 8px;
}

.cr2-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--cr2-green);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cr2-nav a {
  text-decoration: none;
  color: var(--cr2-green);
}

.cr2-nav a:hover {
  color: var(--cr2-plum);
}

.cr2-nav-button {
  padding: 12px 24px;
  border-radius: 8px;
  background: var(--cr2-green);
  color: #fff !important;
  box-shadow: 0 12px 25px rgba(6, 63, 45, 0.18);
}
/* Hero */

.cr2-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 96px) 0 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.82), transparent 48%),
    var(--cr2-cream);
}

.cr2-hero-botanical {
  position: absolute;
  z-index: 0;
  opacity: 0.72;
  pointer-events: none;
  filter: saturate(0.95);
}

.cr2-hero-botanical-left {
  left: -56px;
  top: 76px;
  width: min(28vw, 330px);
}

.cr2-hero-botanical-right {
  right: -56px;
  top: 90px;
  width: min(28vw, 330px);
}

.cr2-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cr2-kicker {
  margin: 0 0 18px;
  color: var(--cr2-antique-gold);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}

.cr2-kicker::before,
.cr2-kicker::after {
  content: "✦";
  color: var(--cr2-gold);
  margin: 0 14px;
  font-size: 0.95rem;
}

.cr2-hero h1 {
  width: min(840px, 100%);
  margin: 0 auto 18px;
  color: var(--cr2-green);
  font-family: var(--cr2-serif);
  font-size: clamp(2.35rem, 5.2vw, 4.55rem);
  line-height: 1.06;
  font-weight: 500;
}

.cr2-hero-copy {
  width: min(760px, 100%);
  margin: 0 auto clamp(42px, 4vw, 58px);
  color: var(--cr2-muted);
  font-family: var(--cr2-serif);
  font-size: clamp(1.3rem, 2vw, 1.55rem);
  line-height: 1.45;
  font-style: italic;
}

/* Path Cards */

.cr2-path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 56px);
  align-items: stretch;
  padding-bottom: 72px;
}

.cr2-path-card {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: clamp(34px, 4vw, 50px) clamp(26px, 4vw, 44px) 44px;
  border: 1px solid var(--cr2-line);
  border-radius: var(--cr2-radius-lg);
  background-color: rgba(255, 250, 246, 0.86);
  box-shadow: var(--cr2-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cr2-path-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.92;
  z-index: 0;
}

.cr2-path-card-healing::after {
  background-image: url("../images/home-v2/card-lotus-green-cream.png");
}

.cr2-path-card-temple::after {
  background-image: url("../images/home-v2/card-lotus-rose-cream.png");
}

.cr2-card-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.82), transparent 45%);
  z-index: 0;
  pointer-events: none;
}

.cr2-path-card > *:not(.cr2-card-glow) {
  position: relative;
  z-index: 1;
}


.cr2-path-logo {
    display: block;
    margin: 0 auto 12px;
    object-fit: contain;
    object-position: center;
}

.cr2-path-card-healing .cr2-path-logo {
    max-width: 355px;
    height: 320px;
}

.cr2-path-card-temple .cr2-path-logo {
    max-width: 270px;
    height: 300px;
}

.cr2-path-card h2 {
  margin: 0;
  color: var(--cr2-green);
  font-family: var(--cr2-serif);
  font-size: clamp(2rem, 4vw, 3.05rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cr2-path-card-temple h2 {
  color: var(--cr2-plum);
  max-width: 560px;
}

.cr2-path-subtitle {
  margin: 10px 0 14px;
  color: var(--cr2-antique-gold);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cr2-mini-divider {
  width: 180px;
  height: 22px;
  margin: 6px auto 12px;
  position: relative;
}

.cr2-mini-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 1px;
  background: var(--cr2-line);
}

.cr2-mini-divider::after {
  content: "✦";
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  color: var(--cr2-plum);
  background: var(--cr2-card);
  padding: 0 10px;
  line-height: 1;
}

.cr2-path-card p:not(.cr2-path-subtitle) {
  max-width: 530px;
  margin: 0 auto 28px;
  color: var(--cr2-muted);
  font-size: clamp(1.2rem, 1.8vw, 1.4rem);
  line-height: 1.55;
}

.cr2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 14px 30px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(0,0,0,0.13);
  transition: transform 170ms ease, box-shadow 170ms ease, opacity 170ms ease;
}

.cr2-path-card .cr2-button {
  margin-top: auto;
  margin-bottom: 42px;
}

.cr2-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(0,0,0,0.16);
}

.cr2-button span {
  color: var(--cr2-gold);
  font-size: 1.35rem;
  line-height: 1;
}

.cr2-button-green {
  background: linear-gradient(135deg, var(--cr2-green), var(--cr2-green-2));
}

.cr2-button-plum {
  background: linear-gradient(135deg, var(--cr2-plum), #721548);
}

/* Feature Strip */

.cr2-feature-strip {
  position: relative;
  z-index: 2;
  margin-top: 0;
  border-top: 1px solid rgba(212, 175, 55, 0.55);
  border-bottom: 1px solid rgba(212, 175, 55, 0.55);
  background: var(--cr2-plum);
}

.cr2-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cr2-feature-card {
  min-height: 270px;
  padding: 38px 28px 34px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid rgba(212, 175, 55, 0.45);
  background-image:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.08), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.03), rgba(0,0,0,0.08));
}

.cr2-feature-card:last-child {
  border-right: 0;
}

.cr2-feature-green {
  background-color: #06442f;
}

.cr2-feature-plum {
  background-color: #4b1e3f;
}

.cr2-feature-teal {
  background-color: #075563;
}

.cr2-feature-burgundy {
  background-color: #5a173f;
}

.cr2-feature-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border: 1px solid rgba(212, 175, 55, 0.72);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--cr2-gold);
  font-size: 2rem;
  background: rgba(253, 246, 240, 0.06);
}

.cr2-feature-card h3 {
  margin: 0 0 12px;
  color: #fffaf2;
  font-family: var(--cr2-serif);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cr2-feature-card p {
  margin: 0 auto 18px;
  max-width: 300px;
  color: rgba(255,255,255,0.88);
  font-size: 1.08rem;
  line-height: 1.5;
}

.cr2-feature-link {
  color: var(--cr2-gold);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Closing CTA */

.cr2-closing {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 88px) 0;
  text-align: center;
  background:
    radial-gradient(circle at 15% 85%, rgba(212, 175, 55, 0.12), transparent 28%),
    radial-gradient(circle at 85% 85%, rgba(123, 63, 92, 0.10), transparent 30%),
    var(--cr2-cream);
}

.cr2-closing h2 {
  margin: 0 0 14px;
  color: var(--cr2-green);
  font-family: var(--cr2-serif);
  font-weight: 500;
  font-size: clamp(2rem, 4.1vw, 3.2rem);
  line-height: 1.18;
}

.cr2-closing p {
  margin: 0 0 32px;
  color: var(--cr2-muted);
  font-size: clamp(1.35rem, 1.7vw, 1.55rem);
  line-height: 1.5;
}

/* Footer */

.cr2-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(212, 175, 55, 0.12), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(216, 167, 177, 0.10), transparent 34%),
    var(--cr2-green);
  color: rgba(255, 250, 246, 0.88);
  border-top: 1px solid rgba(212, 175, 55, 0.45);
}

.cr2-footer-inner {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 56px 0 28px;
}

.cr2-footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 34px;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.28);
}

.cr2-footer-mark {
  width: 86px;
  height: 86px;
  object-fit: contain;
  display: block;
  mix-blend-mode: screen;
}

.cr2-footer-brand h2 {
  margin: 0;
  color: #fffaf2;
  font-family: var(--cr2-serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cr2-footer-brand p {
  margin: 10px 0 0;
  color: var(--cr2-gold);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.cr2-footer-columns {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1.2fr;
  gap: clamp(34px, 5vw, 76px);
}

.cr2-footer-column h3 {
  margin: 0 0 16px;
  color: var(--cr2-gold);
  font-family: var(--cr2-serif);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cr2-footer-column p {
  margin: 0 0 16px;
  font-size: 1.05rem;
  line-height: 1.65;
}

.cr2-footer a {
  color: rgba(255, 250, 246, 0.92);
  text-decoration: none;
}

.cr2-footer a:hover {
  color: var(--cr2-gold);
}

.cr2-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cr2-footer-column li {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.cr2-footer-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.cr2-footer-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 8px;
  color: #fffaf2;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: rgba(255, 250, 246, 0.06);
}

.cr2-footer-buttons a:hover {
  background: rgba(212, 175, 55, 0.16);
}

.cr2-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  color: rgba(255, 250, 246, 0.68);
  font-size: 0.92rem;
}

.cr2-footer-bottom p {
  margin: 0;
}

/* Subpage shared styles */

.cr2-subpage-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 0 clamp(58px, 7vw, 92px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.85), transparent 48%),
    radial-gradient(circle at 12% 80%, rgba(212, 175, 55, 0.12), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(123, 63, 92, 0.10), transparent 30%),
    var(--cr2-cream);
  border-bottom: 1px solid var(--cr2-line);
}

.cr2-subpage-hero h1 {
  width: min(900px, 100%);
  margin: 0 auto 20px;
  color: var(--cr2-green);
  font-family: var(--cr2-serif);
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 1;
  font-weight: 500;
}

.cr2-subpage-intro {
  width: min(820px, 100%);
  margin: 0 auto;
  color: var(--cr2-muted);
  font-family: var(--cr2-serif);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.45;
  font-style: italic;
}

.cr2-section-heading {
  width: min(860px, 100%);
  margin: 0 auto clamp(38px, 5vw, 64px);
  text-align: center;
}

.cr2-section-kicker {
  margin: 0 0 12px;
  color: var(--cr2-antique-gold);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cr2-section-heading h2,
.cr2-services-feature h2 {
  margin: 0 0 18px;
  color: var(--cr2-green);
  font-family: var(--cr2-serif);
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  line-height: 1.12;
  font-weight: 500;
}

.cr2-section-heading p,
.cr2-services-feature p {
  margin: 0;
  color: var(--cr2-muted);
  font-size: clamp(1.12rem, 1.7vw, 1.32rem);
  line-height: 1.65;
}

/* Services page */

.cr2-services-overview {
  padding: clamp(62px, 8vw, 96px) 0;
  background: #fffaf6;
}

.cr2-service-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.cr2-service-card {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  padding: 34px 28px 32px;
  border: 1px solid var(--cr2-line);
  border-radius: var(--cr2-radius-lg);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.10), transparent 45%),
    var(--cr2-cream);
  box-shadow: 0 18px 42px rgba(75, 30, 63, 0.10);
}

.cr2-service-icon {
  width: 72px;
  height: 72px;
  margin: 0 0 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cr2-green);
  color: var(--cr2-gold);
  font-size: 2rem;
  box-shadow: 0 12px 25px rgba(6, 63, 45, 0.16);
}

.cr2-service-card h3 {
  margin: 0 0 14px;
  color: var(--cr2-green);
  font-family: var(--cr2-serif);
  font-size: 1.8rem;
  line-height: 1.18;
  font-weight: 600;
}

.cr2-service-card p {
  margin: 0 0 20px;
  color: var(--cr2-muted);
  font-size: 1.08rem;
  line-height: 1.58;
}

.cr2-service-card ul {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.cr2-service-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  color: var(--cr2-text);
  font-size: 1rem;
  line-height: 1.45;
}

.cr2-service-card li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--cr2-antique-gold);
  font-size: 0.72rem;
}

.cr2-text-link {
  color: var(--cr2-plum);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9rem;
}

.cr2-text-link:hover {
  color: var(--cr2-green);
}

.cr2-services-feature {
  padding: clamp(64px, 8vw, 104px) 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(212, 175, 55, 0.14), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(216, 167, 177, 0.14), transparent 34%),
    var(--cr2-cream);
}

.cr2-services-feature-inner {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(34px, 6vw, 74px);
  align-items: center;
}

.cr2-feature-callout {
  padding: clamp(32px, 4vw, 44px);
  border-radius: var(--cr2-radius-lg);
  background: var(--cr2-green);
  color: rgba(255, 250, 246, 0.9);
  box-shadow: var(--cr2-shadow);
}

.cr2-feature-callout h3 {
  margin: 0 0 18px;
  color: var(--cr2-gold);
  font-family: var(--cr2-serif);
  font-size: 2rem;
  font-weight: 600;
}

.cr2-feature-callout ul {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.cr2-feature-callout li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 11px;
  font-size: 1.08rem;
  line-height: 1.5;
}

.cr2-feature-callout li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--cr2-gold);
}

.cr2-services-pathways {
  padding: clamp(62px, 8vw, 98px) 0;
  background: #fffaf6;
  border-top: 1px solid var(--cr2-line);
}

/* Responsive */

@media (max-width: 1040px) {
  .cr2-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .cr2-nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .cr2-path-grid {
    grid-template-columns: 1fr;
    width: min(680px, 100%);
    margin: 0 auto;
  }

  .cr2-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cr2-feature-card:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 720px) {
  .cr2-container {
    width: min(100% - 28px, 1160px);
  }

  .cr2-header {
    padding: 14px 18px;
  }

  .cr2-brand-mark {
    width: 48px;
    height: 48px;
  }

  .cr2-brand-subtitle {
    font-size: 0.6rem;
  }

  .cr2-nav {
    gap: 10px 18px;
    font-size: 0.78rem;
  }

  .cr2-nav-button {
    padding: 8px 16px;
  }

  .cr2-hero {
    padding-top: 46px;
  }

  .cr2-hero-botanical {
    opacity: 0.28;
    width: 260px;
  }

  .cr2-hero-botanical-left {
    left: -130px;
    top: 80px;
  }

  .cr2-hero-botanical-right {
    right: -130px;
    top: 90px;
  }

 .cr2-kicker {
  font-size: 1.05rem;
  letter-spacing: 0.13em;
}

  .cr2-kicker::before,
  .cr2-kicker::after {
    margin: 0 7px;
  }

  .cr2-path-card {
    min-height: 0;
    padding: 30px 20px 38px;
  }

  .cr2-path-card::after {
    height: 150px;
  }

  .cr2-path-logo {
    width: min(260px, 82%);
    height: 260px;
  }

  .cr2-path-card h2 {
    letter-spacing: 0.04em;
  }

.cr2-path-subtitle {
  font-size: 0.95rem;
  letter-spacing: 0.11em;
}

.cr2-button {
  width: 100%;
  max-width: 360px;
  min-height: 54px;
  padding: 13px 18px;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
}

  .cr2-feature-grid {
    grid-template-columns: 1fr;
  }

  .cr2-feature-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.45);
  }

  .cr2-feature-card:last-child {
    border-bottom: 0;
  }
  
  .cr2-feature-card h3 {
  font-size: 1.35rem;
}

.cr2-feature-card p {
  font-size: 1rem;
  max-width: 310px;
}

.cr2-feature-link {
  font-size: 0.9rem;
}

.cr2-closing p {
  font-size: 1.15rem;
}

.cr2-footer-inner {
  width: min(100% - 28px, 1240px);
  padding: 42px 0 24px;
}

.cr2-footer-brand {
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}


.cr2-footer-brand h2 {
  font-size: 2rem;
}

.cr2-footer-brand p {
  font-size: 0.78rem;
  letter-spacing: 0.13em;
}

.cr2-footer-columns {
  grid-template-columns: 1fr;
  gap: 28px;
}

.cr2-footer-bottom {
  flex-direction: column;
  gap: 8px;
}

.cr2-footer-mark-wrap {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 50%;
  background: #fdf6f0;
  border: 1px solid rgba(212, 175, 55, 0.55);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  flex: 0 0 auto;
}

.cr2-footer-mark {
  width: 78px;
  height: 78px;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

}
