/* ===================================================================
   IONA — Component Styles
   Ported directly from the Emerald Thinker design source HTML files.
   All colors reference CSS custom properties from emerald.css.
   Class names are canonical — used as-is in Elementor templates.
=================================================================== */

/* ── Artwork placeholder ─────────────────────────────────────────── */

.art-ph {
  position: relative;
  width: 100%;
  background:
    repeating-linear-gradient(135deg,
      oklch(0.30 0.012 var(--accent-h)) 0 12px,
      oklch(0.34 0.014 var(--accent-h)) 12px 24px);
  color: rgba(255,255,255,0.85);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
}

.art-ph::after {
  content: "artwork";
  position: absolute;
  bottom: 10px; left: 12px;
  font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  background: rgba(0,0,0,0.25);
  padding: 3px 8px;
  border-radius: 999px;
}

.art-ph .silhouette {
  width: 60%; height: 60%;
  background: radial-gradient(ellipse at 50% 30%,
    oklch(0.55 0.02 var(--accent-h)) 0%,
    oklch(0.30 0.018 var(--accent-h)) 50%,
    oklch(0.18 0.014 var(--accent-h)) 100%);
  mix-blend-mode: screen;
  opacity: 0.85;
  border-radius: 50%;
  filter: blur(8px);
}

.art-ph.tall   { aspect-ratio: 3 / 4; }
.art-ph.square { aspect-ratio: 1 / 1; }
.art-ph.wide   { aspect-ratio: 16 / 9; }

/* ── Pulse dot (verified indicator) ─────────────────────────────── */

.pulse-dot {
  width: 8px; height: 8px;
  background: var(--emerald);
  border-radius: 50%;
  display: inline-block;
  animation: iona-pulse 2.2s ease-out infinite;
  flex-shrink: 0;
}

@keyframes iona-pulse {
  0%   { box-shadow: 0 0 0 0 color-mix(in oklab, var(--emerald) 55%, transparent); }
  70%  { box-shadow: 0 0 0 10px color-mix(in oklab, var(--emerald) 0%, transparent); }
  100% { box-shadow: 0 0 0 0 transparent; }
}

/* ── Eyebrow / label-eyebrow ─────────────────────────────────────── */

.eyebrow {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--emerald);
}

/* ── Section head ────────────────────────────────────────────────── */

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
}

.section-head h2 { letter-spacing: -0.025em; }
.section-head p  { color: var(--ink-2); margin-top: 6px; max-width: 440px; }

/* ── Hero (homepage) ─────────────────────────────────────────────── */

.iona-hero-home {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  padding: 80px 0 64px;
  align-items: center;
}

.iona-hero-home h1 {
  font-size: clamp(3rem, 5.6vw, 4.6rem);
  letter-spacing: -0.035em;
  margin-bottom: 20px;
}

.iona-hero-home h1 .accent { color: var(--emerald); }

.iona-hero-home p.lead {
  font-size: 1.1rem;
  color: var(--ink-2);
  max-width: 520px;
  margin-bottom: 28px;
}

.hero-cta { display: flex; gap: 12px; margin-bottom: 36px; }

.hero-meta {
  display: flex;
  gap: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.hero-meta div { font-size: 0.85rem; color: var(--ink-3); }

.hero-meta strong {
  display: block;
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 1.5rem;
  font-weight: 600;
}

.hero-art {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}

.hero-art .badge {
  position: absolute;
  bottom: 20px; left: 20px;
  background: rgba(255,255,255,0.95);
  padding: 10px 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--emerald-deep);
  backdrop-filter: blur(8px);
}

/* ── Pillar grid (homepage "why us") ─────────────────────────────── */

.pillar-section { padding: 64px 0; }

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.pillar {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.pillar .ico {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--emerald-tint);
  color: var(--emerald);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.pillar h4 { font-size: 1.05rem; margin-bottom: 6px; }
.pillar p  { font-size: 0.88rem; color: var(--ink-2); }

/* ── Gallery grid ────────────────────────────────────────────────── */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* ── Work card (gallery + homepage featured) ─────────────────────── */

.work-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s cubic-bezier(0.16,0.84,0.34,1), box-shadow 0.2s ease;
}

.work-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.work-card .art-ph { aspect-ratio: 1 / 1; border-radius: 0; }

.work-card .body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.work-card h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: -0.015em;
  margin: 0;
}

