/* GEM Exhibits */

:root {
  --teal: #0089ad;
  --teal-lt: #16b8d8;
  --violet: #5c068c;
  --violet-lt: #8a2fc0;
  --gem: linear-gradient(135deg, var(--teal-lt) 0%, var(--teal) 42%, var(--violet) 100%);

  --ink: #0d1116;
  --ink-2: #151b22;
  --ink-3: #1e262f;
  --graphite: #6f7681;
  --body: #3b434d;
  --paper: #ffffff;
  --paper-2: #f4f6f8;
  --line: #e3e7ec;
  --line-dk: rgba(255, 255, 255, 0.12);

  --wrap: 1200px;
  --gut: clamp(20px, 5vw, 48px);
  --r: 4px;
  --shadow: 0 1px 2px rgba(13, 17, 22, .06), 0 8px 24px -12px rgba(13, 17, 22, .18);
  --shadow-lg: 0 2px 4px rgba(13, 17, 22, .06), 0 24px 56px -20px rgba(13, 17, 22, .28);

  --f-display: "Oswald", "Haettenschweiler", "Arial Narrow", sans-serif;
  --f-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--body);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
.card-img img, .person-img img { height: 100%; }
a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }

h1, h2, h3, h4, .display {
  font-family: var(--f-display);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: .005em;
  margin: 0;
  text-wrap: balance;
}

h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); text-transform: uppercase; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); text-transform: uppercase; }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.45rem); text-transform: uppercase; letter-spacing: .02em; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.narrow { max-width: 780px; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: #fff; padding: 12px 20px; font-weight: 600;
}
.skip:focus { left: 0; }

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 2px solid var(--teal-lt);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- eyebrow + rule ---------- */

.eyebrow {
  font-family: var(--f-display);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::after { content: ""; flex: 1; height: 1px; background: var(--line); max-width: 90px; }
.on-dark .eyebrow { color: var(--teal-lt); }
.on-dark .eyebrow::after { background: var(--line-dk); }

.facet { width: 62px; height: 3px; background: var(--gem); border-radius: 2px; margin: 22px 0 0; }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-display); font-weight: 500; font-size: .95rem;
  letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
  padding: 14px 28px; border-radius: var(--r); border: 1px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}
