/* Micah Tajiri — editorial portfolio on white */

/* The ʻokina (U+02BB) has badly oversized sidebearings in the Google Fonts
   builds of IBM Plex / Newsreader, which pulls "Hawaiʻi" apart. Pin just that
   codepoint to a local face with sane metrics; everything else falls through. */
@font-face {
  font-family: "Okina Sans";
  src: local("Helvetica Neue"), local("HelveticaNeue"), local("Arial"),
       local("Segoe UI"), local("Roboto"), local("DejaVu Sans");
  unicode-range: U+02BB, U+02BC;
}
@font-face {
  font-family: "Okina Serif";
  src: local("Georgia"), local("Times New Roman"), local("Times"), local("DejaVu Serif");
  unicode-range: U+02BB, U+02BC;
}

:root {
  /* White ground so supplied org marks sit natively. Deliberately not a dark
     theme — see the README design note. */
  --bg: #ffffff;
  --surface: #f4f4f2;
  --surface-2: #e9e9e6;
  --ink: #1c1917;
  --text: #1c1917;
  --soft: #4a443c;
  --quiet: #6a6258;
  --line: rgba(28, 25, 23, 0.15);
  --line-strong: rgba(28, 25, 23, 0.4);
  /* Oxidised basalt red — Hawaiʻi volcanic soil, not a generic tech blue. */
  --accent: #9c3b1e;
  --accent-soft: rgba(156, 59, 30, 0.1);
  /* Text sitting on a dark scrim over photography. */
  --on-media: #f7f4ed;
  --scrim: rgba(24, 20, 16, 0.94);
  --display: "Okina Serif", "Newsreader", Georgia, "Times New Roman", serif;
  --body: "Okina Sans", "IBM Plex Sans", system-ui, -apple-system, sans-serif;
  --mono: "Okina Sans", "IBM Plex Mono", ui-monospace, monospace;
  --shell: 1200px;
  --pad: clamp(1.25rem, 3.2vw, 2.5rem);
  --section: clamp(4.5rem, 8vw, 7rem);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.lightbox-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { color: inherit; font: inherit; }
img, video { display: block; max-width: 100%; }
::selection { background: var(--accent); color: var(--bg); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
[hidden] { display: none !important; }

.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--pad); }
.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; padding: 0;
}
.skip-link {
  position: fixed; z-index: 1000; top: 0.8rem; left: 0.8rem; transform: translateY(-180%);
  padding: 0.65rem 0.9rem; background: var(--ink); color: var(--bg);
  font-family: var(--body); font-size: 0.72rem;
}
.skip-link:focus { transform: none; }
.plain-media-button {
  display: block; width: 100%; height: 100%; overflow: hidden; border: 0; padding: 0;
  background: transparent; cursor: zoom-in; text-align: left;
}
.plain-media-button img { width: 100%; height: 100%; object-fit: cover; }
.internal-link {
  display: inline-flex; align-items: center; gap: 0.45rem;
  color: var(--accent); font-family: var(--body); font-size: 0.72rem;
  letter-spacing: 0.01em;
}
.internal-link svg, .project-open svg, .modal-links svg, .award-source svg {
  width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5;
}

/* Header */
.site-header { position: relative; z-index: 100; border-bottom: 1px solid var(--line); background: var(--bg); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.identity { display: flex; align-items: center; gap: 0.75rem; min-width: 0; }
.identity-copy strong { font-family: var(--display); font-size: 1.15rem; font-weight: 600; letter-spacing: -0.025em; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.8rem); }
.site-nav > a {
  position: relative; color: var(--soft); font-size: 0.8rem; white-space: nowrap;
  transition: color 0.18s ease;
}
.site-nav > a:not(.social-icon):hover,
.site-nav > a:not(.social-icon)[aria-current="page"] { color: var(--accent); }
.site-nav > a:not(.social-icon)::after {
  content: ""; position: absolute; right: 0; bottom: -0.55rem; left: 0; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: left;
}
.site-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.social-icon { display: grid; place-items: center; width: 28px; height: 28px; }
.social-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px auto; background: var(--text); }
.menu-toggle.is-open > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open > span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Home — editorial masthead, not a centred hero */
.home-stage {
  display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
  gap: clamp(1.8rem, 4.5vw, 4.5rem); align-items: end;
  width: min(100%, var(--shell)); margin-inline: auto;
  padding: clamp(2.6rem, 6vw, 5rem) var(--pad) clamp(2rem, 4vw, 3.2rem);
}
.home-stage-copy { min-width: 0; }
.home-stage-copy h1 {
  font-family: var(--display); font-size: clamp(3rem, 7.4vw, 6.4rem);
  font-weight: 400; line-height: 0.94; letter-spacing: -0.028em; text-wrap: balance;
}
/* Standfirst sits under the name like a byline — not a badge above the headline. */
.home-kicker {
  max-width: 40ch; margin-top: 1.1rem; padding-top: 1rem;
  border-top: 1px solid var(--line-strong); color: var(--soft);
  font-family: var(--display); font-size: clamp(1rem, 1.4vw, 1.18rem); font-style: italic;
}
.home-lede { max-width: 44ch; margin-top: 0.85rem; color: var(--soft); font-size: clamp(1rem, 1.25vw, 1.1rem); line-height: 1.62; }
.inline-actions { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 1.5rem; }
.home-anchor-photo { min-width: 0; }
.home-anchor-photo .home-photo-tile { width: 100%; aspect-ratio: 4 / 5; }
.home-photo-frame {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.6rem, 1.2vw, 1rem);
  width: min(100%, var(--shell)); margin-inline: auto;
  padding: 0 var(--pad) var(--section);
}
/* Varied spans so the grid reads as edited, not as a uniform tile wall. */
.home-photo-frame .home-photo-tile:nth-child(6n+1) { grid-column: span 4; aspect-ratio: 16 / 9; }
.home-photo-frame .home-photo-tile:nth-child(6n+2) { grid-column: span 2; aspect-ratio: 3 / 4; }
.home-photo-frame .home-photo-tile:nth-child(6n+3) { grid-column: span 2; aspect-ratio: 1; }
.home-photo-frame .home-photo-tile:nth-child(6n+4) { grid-column: span 2; aspect-ratio: 1; }
.home-photo-frame .home-photo-tile:nth-child(6n+5) { grid-column: span 2; aspect-ratio: 1; }
.home-photo-frame .home-photo-tile:nth-child(6n+6) { grid-column: span 3; aspect-ratio: 3 / 2; }
.home-photo-tile {
  position: relative; display: block; width: 100%; overflow: hidden;
  border: 0; padding: 0; background: var(--surface);
  cursor: zoom-in; text-align: left;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
}
.home-photo-tile img, .home-photo-tile video { width: 100%; height: 100%; object-fit: cover; }
.home-photo-tile img { transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1); }
.home-photo-tile:hover img, .home-photo-tile:focus-visible img { transform: scale(1.035); }
.home-photo-caption {
  position: absolute; inset: auto 0 0; display: grid; gap: 0.08rem; padding: 2.4rem 0.8rem 0.7rem;
  background: linear-gradient(transparent, var(--scrim)); opacity: 0;
  transform: translateY(5px); pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}
