/*
Theme Name: BTM Amman Elegant
Theme URI: https://btmammanmagelang.id
Author: BTM Amman Magelang
Description: Tema resmi website BTM Amman Magelang — koperasi simpan pinjam syariah. Desain biru navy elegan dengan aksen emas dan motif geometris terinspirasi arsitektur Islam. Dilengkapi tipe konten Produk (Simpanan & Pembiayaan) dan halaman Kontak & Lokasi Cabang.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: btm-amman
*/

/* =====================================================================
   DESIGN TOKENS
   Palet   : Navy gelap + emas hangat, latar krem — kesan tepercaya,
             mapan, tanpa terasa "korporat generik".
   Tipografi: Fraunces (display, berkarakter) + Plus Jakarta Sans (UI/body)
   Motif   : "Arch card" — lengkung terinspirasi mihrab, dipakai
             konsisten di kartu produk & ikon sebagai elemen penanda.
   ===================================================================== */
:root {
  /* Warna */
  --navy-900: #0a1c33;
  --navy-800: #0f2744;
  --navy-700: #163a63;
  --navy-600: #1e4a7d;
  --navy-500: #2c5f9e;
  --navy-100: #e7edf5;
  --navy-050: #f2f5fa;

  --gold-600: #a97e42;
  --gold-500: #c49a5c;
  --gold-400: #d9bb85;
  --gold-100: #f3e9d6;

  --cream:    #faf7f0;
  --white:    #ffffff;

  --ink-900:  #171f2b;
  --ink-600:  #55606e;
  --ink-400:  #8a93a1;

  --line:     #e3ddd0;
  --success:  #2f7a4f;
  --danger:   #b3402f;

  /* Tipografi */
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Skala */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 3px rgba(10, 28, 51, .08);
  --shadow-md: 0 8px 24px rgba(10, 28, 51, .10);
  --shadow-lg: 0 20px 48px rgba(10, 28, 51, .16);
  --container: 1160px;
}