/* Specs 5-col grid (Size / Medium / Artist / Year / Price) */
.specs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  font-size: 0.72rem;
}

.specs > div { display: flex; flex-direction: column; gap: 2px; }

.specs .k {
  font-size: 0.62rem;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.specs .v { color: var(--ink); font-weight: 500; }
.specs .v.price { color: var(--emerald-deep); }

/* Trust badges grid */
.badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 12px;
  background: var(--surface-2);
  border-radius: 8px;
  border: 1px solid var(--line);
}

.badge-cell { display: flex; gap: 8px; align-items: flex-start; }

.badge-cell .ic {
  width: 24px; height: 24px;
  border-radius: 6px;
  background: var(--emerald);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 12px;
}

.badge-cell .t {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 2px;
}

.badge-cell .d { font-size: 0.72rem; color: var(--ink-3); line-height: 1.3; }

/* Card action buttons */
.work-card .actions { display: flex; flex-direction: column; gap: 8px; }

.work-card .actions .btn {
  padding: 10px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* ── Filter bar ──────────────────────────────────────────────────── */

.filter-bar {
  margin: 32px 0 28px;
  padding: 18px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.filter-bar .group { display: flex; align-items: center; gap: 10px; }

.filter-bar select,
.filter-bar .select {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  font-family: inherit;
  font-size: 0.85rem;
  color: var(--ink);
  min-width: 130px;
  cursor: pointer;
}

.filter-bar .right { margin-left: auto; display: flex; gap: 16px; align-items: center; }

.view-toggle {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: var(--surface-2);
  border-radius: 8px;
  border: 1px solid var(--line);
}

.view-toggle button {
  background: none;
  border: 0;
  padding: 6px 8px;
  border-radius: 6px;
  color: var(--ink-3);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.view-toggle button.active { background: var(--emerald); color: #fff; }

/* ── Trust row (gallery + contact + product) ─────────────────────── */

.trust-row {
  margin-top: 16px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.trust-cell { display: flex; gap: 14px; align-items: flex-start; }

.trust-cell .ic {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--emerald-tint);
  color: var(--emerald);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.trust-cell h5 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.trust-cell p { font-size: 0.78rem; color: var(--ink-3); }

/* ── "Own with Confidence" band (gallery CTA) ────────────────────── */

.own-band {
  background: var(--emerald-deep);
  color: #fff;
  border-radius: var(--radius);
  padding: 36px 40px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(180deg, var(--emerald) 0%, var(--emerald-deep) 100%);
}

.own-band::after {
  content: "";
  position: absolute;
  right: -40px; top: -40px; bottom: -40px;
  width: 50%;
  background: radial-gradient(closest-side, rgba(255,255,255,0.10), transparent);
  opacity: 0.6;
}

.own-band h3 { font-size: 1.6rem; letter-spacing: -0.02em; margin-bottom: 6px; }
.own-band p  { color: rgba(255,255,255,0.82); max-width: 520px; }
.own-band .btn { background: #fff; color: var(--emerald-deep); margin-top: 18px; }

/* ── Pagination ──────────────────────────────────────────────────── */

.pager {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 40px 0 16px;
}

.pager button {
  min-width: 36px;
  height: 36px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink-2);
  font-family: inherit;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.pager button:hover { background: var(--surface-2); }

.pager button.active {
  background: var(--emerald-deep);
  color: #fff;
  border-color: var(--emerald-deep);
}

/* ── Product page ────────────────────────────────────────────────── */

.product-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  padding: 40px 0 32px;
}

.product-images .main {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 14px;
  position: relative;
}

.product-images .main .art-ph,
.product-images .main .woocommerce-product-gallery__image img {
  aspect-ratio: 4 / 5;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  width: 100%;
}

/* Verified overlay pill on product image */
.verified-pill {
  position: absolute;
  left: 16px; bottom: 16px;
  background: rgba(255,255,255,0.96);
  color: var(--emerald-deep);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
  backdrop-filter: blur(8px);
  z-index: 2;
}

.product-info {
  position: sticky;
  top: 88px;
  align-self: start;
}

/* Thumbnail strip */
.thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 320px;
}

.thumb {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.35s cubic-bezier(0.16,0.84,0.34,1);
}

.thumb:hover { transform: translateY(-2px); }

.thumb.active {
  border-color: var(--emerald);
  box-shadow: 0 0 0 2px var(--emerald),
              0 6px 18px -8px color-mix(in oklab, var(--emerald) 60%, transparent);
}

/* Specs table */
.specs-table {
  border-top: 1px solid var(--line);
  margin-bottom: 28px;
}

.spec-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  transition: background 0.2s ease, padding-left 0.25s cubic-bezier(0.16,0.84,0.34,1);
}

.spec-row:hover {
  background: var(--surface-2);
  padding-left: 6px;
}

.spec-row .k {
  color: var(--ink-3);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding-top: 2px;
}

.spec-row .v { color: var(--ink); }

.spec-row .v.price {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--emerald-deep);
  font-weight: 600;
}

/* Product actions */
.product-actions { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.product-actions .btn { padding: 16px; font-size: 0.92rem; }

/* Case bar (6-cell metadata) */
.case-bar {
  margin-top: 32px;
  padding: 18px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.case-cell {
  display: flex;
  gap: 10px;
  align-items: center;
  transition: transform 0.35s cubic-bezier(0.16,0.84,0.34,1);
}

.case-cell:hover { transform: translateY(-2px); }

.case-cell .ic {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--emerald-tint);
  color: var(--emerald);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 14px;
  transition: transform 0.35s cubic-bezier(0.16,0.84,0.34,1), background 0.25s ease;
}

.case-cell:hover .ic {
  transform: rotate(-6deg) scale(1.08);
  background: color-mix(in oklab, var(--emerald) 18%, var(--emerald-tint));
}

.case-cell .k {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 2px;
}

.case-cell .v { font-size: 0.78rem; color: var(--ink); font-weight: 500; }

/* Product content panels */
.twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }

.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.panel h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: -0.015em;
  margin-bottom: 14px;
}

.panel p { color: var(--ink-2); font-size: 0.92rem; margin-bottom: 12px; }

/* Vault record card */
.vault-record {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  display: grid;
  grid-template-columns: 1.5fr auto;
  gap: 28px;
}

.vault-record h4 {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 18px;
}

.rec-grid {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px 16px;
  font-size: 0.84rem;
}

.rec-grid .k {
  color: var(--ink-3);
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-top: 3px;
}

.rec-grid .v { color: var(--ink); }

/* Artist statement quote card */
.quote-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  margin-top: 24px;
}