.home-photo-caption small { color: rgba(247, 244, 237, 0.72); font-family: var(--body); font-size: 0.69rem; letter-spacing: 0.01em; }
.home-photo-caption strong { color: var(--on-media); font-family: var(--display); font-size: 0.76rem; font-weight: 500; line-height: 1.25; }
.home-photo-tile:hover .home-photo-caption,
.home-photo-tile:focus .home-photo-caption,
.home-photo-tile:focus-visible .home-photo-caption,
.home-photo-tile.is-caption-visible .home-photo-caption,
.home-photo-tile:focus-within .home-photo-caption { opacity: 1; transform: none; }
.is-ready .home-photo-group.reveal:not(.is-visible) .home-photo-tile { opacity: 0; transform: translateY(14px); }
.is-ready .home-photo-group.is-visible .home-photo-tile {
  animation: home-photo-in 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--reveal-index) * 55ms);
}
@keyframes home-photo-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
/* Running totals — set as a record column, not a marketing stat banner. */
.home-stats { padding-bottom: clamp(2.2rem, 4vw, 3.4rem); }
.stats-row { max-width: 30rem; list-style: none; border-top: 1px solid var(--line-strong); }
.stats-row li {
  display: grid; grid-template-columns: 7.5rem minmax(0, 1fr); gap: 0.2rem 1.2rem;
  align-items: baseline; border-bottom: 1px solid var(--line); padding: 0.62rem 0;
}
.stats-row strong {
  font-family: var(--mono); font-size: 0.95rem; font-weight: 500;
  font-variant-numeric: tabular-nums; letter-spacing: -0.01em;
}
.stats-row span { color: var(--soft); font-size: 0.82rem; line-height: 1.45; }

/* Working principles. Set as a record with hanging names, not as value cards. */
.home-creed { padding-bottom: clamp(2.6rem, 5vw, 4.2rem); }
.home-creed > h2 {
  margin-bottom: clamp(0.9rem, 1.8vw, 1.3rem); font-family: var(--display);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 500; letter-spacing: -0.025em;
}
.creed-lede {
  max-width: 58ch; font-family: var(--display); font-size: clamp(1.12rem, 1.75vw, 1.5rem);
  font-weight: 400; line-height: 1.38; letter-spacing: -0.012em; text-wrap: pretty;
}
.creed-list { max-width: 62rem; margin-top: clamp(1.5rem, 3vw, 2.2rem); border-top: 1px solid var(--line-strong); }
.creed-list > div {
  display: grid; grid-template-columns: 13rem minmax(0, 1fr); gap: 0.3rem 2rem;
  border-bottom: 1px solid var(--line); padding: 0.95rem 0;
}
.creed-list dt { font-family: var(--display); font-size: 1.02rem; font-weight: 500; letter-spacing: -0.015em; }
.creed-list dd { max-width: 66ch; color: var(--soft); font-size: 0.9rem; line-height: 1.55; }
.creed-interests { max-width: 72ch; margin-top: 1.1rem; color: var(--quiet); font-size: 0.86rem; line-height: 1.55; }

.page-hero-media figcaption, .carousel-slide figcaption,
.modal-media figcaption, .lightbox-panel figcaption {
  margin-top: 0.55rem; color: var(--quiet); font-family: var(--body);
  font-size: 0.73rem; line-height: 1.45;
}