/* =====================================================================
   RESET & BASE
   ===================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink-900);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-600); text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--navy-900);
  line-height: 1.15;
  margin: 0 0 .5em;
  font-weight: 600;
}
p { margin: 0 0 1em; }
button { font-family: inherit; cursor: pointer; }

/* Fokus keyboard selalu terlihat — aksesibilitas */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.screen-reader-text {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 1px;
  background: var(--gold-500);
}
.section { padding: 88px 0; }
.section--tight { padding: 56px 0; }
.section--navy { background: var(--navy-900); color: var(--navy-050); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.section--alt { background: var(--navy-050); }
.section-head {
  max-width: 640px;
  margin: 0 0 48px;
}
.section-head h2 { font-size: clamp(28px, 3.4vw, 40px); }
.section-head p { color: var(--ink-600); font-size: 17px; }
.section--navy .section-head p { color: #c3cfe0; }

/* =====================================================================
   BUTTONS
   ===================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  border: 1.5px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  background: linear-gradient(180deg, var(--gold-500), var(--gold-600));
  color: var(--navy-900);
  box-shadow: var(--shadow-sm);
}
.btn-gold:hover { box-shadow: var(--shadow-md); color: var(--navy-900); }
.btn-outline-light {
  border-color: rgba(255,255,255,.4);
  color: var(--white);
}
.btn-outline-light:hover { border-color: var(--white); color: var(--white); background: rgba(255,255,255,.08); }
.btn-outline-navy {
  border-color: var(--navy-700);
  color: var(--navy-700);
}
.btn-outline-navy:hover { background: var(--navy-700); color: var(--white); }
.btn-block { width: 100%; }

/* =====================================================================
   HEADER / NAV
   ===================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 247, 240, .92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}
.site-branding { display: flex; align-items: center; gap: 12px; }
.site-branding img { max-height: 46px; width: auto; }
.site-branding__text .site-title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--navy-900);
  line-height: 1.1;
  margin: 0;
}
.site-branding__text .site-tagline {
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold-600);
  font-weight: 700;
}
.primary-nav { display: flex; }
.primary-nav ul { display: flex; align-items: center; gap: 4px; }
.primary-nav > ul > li { position: relative; }
.primary-nav a {
  display: block;
  padding: 10px 16px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-900);
  border-radius: 999px;
}
.primary-nav > ul > li > a:hover,
.primary-nav > ul > li.current-menu-item > a { background: var(--navy-100); color: var(--navy-800); }
.primary-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%; left: 0;
  min-width: 230px;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 8px;
  border: 1px solid var(--line);
}
.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu { display: block; }
.primary-nav .sub-menu a { border-radius: var(--radius-sm); padding: 10px 14px; }
.primary-nav .menu-item-has-children > a::after {
  content: "▾"; margin-left: 6px; font-size: 11px; color: var(--gold-600);
}
.header-cta { display: flex; align-items: center; gap: 10px; }
.menu-toggle {
  display: none;
  border: none; background: var(--navy-900); color: var(--white);
  width: 44px; height: 44px; border-radius: var(--radius-sm);
  align-items: center; justify-content: center;
}

@media (max-width: 900px) {
  .primary-nav { display: none; }
  .menu-toggle { display: flex; }
  .header-cta .btn span { display: none; }
  body.nav-open .primary-nav {
    display: block;
    position: fixed; inset: 0; top: 74px;
    background: var(--navy-900);
    padding: 20px; overflow-y: auto;
  }
  body.nav-open .primary-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  body.nav-open .primary-nav a { color: var(--white); padding: 14px 16px; }
  body.nav-open .primary-nav .sub-menu {
    display: block; position: static; box-shadow: none; background: rgba(255,255,255,.06);
    border: none; margin: 4px 0 8px 12px;
  }
  body.nav-open .primary-nav .sub-menu a { color: #cbd6e6; }
}

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative;
  background: radial-gradient(120% 140% at 15% 0%, var(--navy-700) 0%, var(--navy-900) 55%, var(--navy-900) 100%);
  color: var(--white);
  overflow: hidden;
  padding: 104px 0 96px;
}
.hero::before {
  /* motif geometris tipis — bintang 8 titik yang diulang, sangat halus */
  content: "";
  position: absolute; inset: 0;
  opacity: .10;
  background-image:
    linear-gradient(45deg, transparent 48%, var(--gold-400) 49%, var(--gold-400) 51%, transparent 52%),
    linear-gradient(-45deg, transparent 48%, var(--gold-400) 49%, var(--gold-400) 51%, transparent 52%);
  background-size: 64px 64px;
  mask-image: radial-gradient(80% 80% at 80% 20%, #000 0%, transparent 70%);
}
.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}
.hero__eyebrow {
  color: var(--gold-400);
}
.hero__eyebrow::before { background: var(--gold-400); }
.hero h1 {
  color: var(--white);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 600;
  letter-spacing: -.01em;
}
.hero h1 em {
  font-style: normal;
  color: var(--gold-400);
}
.hero p.lead {
  font-size: 18px;
  color: #c3cfe0;
  max-width: 46ch;
  margin-bottom: 32px;
}
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 28px;
}
.hero__stats div strong {
  display: block;
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--white);
}
.hero__stats div span {
  font-size: 12.5px;
  color: #93a4bd;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.hero__art {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: var(--shadow-lg);
}
.hero__art img { width: 100%; height: 100%; object-fit: cover; }
.hero__art-badge {
  position: absolute;
  bottom: 20px; left: 20px; right: 20px;
  background: rgba(10,28,51,.72);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero__art-badge strong { display: block; color: var(--white); font-size: 14px; }
.hero__art-badge span { color: #a9b8ce; font-size: 12.5px; }

@media (max-width: 860px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__art { max-width: 420px; }
  .hero__stats { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

/* =====================================================================
   ARCH CARD — elemen penanda / signature
   Lengkung atas terinspirasi siluet mihrab, dipakai konsisten untuk
   kartu produk, kartu keunggulan & ikon layanan.
   ===================================================================== */
.arch-icon {
  position: relative;
  width: 64px; height: 76px;
  margin: 0 0 20px;
  background: linear-gradient(160deg, var(--navy-700), var(--navy-900));
  border-radius: 50% 50% 6px 6px / 65% 65% 6px 6px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 14px;
  box-shadow: var(--shadow-sm);
}
.arch-icon svg { width: 26px; height: 26px; stroke: var(--gold-400); }
.arch-icon::after {
  content: "";
  position: absolute; left: 50%; top: 8px;
  transform: translateX(-50%);
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--gold-400);
}

/* =====================================================================
   TENTANG / SEKILAS
   ===================================================================== */
.about-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 56px;
  align-items: center;
}
.about-grid__media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: var(--shadow-md);
}
.about-grid__media img { width: 100%; height: 100%; object-fit: cover; }
.about-grid__body p { color: var(--ink-600); font-size: 16.5px; }
.about-grid__list { margin-top: 24px; display: grid; gap: 14px; }
.about-grid__list li {
  display: flex; gap: 12px; align-items: flex-start;
  font-weight: 600; color: var(--navy-800);
}
.about-grid__list svg { flex-shrink: 0; margin-top: 2px; stroke: var(--gold-600); width: 20px; height: 20px; }

@media (max-width: 860px) {
  .about-grid { grid-template-columns: 1fr; }
}

/* =====================================================================
   LAYANAN / PRODUK CARDS
   ===================================================================== */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}
