/* ─────────────────────────────────────────────────────────────
   Menel — Landing pages shared stylesheet
   Used by: /, /3d-gallery/, future SEO landings.
   Keep this file in sync visually across all landings.
   ───────────────────────────────────────────────────────────── */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  background: #0a0a0a;
  color: #e8e4df;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: #c4a882; color: #0a0a0a; }

/* ─── Layout ─── */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ─── Background ambience ─── */
.ambience {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(196,168,130,0.10), transparent 70%),
    radial-gradient(ellipse 60% 50% at 85% 30%, rgba(196,168,130,0.05), transparent 70%),
    radial-gradient(ellipse 50% 40% at 10% 70%, rgba(196,168,130,0.04), transparent 70%);
}
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ─── Nav ─── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 1.1rem 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(10,10,10,0.55);
  border-bottom: 1px solid rgba(196,168,130,0.08);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex; align-items: center; gap: 0.65rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8e4df;
}
.brand-mark {
  width: 26px; height: 26px;
  border: 1px solid #c4a882;
  display: grid; place-items: center;
  color: #c4a882;
}
.nav-links {
  display: flex; gap: 2rem;
  font-size: 0.85rem;
  color: #9a958e;
}
.nav-links a { transition: color 0.2s; }
.nav-links a:hover { color: #c4a882; }
@media (max-width: 720px) { .nav-links { display: none; } }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem 1.8rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn-primary {
  background: #c4a882;
  color: #0a0a0a;
  border-color: #c4a882;
}
.btn-primary:hover {
  background: #d4b892;
  border-color: #d4b892;
  transform: translateY(-1px);
  box-shadow: 0 10px 30px -10px rgba(196,168,130,0.5);
}
.btn-ghost {
  background: transparent;
  color: #c4a882;
  border-color: rgba(196,168,130,0.4);
}
.btn-ghost:hover {
  border-color: #c4a882;
  background: rgba(196,168,130,0.08);
}
.btn-large {
  padding: 1.05rem 2.4rem;
  font-size: 0.95rem;
}

/* ─── Hero ─── */
main { position: relative; z-index: 2; }

.hero {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 8rem 0 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  animation: fadeUp 0.9s ease both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.7rem;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(196,168,130,0.25);
  border-radius: 999px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #c4a882;
  margin-bottom: 2rem;
}
.eyebrow .dot {
  width: 6px; height: 6px;
  background: #c4a882; border-radius: 50%;
  box-shadow: 0 0 8px #c4a882;
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

h1.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 1.6rem;
  background: linear-gradient(135deg, #f4f0eb 30%, #c4a882 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-title em {
  font-style: italic;
  color: #c4a882;
  -webkit-text-fill-color: #c4a882;
}
.hero-sub {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: #b9b3aa;
  max-width: 680px;
  margin: 0 auto 2.6rem;
  line-height: 1.6;
}
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: center;
  margin-bottom: 1.2rem;
}

/* Lightweight tertiary link sitting just under the two main hero CTAs.
   Used for the "See how it works" anchor — secondary content like
   that doesn't deserve the same visual weight as the primary "Create"
   and "Explore" buttons. */
.hero-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(196,168,130,0.75);
  text-decoration: none;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 2.2rem;
  transition: color 0.2s, background 0.2s, transform 0.2s;
}

.hero-secondary-link:hover {
  color: #d4b892;
  background: rgba(196,168,130,0.06);
  transform: translateY(-1px);
}

.hero-secondary-link svg {
  opacity: 0.7;
  transition: transform 0.2s;
}

.hero-secondary-link:hover svg {
  transform: translateX(2px);
  opacity: 1;
}
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 1.6rem;
  justify-content: center;
  font-size: 0.78rem;
  color: #8a857e;
  letter-spacing: 0.03em;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 0.4rem; }
