:root {
  --sage: #6b7c6b;
  --sage-light: #a3b5a0;
  --forest: #2d3d2d;
  --forest-deep: #1a2418;
  --gold: #b8965a;
  --gold-light: #d4b07a;
  --cream: #f7f4ef;
  --cream-dark: #ede9e0;
  --warm-white: #faf8f4;
  --text-dark: #1e2b1e;
  --text-mid: #4a5a4a;
  --text-light: #7a8a7a;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--warm-white);
  color: var(--text-dark);
  width: 100%;
  overflow-x: hidden;
}

/* NAV */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: rgba(250,248,244,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(107,124,107,0.12);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--forest);
  text-decoration: none;
}
.nav-logo span { color: var(--gold); }
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  z-index: 300;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--forest);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.nav-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--warm-white);
  z-index: 250;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  list-style: none;
}
.nav-menu.open { display: flex; }
.nav-menu a {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mid);
  text-decoration: none;
}
.nav-menu .cta-link {
  background: var(--forest);
  color: var(--cream) !important;
  padding: 0.8rem 2.5rem;
  border-radius: 2px;
}

/* HERO */
.hero {
  padding: 5.5rem 1.25rem 3rem;
  background: var(--warm-white);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.2s forwards;
}
.eyebrow-line { width: 1.75rem; height: 1px; background: var(--gold); flex-shrink: 0; }
.eyebrow-text {
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 10vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--forest-deep);
  margin-bottom: 1.25rem;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.35s forwards;
}
.hero-title em { font-style: italic; color: var(--sage); }
.hero-sub {
  font-size: 0.97rem;
  line-height: 1.8;
  color: var(--text-mid);
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.5s forwards;
}
.btn-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.65s forwards;
}
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--forest);
  color: var(--cream);
  padding: 1rem 1.75rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid var(--forest);
  transition: all 0.25s;
  white-space: nowrap;
}
.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-mid);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 1.75rem;
  border-radius: 2px;
  border: 1px solid var(--cream-dark);
  transition: all 0.25s;
}
.hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--cream-dark);
  opacity: 0;
  animation: fadeUp 0.9s ease 0.8s forwards;
}
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  color: var(--forest);
  line-height: 1;
}
.stat-label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-top: 0.2rem;
}

/* ORB BAND */
.orb-band {
  background: var(--forest-deep);
  padding: 3rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.orb-wrap {
  position: relative;
  width: 170px;
  height: 170px;
}
.orb {
  position: absolute;
  top: 50%; left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(163,181,160,0.25);
  transform: translate(-50%,-50%);
}
.o1 { width: 170px; height: 170px; animation: pulse 5s ease-in-out infinite; }
.o2 { width: 112px; height: 112px; border-color: rgba(184,150,90,0.3); animation: pulse 5s ease-in-out 1.5s infinite; }
.o3 { width: 56px; height: 56px; background: rgba(163,181,160,0.08); animation: pulse 5s ease-in-out 3s infinite; }
.orb-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  white-space: nowrap;
}
.orb-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.35em;
  color: rgba(250,248,244,0.9);
  display: block;
}
.orb-sub {
  font-family: 'DM Mono', monospace;
  font-size: 0.42rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-light);
  display: block;
  margin-top: 0.25rem;
}
.orb-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  color: rgba(250,248,244,0.7);
  text-align: center;
  max-width: 260px;
  line-height: 1.5;
}

/* TRUST BAR */
.trust-bar {
  background: var(--forest);
  padding: 1.4rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.74rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(250,248,244,0.62);
}
.trust-item strong { color: var(--gold-light); }
.tdot { width: 5px; height: 5px; border-radius: 50%; background: var(--sage-light); flex-shrink: 0; }

/* SECTIONS */
.sec {
  padding: 3.75rem 1.25rem;
}
.sec-alt { background: var(--cream); }
.sec-dark { background: var(--forest-deep); }

.sec-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}
.sll { width: 1.75rem; height: 1px; background: var(--gold); flex-shrink: 0; }
.slt {
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.sec-h {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 7vw, 3rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--forest-deep);
  margin-bottom: 1rem;
}
.sec-h em { font-style: italic; color: var(--sage); }
.sec-h.light { color: rgba(250,248,244,0.92); }
.sec-h.light em { color: var(--sage-light); }
.sec-p {
  font-size: 0.93rem;
  line-height: 1.85;
  color: var(--text-mid);
  font-weight: 300;
  margin-bottom: 1rem;
}
.sec-p.light { color: rgba(250,248,244,0.52); }