.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-400);
}
.product-card__tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--navy-700);
  background: var(--navy-100);
  padding: 5px 11px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.product-card h3 { font-size: 20px; margin-bottom: 8px; }
.product-card p { color: var(--ink-600); font-size: 15px; margin-bottom: 18px; }
.product-card__link {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 700; font-size: 14.5px; color: var(--navy-700);
}
.product-card__link svg { width: 16px; height: 16px; transition: transform .18s ease; }
.product-card:hover .product-card__link svg { transform: translateX(3px); }

/* =====================================================================
   KEUNGGULAN — daftar bernomor (poin kredibilitas nyata, bukan hiasan)
   ===================================================================== */
.advantage-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.advantage-list__item {
  background: var(--navy-900);
  padding: 32px 26px;
}
.advantage-list__num {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--gold-400);
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 14px;
}
.advantage-list__item p { color: #c3cfe0; font-size: 15px; margin: 0; }
.advantage-list__item strong { display: block; color: var(--white); font-size: 17px; margin-bottom: 6px; font-family: var(--font-display); font-weight: 600; }

/* =====================================================================
   BERITA
   ===================================================================== */
.post-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: box-shadow .2s ease, transform .2s ease;
  display: flex; flex-direction: column;
}
.post-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.post-card__thumb { aspect-ratio: 16/10; overflow: hidden; background: var(--navy-100); }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.post-card__date { font-size: 12.5px; color: var(--gold-600); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 10px; }
.post-card h3 { font-size: 18px; margin-bottom: 10px; }
.post-card h3 a { color: var(--navy-900); }
.post-card p { color: var(--ink-600); font-size: 14.5px; margin-bottom: 0; }

/* =====================================================================
   CTA BAND
   ===================================================================== */