.hero-meta svg { color: #c4a882; }

/* ─── Hero visual (CSS 3D room mockup) ─── */
.hero-visual {
  margin-top: 4.5rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  animation: fadeUp 1.2s ease 0.2s both;
}
.hero-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(180deg, #1a1814 0%, #0f0e0c 100%);
  border: 1px solid rgba(196,168,130,0.18);
  overflow: hidden;
  box-shadow:
    0 60px 120px -40px rgba(0,0,0,0.8),
    0 0 0 1px rgba(196,168,130,0.05) inset;
}
.hero-frame::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.5) 100%),
    radial-gradient(ellipse 70% 40% at 50% 30%, rgba(255,236,200,0.08), transparent 70%);
}
.hero-room {
  position: absolute; inset: 0;
  perspective: 1200px;
  perspective-origin: 50% 55%;
}
.room-wall {
  position: absolute; inset: 0;
  transform-style: preserve-3d;
}
.wall-back {
  position: absolute;
  left: 18%; right: 18%; top: 8%; bottom: 32%;
  background: linear-gradient(180deg, #2a2620 0%, #1c1915 100%);
  box-shadow: inset 0 0 80px rgba(0,0,0,0.4);
}
.wall-left, .wall-right {
  position: absolute;
  top: 8%; bottom: 32%; width: 22%;
  background: linear-gradient(90deg, #1a1714 0%, #25211b 100%);
}
.wall-left { left: 0; transform: skewY(8deg); transform-origin: right; }
.wall-right { right: 0; transform: skewY(-8deg); transform-origin: left;
  background: linear-gradient(90deg, #25211b 0%, #1a1714 100%); }
.floor {
  position: absolute;
  left: 0; right: 0; bottom: 0; height: 32%;
  background:
    linear-gradient(180deg, #14110d 0%, #0a0907 100%);
  transform: perspective(800px) rotateX(45deg);
  transform-origin: top;
}
.floor::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(90deg, rgba(196,168,130,0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(196,168,130,0.06) 1px, transparent 1px);
  background-size: 80px 80px;
}
.artwork {
  position: absolute;
  background: #1f1c17;
  border: 8px solid #2a2520;
  box-shadow:
    0 8px 24px rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(196,168,130,0.15);
}
.artwork::after {
  content: "";
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
.art-1 {
  left: 23%; top: 18%;
  width: 14%; height: 28%;
  background: linear-gradient(135deg, #6b8caf, #2c4d6f 50%, #c4a882 100%);
}
.art-2 {
  left: 43%; top: 14%;
  width: 14%; height: 36%;
  background: linear-gradient(160deg, #c4a882, #8b6f4a 60%, #2a1f15 100%);
}
.art-3 {
  left: 63%; top: 20%;
  width: 14%; height: 26%;
  background: linear-gradient(120deg, #d4b892, #6b5c44 50%, #1a1714 100%);
}
.spotlight {
  position: absolute;
  width: 200px; height: 220px;
  background: radial-gradient(ellipse at top, rgba(255,232,190,0.18), transparent 70%);
  pointer-events: none;
}
.spot-1 { left: 15%; top: 5%; }
.spot-2 { left: 38%; top: 0%; }
.spot-3 { left: 60%; top: 5%; }

.hero-visual .badge {
  position: absolute;
  top: 1rem; left: 1rem;
  padding: 0.4rem 0.8rem;
  background: rgba(10,10,10,0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(196,168,130,0.2);
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c4a882;
  z-index: 5;
}
.hero-visual .crosshair {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255,255,255,0.4);
  font-size: 1rem;
  z-index: 5;
  font-weight: 200;
}

/* ─── Section base ─── */
section {
  padding: 6rem 0;
  position: relative;
}
.section-eyebrow {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #c4a882;
  margin-bottom: 1rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.005em;
  margin-bottom: 1.25rem;
  color: #f4f0eb;
}
.section-title em { color: #c4a882; font-style: italic; }
.section-lede {
  font-size: 1.05rem;
  color: #9a958e;
  max-width: 640px;
  line-height: 1.7;
}
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 4rem;
}
.section-head .section-lede { margin: 0 auto; }

/* ─── Features grid ─── */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}
.feature {
  padding: 2.5rem 2rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0));
  border: 1px solid rgba(196,168,130,0.12);
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}
.feature:hover {
  border-color: rgba(196,168,130,0.35);
  transform: translateY(-3px);
}
.feature-icon {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid rgba(196,168,130,0.3);
  color: #c4a882;
  margin-bottom: 1.5rem;
}
.feature h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
  color: #f4f0eb;
  letter-spacing: 0.005em;
}
.feature p {
  font-size: 0.92rem;
  color: #9a958e;
  line-height: 1.65;
}

/* ─── Steps ─── */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  position: relative;
}
.step {
  text-align: left;
  padding: 0 0.5rem;
}
.step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: #c4a882;
  line-height: 1;
  margin-bottom: 1rem;
  opacity: 0.6;
}
.step h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
  color: #f4f0eb;
}
.step p {
  color: #9a958e;
  font-size: 0.92rem;
  line-height: 1.65;
}

/* ─── Audience ─── */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}
.audience-card {
  padding: 2.5rem 2rem;
  border: 1px solid rgba(196,168,130,0.15);
  background:
    linear-gradient(180deg, rgba(196,168,130,0.04), transparent 60%);
  position: relative;
}
.audience-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  color: #f4f0eb;
}
.audience-card p {
  font-size: 0.92rem;
  color: #9a958e;
  line-height: 1.65;
  margin-bottom: 1.2rem;
}
.audience-card ul {
  list-style: none;
  font-size: 0.88rem;
  color: #b9b3aa;
}
.audience-card li {
  padding: 0.4rem 0;
  padding-left: 1.4rem;
  position: relative;
  border-top: 1px dashed rgba(196,168,130,0.12);
}
.audience-card li:first-child { border-top: none; }
.audience-card li::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 8px; height: 1px;
  background: #c4a882;
}