.btn svg { width: 15px; height: 15px; flex: none; }
.btn-primary { background: var(--gem); color: #fff; box-shadow: 0 6px 20px -8px rgba(92, 6, 140, .6); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px -10px rgba(92, 6, 140, .7); }
.btn-ghost { border-color: var(--line); color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); transform: translateY(-2px); }
.on-dark .btn-ghost { border-color: var(--line-dk); color: #fff; }
.on-dark .btn-ghost:hover { border-color: var(--teal-lt); color: var(--teal-lt); }

/* ---------- header ---------- */

.hdr {
  position: sticky; top: 0; z-index: 100;
  background: rgba(13, 17, 22, .9);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line-dk);
}
.hdr-in { display: flex; align-items: center; gap: 28px; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; text-decoration: none; }
.brand img { height: 42px; width: auto; }
.brand-txt { font-family: var(--f-display); font-size: 1.28rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #fff; line-height: 1; }
.brand-txt span { display: block; font-size: .58rem; letter-spacing: .34em; color: var(--teal-lt); margin-top: 4px; font-weight: 400; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  font-family: var(--f-display); font-size: .93rem; font-weight: 400;
  letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
  color: rgba(255, 255, 255, .78); padding: 9px 14px; border-radius: var(--r);
  transition: color .16s ease, background-color .16s ease;
}
.nav a:hover { color: #fff; background: rgba(255, 255, 255, .07); }
.nav > .btn { display: none; }
.nav > a:not(.btn) { white-space: nowrap; }
.nav a[aria-current="page"] { color: #fff; }
.nav a[aria-current="page"]::after {
  content: ""; display: block; height: 2px; margin-top: 5px;
  background: var(--gem); border-radius: 2px;
}
.hdr .btn { padding: 11px 22px; font-size: .85rem; }

.burger {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line-dk);
  border-radius: var(--r); background: transparent; cursor: pointer; padding: 0;
  align-items: center; justify-content: center;
}
.burger span { display: block; width: 19px; height: 2px; background: #fff; position: relative; transition: background .2s ease; }
.burger span::before, .burger span::after {
  content: ""; position: absolute; left: 0; width: 19px; height: 2px; background: #fff; transition: transform .24s ease;
}
.burger span::before { top: -6px; }
.burger span::after { top: 6px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 960px) {
  .burger { display: flex; }
  .hdr .btn { display: none; }
  .nav {
    position: fixed; inset: 76px 0 auto; flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ink); border-bottom: 1px solid var(--line-dk);
    padding: 12px var(--gut) 28px; transform: translateY(-8px); opacity: 0;
    visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s;
    max-height: calc(100vh - 76px); overflow-y: auto;
  }
  .nav.open { opacity: 1; transform: none; visibility: visible; }
  .nav a { padding: 14px 4px; font-size: 1.05rem; border-bottom: 1px solid var(--line-dk); border-radius: 0; }
  .nav a[aria-current="page"]::after { display: none; }
  .nav a[aria-current="page"] { color: var(--teal-lt); }
  .nav > .btn { display: inline-flex; margin-top: 20px; justify-content: center; }
}

/* ---------- hero ---------- */

.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; isolation: isolate; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: radial-gradient(ellipse 70% 90% at 78% 40%, rgba(22, 184, 216, .22), transparent 62%),
              radial-gradient(ellipse 60% 80% at 92% 78%, rgba(138, 47, 192, .3), transparent 60%);
}
.hero-in { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 72px); align-items: center; padding: clamp(64px, 9vw, 120px) 0; }
.hero h1 { color: #fff; }
.hero .lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: rgba(255, 255, 255, .74); max-width: 56ch; margin-top: 26px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero-art { position: relative; }
.hero-art img { width: 100%; mix-blend-mode: screen; }
.hero-art::after {
  content: ""; position: absolute; inset: -14%; z-index: -1; border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 184, 216, .3), transparent 66%);
  filter: blur(38px);
}
.tagline {
  font-family: var(--f-display); font-style: italic; font-weight: 300;
  font-size: clamp(1rem, 1.5vw, 1.15rem); letter-spacing: .04em;
  color: var(--teal-lt); margin: 0 0 18px;
}
@media (max-width: 860px) {
  .hero-in { grid-template-columns: 1fr; gap: 20px; padding: 34px 0 56px; }
  .hero-art { max-width: 200px; margin-inline: auto; order: -1; }
  .hero .lead { margin-top: 18px; }
  .hero-cta { margin-top: 26px; }
  .hero-cta .btn { flex: 1 1 auto; justify-content: center; }
}

/* page banner (interior pages) */
.banner { background: var(--ink); color: #fff; padding: clamp(56px, 8vw, 96px) 0 clamp(48px, 6vw, 72px); position: relative; overflow: hidden; }
.banner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 120% at 88% 30%, rgba(138, 47, 192, .28), transparent 60%),
              radial-gradient(ellipse 40% 100% at 96% 90%, rgba(22, 184, 216, .2), transparent 60%);
}
.banner > * { position: relative; }
.banner h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.6rem); }
.banner .lead { color: rgba(255, 255, 255, .74); max-width: 62ch; margin-top: 22px; font-size: 1.08rem; }

/* ---------- sections ---------- */