.quote-card h3 { margin-bottom: 12px; font-size: 1.3rem; letter-spacing: -0.015em; }

.quote-card blockquote {
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--ink);
  margin: 0 0 12px;
  padding-left: 24px;
  border-left: 3px solid var(--emerald);
}

.quote-card cite { font-style: normal; color: var(--ink-3); font-size: 0.85rem; }

/* Provenance timeline */
.timeline-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.timeline { list-style: none; padding: 0; margin: 16px 0 0; }

.timeline li {
  display: grid;
  grid-template-columns: 60px 16px 1fr;
  gap: 12px;
  padding: 8px 0;
  align-items: start;
}

.timeline .yr {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 600;
}

.timeline .dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  border: 2px solid var(--emerald);
  margin-top: 5px;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), background 0.25s ease;
}

.timeline li:hover .dot { transform: scale(1.4); background: var(--emerald); }

.timeline .dot::after {
  content: "";
  position: absolute;
  left: 50%; top: 14px;
  width: 1px; height: 30px;
  background: var(--line);
  transform: translateX(-50%);
}

.timeline li:last-child .dot::after { display: none; }
.timeline .desc { font-size: 0.86rem; color: var(--ink-2); padding-top: 1px; }

/* Condition card */
.condition-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  text-align: center;
}

.condition-card .crest {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--emerald-tint);
  color: var(--emerald);
  display: grid;
  place-items: center;
  margin: 12px auto;
}

.condition-card .stamp {
  font-family: var(--font-display);
  color: var(--emerald);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 8px;
}

/* Materials card */
.materials-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}

.mat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mat-grid .art-ph { aspect-ratio: 4 / 3; border-radius: 8px; }
.materials-card .cap { font-size: 0.84rem; color: var(--ink-3); margin-top: 14px; }

/* ── Artist single page ──────────────────────────────────────────── */

.artist-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-top: 32px;
  box-shadow: var(--shadow-sm);
}

.artist-head {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 36px;
  align-items: start;
}