/* ─── Pricing ─── */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  max-width: 880px;
  margin: 0 auto;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.2rem 2rem 2rem;
  background: rgba(18,16,14,0.85);
  border: 1px solid rgba(196,168,130,0.14);
  border-radius: 4px;
  transition: transform 0.3s cubic-bezier(0.16,1,0.3,1), border-color 0.3s, box-shadow 0.3s;
}

.pricing-card:hover {
  transform: translateY(-3px);
  border-color: rgba(196,168,130,0.28);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

/* The Pro tier is highlighted with a brand-gold border + tinted bg
   so the eye lands there first — that's the conversion path. */
.pricing-card--featured {
  border-color: rgba(196,168,130,0.5);
  background: linear-gradient(160deg, rgba(28,24,18,0.95), rgba(18,16,14,0.85));
  box-shadow: 0 0 0 1px rgba(196,168,130,0.08);
}

.pricing-card__badge {
  position: absolute;
  top: -10px;
  right: 1.5rem;
  padding: 0.25rem 0.75rem;
  background: #c4a882;
  color: #0a0a0a;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
}

.pricing-card__head {
  margin-bottom: 1.5rem;
}

.pricing-card__name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: #e8e4df;
  margin: 0 0 0.6rem;
  letter-spacing: 0.05em;
}

.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin: 0 0 0.8rem;
}

.pricing-card__amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #c4a882;
  line-height: 1;
}

.pricing-card__period {
  font-size: 0.85rem;
  color: #8a857e;
  font-style: italic;
}

.pricing-card__sub {
  font-size: 0.85rem;
  color: #9a958e;
  line-height: 1.5;
  margin: 0;
}

.pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  font-size: 0.88rem;
  color: #c9c2b8;
  flex-grow: 1;
}

.pricing-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  line-height: 1.45;
}

.pricing-card__features svg {
  flex-shrink: 0;
  color: #c4a882;
  margin-top: 3px;
}

.pricing-card__features strong {
  color: #e8e4df;
  font-weight: 500;
}

.pricing-card__cta {
  width: 100%;
  justify-content: center;
}

.pricing-foot {
  text-align: center;
  font-size: 0.82rem;
  color: #6a655e;
  margin-top: 1.8rem;
  font-style: italic;
}

@media (max-width: 720px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .pricing-card { padding: 1.8rem 1.5rem 1.5rem; }
}