.sec { padding: clamp(60px, 8vw, 104px) 0; }
.sec-tight { padding: clamp(44px, 5vw, 68px) 0; }
.sec-alt { background: var(--paper-2); }
.sec-dark { background: var(--ink); color: rgba(255, 255, 255, .76); }
.sec-dark h2, .sec-dark h3 { color: #fff; }

.sec-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.sec-head p { margin-top: 20px; font-size: 1.06rem; }

/* ---------- grids ---------- */

.grid { display: grid; gap: clamp(18px, 2.4vw, 30px); }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.g-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .g-4 { grid-template-columns: repeat(2, 1fr); } .g-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .g-2, .g-3, .g-4 { grid-template-columns: 1fr; } }
@media (max-width: 680px) { .grid.tiles { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 680px) { .grid.tiles .tile h3 { font-size: .82rem; padding: 12px 12px 14px; letter-spacing: .04em; } }

/* ---------- cards ---------- */

.card {
  position: relative; display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; text-decoration: none; color: inherit;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
a.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card-img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink-2); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2, .8, .3, 1); }
a.card:hover .card-img img { transform: scale(1.04); }
.card-body { padding: 26px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.card-body p { font-size: .97rem; margin-top: 12px; color: var(--body); }
.card-more {
  margin-top: auto; padding-top: 18px; font-family: var(--f-display); font-size: .84rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--teal);
  display: inline-flex; align-items: center; gap: 8px;
}
a.card:hover .card-more { gap: 13px; }
.card-more svg { width: 13px; height: 13px; transition: transform .22s ease; }

/* numbered offering rows */
.rows { display: grid; gap: clamp(20px, 3vw, 34px); }
.row-item {
  display: grid; grid-template-columns: 300px 1fr; gap: clamp(22px, 3.4vw, 48px);
  align-items: center; padding-bottom: clamp(20px, 3vw, 34px); border-bottom: 1px solid var(--line);
}
.row-item:last-child { border-bottom: 0; padding-bottom: 0; }
.row-item img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--r); background: var(--ink-2); }
.row-num {
  font-family: var(--f-display); font-size: .85rem; letter-spacing: .2em;
  color: var(--teal); margin-bottom: 10px;
}
@media (max-width: 760px) { .row-item { grid-template-columns: 1fr; } }

/* portables tiles */
.tile {
  display: flex; flex-direction: column; background: var(--ink-2);
  border: 1px solid rgba(255, 255, 255, .07); border-radius: var(--r); overflow: hidden;
  transition: transform .22s ease, border-color .22s ease;
}
.tile:hover { transform: translateY(-4px); border-color: rgba(22, 184, 216, .5); }
.tile img { aspect-ratio: 1 / 1; object-fit: contain; background: #000; padding: 6px; }
.tile h3 { color: #fff; font-size: 1rem; padding: 16px 18px 18px; margin: 0; border-top: 1px solid rgba(255, 255, 255, .07); }

/* gallery */
.gal { columns: 3; column-gap: clamp(14px, 2vw, 22px); }
@media (max-width: 900px) { .gal { columns: 2; } }
@media (max-width: 560px) { .gal { columns: 1; } }
.gal figure { break-inside: avoid; margin: 0 0 clamp(14px, 2vw, 22px); border-radius: var(--r); overflow: hidden; background: var(--paper-2); border: 1px solid var(--line); }
.gal img { width: 100%; transition: transform .5s cubic-bezier(.2, .8, .3, 1); }
.gal figure:hover img { transform: scale(1.03); }
.gal figcaption { padding: 14px 18px; font-size: .9rem; color: var(--graphite); }

/* team */
.person { display: flex; flex-direction: column; }
.person-img { border-radius: var(--r); overflow: hidden; background: var(--paper-2); aspect-ratio: 3 / 4; position: relative; }
.person-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.person h3 { margin-top: 20px; font-size: 1.2rem; }
.person .role { font-family: var(--f-display); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; color: var(--teal); margin: 7px 0 14px; }
.person p { font-size: .95rem; }
.fun {
  margin-top: 14px; padding: 12px 16px; border-left: 2px solid transparent;
  border-image: var(--gem) 1; background: var(--paper-2);
  font-size: .89rem; color: var(--graphite);
}
.fun b { font-family: var(--f-display); letter-spacing: .1em; color: var(--ink); font-weight: 500; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 3vw, 40px); }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat .n { font-family: var(--f-display); font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 600; line-height: 1; background: var(--gem); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat .l { font-family: var(--f-display); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; color: var(--graphite); margin-top: 12px; }
.sec-dark .stat .l { color: rgba(255, 255, 255, .6); }

/* split feature */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.split img { width: 100%; border-radius: var(--r); }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } }

/* ---------- CTA band ---------- */

.cta { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.cta::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 140% at 50% 120%, rgba(138, 47, 192, .38), transparent 62%),
              radial-gradient(ellipse 50% 120% at 12% -10%, rgba(22, 184, 216, .24), transparent 60%);
}
.cta-in { position: relative; padding: clamp(56px, 8vw, 92px) 0; text-align: center; }
.cta h2 { color: #fff; }
.cta p { color: rgba(255, 255, 255, .74); max-width: 54ch; margin: 20px auto 0; }
.cta .hero-cta { justify-content: center; }

/* ---------- contact ---------- */

.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }

.field { margin-bottom: 20px; }
.field label { display: block; font-family: var(--f-display); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; }
.field input, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--r);
  background: var(--paper); transition: border-color .18s ease, box-shadow .18s ease;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0, 137, 173, .14); }
.req { color: var(--violet-lt); }
.form-note { font-size: .88rem; color: var(--graphite); margin-top: 16px; }

.info-block { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(24px, 3vw, 34px); }
.info-block + .info-block { margin-top: 20px; }
.info-row { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.info-row:last-child { border-bottom: 0; padding-bottom: 0; }
.info-row:first-of-type { padding-top: 0; }
.info-row svg { width: 18px; height: 18px; flex: none; color: var(--teal); margin-top: 3px; }
.info-row a { color: var(--ink); text-decoration: none; font-weight: 500; }
.info-row a:hover { color: var(--teal); text-decoration: underline; }
.info-lbl { font-family: var(--f-display); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--graphite); display: block; margin-bottom: 3px; }

/* ---------- footer ---------- */

.ftr { background: var(--ink); color: rgba(255, 255, 255, .62); padding: clamp(48px, 6vw, 76px) 0 0; border-top: 1px solid var(--line-dk); }
.ftr-in { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: clamp(28px, 4vw, 52px); padding-bottom: 48px; }
@media (max-width: 900px) { .ftr-in { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ftr-in { grid-template-columns: 1fr; } }
.ftr h4 { font-size: .84rem; letter-spacing: .18em; color: #fff; margin-bottom: 18px; }
.ftr ul { list-style: none; margin: 0; padding: 0; }
.ftr li { margin-bottom: 11px; }
.ftr a { color: rgba(255, 255, 255, .62); text-decoration: none; font-size: .95rem; }
.ftr a:hover { color: var(--teal-lt); }
.ftr .brand { margin-bottom: 20px; }
.ftr-blurb { font-size: .95rem; max-width: 34ch; }
.social { display: flex; gap: 10px; margin-top: 22px; }
.social a {
  width: 38px; height: 38px; border: 1px solid var(--line-dk); border-radius: var(--r);
  display: grid; place-items: center; transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.social a:hover { border-color: var(--teal-lt); background: rgba(22, 184, 216, .12); transform: translateY(-2px); }
.social svg { width: 17px; height: 17px; fill: currentColor; }
.ftr-btm {
  border-top: 1px solid var(--line-dk); padding: 24px 0 30px;
  display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: space-between;
  font-size: .86rem; color: rgba(255, 255, 255, .44);
}
.ftr-btm a { font-size: .86rem; color: rgba(255, 255, 255, .44); }

/* ---------- misc ---------- */

.lede { font-size: clamp(1.1rem, 1.7vw, 1.32rem); line-height: 1.6; color: var(--ink); }
.center { text-align: center; }
.mt-lg { margin-top: clamp(28px, 4vw, 44px); }
.chiplist { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; padding: 0; list-style: none; }
.chiplist li {
  font-family: var(--f-display); font-size: .84rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--body);
}
.on-dark .chiplist li { border-color: var(--line-dk); color: rgba(255, 255, 255, .8); }
