/* ─── Buttons ─────────────────────────────────────────────────── */
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.btn-primary {
  background: var(--navy);
  color: var(--paper);
}
.btn-primary:hover { background: var(--navy-deep); }

.btn-primary .arrow {
  width: 16px;
  height: 10px;
  background: var(--paper);
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'><path d='M0 5h14M10 1l4 4-4 4' stroke='%23000' stroke-width='1.5' fill='none'/></svg>") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'><path d='M0 5h14M10 1l4 4-4 4' stroke='%23000' stroke-width='1.5' fill='none'/></svg>") no-repeat center / contain;
  transition: transform 0.2s;
}
.btn-primary:hover .arrow { transform: translateX(3px); }

.btn-secondary {
  padding: 16px 22px;
  border: 1px solid var(--navy);
  color: var(--navy);
}
.btn-secondary:hover {
  background: var(--navy);
  color: var(--paper);
}

/* ─── Eyebrow + Section heads ─────────────────────────────────── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 600;
  margin-bottom: 28px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--brass);
}

.section-num {
  font-family: var(--serif);
  font-style: italic;
  color: var(--brass-deep);
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.section-num::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--brass);
  display: inline-block;
}
.section-num.dark { color: var(--brass); }

.section-title {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 54px;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--navy);
  text-wrap: balance;
}
.section-title em {
  font-style: italic;
  color: var(--brass-deep);
}

.section-intro {
  font-size: 17px;
  line-height: 1.6;
  color: var(--stone-900);
  max-width: 460px;
  text-wrap: pretty;
}

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 72px;
  align-items: end;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 56px 0 48px;
  color: var(--brass-deep);
}
.section-divider .line {
  flex: 1;
  max-width: 180px;
  height: 1px;
  background: var(--rule);
}
.section-divider .mark {
  width: 8px;
  height: 8px;
  border: 1px solid var(--brass);
  transform: rotate(45deg);
  flex: none;
}

/* ─── Trust list (hero) ───────────────────────────────────────── */
.trust-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 44px;
}
.trust-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: var(--ink);
  font-weight: 500;
}
.trust-list li .dot {
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 999px;
  background: var(--brass-soft);
  display: inline-grid;
  place-items: center;
  color: var(--brass-deep);
}

/* ─── Practice cards ──────────────────────────────────────────── */
.practice {
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 40px 28px 32px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: var(--paper);
  transition: background 0.25s;
}
.practice:hover { background: var(--paper-warm); }

.practice-ico {
  display: inline-block;
  width: 44px;
  height: 44px;
  color: var(--brass-deep);
  margin-bottom: 24px;
}
.practice-ico svg { width: 100%; height: 100%; }

.practice-title {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.practice-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--stone-600);
  margin-bottom: 32px;
}

.practice-num {
  position: absolute;
  top: 28px;
  right: 32px;
  font-family: var(--serif);
  font-style: italic;
  color: var(--stone-400);
  font-size: 14px;
}

/* ─── Why cards ───────────────────────────────────────────────── */
.why-card {
  background: var(--navy-deep);
  padding: 48px 40px;
}
.why-num {
  font-family: var(--serif);
  font-style: italic;
  color: var(--brass);
  font-size: 15px;
  margin-bottom: 32px;
}
.why-title {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.1;
  color: var(--paper);
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.why-desc {
  font-size: 15px;
  line-height: 1.65;
  color: oklch(0.82 0.01 85);
}

/* ─── Testimonial cards ───────────────────────────────────────── */
.testim-card {
  background: var(--paper);
  padding: 40px 36px;
  border: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
}
.testim-mark {
  font-family: var(--serif);
  font-size: 64px;
  line-height: 0.5;
  color: var(--brass);
  margin-bottom: 24px;
  font-style: italic;
}
.testim-body {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.5;
  color: var(--navy);
  margin-bottom: 32px;
  flex: 1;
  font-style: italic;
}
.testim-who {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}
.testim-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--brass-soft);
  color: var(--brass-deep);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 16px;
}
.testim-name {
  font-size: 14px;
  color: var(--navy);
  font-weight: 600;
}
.testim-meta {
  font-size: 12px;
  color: var(--stone-600);
}

/* ─── FAQ — native <details> for a11y ─────────────────────────── */
.faq-item {
  border-top: 1px solid var(--rule);
}
.faq-item:last-child {
  border-bottom: 1px solid var(--rule);
}
.faq-item > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px 4px;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.3;
  color: var(--ink);
  transition: color 0.2s ease;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::marker { content: ""; }
.faq-item > summary:hover { color: var(--brass-deep); }

.faq-toggle {
  flex: none;
  width: 22px;
  height: 22px;
  position: relative;
  pointer-events: none;
}
.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  background: var(--brass-deep);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq-toggle::before { width: 14px; height: 1.5px; }
.faq-toggle::after  { width: 1.5px; height: 14px; transition: transform 0.25s ease; }
.faq-item[open] .faq-toggle::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-answer {
  padding: 0 4px 28px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--stone-600);
  max-width: 56ch;
}

/* ─── Mobile nav ──────────────────────────────────────────────── */
.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rule);
  border-radius: 2px;
  background: transparent;
  color: var(--ink);
}
.nav-toggle:hover {
  border-color: var(--brass);
  color: var(--brass-deep);
}

.nav-mobile {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--paper);
  z-index: 49;
  padding: 32px 24px;
  flex-direction: column;
  gap: 4px;
  animation: slideDown 0.25s ease;
  overflow-y: auto;
}
.nav-mobile.open { display: flex; }

.nav-mobile a {
  display: block;
  padding: 18px 4px;
  font-family: var(--serif);
  font-size: 26px;
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
}
.nav-mobile a:hover { color: var(--brass-deep); }

.nav-cta-mobile {
  margin-top: 24px;
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  background: var(--navy);
  color: var(--paper) !important;
  padding: 18px 24px !important;
  border: 0 !important;
  font-family: var(--sans) !important;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  align-self: flex-start;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: none; }
}