.artist-portrait {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
}

.artist-portrait .art-ph { aspect-ratio: 4 / 5; height: 100%; border-radius: 0; }

.artist-info h1 {
  font-size: 2.6rem;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
}

.artist-info .subtitle {
  font-family: var(--font-display);
  color: var(--emerald);
  font-size: 1rem;
  margin-bottom: 18px;
  font-weight: 500;
}

.artist-info p.bio {
  color: var(--ink-2);
  max-width: 540px;
  margin-bottom: 28px;
  font-size: 0.95rem;
}

/* Info pills (4-col: medium, active since, location, verified) */
.info-pills {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.info-pill {
  border: 1px solid var(--line);
  background: var(--surface-2);
  border-radius: var(--radius);
  padding: 14px 16px;
  text-align: center;
}

.info-pill .ic {
  width: 28px; height: 28px;
  margin: 0 auto 8px;
  color: var(--ink-3);
  display: grid;
  place-items: center;
}

.info-pill .k { font-size: 0.72rem; color: var(--ink-3); font-weight: 600; margin-bottom: 4px; }
.info-pill .v { font-size: 0.85rem; color: var(--ink); font-weight: 500; line-height: 1.3; }

/* Artist tabs */
.tabs {
  display: flex;
  gap: 28px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  margin: 36px 0 24px;
  position: relative;
}

.tabs button {
  background: none;
  border: 0;
  padding: 8px 0;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  position: relative;
  cursor: pointer;
  transition: color 0.15s;
}

.tabs button.active { color: var(--emerald); }

.tabs button.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -13px;
  height: 2px;
  background: var(--emerald);
}

/* Gliding underline */
.tabs .tab-underline {
  position: absolute;
  bottom: -1px;
  height: 2px;
  background: var(--emerald);
  transition: transform 0.45s cubic-bezier(0.16,0.84,0.34,1), width 0.45s cubic-bezier(0.16,0.84,0.34,1);
  transform-origin: left;
  pointer-events: none;
}

/* Tab body */
.tab-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 8px 0 4px;
}

.tab-body p { color: var(--ink-2); margin-bottom: 14px; font-size: 0.92rem; }

/* Info grid (artist biography sidebar) */
.info-grid {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px 18px;
  font-size: 0.88rem;
  align-content: start;
}

.info-grid .k { color: var(--ink-3); font-weight: 500; }
.info-grid .v { color: var(--ink); }

/* Works section (artist page) */
.works-section {
  margin-top: 32px;
  padding: 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.works-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.works-head h2 { font-size: 1.6rem; letter-spacing: -0.02em; }

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* Mini artwork card (artist page works) */
.mini {
  background: var(--surface-2);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
}

.mini:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.mini .art-ph { aspect-ratio: 4 / 5; border-radius: 0; }

.mini .meta { padding: 12px 14px; }

.mini h5 {
  font-family: var(--font-display);
  font-size: 0.92rem;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.mini .sub { font-size: 0.72rem; color: var(--ink-3); margin-bottom: 6px; }
.mini .price { font-size: 0.85rem; color: var(--emerald-deep); font-weight: 600; }

/* Ownership band */
.ownership-band {
  margin-top: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.ownership-band .leaf {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--emerald-deep);
  color: #fff;
  display: grid;
  place-items: center;
}

.ownership-band h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: -0.015em;
}

.ownership-band p { color: var(--ink-3); font-size: 0.88rem; margin-top: 4px; }

/* ── About / Mission page ────────────────────────────────────────── */

.mission-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  padding: 56px 0 32px;
  align-items: start;
}

.mission-hero .visual {
  aspect-ratio: 4 / 4;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

/* Mission cards (2×2 quick values) */
.mission-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 30px;
  max-width: 480px;
}

.mc {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.mc .ic {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--emerald-tint);
  color: var(--emerald);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  font-size: 18px;
}

.mc h4 { font-size: 1rem; margin-bottom: 4px; letter-spacing: -0.01em; }
.mc p  { font-size: 0.82rem; color: var(--ink-3); margin: 0; }

/* Mission statement card */
.stmt-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  margin-top: 16px;
}

.stmt-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.stmt-card p { color: var(--ink-2); margin-bottom: 12px; font-size: 0.92rem; }