/* Shared page headers */
.page-hero {
  display: grid; grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(2rem, 5vw, 5rem); align-items: center;
  padding-top: clamp(2rem, 4vw, 3.5rem); padding-bottom: clamp(2rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--line);
}
.page-hero-copy h1, .simple-page-header h1, .contact-copy h1 {
  font-family: var(--display); font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 500; line-height: 0.95; letter-spacing: -0.06em;
}
.page-hero-text { max-width: 45ch; margin-top: 1rem; color: var(--soft); }
.page-hero-media .plain-media-button, .page-hero-media > video { aspect-ratio: 2.75 / 1; background: var(--surface); }
.simple-page-header { padding-top: clamp(4rem, 8vw, 8rem); padding-bottom: clamp(3rem, 6vw, 6rem); border-bottom: 1px solid var(--line); }
.simple-page-header.compact { padding-top: clamp(1.8rem, 3.5vw, 3rem); padding-bottom: clamp(1.4rem, 2.8vw, 2.35rem); }
.simple-page-header.compact h1 { font-size: clamp(2.8rem, 5vw, 4.7rem); }
.simple-section-title {
  margin-bottom: clamp(2rem, 4vw, 3.5rem); font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 500; letter-spacing: -0.045em;
}

/* Experience */
.experience-list { padding-bottom: clamp(2rem, 5vw, 4rem); }
.experience-item { border-bottom: 1px solid var(--line); }
.experience-row {
  display: grid; grid-template-columns: 58px minmax(210px, 0.74fr) minmax(290px, 1.25fr) minmax(118px, auto);
  gap: 1rem 1.3rem; align-items: center; min-height: 132px; padding: 1.05rem 0;
}
/* Org marks are JPEGs on white. With a white page and multiply compositing they
   sit directly on the background with no frame of their own. */
.experience-logo {
  display: grid; place-items: center; width: 58px; aspect-ratio: 1; overflow: hidden;
  background: var(--bg); color: var(--soft);
}
.experience-logo img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.experience-logo.fit-contain img { object-fit: contain; padding: 0.3rem; }
.experience-logo.is-placeholder { border: 1px dashed var(--line-strong); background: var(--surface); }
.experience-logo.is-placeholder > span { font-family: var(--display); font-size: 0.82rem; font-weight: 600; letter-spacing: -0.03em; }
.experience-org {
  margin-bottom: 0.22rem; color: var(--soft); font-family: var(--body);
  font-size: 0.73rem; letter-spacing: 0.01em; line-height: 1.35;
}
.experience-item h2 {
  max-width: 25ch; font-family: var(--display); font-size: clamp(1.18rem, 1.65vw, 1.55rem);
  font-weight: 500; line-height: 1.08; letter-spacing: -0.035em;
}
.experience-description { max-width: 66ch; color: var(--soft); font-size: clamp(0.86rem, 1.05vw, 0.98rem); line-height: 1.52; }
.experience-description.is-empty { color: var(--quiet); font-style: italic; }
.experience-meta { display: grid; justify-items: end; gap: 0.5rem; text-align: right; }
.experience-meta time { color: var(--quiet); font-family: var(--mono); font-size: 0.73rem; line-height: 1.35; white-space: nowrap; }
.experience-link { min-height: 44px; border: 0; padding: 0.55rem 0.1rem; background: transparent; cursor: pointer; font-size: 0.73rem; white-space: nowrap; }
.experience-toggle-icon { display: inline-grid; place-items: center; width: 17px; height: 17px; border: 1px solid currentColor; font-size: 0.8rem; line-height: 1; }
.experience-related { border-top: 1px solid var(--line); background: var(--surface); animation: related-work-in 220ms ease-out both; }
@keyframes related-work-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
.experience-related-inner { padding: 1.2rem 0 1.4rem 79px; }
.experience-related-label {
  margin-bottom: 0.7rem; color: var(--quiet); font-family: var(--body); font-size: 0.73rem;
  letter-spacing: 0.01em;
}
.related-project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.85rem; }
.related-project-card { min-width: 0; }
.related-project-card > button {
  position: relative; display: grid; grid-template-columns: 104px minmax(0, 1fr) auto; gap: 0.85rem;
  align-items: center; width: 100%; min-height: 86px; overflow: hidden; border: 1px solid var(--line);
  padding: 0; background: var(--bg); cursor: pointer; text-align: left;
  transition: border-color 180ms ease, background 180ms ease;
}
.related-project-card > button:hover, .related-project-card > button:focus-visible { border-color: var(--line-strong); background: var(--surface-2); }
.related-project-media { display: grid; place-items: center; width: 104px; height: 86px; overflow: hidden; background: var(--surface); }
.related-project-media img { width: 100%; height: 100%; object-fit: cover; }
.related-project-media.fit-contain img { object-fit: contain; }
.related-project-placeholder { color: var(--quiet); font-family: var(--body); font-size: 0.64rem; }
.related-project-copy { display: grid; gap: 0.12rem; min-width: 0; padding-block: 0.55rem; }
.related-project-copy small { color: var(--accent); font-family: var(--body); font-size: 0.69rem; }
.related-project-copy strong { overflow: hidden; font-family: var(--display); font-size: 0.78rem; font-weight: 500; line-height: 1.2; text-overflow: ellipsis; }
.related-project-copy > span { color: var(--quiet); font-size: 0.73rem; line-height: 1.3; }
.related-project-arrow { padding-right: 0.6rem; color: var(--accent); }
.related-project-arrow svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; }