/* PILLARS */
.pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-top: 1.75rem;
}
.pillar {
  padding: 1.2rem;
  background: var(--warm-white);
  border: 1px solid var(--cream-dark);
  border-radius: 4px;
}
.sec-alt .pillar { background: var(--warm-white); }
.pillar-ico { font-size: clamp(1.4rem, 3vw, 1.8rem); margin-bottom: 0.65rem; }
.pillar-t {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-weight: 600;
  color: var(--forest);
  margin-bottom: 0.4rem;
}
.pillar-d { font-size: clamp(0.92rem, 2vw, 1.05rem); line-height: 1.7; color: var(--text-mid); font-weight: 400; }

/* FEATURES */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: var(--cream-dark);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 2rem;
}
.feat {
  background: var(--warm-white);
  padding: 1.2rem;
}
.feat-n {
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  color: var(--gold);
  letter-spacing: 0.1em;
  margin-bottom: 0.55rem;
}
.feat-t {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--forest);
  margin-bottom: 0.3rem;
}
.feat-d { font-size: 0.77rem; line-height: 1.6; color: var(--text-mid); font-weight: 300; }

/* STEPS */
.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2rem;
  border: 1px solid var(--cream-dark);
  border-radius: 4px;
  overflow: hidden;
}
.step-row {
  display: flex;
  gap: 1rem;
  padding: 1.3rem 1.1rem;
  background: var(--warm-white);
  border-bottom: 1px solid var(--cream-dark);
  align-items: flex-start;
}
.step-row:last-child { border-bottom: none; }
.step-circle {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 1px solid var(--sage-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 300;
  color: var(--forest);
  flex-shrink: 0;
}
.step-t {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--forest);
  margin-bottom: 0.25rem;
}
.step-d { font-size: 0.78rem; line-height: 1.6; color: var(--text-mid); font-weight: 300; }
.step-badge {
  display: inline-block;
  margin-top: 0.45rem;
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  background: rgba(184,150,90,0.1);
  padding: 0.2rem 0.55rem;
  border-radius: 100px;
}

/* TEAM */
.team-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.45rem, 5vw, 2.1rem);
  font-weight: 300;
  line-height: 1.4;
  color: rgba(250,248,244,0.9);
  margin-bottom: 1.25rem;
}
.team-quote em { font-style: italic; color: var(--sage-light); }
.quote-attr {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 2.25rem;
}
.qa-line { width: 1.75rem; height: 1px; background: var(--gold); }
.qa-text { font-size: 0.72rem; letter-spacing: 0.07em; color: rgba(250,248,244,0.38); }
.creds {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1.25rem;
}
.cred {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.8rem 0.9rem;
  background: rgba(250,248,244,0.05);
  border: 1px solid rgba(250,248,244,0.08);
  border-radius: 4px;
}
.cdot { width: 5px; height: 5px; border-radius: 50%; background: var(--sage-light); flex-shrink: 0; margin-top: 0.32rem; }
.cred-t { font-size: 0.77rem; line-height: 1.5; color: rgba(250,248,244,0.55); }

/* TESTIMONIALS */
.test-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.tcard {
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  border-radius: 6px;
  padding: 1.6rem 1.4rem;
}
.tcard.feat-card { background: var(--forest); border-color: var(--forest); }
.tqm {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 0.7rem;
}
.tcard.feat-card .tqm { color: var(--gold-light); }
.tt {
  font-size: 0.87rem;
  line-height: 1.8;
  color: var(--text-mid);
  font-style: italic;
  margin-bottom: 1.2rem;
  font-weight: 300;
}
.tcard.feat-card .tt { color: rgba(250,248,244,0.7); }
.ta { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--forest); }
.tcard.feat-card .ta { color: var(--sage-light); }
.tr { font-size: 0.7rem; color: var(--text-light); font-weight: 300; margin-top: 0.15rem; }
.tcard.feat-card .tr { color: rgba(250,248,244,0.35); }

/* CTA */
.cta-wrap {
  padding: 3.75rem 1.25rem;
  background: var(--cream);
  text-align: center;
}
.cta-h {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--forest-deep);
  margin-bottom: 1rem;
}
.cta-h em { font-style: italic; color: var(--sage); }
.cta-p {
  font-size: 0.93rem;
  line-height: 1.8;
  color: var(--text-mid);
  font-weight: 300;
  margin-bottom: 2rem;
}
.cta-btns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 20rem;
  margin: 0 auto;
}
.cta-note {
  margin-top: 1.5rem;
  font-size: 0.72rem;
  color: var(--text-light);
}