/* Values row (4-col) */
.values-row {
  margin: 32px 0;
  padding: 24px 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vc { display: flex; gap: 14px; align-items: flex-start; }

.vc .ic {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--emerald-tint);
  color: var(--emerald);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 18px;
}

.vc h5 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.vc p { font-size: 0.78rem; color: var(--ink-3); }

/* FAQ section */
.faq-section { margin: 24px 0; }
.faq-section h2 { font-size: 1.6rem; letter-spacing: -0.02em; margin-bottom: 18px; }

.faq {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 10px;
  padding: 18px 22px;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.faq-q {
  display: flex;
  gap: 14px;
  align-items: center;
  user-select: none;
}

.faq-q .ic {
  width: 30px; height: 30px;
  border-radius: 8px;
  background: var(--emerald-tint);
  color: var(--emerald);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 14px;
}

.faq-q h5 {
  font-family: var(--font-display);
  font-size: 0.98rem;
  flex: 1;
  letter-spacing: -0.01em;
  margin: 0;
}

.faq-q .chev {
  color: var(--ink-3);
  transition: transform 0.25s cubic-bezier(0.16,0.84,0.34,1);
  flex-shrink: 0;
}

.faq.open .faq-q .chev { transform: rotate(180deg); }

/* Accordion using grid-template-rows for smooth collapse */
.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.16,0.84,0.34,1);
  overflow: hidden;
}

.faq-a > * {
  overflow: hidden;
  min-height: 0;
}

.faq.open .faq-a { grid-template-rows: 1fr; }

.faq-a-inner {
  padding: 12px 0 0 44px;
  color: var(--ink-2);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Help band (emerald gradient CTA band) */
.help-band {
  background: var(--emerald-deep);
  color: #fff;
  border-radius: var(--radius);
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 28px;
  align-items: center;
  margin: 32px 0 0;
  background-image: linear-gradient(180deg, var(--emerald) 0%, var(--emerald-deep) 100%);
  overflow: hidden;
  position: relative;
}

.help-band .hex {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.18);
  display: grid;
  place-items: center;
  color: #fff;
}

.help-band h3 { font-size: 1.6rem; margin-bottom: 4px; letter-spacing: -0.02em; }
.help-band p  { color: rgba(255,255,255,0.82); font-size: 0.92rem; max-width: 460px; }

.help-band .actions { display: flex; gap: 10px; }
.help-band .btn-primary  { background: #fff; color: var(--emerald-deep); background-image: none; }
.help-band .btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }

/* ── Contact page (dark theme) ───────────────────────────────────── */

.contact-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  padding: 56px 0 32px;
  align-items: start;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 480px;
  margin-top: 28px;
}

.cc {
  background: var(--d-surface);
  border: 1px solid var(--d-line);
  border-radius: var(--radius);
  padding: 22px;
}

.cc .ic {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--d-line);
  color: var(--emerald-soft);
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  font-size: 18px;
}

.cc h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.cc p { font-size: 0.82rem; color: var(--d-ink-3); }

/* Contact form card */
.contact-form-card {
  background: var(--d-surface);
  border: 1px solid var(--d-line);
  border-radius: var(--radius);
  padding: 32px;
}

.contact-form-card h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}

.send-btn {
  width: 100%;
  background-image: linear-gradient(180deg, var(--emerald) 0%, var(--emerald-deep) 100%);
  color: #fff;
  border: 0;
  padding: 16px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

/* ── Journal page ────────────────────────────────────────────────── */

.hero-banner {
  aspect-ratio: 16 / 6;
  border-radius: var(--radius);
  overflow: hidden;
}

.hero-banner .art-ph { aspect-ratio: 16 / 6; height: 100%; border-radius: 0; }

/* Category chips bar */
.cat-bar {
  margin: 28px 0 32px;
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.cat-bar .lbl { font-size: 0.78rem; color: var(--ink-3); font-weight: 600; flex-shrink: 0; }

.chips { display: flex; gap: 8px; flex-wrap: wrap; }

.chip {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: 0.82rem;
  color: var(--ink-2);
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  font-family: inherit;
}

.chip:hover { border-color: var(--emerald); color: var(--emerald); }

.chip.active {
  background: var(--emerald-deep);
  color: #fff;
  border-color: var(--emerald-deep);
}

/* Post grid (4-col) */
.post-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* Post card */
.post-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s cubic-bezier(0.16,0.84,0.34,1), box-shadow 0.2s ease;
}

.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

.post-card .art-ph { aspect-ratio: 4 / 3; border-radius: 0; }

.post-card .body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.post-card .cat {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--emerald);
}

