/* Self-hosted fonts — no third-party CDN dependency, no render-blocking
   external request */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url('fonts/inter-latin-300-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/inter-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/inter-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/inter-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/inter-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/playfair-display-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 400; font-display: swap; src: url('fonts/playfair-display-latin-400-italic.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/playfair-display-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/playfair-display-latin-600-normal.woff2') format('woff2'); }

:root {
  --bg: #fdfaf5;
  --bg-alt: #f5ead9;
  --fg: #1c1712;
  --muted: #6b6058;
  --accent: #c1591f;
  --accent-2: #2f5d62;
  --border: rgba(28,23,18,0.12);
}

/* Preloader */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: #17110b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#preloader .pre-mark {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
}
#preloader .pre-bar {
  position: absolute;
  bottom: -20px; left: 50%;
  transform: translateX(-50%);
  width: 90px; height: 2px;
  background: rgba(247,237,225,0.18);
  overflow: hidden;
  border-radius: 2px;
}
#preloader .pre-bar::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: -40%;
  width: 40%;
  background: #e88a4a;
  animation: preloaderSweep 1.1s ease-in-out infinite;
}
@keyframes preloaderSweep {
  0% { left: -40%; }
  100% { left: 100%; }
}
body.is-loaded #preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  #preloader { transition: none; }
  #preloader .pre-bar::after { animation: none; left: 0; width: 100%; }
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #17110b;
    --bg-alt: #201810;
    --fg: #f7ede1;
    --muted: #b7a99b;
    --accent: #e88a4a;
    --accent-2: #6fb3b8;
    --border: rgba(247,237,225,0.14);
  }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, .serif {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
}
a { color: inherit; }
img { max-width: 100%; }
.wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.accent { color: var(--accent); font-style: italic; }

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bg) 85%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, background 0.3s ease;
}
header.scrolled { border-bottom-color: var(--border); }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.5rem;
  padding-left: calc(1.5rem + env(safe-area-inset-left));
  padding-right: calc(1.5rem + env(safe-area-inset-right));
  max-width: 1140px;
  margin: 0 auto;
  gap: 1.5rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  flex-shrink: 0;
}
.brand img { width: 34px; height: 34px; border-radius: 8px; display: block; }
.brand .accent { font-style: normal; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
  justify-content: flex-end;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 1.75rem;
  margin: 0;
  padding: 0;
}
nav ul a {
  text-decoration: none;
  font-size: 0.92rem;
  color: var(--muted);
  transition: color 0.2s ease;
  position: relative;
  white-space: nowrap;
}
nav ul a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
nav ul a:hover, nav ul a:focus-visible { color: var(--fg); }
nav ul a:hover::after { transform: scaleX(1); }
nav ul a.is-current { color: var(--fg); }
nav ul a.is-current::after { transform: scaleX(1); }

.nav-cta {
  flex-shrink: 0;
}

.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.nav-toggle span {
  width: 22px; height: 1.5px;
  background: var(--fg);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed;
    top: 62px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .nav-links.is-open { max-height: 560px; }
  nav { width: 100%; }
  nav ul {
    flex-direction: column;
    gap: 0;
  }
  nav ul a {
    display: block;
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--border);
  }
  nav ul a::after { display: none; }
  .nav-cta {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--border);
  }
}

/* ===== Hero ===== */
.hero {
  position: relative;
  height: 100svh;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fdfcf9;
  text-align: center;
}
.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.12);
  will-change: transform, opacity;
}
.hero-slide.is-active { opacity: 1; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20,12,4,0.6) 0%, rgba(20,12,4,0.38) 45%, rgba(20,12,4,0.78) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 1.5rem;
}
.hero .kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  color: rgba(253,252,249,0.85);
  margin-bottom: 1.25rem;
  display: block;
}
.hero h1 {
  font-size: clamp(2.4rem, 6.4vw, 4.6rem);
  line-height: 1.06;
  max-width: 18em;
  margin: 0 auto;
  text-wrap: balance;
}
.hero p.lede {
  max-width: 36rem;
  margin: 1.75rem auto 0;
  color: rgba(253,252,249,0.85);
  font-size: 1.1rem;
}
.hero .ctas {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { box-shadow: 0 10px 30px rgba(193,89,31,0.35); }
.btn-outline { border-color: rgba(253,252,249,0.5); color: #fdfcf9; }
.btn-outline:hover { background: rgba(253,252,249,0.1); }
.btn-sm { padding: 0.55rem 1.2rem; font-size: 0.85rem; }
.btn[disabled] { opacity: 0.6; cursor: not-allowed; transform: none !important; }

.scroll-cue {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(253,252,249,0.75);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.scroll-cue .line {
  width: 1px;
  height: 34px;
  background: rgba(253,252,249,0.5);
  overflow: hidden;
  position: relative;
}
.scroll-cue .line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0; right: 0;
  height: 100%;
  background: #fdfcf9;
  animation: scrollDrop 1.8s ease-in-out infinite;
}
@keyframes scrollDrop {
  0% { top: -100%; }
  60% { top: 100%; }
  100% { top: 100%; }
}

.hero-orn {
  position: absolute;
  z-index: 2;
  top: 18%;
  right: 6%;
  width: 130px;
  height: 130px;
  opacity: 0.9;
  pointer-events: none;
}
@media (max-width: 780px) { .hero-orn { display: none; } }

section { padding: 6rem 0; }
.section-alt { background: var(--bg-alt); }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  color: var(--accent);
  display: block;
  margin-bottom: 0.75rem;
}
h2.title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 1.25rem; }
.reveal { opacity: 0; }