/* FOOTER */
footer {
  background: var(--forest-deep);
  padding: 3rem 1.25rem 1.5rem;
}
.ft-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(250,248,244,0.9);
  margin-bottom: 0.6rem;
}
.ft-logo span { color: var(--gold); }
.ft-tag {
  font-size: 0.78rem;
  line-height: 1.7;
  color: rgba(250,248,244,0.36);
  font-weight: 300;
  margin-bottom: 0.6rem;
}
.ft-loc {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(250,248,244,0.26);
  margin-bottom: 2rem;
}
.ft-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(250,248,244,0.08);
  margin-bottom: 2rem;
}
.ft-ct {
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.ft-links { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.ft-links a {
  font-size: 0.8rem;
  color: rgba(250,248,244,0.38);
  text-decoration: none;
  font-weight: 300;
}
.ft-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(250,248,244,0.07);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.ft-copy { font-size: 0.67rem; color: rgba(250,248,244,0.22); }
.ntcb {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(184,150,90,0.12);
  border: 1px solid rgba(184,150,90,0.22);
  border-radius: 100px;
  padding: 0.3rem 0.75rem;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
}

/* REVEAL */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.d1 { transition-delay: 0.08s; }
.d2 { transition-delay: 0.16s; }
.d3 { transition-delay: 0.24s; }
.d4 { transition-delay: 0.32s; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
  0%, 100% { opacity: 0.45; transform: translate(-50%,-50%) scale(1); }
  50% { opacity: 0.75; transform: translate(-50%,-50%) scale(1.05); }
}

/* TABLET+ */
@media (min-width: 680px) {
  nav { padding: 1.1rem 2.5rem; }
  .hamburger { display: none; }
  .nav-menu {
    display: flex !important;
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 2.25rem;
    background: none;
    list-style: none;
  }
  .nav-menu a { font-size: 0.78rem; letter-spacing: 0.09em; color: var(--text-mid); }
  .nav-menu .cta-link { background: var(--forest); color: var(--cream) !important; padding: 0.5rem 1.25rem; border-radius: 2px; }

  .hero { padding: 8rem 2.5rem 5rem; }
  .btn-row { flex-direction: row; }
  .trust-bar { flex-direction: row; flex-wrap: wrap; gap: 1.25rem 2.5rem; padding: 1.5rem 2.5rem; }
  .sec { padding: 5.5rem 2.5rem; }
  .cta-wrap { padding: 5.5rem 2.5rem; }
  .cta-btns { flex-direction: row; max-width: none; justify-content: center; }
  footer { padding: 4rem 2.5rem 2rem; }
  .ft-cols { grid-template-columns: repeat(3, 1fr); gap: 3rem; }
  .ft-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
  .test-cards { flex-direction: row; align-items: flex-start; }
  .tcard { flex: 1; }
  .tcard.feat-card { margin-top: -1rem; }
  .steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .step-row:nth-child(2n) { border-left: 1px solid var(--cream-dark); }
  .step-row:nth-last-child(-n+2) { border-bottom: none; }
}

@media (min-width: 1024px) {
  nav { padding: 1.25rem 4rem; }
  .hero { padding: 9rem 4rem 6rem; display: flex; flex-direction: row; gap: 3rem; align-items: center; }
  .sec { padding: 7rem 4rem; }
  .cta-wrap { padding: 7rem 4rem; }
  footer { padding: 4.5rem 4rem 2rem; }
  .pillars { grid-template-columns: repeat(4, 1fr); }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .step-row:nth-child(n) { border-bottom: none; border-right: 1px solid var(--cream-dark); }
  .step-row:last-child { border-right: none; }
  .step-row:nth-child(2n) { border-left: none; }
}


/* ===== INTERIOR PAGES (added for shell build) ===== */
.page-hero { padding: 6.5rem 1.25rem 2.5rem; background: var(--warm-white); }
.page-hero .hero-sub { max-width: 46rem; }
.sec-intro { max-width: 46rem; }

.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.chip { font-size: 0.75rem; padding: 0.4rem 0.85rem; background: var(--warm-white); border: 1px solid var(--cream-dark); border-radius: 100px; color: var(--text-mid); }
.sec-alt .chip { background: var(--cream); }

.pkg-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 2rem; }
.pkg { background: var(--warm-white); border: 1px solid var(--cream-dark); border-radius: 6px; padding: 1.6rem 1.4rem; }
.pkg h3 { font-family: 'Cormorant Garamond', serif; font-weight: 600; color: var(--forest); font-size: 1.5rem; margin-bottom: 0.4rem; }
.pkg .pkg-tag { font-family: 'DM Mono', monospace; font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); display:block; margin-bottom: 0.9rem; }
.pkg ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.pkg li { font-size: 0.83rem; line-height: 1.5; color: var(--text-mid); padding-left: 1.1rem; position: relative; }
.pkg li::before { content: '\2726'; position: absolute; left: 0; color: var(--gold); font-size: 0.7rem; top: 0.15rem; }