.post-card h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
  margin: 0;
}

.post-card p { font-size: 0.84rem; color: var(--ink-2); }

.post-card .meta {
  font-size: 0.74rem;
  color: var(--ink-3);
  margin-top: auto;
  padding-top: 8px;
}

.post-card .read-more {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--emerald);
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

/* ── Single post ─────────────────────────────────────────────────── */

.post-wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  padding: 24px 0 56px;
}

.post-cat {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-bottom: 14px;
}

.post-title {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  letter-spacing: -0.025em;
  margin-bottom: 18px;
  line-height: 1.1;
}

.post-lead {
  color: var(--ink-2);
  font-size: 1.05rem;
  margin-bottom: 22px;
  max-width: 600px;
}

.post-meta {
  display: flex;
  gap: 18px;
  padding: 12px 0 28px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
  font-size: 0.82rem;
  color: var(--ink-3);
  align-items: center;
  flex-wrap: wrap;
}

.post-meta .item { display: flex; gap: 6px; align-items: center; }

.post-image {
  aspect-ratio: 16 / 9;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 22px;
}

.post-body p { color: var(--ink-2); margin-bottom: 18px; line-height: 1.7; max-width: 640px; }
.post-body h2 { font-size: 1.6rem; letter-spacing: -0.02em; margin: 28px 0 14px; }

.share {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 32px 0 0;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  color: var(--ink-3);
}

.share .icons { display: flex; gap: 8px; }

.share .icons a {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--emerald);
  color: #fff;
  display: grid;
  place-items: center;
}

/* Sidebar */
.side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 90px;
  align-self: start;
}

.side-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.side-card h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: -0.015em;
  margin-bottom: 14px;
}

.author-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--ink-3);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.author-row strong {
  font-family: var(--font-display);
  font-weight: 600;
  display: block;
  font-size: 0.95rem;
}

.author-row span { font-size: 0.78rem; color: var(--emerald); }
.side-card p.bio { font-size: 0.85rem; color: var(--ink-2); line-height: 1.5; }

.related-list { display: flex; flex-direction: column; gap: 14px; }

.related-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.related-item .thumb {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
}

.related-item h5 {
  font-family: var(--font-display);
  font-size: 0.88rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 4px;
}

.related-item .meta { font-size: 0.72rem; color: var(--ink-3); }

/* Sidebar newsletter */
.stay-inspired { background: var(--emerald-deep); color: #fff; }
.stay-inspired h4 { color: #fff; }
.stay-inspired p  { font-size: 0.85rem; color: rgba(255,255,255,0.82); margin-bottom: 14px; }

.stay-inspired input {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  width: 100%;
  font-family: inherit;
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.stay-inspired input::placeholder { color: rgba(255,255,255,0.6); }

.stay-inspired button {
  width: 100%;
  background: #fff;
  color: var(--emerald-deep);
  border: 0;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}

/* Verified card (sidebar) */
.verified-card .ic {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--emerald-tint);
  color: var(--emerald);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}

/* ── Newsletter popup ────────────────────────────────────────────── */

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20,30,28,0.55);
  backdrop-filter: blur(2px);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.popup-overlay.show { opacity: 1; pointer-events: all; }

.iona-popup {
  background: var(--surface);
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
  transform: translateY(20px);
  transition: transform 0.45s cubic-bezier(0.16,0.84,0.34,1);
}

.popup-overlay.show .iona-popup { transform: translateY(0); }

.iona-popup .visual { background: var(--d-bg); }
.iona-popup .visual .art-ph { aspect-ratio: auto; height: 100%; border-radius: 0; }

.iona-popup .body { padding: 36px; }

.iona-popup h3 {
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  font-family: var(--font-display);
}

.iona-popup p { color: var(--ink-2); font-size: 0.92rem; margin-bottom: 18px; }

.iona-popup input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 0.9rem;
}

.iona-popup button.subscribe {
  width: 100%;
  background: var(--emerald-deep);
  color: #fff;
  border: 0;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.iona-popup .privacy {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  font-size: 0.78rem;
  color: var(--ink-3);
}

.popup-close {
  position: absolute;
  right: 14px; top: 14px;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--ink-2);
  z-index: 1;
}