/* Projects */
.projects-section { padding-top: clamp(1.8rem, 3.5vw, 3rem); padding-bottom: var(--section); }
.project-tools { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.8rem 1.5rem; margin-bottom: clamp(1.4rem, 2.5vw, 2rem); }
.filters { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.filter {
  min-height: 36px; border: 1px solid var(--line); border-radius: 999px; padding: 0.36rem 0.75rem;
  background: transparent; color: var(--soft); cursor: pointer;
  font-family: var(--body); font-size: 0.73rem;
}
.filter:hover, .filter.is-active { border-color: var(--text); color: var(--text); }
.filter.is-active { background: var(--accent-soft); }
.filter-hint { color: var(--quiet); font-family: var(--body); font-size: 0.73rem; line-height: 1.4; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2.5rem, 4vw, 3.5rem) clamp(1.25rem, 2.5vw, 2rem); }
.project-card { scroll-margin-top: 1.5rem; }
.project-card > header { min-height: 4.4rem; border-top: 1px solid var(--line-strong); padding-top: 0.72rem; }
.project-card h2 { max-width: 22ch; font-family: var(--display); font-size: clamp(1.18rem, 1.55vw, 1.48rem); font-weight: 500; line-height: 1.08; letter-spacing: -0.03em; }
.project-sub { margin-top: 0.25rem; color: var(--soft); font-size: 0.67rem; line-height: 1.35; }
.project-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--surface); }
.carousel-slides, .carousel-slide { width: 100%; height: 100%; }
.carousel-slide { position: relative; }
.carousel-slide img, .carousel-slide video { width: 100%; height: 100%; object-fit: contain; background: var(--surface); }
/* No fill of its own — the containing figure sets the backdrop, so contained
   logos sit on the page instead of on a grey plate. */
.fit-contain img, .fit-contain video { object-fit: contain !important; }
.carousel-slide figcaption {
  position: absolute; right: 0; bottom: 0; left: 0; margin: 0; padding: 1.8rem 0.8rem 0.6rem;
  background: linear-gradient(transparent, var(--scrim)); color: var(--on-media); opacity: 0;
}
.carousel-controls {
  position: absolute; z-index: 4; right: 0.55rem; bottom: 0.55rem;
  display: flex; align-items: center; background: var(--scrim); opacity: 0;
}
.carousel-controls button { width: 44px; height: 44px; border: 0; background: transparent; color: var(--on-media); cursor: pointer; }
.carousel-controls span { min-width: 48px; color: rgba(247, 244, 237, 0.75); font-family: var(--mono); font-size: 0.73rem; text-align: center; }
.carousel-controls b { color: var(--on-media); font-weight: 400; }
.carousel:hover .carousel-controls, .carousel:focus-within .carousel-controls,
.carousel:hover .carousel-slide figcaption, .carousel:focus-within .carousel-slide figcaption { opacity: 1; }
.project-placeholder {
  display: grid; place-content: center; gap: 0.35rem; padding: 1rem;
  border: 1px solid var(--line); color: var(--soft); text-align: center;
}
.project-placeholder strong { color: var(--text); font-size: 0.82rem; font-weight: 500; }
.project-placeholder small { color: var(--quiet); font-family: var(--body); font-size: 0.73rem; }
.project-card-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.8rem; align-items: end; }
.project-context { display: grid; gap: 0.12rem; margin-top: 0.62rem; color: var(--quiet); font-family: var(--body); font-size: 0.73rem; line-height: 1.35; }
.project-context strong { color: var(--text); font-family: var(--body); font-size: 0.72rem; font-weight: 500; }
.project-context time { color: var(--quiet); }
.project-open {
  display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.62rem;
  border: 0; border-bottom: 1px solid var(--line-strong); padding: 0 0 0.25rem;
  background: transparent; color: var(--text); cursor: pointer;
  font-family: var(--body); font-size: 0.73rem;
}

/* Leadership & community */
.involvement-shell { padding-bottom: var(--section); }
.involvement-block { padding-top: clamp(2.2rem, 4.5vw, 3.6rem); }
.involvement-block-title {
  margin-bottom: clamp(1rem, 2vw, 1.6rem); font-family: var(--display);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 500; letter-spacing: -0.025em;
}
.involvement-list { border-top: 1px solid var(--line-strong); }

/* One flat row per entry: photo, org + position + what I did, date. No accordion. */
.involvement-entry {
  display: grid; grid-template-columns: 132px minmax(0, 1fr) minmax(96px, auto);
  gap: 1rem 1.6rem; align-items: start;
  border-bottom: 1px solid var(--line); padding: 1.35rem 0;
}
.involvement-media {
  display: grid; place-items: center; width: 132px; aspect-ratio: 4 / 3;
  overflow: hidden; background: var(--surface);
}
.involvement-media img { width: 100%; height: 100%; object-fit: cover; }
.involvement-media.fit-contain { background: var(--bg); }
.involvement-media.fit-contain img { object-fit: contain; padding: 0.5rem; mix-blend-mode: multiply; }
.involvement-media.is-empty { border: 1px dashed var(--line-strong); background: var(--surface); color: var(--quiet); }
.involvement-media.is-empty > span { font-family: var(--display); font-size: 1.15rem; font-weight: 600; letter-spacing: -0.03em; }
.involvement-primary { min-width: 0; }
.involvement-org { color: var(--quiet); font-size: 0.73rem; line-height: 1.35; }
.involvement-org span { color: var(--quiet); }
.involvement-org span::before { content: " — "; }
.involvement-primary h3 {
  margin-top: 0.12rem; font-family: var(--display); font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  font-weight: 500; line-height: 1.15; letter-spacing: -0.02em;
}
.involvement-now {
  display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.4rem;
  color: var(--accent); font-size: 0.73rem;
}
.involvement-now::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.involvement-note { max-width: 68ch; margin-top: 0.5rem; color: var(--soft); font-size: 0.9rem; line-height: 1.55; }
.involvement-facts { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-top: 0.7rem; list-style: none; }
.involvement-facts li { border: 1px solid var(--line); padding: 0.3rem 0.55rem; color: var(--soft); font-size: 0.69rem; line-height: 1.35; }
.involvement-primary > .internal-link { margin-top: 0.85rem; }
.involvement-entry > time { color: var(--quiet); font-family: var(--mono); font-size: 0.73rem; line-height: 1.4; text-align: right; white-space: nowrap; }