.catalog { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 2rem; }
.ccard { display: flex; flex-direction: column; background: var(--warm-white); border: 1px solid var(--cream-dark); border-radius: 6px; padding: 1.5rem 1.4rem; }
.ccard-meta { font-family: 'DM Mono', monospace; font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.ccard-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--forest); line-height: 1.2; margin-bottom: 0.5rem; }
.ccard-desc { font-size: 0.82rem; line-height: 1.65; color: var(--text-mid); font-weight: 300; margin-bottom: 1.1rem; flex-grow: 1; }
.ccard-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--cream-dark); }
.ccard-price { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300; color: var(--forest-deep); line-height: 1; white-space: nowrap; }
.ccard-price small { font-size: 0.65rem; color: var(--text-light); font-family: 'DM Sans', sans-serif; }
.btn-buy { background: var(--forest); color: var(--cream); padding: 0.6rem 1.15rem; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border-radius: 2px; white-space: nowrap; border: 1px solid var(--forest); transition: all 0.2s; }
.btn-buy.soon { background: transparent; color: var(--text-light); border-color: var(--cream-dark); }
.btn-buy.ext { background: transparent; color: var(--forest); }

.ph-note { display: inline-flex; align-items: center; gap: 0.45rem; background: rgba(184,150,90,0.1); border: 1px solid rgba(184,150,90,0.25); border-radius: 100px; padding: 0.35rem 0.85rem; font-family: 'DM Mono', monospace; font-size: 0.56rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-top: 1.5rem; }

.form { max-width: 36rem; margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.4rem; }
.form-field label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-mid); }
.form-field input, .form-field textarea, .form-field select { font-family: 'DM Sans', sans-serif; font-size: 0.9rem; padding: 0.8rem 0.9rem; border: 1px solid var(--cream-dark); border-radius: 4px; background: var(--warm-white); color: var(--text-dark); }
.form-field textarea { resize: vertical; min-height: 7rem; }
.form-row { display: grid; grid-template-columns: 1fr; gap: 1rem; }

.contact-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; margin-top: 2rem; }
.contact-person { margin-bottom: 1.3rem; }
.contact-person strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; color: var(--forest); }
.contact-person span { font-size: 0.85rem; color: var(--text-mid); display:block; line-height:1.7; }

@media (min-width: 680px) {
  .page-hero { padding: 8.5rem 2.5rem 3rem; }
  .catalog { grid-template-columns: 1fr 1fr; }
  .pkg-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 880px) {
  .contact-grid { grid-template-columns: 1.4fr 1fr; }
}
@media (min-width: 1024px) {
  .page-hero { padding: 9.5rem 4rem 3.5rem; }
  .catalog { grid-template-columns: 1fr 1fr 1fr; }
}
.nav-menu a.active { color: var(--gold); }

/* ===== HERO TWO-COLUMN + LIGHT ORB ===== */
.hero-visual { display: flex; flex-direction: column; align-items: center; gap: 1.75rem; margin-top: 3rem; }
.hero-orb { position: relative; width: min(74vw, 320px); aspect-ratio: 1 / 1; }
.hero-orb .ho { position: absolute; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%, -50%); }
.hero-orb .ho1 { width: 100%; height: 100%; border: 1px solid rgba(107,124,107,0.35); animation: pulse 5s ease-in-out infinite; }
.hero-orb .ho2 { width: 66%; height: 66%; border: 1px solid rgba(184,150,90,0.45); animation: pulse 5s ease-in-out 1.5s infinite; }
.hero-orb .ho3 { width: 33%; height: 33%; background: rgba(107,124,107,0.10); border: 1px solid rgba(107,124,107,0.25); animation: pulse 5s ease-in-out 3s infinite; }
.hero-orb-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; white-space: nowrap; }
.hero-orb-main { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300; letter-spacing: 0.35em; color: var(--forest); display: block; padding-left: 0.35em; }
.hero-orb-sub { font-family: 'DM Mono', monospace; font-size: 0.5rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); display: block; margin-top: 0.35rem; }
.hero-tagline { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 300; font-style: italic; color: var(--text-mid); text-align: center; max-width: 300px; line-height: 1.5; }
@media (min-width: 1024px) {
  .hero-content { flex: 1 1 53%; }
  .hero-visual { flex: 1 1 47%; margin-top: 0; }
  .hero-orb { width: min(32vw, 400px); }
}