/* ── Feature band (homepage dark section) ────────────────────────── */

.feature-band {
  background: var(--d-bg);
  color: var(--d-ink);
  border-radius: var(--radius-lg);
  padding: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin: 80px 0;
  position: relative;
  overflow: hidden;
}

.feature-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 80% at 80% 50%,
    color-mix(in oklab, var(--emerald) 30%, transparent),
    transparent 70%);
  pointer-events: none;
}

.feature-band .eyebrow { color: var(--emerald-soft); margin-bottom: 14px; display: block; }

.feature-band h2 {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.feature-band p { color: var(--d-ink-2); margin-bottom: 28px; max-width: 460px; }

.feature-band .checks { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.feature-band .checks li { display: flex; gap: 10px; align-items: center; font-size: 0.95rem; }

.feature-band .checks .ck {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--emerald);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 12px;
}

.feature-band .visual {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--d-line);
  position: relative;
  z-index: 1;
}

/* ── Testimonial ─────────────────────────────────────────────────── */

.testimonial {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 0;
}

.testimonial .quote-mark {
  font-family: var(--font-display);
  color: var(--emerald);
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 12px;
}

.testimonial blockquote {
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: -0.015em;
  margin: 0 0 24px;
  color: var(--ink);
  text-wrap: balance;
}

.testimonial cite { font-style: normal; color: var(--ink-3); font-size: 0.9rem; }

/* ── Journal teaser (3-col) ──────────────────────────────────────── */

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.teaser {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.2s, box-shadow 0.2s;
}

.teaser:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }

.teaser .art-ph { aspect-ratio: 16 / 10; border-radius: 0; }

.teaser .body { padding: 18px 22px 22px; }

.teaser .cat {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--emerald);
  margin-bottom: 10px;
}

.teaser h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 8px;
  letter-spacing: -0.015em;
}

.teaser p  { font-size: 0.85rem; color: var(--ink-2); margin-bottom: 14px; }
.teaser .meta { font-size: 0.8rem; color: var(--ink-3); }

/* ── CTA Band ────────────────────────────────────────────────────── */

.cta-band {
  background: var(--emerald-deep);
  color: #fff;
  padding: 64px;
  border-radius: var(--radius-lg);
  text-align: center;
  margin: 56px 0 80px;
  background-image:
    radial-gradient(60% 80% at 50% 0%,
      color-mix(in oklab, var(--emerald) 70%, white 0%),
      transparent 70%),
    linear-gradient(180deg, var(--emerald) 0%, var(--emerald-deep) 100%);
}

.cta-band h2 {
  font-size: clamp(2rem, 3.4vw, 3rem);
  margin-bottom: 12px;
  letter-spacing: -0.025em;
}

.cta-band p { color: rgba(255,255,255,0.82); max-width: 540px; margin: 0 auto 28px; }

.cta-band .row { display: flex; gap: 12px; justify-content: center; }

.cta-band .btn-primary  { background: #fff; color: var(--emerald-deep); background-image: none; }
.cta-band .btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }

/* ── Vault page ──────────────────────────────────────────────────── */

.vault-intro {
  background: var(--d-bg);
  color: var(--d-ink);
  padding: 24px 0;
  border-bottom: 1px solid var(--d-line);
}

.hero-2 {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  padding: 56px 0 32px;
  align-items: center;
}

.hero-2 .visual {
  aspect-ratio: 4 / 4;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}

.thumbs2 { display: flex; gap: 10px; margin-top: 14px; }

.thumbs2 .thumb {
  width: 64px; height: 64px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
}

.thumbs2 .thumb.active { border-color: var(--emerald); }

.hero-2 h1 { font-size: clamp(2.4rem, 4vw, 3.4rem); letter-spacing: -0.03em; margin-bottom: 12px; }

.hero-2 .subhead {
  font-family: var(--font-display);
  color: var(--emerald);
  font-size: 1.2rem;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  font-weight: 500;
}

.hero-2 p.lead { color: var(--ink-2); margin-bottom: 24px; max-width: 520px; }

.feature-list { display: grid; gap: 16px; margin-bottom: 28px; }

.feature-list .row { display: grid; grid-template-columns: 40px 1fr; gap: 14px; }

.feature-list .ic {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--emerald-tint);
  color: var(--emerald);
  display: grid;
  place-items: center;
  font-size: 18px;
}