/* ─── FAQ ─── */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  border-top: 1px solid rgba(196,168,130,0.12);
}
.faq-item:last-child { border-bottom: 1px solid rgba(196,168,130,0.12); }
.faq-item summary {
  cursor: pointer;
  padding: 1.5rem 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: #f4f0eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 1.5rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  color: #c4a882;
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body {
  padding: 0 0 1.5rem 0;
  color: #9a958e;
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 90%;
}

/* ─── Final CTA ─── */
.cta-final {
  text-align: center;
  padding: 7rem 0;
  background:
    radial-gradient(ellipse 80% 100% at 50% 50%, rgba(196,168,130,0.08), transparent 70%);
}
.cta-final .ornament {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  color: #c4a882;
  margin-bottom: 1.5rem;
  opacity: 0.7;
}
.cta-final h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.cta-final h2 em {
  color: #c4a882; font-style: italic;
}
.cta-final p {
  color: #9a958e;
  font-size: 1.05rem;
  max-width: 540px;
  margin: 0 auto 2.4rem;
}

/* ─── Footer ─── */
footer {
  border-top: 1px solid rgba(196,168,130,0.1);
  padding: 3rem 0 2.5rem;
  position: relative;
  z-index: 2;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.82rem;
  color: #6a655e;
}
.footer-links {
  display: flex; gap: 1.6rem;
}
.footer-links a:hover { color: #c4a882; }

/* ─── Reveal on scroll ─── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ─── Breadcrumb ─── */
.breadcrumb {
  padding: 6.5rem 0 0;
  position: relative;
  z-index: 2;
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: #6a655e;
  letter-spacing: 0.04em;
}
.breadcrumb-list a { color: #9a958e; transition: color 0.2s; }
.breadcrumb-list a:hover { color: #c4a882; }
.breadcrumb-sep { color: #4a453e; }
.breadcrumb-current { color: #c4a882; }

/* ─── Definition box (used on /3d-gallery/) ─── */
.definition {
  max-width: 880px;
  margin: 0 auto;
  padding: 3rem 2.5rem;
  border: 1px solid rgba(196,168,130,0.18);
  background:
    linear-gradient(180deg, rgba(196,168,130,0.04), transparent 70%);
  position: relative;
}
.definition::before {
  content: "Definition";
  position: absolute;
  top: -0.65rem; left: 2rem;
  padding: 0 0.7rem;
  background: #0a0a0a;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c4a882;
}
.definition .term {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.6rem;
  color: #c4a882;
  margin-bottom: 1rem;
}
.definition p {
  font-size: 1.05rem;
  color: #d4cfc6;
  line-height: 1.8;
  margin-bottom: 0.8rem;
}
.definition p:last-child { margin-bottom: 0; }
.definition strong { color: #f4f0eb; font-weight: 500; }

/* ─── Types grid (used on /3d-gallery/) ─── */
.types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.type-card {
  padding: 2rem 1.6rem;
  border: 1px solid rgba(196,168,130,0.12);
  background: rgba(255,255,255,0.012);
  transition: border-color 0.3s, transform 0.3s;
}
.type-card:hover {
  border-color: rgba(196,168,130,0.3);
  transform: translateY(-2px);
}
.type-card .type-tag {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c4a882;
  margin-bottom: 0.9rem;
}
.type-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.35rem;
  color: #f4f0eb;
  margin-bottom: 0.55rem;
}
.type-card p {
  font-size: 0.9rem;
  color: #9a958e;
  line-height: 1.65;
}

/* ─── Comparison table (used on /3d-gallery/) ─── */
.compare-wrap {
  max-width: 980px;
  margin: 0 auto;
  overflow-x: auto;
  border: 1px solid rgba(196,168,130,0.15);
}
.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  min-width: 640px;
}
.compare th, .compare td {
  padding: 1.1rem 1.3rem;
  text-align: left;
  border-bottom: 1px solid rgba(196,168,130,0.08);
  vertical-align: top;
}
.compare thead th {
  background: rgba(196,168,130,0.06);
  color: #c4a882;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}
.compare tbody th {
  font-weight: 400;
  color: #d4cfc6;
  width: 30%;
  background: rgba(255,255,255,0.01);
}
.compare td { color: #9a958e; }
.compare td.good { color: #d4cfc6; }
.compare td.good::before {
  content: "✓ ";
  color: #c4a882;
  font-weight: 500;
}
.compare td.meh { color: #7a756e; }
.compare td.meh::before {
  content: "— ";
  color: #4a453e;
}
.compare tr:last-child th,
.compare tr:last-child td { border-bottom: none; }

/* ─── Inline link style for body copy ─── */
.body-link {
  color: #c4a882;
  border-bottom: 1px solid rgba(196,168,130,0.3);
  transition: border-color 0.2s, color 0.2s;
}
.body-link:hover { color: #d4b892; border-bottom-color: #d4b892; }

/* ─── Related links (footer of landing pages) ─── */
.related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}
.related a {
  display: block;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(196,168,130,0.12);
  font-size: 0.92rem;
  color: #d4cfc6;
  transition: border-color 0.25s, color 0.25s, transform 0.25s;
}
.related a:hover {
  border-color: rgba(196,168,130,0.45);
  color: #c4a882;
  transform: translateY(-2px);
}
.related .related-eyebrow {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c4a882;
  margin-bottom: 0.4rem;
  opacity: 0.7;
}

/* ─── Responsive ─── */
@media (max-width: 720px) {
  .hero { padding: 7rem 0 4rem; }
  section { padding: 4rem 0; }
  .hero-visual { margin-top: 3rem; }
  .features, .steps, .audience-grid { gap: 1rem; }
  .feature, .audience-card { padding: 2rem 1.5rem; }
  .definition { padding: 2.2rem 1.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