/* ============================================================
   READABILITY + CONTRAST PASS (v2)
   Appended last so these win over the base rules above.
   Goals: (1) alternating sections clearly distinct,
   (2) larger, consistent type for an older audience,
   (3) fix the inversion where card text was bigger than
   the section body copy above it.
   ============================================================ */

/* (1) Section banding: alt band is now a clear warm sand, not
   a near-white that blended into the page. */
:root {
  --cream: #e9e2d3;        /* alt-section band (was #f7f4ef, nearly white) */
  --cream-dark: #d8cfbd;   /* hairlines/borders deep enough to actually see */
}

/* Cards now read as "raised" on ANY band (white or sand) so they
   never blend into the section behind them. */
.pillar, .ccard, .pkg, .tcard {
  background: var(--warm-white);
  box-shadow: 0 1px 3px rgba(45,61,45,0.06), 0 8px 20px rgba(45,61,45,0.04);
}
.chip, .sec-alt .chip { background: var(--warm-white); }

/* (2+3) Type scale.
   Section body copy sits ABOVE card copy in the hierarchy. */
.sec-p, .cta-p { font-size: 1.08rem; line-height: 1.85; }
.hero-sub { font-size: 1.05rem; line-height: 1.75; }

/* Card / box descriptions: readable, one step below section body */
.pillar-d,
.feat-d,
.step-d,
.ccard-desc,
.pkg li,
.cred-t { font-size: 0.98rem; line-height: 1.7; }
.tt { font-size: 1.02rem; line-height: 1.8; }
.chip { font-size: 0.88rem; }
.contact-person span { font-size: 0.95rem; line-height: 1.7; }
.form-field input, .form-field textarea, .form-field select { font-size: 0.98rem; }

/* Card / box titles */
.pillar-t { font-size: 1.3rem; }
.feat-t, .step-t { font-size: 1.12rem; }
.ccard-title { font-size: 1.35rem; }

/* Small labels / meta / eyebrows — nudged up but still clearly labels */
.eyebrow-text, .slt, .ccard-meta { font-size: 0.7rem; }
.feat-n { font-size: 0.72rem; }
.step-badge { font-size: 0.68rem; }
.trust-item { font-size: 0.82rem; }
.stat-label { font-size: 0.7rem; }
.qa-text, .ta, .cta-note { font-size: 0.78rem; }
.tr { font-size: 0.75rem; }
.btn-buy { font-size: 0.72rem; }
.ph-note { font-size: 0.62rem; }
.form-field label { font-size: 0.72rem; }

/* Footer legibility */
.ft-tag, .ft-links a { font-size: 0.85rem; }
.ft-loc, .ft-copy { font-size: 0.72rem; }
.ft-ct { font-size: 0.66rem; }
.ntcb { font-size: 0.64rem; }

/* Desktop nav links a touch larger */
@media (min-width: 680px) {
  .nav-menu a { font-size: 0.82rem; }
}

/* ============================================================
   COMPONENT CONSISTENCY PASS (v3)
   Unify every "grouped item" component into ONE language:
   raised warm-white tiles, rounded, soft-shadowed, with the
   section band breathing through the gaps. Kills the hard
   tan-to-white edges on the step strip and the feature grid.
   ============================================================ */

/* Feature grid ("Measured through action & reaction") →
   floating tiles instead of a hard-edged hairline grid */
.feature-grid { background: transparent; gap: 0.9rem; border-radius: 0; overflow: visible; }
.feature-grid .feat {
  border: 1px solid var(--cream-dark);
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(45,61,45,0.06), 0 8px 20px rgba(45,61,45,0.04);
}

/* Step strip → floating tiles instead of one solid bordered slab */
.steps { background: transparent; gap: 0.9rem; border: none; border-radius: 0; overflow: visible; }
.steps .step-row {
  border: 1px solid var(--cream-dark);
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(45,61,45,0.06), 0 8px 20px rgba(45,61,45,0.04);
}

/* Step number circles deepened so 1 → 2 → 3 → 4 reads at a glance */
.step-circle {
  border: 1.5px solid var(--sage);
  background: rgba(107,124,107,0.08);
  color: var(--forest-deep);
  font-weight: 400;
}

/* Divider that separates the team block from its closing quote */
.team-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,150,90,0.45), transparent);
  margin: 2.75rem 0 2.5rem;
}