/* Page hero (non-home pages) */
.page-hero {
  padding: 9.5rem 0 3.5rem;
  text-align: center;
  background: var(--bg-alt);
}
.page-hero h1 { font-size: clamp(2rem, 4.5vw, 3rem); }
.page-hero p { color: var(--muted); max-width: 34rem; margin: 1rem auto 0; }

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}
@media (max-width: 800px) {
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
blockquote {
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
  border-left: 2px solid var(--accent);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--fg);
}
blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 0.85rem;
  color: var(--muted);
}

/* Services / generic 3-col cards */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 2.5rem;
}
@media (max-width: 860px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid-3 { grid-template-columns: 1fr; } }
.card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.75rem;
  transform-style: preserve-3d;
  will-change: transform;
}
.card svg { width: 34px; height: 34px; color: var(--accent); margin-bottom: 1rem; transform: translateZ(25px); }
.card h3 { font-size: 1.15rem; margin-bottom: 0.6rem; transform: translateZ(20px); }
.card p { color: var(--muted); font-size: 0.94rem; margin: 0; transform: translateZ(20px); }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(10,9,7,0.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
}
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 80vh; border-radius: 6px; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.lightbox figcaption { color: #f2ede4; text-align: center; margin-top: 1rem; font-size: 0.9rem; letter-spacing: 0.03em; }
.lightbox-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(242,237,228,0.4);
  background: transparent;
  color: #f2ede4;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.lightbox-close:hover { background: rgba(242,237,228,0.12); }
.gallery img { cursor: zoom-in; }

/* Disciplines / tags */
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.tag {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
  color: var(--muted);
}
.tag.is-selectable {
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.tag.is-selectable input { position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; }
.tag.is-selectable:has(input:checked) {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

/* For Artists / split layout */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 800px) { .split { grid-template-columns: 1fr; } }
ul.checklist { list-style: none; padding: 0; margin: 1.5rem 0 0; }
ul.checklist li {
  padding-left: 1.6rem;
  position: relative;
  margin-bottom: 0.9rem;
  color: var(--muted);
}
ul.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

/* Contact */
.contact-box {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}
.contact-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  font-size: 0.95rem;
}
.contact-links a {
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.contact-links a:hover { border-color: var(--accent); color: var(--accent); }

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3.5rem;
  align-items: start;
}
@media (max-width: 860px) { .contact-page-grid { grid-template-columns: 1fr; } }
.info-list { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.info-list li { display: flex; gap: 0.9rem; margin-bottom: 1.5rem; }
.info-list svg { width: 22px; height: 22px; color: var(--accent); flex-shrink: 0; margin-top: 0.15rem; }
.info-list strong { display: block; font-size: 0.95rem; }
.info-list span, .info-list a { color: var(--muted); font-size: 0.92rem; text-decoration: none; }
.info-list a:hover { color: var(--accent); }

/* Forms */
.form-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem;
}
.field { margin-bottom: 1.4rem; }
.field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
}
.field .hint { font-size: 0.78rem; color: var(--muted); font-weight: 400; margin-left: 0.4rem; }
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg-alt);
  color: var(--fg);
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent);
}
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 600px) { .field-row { grid-template-columns: 1fr; } }
.form-note {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 1.25rem;
}
.form-status {
  margin-top: 1rem;
  font-size: 0.88rem;
  display: none;
}
.form-status.is-visible { display: block; }

/* Works gallery — framed "museum wall" cards. Captions are always
   visible (not hover-only) since hover never fires on touch devices. */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.75rem;
  margin-top: 3rem;
}
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(2, 1fr); gap: 1.75rem 1.25rem; } }
@media (max-width: 560px) { .gallery { grid-template-columns: 1fr; max-width: 22rem; margin-left: auto; margin-right: auto; } }

.gallery figure {
  margin: 0;
  transform-style: preserve-3d;
  will-change: transform;
}
.gallery .frame {
  background: #fffdf9;
  padding: 0.6rem;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06), 0 20px 40px -18px rgba(20,12,4,0.35);
  overflow: hidden;
}
@media (prefers-color-scheme: dark) {
  .gallery .frame { background: #241b12; }
}
.gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  border-radius: 1px;
  transition: transform 0.5s ease;
}
.gallery figure:nth-child(3n+2) img { aspect-ratio: 3 / 4; }
.gallery .frame:hover img { transform: scale(1.045); }
.gallery figcaption {
  padding: 0.85rem 0.2rem 0;
  text-align: center;
}
.gallery figcaption .work-title {
  display: block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--fg);
}
.gallery figcaption .work-medium {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.2rem;
}