.community-record { margin-top: clamp(4rem, 8vw, 7rem); border-top: 1px solid var(--line-strong); padding-top: clamp(2rem, 4vw, 3rem); }
.community-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2.5rem, 5vw, 4.5rem) clamp(2rem, 5vw, 5rem); }
.community-group h3 { margin-bottom: 0.6rem; font-family: var(--display); font-size: clamp(1.05rem, 1.7vw, 1.35rem); font-weight: 500; }
.community-group ul { border-top: 1px solid var(--line-strong); list-style: none; }
.community-item {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: center;
  min-height: 58px; border-bottom: 1px solid var(--line); padding: 0.45rem 0;
}
.community-item.has-media { grid-template-columns: 72px minmax(0, 1fr) auto; }
.community-thumb { width: 72px; height: 48px; overflow: hidden; border: 0; padding: 0; background: var(--surface); cursor: zoom-in; }
.community-thumb img { width: 100%; height: 100%; object-fit: cover; }
.community-item > div { display: grid; gap: 0.08rem; min-width: 0; }
.community-item strong, .community-item a { font-family: var(--display); font-size: 0.76rem; font-weight: 500; line-height: 1.25; }
.community-item a { display: inline-flex; align-items: center; gap: 0.35rem; color: var(--accent); }
.community-item a svg { flex: 0 0 auto; width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.community-item > div span { color: var(--soft); font-size: 0.64rem; line-height: 1.35; }
.community-item time { color: var(--quiet); font-family: var(--mono); font-size: 0.73rem; line-height: 1.35; text-align: right; white-space: nowrap; }

/* Awards */
.awards-shell { padding-top: clamp(1.5rem, 3vw, 2.5rem); padding-bottom: var(--section); }
.awards-list { border-top: 1px solid var(--line-strong); }
.award-item {
  display: grid; grid-template-columns: 7rem minmax(0, 1fr) minmax(9rem, auto);
  gap: clamp(1rem, 2.5vw, 2.5rem); align-items: center;
  border-bottom: 1px solid var(--line); padding: 0.82rem 0;
}
.award-date {
  font-family: var(--mono); font-size: 0.73rem; letter-spacing: 0.01em; line-height: 1.4;
}
.award-date { color: var(--quiet); }
.award-copy h2 { max-width: 46ch; font-family: var(--display); font-size: clamp(1rem, 1.45vw, 1.28rem); font-weight: 500; line-height: 1.15; letter-spacing: -0.025em; }
/* Every award title is the same ink whether or not it links out; the link is
   signalled by the underline, so the list doesn't read as two-tone. */
.award-copy h2 a { color: inherit; text-decoration-line: underline; text-decoration-color: var(--line-strong); text-underline-offset: 0.22em; text-decoration-thickness: 1px; transition: text-decoration-color 180ms ease; }
.award-copy h2 a:hover, .award-copy h2 a:focus-visible { text-decoration-color: var(--accent); }
.award-issuer { margin-top: 0.25rem; color: var(--soft); font-family: var(--body); font-size: 0.73rem; letter-spacing: 0.01em; line-height: 1.4; }
.award-result { min-width: 0; text-align: right; }
.award-outcome {
  overflow-wrap: anywhere; font-family: var(--mono); font-size: 0.64rem;
  font-weight: 700; letter-spacing: 0.02em; line-height: 1.3;
}

/* Contact */
.contact-page {
  display: grid; grid-template-columns: minmax(250px, 0.68fr) minmax(400px, 1.32fr);
  gap: clamp(3rem, 9vw, 9rem); align-items: start;
  padding-top: clamp(4rem, 9vw, 8rem); padding-bottom: clamp(5rem, 10vw, 9rem);
}
.contact-kicker {
  margin-bottom: 0.8rem; color: var(--accent); font-family: var(--body); font-size: 0.73rem;
  letter-spacing: 0.01em;
}
.contact-copy > p:last-child { max-width: 38ch; margin-top: 1.5rem; color: var(--soft); font-size: 0.9rem; }
.contact-directory { border-top: 1px solid var(--line-strong); font-style: normal; }
.contact-directory > a {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  min-height: 104px; border-bottom: 1px solid var(--line); padding: 1rem 0;
}
.contact-directory > a > span { display: grid; gap: 0.15rem; min-width: 0; }
.contact-directory small { color: var(--quiet); font-family: var(--body); font-size: 0.73rem; letter-spacing: 0.01em; }
.contact-directory strong {
  overflow-wrap: anywhere; font-family: var(--display); font-size: clamp(1.05rem, 2.2vw, 1.75rem);
  font-weight: 500; line-height: 1.2; letter-spacing: -0.025em; transition: color 180ms ease;
}
.contact-directory svg { flex: 0 0 auto; width: 22px; height: 22px; fill: none; stroke: var(--accent); stroke-width: 1.4; transition: transform 180ms ease; }
.contact-directory > a:hover strong, .contact-directory > a:focus-visible strong { color: var(--accent); }
.contact-directory > a:hover svg, .contact-directory > a:focus-visible svg { transform: translate(3px, -3px); }

/* Project drawer and lightbox */
.modal, .lightbox { position: fixed; z-index: 500; inset: 0; display: none; }
.modal.is-open, .lightbox.is-open { display: block; }
.modal { pointer-events: none; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(24, 20, 16, 0.82); backdrop-filter: blur(8px); }
.modal-panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(390px, calc(100% - 1.5rem)); pointer-events: auto;
  overflow-y: auto; border-left: 1px solid var(--line-strong);
  background: var(--surface); box-shadow: -24px 0 70px rgba(60, 46, 34, 0.24);
  animation: drawer-in 180ms ease-out both;
}
@keyframes drawer-in { from { transform: translateX(100%); } to { transform: none; } }
.modal-toolbar {
  position: sticky; z-index: 5; top: 0; display: flex; align-items: center; justify-content: space-between;
  min-height: 48px; border-bottom: 1px solid var(--line); padding: 0.4rem 0.75rem;
  background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(10px);
  font-family: var(--body); font-size: 0.73rem; letter-spacing: 0.01em;
}
.modal-close {
  display: inline-flex; align-items: center; gap: 0.4rem; min-height: 34px;
  border: 1px solid var(--line-strong); padding: 0.25rem 0.55rem;
  background: transparent; color: var(--text); cursor: pointer;
  font-family: var(--body); font-size: 0.73rem;
}
.modal-header { padding: 1.1rem 1rem 0.85rem; }
.modal-header h2 { max-width: 20ch; font-family: var(--display); font-size: 1.65rem; font-weight: 500; line-height: 1.05; letter-spacing: -0.045em; }
.modal-header > p, .modal-meta { margin-top: 0.42rem; color: var(--soft); }
.modal-header > p { font-size: 0.72rem; line-height: 1.35; }
.modal-meta { display: flex; flex-wrap: wrap; gap: 0.3rem 0.8rem; font-family: var(--body); font-size: 0.69rem; }
.status { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--text); }
.status i { width: 5px; height: 5px; border-radius: 50%; background: var(--text); }
.modal-media { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding: 1px 0; background: var(--line); }
.modal-media figure { position: relative; min-width: 0; background: var(--bg); }
.modal-media .plain-media-button, .modal-media video { width: 100%; aspect-ratio: 1; }
.modal-media img, .modal-media video { width: 100%; height: 100%; object-fit: contain; background: var(--surface); }
.modal-media figcaption { display: none; }
.modal-body { padding: 1rem; }
.modal-summary { max-width: 52ch; color: var(--soft); font-size: 0.76rem; line-height: 1.45; }
.modal-prose { display: grid; gap: 0.65rem; max-width: 72ch; margin-top: 1rem; }
.modal-prose p, .detail-list li, .updates p { color: var(--soft); }
.modal-section { margin-top: 1.15rem; }
.modal-section > h3 { margin-bottom: 0.45rem; color: var(--text); font-family: var(--body); font-size: 0.73rem; font-weight: 400; letter-spacing: 0.01em; }
.updates { border-top: 1px solid var(--line); }
.updates article { display: grid; grid-template-columns: 7rem 1fr; gap: 1.2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.updates time { color: var(--quiet); font-family: var(--mono); font-size: 0.73rem; }
.updates p { margin-top: 0.4rem; font-size: 0.85rem; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.spec-grid > div { min-height: 58px; padding: 0.55rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spec-grid dt { color: var(--quiet); font-family: var(--mono); font-size: 0.73rem; }
.spec-grid dd { margin-top: 0.18rem; color: var(--text); font-family: var(--display); font-size: 0.72rem; line-height: 1.25; }
.detail-list { display: grid; gap: 0.35rem; margin-top: 0; list-style: none; }
.detail-list li { position: relative; padding-left: 0.8rem; font-size: 0.7rem; line-height: 1.4; }
.detail-list li::before { content: "•"; position: absolute; left: 0; color: var(--text); }
.tag-list { display: flex; flex-wrap: wrap; gap: 0.3rem; margin-top: 1rem; }
.tag-list span { border: 1px solid var(--line); padding: 0.25rem 0.48rem; color: var(--soft); font-family: var(--body); font-size: 0.73rem; }
.modal-links { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1rem; }
.modal-links a { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--text); font-family: var(--body); font-size: 0.68rem; }
.lightbox-panel { position: absolute; top: 50%; left: 50%; width: min(1120px, calc(100% - 2rem)); max-height: 92vh; transform: translate(-50%, -50%); }
.lightbox-panel > button {
  position: absolute; z-index: 2; top: 0.75rem; right: 0.75rem; min-height: 44px;
  border: 1px solid var(--line-strong); padding: 0.45rem 0.75rem;
  background: var(--scrim); color: var(--on-media); cursor: pointer;
  font-family: var(--body); font-size: 0.73rem;
}
.lightbox-panel > img { width: 100%; max-height: 84vh; object-fit: contain; }
.lightbox-panel figcaption { color: var(--on-media); text-align: left; }

/* Essays */
.essays-shell { padding-top: clamp(1.6rem, 3vw, 2.6rem); padding-bottom: var(--section); }
.essays-empty { max-width: 46ch; color: var(--soft); font-family: var(--display); font-size: clamp(1.05rem, 1.6vw, 1.32rem); line-height: 1.45; }
.post-list { border-top: 1px solid var(--line-strong); }
.post-item {
  display: grid; grid-template-columns: 11rem minmax(0, 1fr); gap: 0.4rem 2rem;
  border-bottom: 1px solid var(--line); padding: 1.35rem 0;
}
.post-item-meta { color: var(--quiet); font-family: var(--mono); font-size: 0.73rem; line-height: 1.5; }
.post-item-copy { min-width: 0; }
.post-item h2 {
  max-width: 34ch; font-family: var(--display); font-size: clamp(1.35rem, 2.1vw, 1.75rem);
  font-weight: 500; line-height: 1.18; letter-spacing: -0.022em;
}
.post-item h2 a { transition: color 180ms ease; }
.post-item h2 a:hover, .post-item h2 a:focus-visible { color: var(--accent); }
.post-item-copy > p { max-width: 62ch; margin-top: 0.35rem; color: var(--soft); font-size: 0.9rem; line-height: 1.55; }
.post-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-top: 0.7rem; list-style: none; }
.post-tags li { border: 1px solid var(--line); padding: 0.24rem 0.5rem; color: var(--quiet); font-size: 0.69rem; line-height: 1.35; }

/* Reading view — one narrow measure, serif body, generous leading. */
.post { padding-top: clamp(1.4rem, 3vw, 2.4rem); padding-bottom: var(--section); }
.post-back { margin-bottom: clamp(1.6rem, 3vw, 2.4rem); }
.post-header { max-width: 34rem; }
.post-meta { color: var(--quiet); font-family: var(--mono); font-size: 0.73rem; }
.post-header h1 {
  margin-top: 0.5rem; font-family: var(--display); font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  font-weight: 400; line-height: 1.06; letter-spacing: -0.028em; text-wrap: balance;
}
.post-dek { margin-top: 0.75rem; color: var(--soft); font-family: var(--display); font-size: clamp(1.05rem, 1.5vw, 1.25rem); font-style: italic; line-height: 1.4; }
.post-lead { margin-top: clamp(1.6rem, 3vw, 2.4rem); }
.post-lead img { width: 100%; max-height: 32rem; object-fit: cover; }
.post-lead.fit-contain img { object-fit: contain; }
.post-body { max-width: 34rem; margin-top: clamp(1.8rem, 3.5vw, 2.6rem); }
.post-body > * + * { margin-top: 1.15rem; }
.post-body p { font-family: var(--display); font-size: 1.14rem; line-height: 1.66; }
.post-body h2 {
  margin-top: 2.2rem; font-family: var(--display); font-size: 1.42rem;
  font-weight: 500; line-height: 1.25; letter-spacing: -0.018em;
}
.post-body ul { padding-left: 1.1rem; }
.post-body li { font-family: var(--display); font-size: 1.1rem; line-height: 1.6; }
.post-body li + li { margin-top: 0.4rem; }
.post-body blockquote {
  margin-top: 1.6rem; border-left: 2px solid var(--accent); padding-left: 1.1rem;
}
.post-body blockquote p { color: var(--soft); font-style: italic; }
.post-figure { margin-top: 1.8rem; }
.post-figure img { width: 100%; }
.post-figure figcaption { margin-top: 0.5rem; color: var(--quiet); font-family: var(--body); font-size: 0.73rem; line-height: 1.45; }
.post-tags-end { max-width: 34rem; margin-top: clamp(2rem, 4vw, 3rem); border-top: 1px solid var(--line); padding-top: 1.1rem; }

/* Not found */
.not-found { display: grid; gap: 1.1rem; max-width: 46ch; padding-top: clamp(5rem, 12vw, 9rem); padding-bottom: clamp(5rem, 12vw, 9rem); }
.not-found h1 { font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; letter-spacing: -0.04em; line-height: 1.08; }
.not-found .inline-actions { margin-top: 0.4rem; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); }
.footer-grid { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-name { font-family: var(--display); font-weight: 600; }
.footer-email { color: var(--soft); font-family: var(--mono); font-size: 0.65rem; }
.reveal { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header, .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute; inset: 72px 0 auto; display: grid; gap: 0; padding: 0 var(--pad) 1rem;
    border-bottom: 1px solid var(--line); background: var(--bg);
    transform: translateY(-120%); visibility: hidden; opacity: 0;
  }
  .site-nav.is-open { transform: none; visibility: visible; opacity: 1; }
  .site-nav > a { padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 0.86rem; }
  .site-nav > a::after, .site-nav .social-icon { display: none; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-media .plain-media-button, .page-hero-media > video { aspect-ratio: 2 / 1; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem 1.5rem; }
  .award-item { grid-template-columns: 6rem minmax(0, 1fr) minmax(9.5rem, 0.34fr); gap: 1.2rem; }
}

@media (max-width: 700px) {
  .modal-panel { width: min(390px, calc(100% - 1rem)); }
  .project-grid { grid-template-columns: 1fr; }
  .award-item { grid-template-columns: 5.4rem minmax(0, 1fr) auto; }
  .modal-media { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .spec-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .page-hero-copy h1, .simple-page-header h1, .contact-copy h1 { font-size: 3rem; }
  .simple-page-header.compact { padding-top: 1.4rem; padding-bottom: 1.15rem; }
  .simple-page-header.compact h1 { font-size: 2.65rem; }
  .carousel-controls, .carousel-slide figcaption { opacity: 1; }
  .page-hero-media .plain-media-button, .page-hero-media > video { aspect-ratio: 1.65 / 1; }
  .filters { flex-wrap: nowrap; width: calc(100vw - (var(--pad) * 2)); overflow-x: auto; padding-bottom: 0.4rem; }
  .filter { flex: 0 0 auto; }
  .project-card > header { min-height: 0; padding-bottom: 0.7rem; }
  .award-item { grid-template-columns: 1fr; gap: 0.45rem; }
  .award-result { text-align: left; }
  .modal-panel { top: 0.5rem; bottom: 0.5rem; width: calc(100% - 1rem); }
  .modal-media { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .updates article { grid-template-columns: 1fr; gap: 0.4rem; }
  .footer-grid { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 2rem; }
}

/* Responsive refinements for the homepage stage and unified content layouts */
@media (max-width: 900px) {
  .home-stage {
    grid-template-columns: 1fr; gap: 2rem;
    padding: clamp(2.4rem, 6vw, 4rem) var(--pad) clamp(1.8rem, 4vw, 2.6rem);
  }
  .home-stage-copy h1 { font-size: clamp(3rem, 10vw, 5.2rem); }
  .home-anchor-photo .home-photo-tile { aspect-ratio: 5 / 4; }
  .home-photo-frame { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-photo-frame .home-photo-tile:nth-child(6n+1) { grid-column: span 4; aspect-ratio: 16 / 9; }
  .home-photo-frame .home-photo-tile:nth-child(6n+2),
  .home-photo-frame .home-photo-tile:nth-child(6n+3),
  .home-photo-frame .home-photo-tile:nth-child(6n+4),
  .home-photo-frame .home-photo-tile:nth-child(6n+5) { grid-column: span 2; aspect-ratio: 3 / 2; }
  .home-photo-frame .home-photo-tile:nth-child(6n+6) { grid-column: span 4; aspect-ratio: 2 / 1; }
  .experience-row { grid-template-columns: 52px minmax(160px, 0.65fr) minmax(230px, 1.2fr) auto; gap: 0.9rem; }
  .experience-logo { width: 52px; }
  .experience-related-inner { padding-left: 67px; }
  .related-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .community-groups { gap: 3rem 2.5rem; }
  .involvement-entry { grid-template-columns: 112px minmax(0, 1fr) minmax(84px, auto); gap: 0.9rem 1.2rem; }
  .involvement-media { width: 112px; }
  .contact-page { grid-template-columns: minmax(220px, 0.7fr) minmax(360px, 1.3fr); }
}

@media (max-width: 700px) {
  .experience-item { display: block; gap: 0; min-height: 0; padding: 0; }
  .experience-row { grid-template-columns: 52px minmax(0, 1fr) auto; gap: 0.8rem 1rem; align-items: start; padding: 1rem 0; }
  .experience-logo { grid-column: 1; grid-row: 1; }
  .experience-primary { grid-column: 2; grid-row: 1; align-self: center; }
  .experience-meta { grid-column: 3; grid-row: 1; }
  .experience-description { grid-column: 2 / -1; grid-row: 2; }
  .experience-related-inner { padding: 1.1rem 0 1.3rem; }
  .related-project-grid { grid-template-columns: 1fr; }
  .related-project-card > button { grid-template-columns: 112px minmax(0, 1fr) auto; }
  .related-project-media { width: 112px; }
  .community-groups { grid-template-columns: 1fr; gap: 2.8rem; }
  .post-item { grid-template-columns: 1fr; gap: 0.3rem; }
  .post-item-meta { order: -1; }
  .involvement-entry { grid-template-columns: 96px minmax(0, 1fr); gap: 0.8rem 1rem; }
  .involvement-media { width: 96px; }
  .involvement-entry > time { grid-column: 1 / -1; text-align: left; }
  .contact-page { grid-template-columns: 1fr; gap: 3.5rem; }
}

@media (max-width: 520px) {
  .home-stage { padding-top: 2.2rem; }
  .home-stage-copy h1 { font-size: 3.1rem; }
  .home-photo-frame { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.7rem; }
  .home-photo-frame .home-photo-tile:nth-child(6n+1),
  .home-photo-frame .home-photo-tile:nth-child(6n+6) { grid-column: span 2; aspect-ratio: 16 / 9; }
  .home-photo-frame .home-photo-tile:nth-child(6n+2),
  .home-photo-frame .home-photo-tile:nth-child(6n+3),
  .home-photo-frame .home-photo-tile:nth-child(6n+4),
  .home-photo-frame .home-photo-tile:nth-child(6n+5) { grid-column: span 1; aspect-ratio: 1; }
  .stats-row li { grid-template-columns: 6.2rem minmax(0, 1fr); gap: 0.15rem 0.9rem; }
  .creed-list > div { grid-template-columns: 1fr; gap: 0.3rem; }
  .experience-row { grid-template-columns: 46px minmax(0, 1fr); gap: 0.75rem 0.85rem; }
  .experience-logo { width: 46px; }
  .experience-primary { grid-column: 2; grid-row: 1; }
  .experience-description { grid-column: 1 / -1; grid-row: 2; }
  .experience-meta { grid-column: 1 / -1; grid-row: 3; display: flex; align-items: center; justify-content: space-between; }
  .related-project-card > button { grid-template-columns: 88px minmax(0, 1fr) auto; min-height: 78px; }
  .related-project-media { width: 88px; height: 78px; }
  .filter-hint { flex-basis: 100%; }
  .community-item.has-media { grid-template-columns: 64px minmax(0, 1fr) auto; }
  .community-thumb { width: 64px; height: 46px; }
  .contact-directory > a { min-height: 90px; }
  .contact-directory strong { font-size: 1.05rem; }
}

@media (hover: none) {
  .carousel-controls, .carousel-slide figcaption { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .is-ready .home-photo-group.reveal .home-photo-tile { opacity: 1; filter: none; transform: none; animation: none; }
}
