@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: #F1EFE7;
  color: #2C2010;
  line-height: 1.6;
}

a { color: #B8922A; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

/* ---------- Nav ---------- */

.trove-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
}

.trove-nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.trove-nav-logo img {
  height: 140px;
  width: auto;
  display: block;
}

.trove-nav-links {
  display: flex;
  gap: 1.75rem;
}

.trove-nav-links a {
  font-size: 16px;
  font-weight: 400;
  color: #6B5530;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.trove-nav-links a:hover {
  color: #B8922A;
}

@media (max-width: 560px) {
  .trove-nav-links { gap: 1.1rem; }
  .trove-nav-logo img { height: 90px; }
}

/* ---------- Hero ---------- */

.trove-hero {
  max-width: 760px;
  margin: 0 auto;
  padding: 3.5rem 1.5rem 1rem;
  text-align: center;
}


.trove-hero-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B8922A;
  margin-bottom: 0.9rem;
}

.trove-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 600;
  color: #1C1408;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.trove-hero h1 em {
  font-style: italic;
  color: #B8922A;
}

.trove-hero p {
  font-size: 16px;
  color: #6B5530;
  font-weight: 300;
  max-width: 520px;
  margin: 0 auto;
}

.trove-gem-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 2rem 0 3rem;
}

.trove-gem-divider::before,
.trove-gem-divider::after {
  content: '';
  height: 0.5px;
  width: 80px;
  background: #C9A84C;
  opacity: 0.5;
}

.gem-diamond {
  width: 10px;
  height: 10px;
  background: #C9A84C;
  transform: rotate(45deg);
}

/* ---------- About section ---------- */

.trove-about {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}

.trove-about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.trove-about-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: #1C1408;
  margin-bottom: 0.5rem;
}

.trove-about-item p {
  font-size: 13px;
  color: #6B5530;
  font-weight: 300;
  line-height: 1.6;
}

.trove-about-item .item-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 0.85rem;
  color: #C9A84C;
}

@media (max-width: 640px) {
  .trove-about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .trove-hero h1 { font-size: 38px; }
}

/* ---------- Footer ---------- */

.trove-footer {
  border-top: 0.5px solid #DDD0B0;
  margin-top: 3rem;
  padding: 2.5rem 1.5rem;
}

.trove-footer-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}

.trove-footer-wordmark {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #2C1A00;
}

.trove-footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.trove-footer-links a {
  font-size: 12px;
  color: #6B5530;
  text-decoration: none;
}

.trove-footer-links a:hover {
  color: #B8922A;
}

.trove-footer-meta {
  font-size: 11px;
  color: #9A7A50;
}

/* ---------- Legal pages ---------- */

.legal-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

.legal-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B8922A;
  margin-bottom: 0.75rem;
}

.legal-wrap h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 600;
  color: #1C1408;
  margin-bottom: 0.5rem;
}

.legal-updated {
  font-size: 12px;
  color: #9A7A50;
  margin-bottom: 2.5rem;
}

.legal-wrap h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: #1C1408;
  margin: 2.25rem 0 0.75rem;
}

.legal-wrap p,
.legal-wrap li {
  font-size: 14px;
  color: #4A3820;
  font-weight: 300;
  margin-bottom: 0.85rem;
}

.legal-wrap ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.legal-wrap a {
  color: #B8922A;
  text-decoration: underline;
}

.legal-back {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 12px;
  color: #6B5530;
  text-decoration: none;
}

.legal-back:hover {
  color: #B8922A;
}

/* ---------- Pricing (plans + add-on) ---------- */

.trove-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 860px;
  margin: 0 auto 2rem;
}

.plan-card {
  background: #FFFDF7;
  border: 0.5px solid #DDD0B0;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  position: relative;
  transition: border-color 0.2s;
}

.plan-card:hover {
  border-color: #C9A84C;
}

.plan-card.featured {
  border: 1.5px solid #C9A84C;
  background: #FFFDF7;
}

.plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #C9A84C;
  color: #2C1A00;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

.plan-gem-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 1rem;
  display: block;
}

.plan-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: #1C1408;
  margin-bottom: 0.35rem;
}

.plan-tagline {
  font-size: 13px;
  color: #7A6040;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  min-height: 40px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.5px solid #DDD0B0;
}

.price-dollar {
  font-size: 16px;
  font-weight: 500;
  color: #B8922A;
  margin-top: 4px;
}

.price-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 600;
  color: #1C1408;
  line-height: 1;
}

.price-period {
  font-size: 13px;
  color: #9A7A50;
  font-weight: 300;
}

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.75rem;
}

.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  color: #4A3820;
  line-height: 1.4;
}

.feature-check {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 1px;
  color: #C9A84C;
  display: block;
}

.plan-cta {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.plan-cta-outline {
  background: transparent;
  border: 0.5px solid #C9A84C;
  color: #8B6820;
}

.plan-cta-outline:hover {
  background: #F5EDD8;
}

.plan-cta-filled {
  background: #C9A84C;
  border: none;
  color: #2C1A00;
}

.plan-cta-filled:hover {
  background: #B8922A;
}

.addon-section {
  max-width: 860px;
  margin: 0 auto;
}

.addon-label {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #B8922A;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.addon-label::before,
.addon-label::after {
  content: '';
  height: 0.5px;
  width: 60px;
  background: #C9A84C;
  opacity: 0.4;
}

.addon-card {
  background: #2C1A00;
  border-radius: 12px;
  padding: 2rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
}

.addon-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: #F5E8C0;
  margin-bottom: 0.35rem;
}

.addon-tagline {
  font-size: 13px;
  color: #C9A884;
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.addon-features {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.addon-pill {
  background: #3D2800;
  border: 0.5px solid #6B4E20;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  color: #D4B060;
}

.addon-right {
  text-align: right;
  flex-shrink: 0;
}

.addon-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 3px;
  margin-bottom: 0.75rem;
}

.addon-price-dollar {
  font-size: 15px;
  font-weight: 500;
  color: #C9A84C;
}

.addon-price-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 600;
  color: #F5E8C0;
  line-height: 1;
}

.addon-price-period {
  font-size: 13px;
  color: #8B7040;
}

.addon-note {
  font-size: 11px;
  color: #8B7040;
  margin-bottom: 1rem;
}

.addon-cta {
  display: inline-block;
  padding: 10px 24px;
  background: #C9A84C;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #2C1A00;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  border: none;
}

.addon-cta:hover {
  background: #B8922A;
}

.trove-pricing {
  padding: 3rem 1.5rem 4rem;
}

.trove-header {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.trove-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B8922A;
  margin-bottom: 0.9rem;
}

.trove-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 600;
  color: #1C1408;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.trove-headline em {
  font-style: italic;
  color: #B8922A;
}

.trove-subhead {
  font-size: 16px;
  color: #6B5530;
  font-weight: 300;
}

.trove-footer-note {
  text-align: center;
  margin-top: 2rem;
  font-size: 12px;
  color: #9A7A50;
}

@media (max-width: 640px) {
  .trove-plans { grid-template-columns: 1fr; }
  .addon-card { grid-template-columns: 1fr; }
  .addon-right { text-align: left; }
  .addon-price { justify-content: flex-start; }
}