/* "Beyond the Canvas" medium categories (works page) */
.medium-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 900px) { .medium-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .medium-grid { grid-template-columns: 1fr; } }
.medium-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  background: var(--bg);
  transform-style: preserve-3d;
  will-change: transform;
}
.medium-card svg { width: 30px; height: 30px; color: var(--accent); margin-bottom: 1rem; transform: translateZ(20px); }
.medium-card h3 { font-size: 1.05rem; transform: translateZ(20px); }
.medium-card p { color: var(--muted); font-size: 0.87rem; margin: 0.4rem 0 0; transform: translateZ(20px); }

/* World Art illustration band */
.world-intro { max-width: 42rem; }
.world-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.75rem;
}
@media (max-width: 900px) { .world-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .world-grid { grid-template-columns: 1fr; } }
.world-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  transform-style: preserve-3d;
  will-change: transform;
}
.world-card svg { width: 100%; height: 140px; display: block; margin: 0 auto 1rem; }
.world-card h3 { font-size: 1.05rem; transform: translateZ(20px); }
.world-card p { color: var(--muted); font-size: 0.85rem; margin: 0.4rem 0 0; transform: translateZ(20px); }
.world-card .region { color: var(--accent); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; transform: translateZ(20px); display:block; margin-top:0.5rem; }

.draw-path { stroke-dasharray: var(--len, 800); stroke-dashoffset: var(--len, 800); }
.draw-path.drawn { stroke-dashoffset: 0; transition: stroke-dashoffset 1.6s ease; }

/* Community */
.community-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 900px) { .community-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .community-grid { grid-template-columns: 1fr; } }
.community-card {
  text-align: center;
  padding: 1.5rem 1rem;
}
.community-card svg { width: 30px; height: 30px; color: var(--accent); margin: 0 auto 0.9rem; display: block; }
.community-card h3 { font-size: 1rem; }
.community-card p { color: var(--muted); font-size: 0.85rem; margin: 0.4rem 0 0; }

.community-cta {
  margin-top: 3rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.community-cta form {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  flex: 1;
  min-width: 260px;
}
.community-cta input[type="email"] {
  flex: 1;
  min-width: 200px;
  padding: 0.7rem 1rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--bg-alt);
  color: var(--fg);
  font-family: inherit;
  font-size: 0.9rem;
}
.community-cta input[type="email"]:focus { outline: none; border-color: var(--accent); }

/* Collectors page */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  margin-top: 2.5rem;
}
@media (max-width: 760px) { .trust-grid { grid-template-columns: 1fr; } }
.trust-card {
  display: flex;
  gap: 1.1rem;
  padding: 1.75rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--bg);
  transform-style: preserve-3d;
  will-change: transform;
}
.trust-card .num {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.1rem;
  transform: translateZ(25px);
}
.trust-card h3 { font-size: 1.05rem; margin-bottom: 0.4rem; transform: translateZ(20px); }
.trust-card p { color: var(--muted); font-size: 0.9rem; margin: 0; transform: translateZ(20px); }

.doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 760px) { .doc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .doc-grid { grid-template-columns: 1fr; } }
.doc-card {
  text-align: center;
  padding: 1.5rem 1rem;
  border: 1px dashed var(--border);
  border-radius: 12px;
}
.doc-card svg { width: 26px; height: 26px; color: var(--accent-2); margin: 0 auto 0.7rem; display: block; }
.doc-card h4 { font-size: 0.92rem; margin: 0; }
.doc-card p { font-size: 0.8rem; color: var(--muted); margin: 0.3rem 0 0; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 640px) { .stat-row { grid-template-columns: 1fr; gap: 2rem; } }
.stat-row .stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--accent);
  display: block;
}
.stat-row .stat-label {
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 0.3rem;
}

/* FAQ accordion (native <details>, no JS needed) */
.faq { max-width: 46rem; margin: 2.5rem auto 0; }
.faq details {
  border-bottom: 1px solid var(--border);
  padding: 1.25rem 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--accent);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p {
  color: var(--muted);
  margin: 0.85rem 0 0;
  font-size: 0.94rem;
  line-height: 1.65;
}

footer {
  border-top: 1px solid var(--border);
  padding: 2.5rem 1.5rem 2rem;
  padding-bottom: calc(2rem + env(safe-area-inset-bottom));
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
}
footer img { width: 32px; height: 32px; border-radius: 8px; margin-bottom: 0.75rem; }
.footer-links { display: flex; justify-content: center; gap: 1.5rem; margin: 1rem 0; flex-wrap: wrap; }
.footer-links a { text-decoration: none; color: var(--muted); font-size: 0.85rem; }
.footer-links a:hover { color: var(--accent); }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
  .hero-slide { opacity: 1 !important; transform: none !important; }
  .hero-slide:not(:first-child) { display: none; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