.cta-band {
  background: linear-gradient(120deg, var(--navy-800), var(--navy-900));
  border-radius: var(--radius-lg);
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.cta-band::after {
  content: "";
  position: absolute; right: -60px; top: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,180,133,.25), transparent 70%);
}
.cta-band h3 { color: var(--white); margin-bottom: 6px; font-size: 24px; }
.cta-band p { color: #c3cfe0; margin: 0; }
.cta-band__actions { display: flex; gap: 12px; flex-wrap: wrap; position: relative; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer { background: var(--navy-900); color: #aebbd0; padding-top: 72px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand img { max-height: 42px; margin-bottom: 14px; }
.footer-brand p { color: #93a4bd; font-size: 14.5px; max-width: 32ch; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
}
.footer-social a:hover { background: var(--gold-500); border-color: var(--gold-500); color: var(--navy-900); }
.footer-col h4 {
  color: var(--white); font-size: 14px; text-transform: uppercase;
  letter-spacing: .06em; margin-bottom: 18px; font-family: var(--font-body); font-weight: 700;
}
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { color: #aebbd0; font-size: 14.5px; }
.footer-col a:hover { color: var(--gold-400); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; color: #aebbd0; font-size: 14.5px; }
.footer-contact svg { flex-shrink: 0; margin-top: 3px; stroke: var(--gold-400); width: 17px; height: 17px; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; font-size: 13px; color: #7c8aa3; flex-wrap: wrap; gap: 10px;
}
.footer-bottom a { color: #7c8aa3; }

@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
}

/* =====================================================================
   HALAMAN GENERIK / SINGLE
   ===================================================================== */
.page-hero {
  background: var(--navy-900);
  color: var(--white);
  padding: 64px 0;
}
.page-hero .eyebrow { color: var(--gold-400); }
.page-hero .eyebrow::before { background: var(--gold-400); }
.page-hero h1 { color: var(--white); font-size: clamp(28px, 4vw, 42px); margin: 0; }
.breadcrumb { font-size: 13.5px; color: #93a4bd; margin-bottom: 14px; }
.breadcrumb a { color: #c3cfe0; }

.entry-content { max-width: 780px; }
.entry-content h2 { font-size: 26px; margin-top: 1.6em; }
.entry-content h3 { font-size: 20px; margin-top: 1.4em; }
.entry-content p { color: var(--ink-600); font-size: 16.5px; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; color: var(--ink-600); margin-bottom: 1em; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content img { border-radius: var(--radius-md); margin: 1.4em 0; }
.entry-content a { text-decoration: underline; text-decoration-color: var(--gold-500); }

/* Produk detail */
.product-detail { display: grid; grid-template-columns: 1.4fr .9fr; gap: 48px; }
.product-detail__facts {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  height: fit-content;
  position: sticky;
  top: 96px;
}
.product-detail__facts h4 { font-size: 15px; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 16px; color: var(--navy-800); }
.fact-row { display: flex; justify-content: space-between; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.fact-row:last-of-type { border-bottom: none; }
.fact-row span:first-child { color: var(--ink-400); }
.fact-row span:last-child { font-weight: 700; color: var(--navy-900); text-align: right; }
.check-list { display: grid; gap: 12px; margin: 18px 0; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--ink-900); }
.check-list svg { flex-shrink: 0; margin-top: 3px; stroke: var(--success); width: 18px; height: 18px; }

@media (max-width: 860px) {
  .product-detail { grid-template-columns: 1fr; }
  .product-detail__facts { position: static; }
}

/* Archive produk */
.produk-group + .produk-group { margin-top: 56px; }
.produk-group__head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 28px; }
.produk-group__head h2 { margin: 0; font-size: 24px; }
.produk-group__head span { color: var(--ink-400); font-size: 14px; }

/* Blog list */
.post-list { display: grid; gap: 28px; max-width: 780px; }
.post-list article {
  display: grid; grid-template-columns: 200px 1fr; gap: 22px;
  padding-bottom: 28px; border-bottom: 1px solid var(--line);
}
.post-list__thumb { aspect-ratio: 4/3; border-radius: var(--radius-md); overflow: hidden; background: var(--navy-100); }
.post-list__thumb img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 560px) {
  .post-list article { grid-template-columns: 1fr; }
}

.pagination { display: flex; gap: 8px; margin-top: 32px; }
.pagination a, .pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; border-radius: var(--radius-sm);
  border: 1px solid var(--line); font-size: 14px; font-weight: 600; color: var(--navy-800);
}
.pagination .current { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }

/* Kontak */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; }
.contact-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px; margin-bottom: 20px;
}
.contact-card h3 { font-size: 17px; margin-bottom: 14px; }
.contact-card ul { display: grid; gap: 14px; }
.contact-card li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--ink-600); }
.contact-card svg { flex-shrink: 0; margin-top: 3px; stroke: var(--gold-600); width: 19px; height: 19px; }
.map-embed { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/10; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* 404 */
.error-404 { text-align: center; padding: 100px 0; }
.error-404 .code { font-family: var(--font-display); font-size: 96px; color: var(--gold-500); line-height: 1; margin-bottom: 12px; }