.feature-list h5 {
  font-family: var(--font-display);
  font-size: 1rem;
  margin-bottom: 2px;
  letter-spacing: -0.01em;
}

.feature-list p { font-size: 0.86rem; color: var(--ink-2); }

/* Pillar row (5-col vault page features) */
.pillar-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 28px 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.pillar-row .cell { text-align: center; }

.pillar-row .ic {
  width: 36px; height: 36px;
  margin: 0 auto 10px;
  color: var(--emerald);
  display: grid;
  place-items: center;
  background: var(--emerald-tint);
  border-radius: 8px;
  font-size: 18px;
}

.pillar-row .t {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 4px;
}

.pillar-row .d { font-size: 0.74rem; color: var(--ink-3); }

/* Vault "how it works" steps */
.twoup { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 24px 0; }

.step-list { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }

.step-list h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.step {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.step:last-child { border-bottom: 0; }

.step .num {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--emerald-deep);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.step h5 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}

.step p { font-size: 0.85rem; color: var(--ink-3); }

/* Vault record card */
.record-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }

.record-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.record-grid {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 8px 16px;
  font-size: 0.85rem;
}

.record-grid .k {
  color: var(--ink-3);
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-top: 3px;
}

.record-grid .v { color: var(--ink); }

.vault-conf {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  color: var(--emerald-deep);
  font-weight: 600;
}

/* 3-col info cards */
.threeup { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin: 24px 0; }

.info-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
}

.info-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: -0.015em;
  margin-bottom: 12px;
}

.info-card p { font-size: 0.88rem; color: var(--ink-2); margin-bottom: 14px; }

.info-card .checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.info-card .checks li { display: flex; gap: 8px; font-size: 0.85rem; color: var(--ink-2); align-items: center; }
.info-card .checks .ck { color: var(--emerald); flex-shrink: 0; }

.info-card .corner-mark {
  position: absolute;
  right: 22px; bottom: 22px;
  width: 56px; height: 56px;
  background: var(--emerald-tint);
  color: var(--emerald);
  border-radius: 12px;
  display: grid;
  place-items: center;
}

/* ── Responsive adjustments for components ───────────────────────── */

@media (max-width: 1024px) {
  .gallery-grid,
  .post-grid,
  .pillar-grid,
  .work-grid { grid-template-columns: repeat(2, 1fr); }

  .case-bar { grid-template-columns: repeat(3, 1fr); }

  .trust-row,
  .values-row { grid-template-columns: repeat(2, 1fr); }

  .product-head,
  .mission-hero,
  .contact-hero,
  .hero-2 { grid-template-columns: 1fr; }

  .artist-head { grid-template-columns: 1fr; }

  .post-wrap { grid-template-columns: 1fr; }
  .side { position: static; }

  .info-pills { grid-template-columns: repeat(2, 1fr); }

  .feature-band { grid-template-columns: 1fr; padding: 40px; }
  .feature-band .visual { aspect-ratio: 16 / 9; }

  .cta-band { padding: 40px; }

  .help-band { grid-template-columns: 1fr; }
  .help-band .hex { display: none; }

  .pillar-row { grid-template-columns: repeat(3, 1fr); }

  .threeup,
  .teaser-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .gallery-grid,
  .post-grid,
  .pillar-grid,
  .work-grid { grid-template-columns: 1fr; }

  .specs { grid-template-columns: repeat(2, 1fr); }

  .case-bar { grid-template-columns: repeat(2, 1fr); }

  .trust-row,
  .values-row,
  .mission-cards,
  .contact-cards,
  .info-pills { grid-template-columns: 1fr; }

  .badges { grid-template-columns: 1fr; }

  .teaser-grid,
  .threeup,
  .twocol,
  .twoup { grid-template-columns: 1fr; }

  .pillar-row { grid-template-columns: repeat(2, 1fr); }

  .tab-body { grid-template-columns: 1fr; }

  .iona-popup { grid-template-columns: 1fr; }
  .iona-popup .visual { display: none; }
}

@media (max-width: 430px) {
  .specs { grid-template-columns: repeat(2, 1fr); }
  .case-bar { grid-template-columns: 1fr 1fr; }
  .cta-band { padding: 28px; }
  .cta-band .row { flex-direction: column; }
  .feature-band { padding: 28px; }
}
