:root {
  --sate-paper: #eee8dc;
  --sate-paper-deep: #d8cdbb;
  --sate-ink: #17120f;
  --sate-ink-soft: #4e4640;
  --sate-rule: #b9aa97;
  --sate-oxblood: #7c1e2b;
  --sate-blue: #1743bc;
  --sate-night: #151313;
  --sate-night-soft: #24201e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--sate-paper);
  color: var(--sate-ink);
  margin: 0;
  text-rendering: optimizeLegibility;
}
body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; }
::selection { background: var(--sate-blue); color: white; }
a { color: inherit; text-decoration: none; }
img { display: block; height: auto; max-width: 100%; }
.site-shell { margin: 0 auto; max-width: 1440px; overflow: hidden; }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: white;
  clip: auto !important;
  clip-path: none;
  color: var(--sate-ink);
  display: block;
  height: auto;
  left: 1rem;
  padding: .75rem 1rem;
  top: 1rem;
  width: auto;
  z-index: 100000;
}

.site-header {
  align-items: center;
  border-bottom: 1px solid var(--sate-rule);
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 4.2vw;
}
.identity {
  align-items: center;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 700;
  gap: .7rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.identity-mark { height: 38px; object-fit: contain; width: 32px; }
.primary-navigation .menu {
  display: flex;
  font-size: .72rem;
  font-weight: 700;
  gap: clamp(1rem, 2.7vw, 2.7rem);
  letter-spacing: .1em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.primary-navigation a, .text-link, .subject-index a { transition: color 180ms ease; }
.primary-navigation a:hover, .primary-navigation a:focus-visible, .text-link:hover, .text-link:focus-visible, .subject-index a:hover { color: var(--sate-oxblood); }

.opening {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  min-height: min(780px, calc(100vh - 76px));
  overflow: hidden;
  position: relative;
}
.opening-copy {
  align-self: center;
  padding: clamp(5rem, 10vw, 10rem) 5vw clamp(5rem, 8vw, 8rem) 7vw;
  position: relative;
  z-index: 2;
}
.eyebrow, .section-kicker, .entry-meta, .project-status, .project-detail, .opening-image figcaption {
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow { color: var(--sate-oxblood); margin: 0 0 2.4rem; }
.opening h1, .section-heading h2, .about h2, .archive-header h1, .single-header h1 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 400;
}
.opening h1 {
  font-size: clamp(4rem, 8.5vw, 9.4rem);
  letter-spacing: -.072em;
  line-height: .69;
  margin: 0;
  position: relative;
  width: max-content;
  z-index: 2;
}
.opening h1 span { display: block; white-space: nowrap; }
.opening h1 .title-turn {
  color: var(--sate-blue);
  font-size: .29em;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.1;
  margin: .34em 0 .18em 3.8em;
  text-transform: lowercase;
}
.opening-statement {
  color: var(--sate-ink-soft);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  line-height: 1.38;
  margin: 3.5rem 0 2rem;
  max-width: 31rem;
}
.text-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  font-size: .74rem;
  font-weight: 700;
  gap: 1.6rem;
  letter-spacing: .1em;
  padding-bottom: .35rem;
  text-transform: uppercase;
}
.opening-image { align-self: stretch; margin: 0; min-height: 600px; overflow: hidden; position: relative; }
.opening-image::after { background: linear-gradient(90deg, rgba(21,15,12,.24), transparent 35%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.opening-image img { height: 100%; object-fit: cover; object-position: 51% center; width: 100%; }
.opening-image figcaption { background: var(--sate-paper); bottom: 0; left: 0; padding: .85rem 1rem; position: absolute; z-index: 2; }
.opening-image figcaption span { color: var(--sate-oxblood); margin-left: 1rem; }
.opening-field { bottom: 7%; left: -15%; pointer-events: none; position: absolute; top: 7%; width: 66%; z-index: 1; }
.opening-field i { border: 1px solid rgba(124,30,43,.17); border-radius: 50%; inset: 0; position: absolute; transform: rotate(-6deg); }
.opening-field i:nth-child(2) { inset: 11%; }
.opening-field i:nth-child(3) { border-color: rgba(23,67,188,.13); inset: 22%; }
.opening-field i:nth-child(4) { inset: 33%; }
.opening-field i:nth-child(5) { border-color: rgba(124,30,43,.28); inset: 44%; }
.opening-field::after { background: var(--sate-oxblood); border-radius: 50%; content: ""; height: 5px; left: 50%; opacity: .65; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 5px; }

.now-strip {
  align-items: center;
  background: var(--sate-oxblood);
  color: #fff9ed;
  display: grid;
  grid-template-columns: 8rem 1fr;
  min-height: 74px;
  padding: 0 4.2vw;
}
.now-strip h2 { border-right: 1px solid rgba(255,255,255,.3); font-family: Georgia, serif; font-size: 1.15rem; font-style: italic; font-weight: 400; margin: 0; padding: 1.45rem 1rem 1.45rem 0; }
.now-strip ul { align-items: center; display: flex; flex-wrap: wrap; gap: .55rem 2rem; list-style: none; margin: 0; padding: 1.2rem 1.5rem; }
.now-strip li { font-family: Georgia, serif; font-size: .95rem; }
.now-strip li span { color: #e1b6ba; font-family: Arial, sans-serif; font-size: .62rem; font-weight: 700; letter-spacing: .12em; margin-right: .35rem; text-transform: uppercase; }

.section-shell { padding: clamp(6rem, 10vw, 10rem) 7vw; }
.section-heading { align-items: end; display: grid; gap: 4rem; grid-template-columns: minmax(0,1.6fr) minmax(240px,.7fr); margin-bottom: 5rem; }
.section-kicker { color: var(--sate-oxblood); margin: 0 0 1.25rem; }
.section-heading h2 { font-size: clamp(3.4rem, 7vw, 7rem); letter-spacing: -.055em; line-height: .9; margin: 0; }
.section-heading > p { color: var(--sate-ink-soft); font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.55; margin: 0; }
.compact-heading { margin-bottom: 4rem; }
.featured-entry { border-bottom: 1px solid var(--sate-rule); border-top: 1px solid var(--sate-rule); display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); }
.featured-visual { border-right: 1px solid var(--sate-rule); padding: 1.5rem 1.5rem 1.5rem 0; }
.featured-visual img { aspect-ratio: 16/8.3; filter: saturate(.86) contrast(1.03); object-fit: cover; width: 100%; }
.featured-visual > span { display: block; font-size: .62rem; font-weight: 700; letter-spacing: .13em; margin-top: .75rem; text-transform: uppercase; }
.entry-copy { align-self: center; padding: 2.5rem 0 2.5rem 3rem; }
.entry-meta { color: var(--sate-oxblood); margin: 0 0 1.4rem; }
.entry-meta span { color: var(--sate-rule); margin: 0 .4rem; }
.entry-copy h3, .flow-entry h3, .project h3, .archive-entry h2 { font-family: Georgia, serif; font-weight: 400; }
.entry-copy h3 { font-size: clamp(2rem,3.4vw,3.35rem); letter-spacing: -.035em; line-height: 1; margin: 0 0 1.5rem; }
.entry-copy > p:not(.entry-meta) { color: var(--sate-ink-soft); font-family: Georgia, serif; font-size: 1rem; line-height: 1.55; margin: 0 0 2rem; }
.entry-list { margin-top: 4rem; }
.flow-entry { align-items: start; border-top: 1px solid var(--sate-rule); display: grid; gap: 2rem; grid-template-columns: minmax(260px,1fr) minmax(260px,.8fr) 1.5rem; padding: 2.2rem 0 2.6rem; }
.flow-entry:last-child { border-bottom: 1px solid var(--sate-rule); }
.flow-entry h3 { font-size: clamp(1.55rem,2.5vw,2.5rem); letter-spacing: -.035em; line-height: 1.02; margin: 0; }
.entry-excerpt { color: var(--sate-ink-soft); font-family: Georgia, serif; line-height: 1.55; margin: 1.65rem 0 0; }
.entry-arrow { color: var(--sate-blue); font-size: 1.2rem; padding-top: 1.4rem; }
.section-end { display: flex; justify-content: flex-end; padding-top: 2.5rem; }

.projects { background: var(--sate-night); color: #f4eee4; }
.projects-inner { padding: clamp(6rem,10vw,10rem) 7vw; }
.section-heading.inverse .section-kicker { color: #da5b69; }
.section-heading.inverse > p { color: #bfb4aa; }
.project { align-items: start; border-top: 1px solid #49413d; display: grid; gap: 2rem; grid-template-columns: minmax(220px,.75fr) minmax(280px,1fr) minmax(160px,.45fr) 1.5rem; padding: 2.4rem 0 3rem; transition: background-color 180ms ease, padding 180ms ease; }
.project:last-child { border-bottom: 1px solid #49413d; }
.project:hover { background: var(--sate-night-soft); padding-left: 1rem; padding-right: 1rem; }
.project-status { color: #da5b69; margin: 0 0 .9rem; }
.project h3 { font-size: clamp(1.7rem,3vw,3rem); letter-spacing: -.04em; margin: 0; }
.project-description { color: #d7cec5; font-family: Georgia, serif; line-height: 1.55; margin: 0; }
.project-detail { color: #8e827a; line-height: 1.6; margin: .25rem 0 0; }
.project-arrow { color: #da5b69; font-size: 1.1rem; }
.light-project-list .project { border-color: var(--sate-rule); color: var(--sate-ink); }
.light-project-list .project-description { color: var(--sate-ink-soft); }
.light-project-list .project-detail { color: #746c63; }
.light-project-list .project:hover { background: var(--sate-paper-deep); }

.index-section { padding-bottom: 11rem; }
.subject-index { border-top: 1px solid var(--sate-rule); list-style: none; margin: 0; padding: 0; }
.subject-index li { align-items: center; border-bottom: 1px solid var(--sate-rule); display: grid; grid-template-columns: 1fr 2rem; }
.subject-index a { font-family: Georgia, serif; font-size: clamp(1.35rem,2.4vw,2.5rem); letter-spacing: -.025em; padding: 1.2rem 0 1.35rem; }
.subject-index li > span { color: var(--sate-blue); font-size: 1.05rem; text-align: right; }
.about { background: var(--sate-blue); color: white; display: grid; gap: 4rem; grid-template-columns: minmax(100px,.3fr) minmax(0,1fr); padding: clamp(5rem,10vw,10rem) 7vw; }
.about > .section-kicker { color: #b9c8ff; }
.about h2 { font-size: clamp(3.2rem,7vw,7.5rem); letter-spacing: -.06em; line-height: .92; margin: 0 0 3rem; max-width: 900px; }
.about div p { color: #dbe3ff; font-family: Georgia, serif; font-size: clamp(1.05rem,1.6vw,1.35rem); line-height: 1.55; margin: 0; max-width: 760px; }
.site-footer { align-items: end; background: var(--sate-paper-deep); display: grid; font-size: .62rem; font-weight: 700; gap: 2rem; grid-template-columns: 1fr auto auto; letter-spacing: .12em; padding: 3rem 4.2vw; text-transform: uppercase; }
.footer-mark { align-items: center; border: 1px solid var(--sate-ink); display: inline-flex; font-family: Georgia, serif; font-size: 1rem; height: 2.2rem; justify-content: center; letter-spacing: -.1em; width: 2.2rem; }
.site-footer p { margin: 0; }

/* Flow archive. */
.archive-main { min-height: 70vh; }
.archive-header { border-bottom: 1px solid var(--sate-rule); margin-bottom: 4rem; padding-bottom: 3rem; }
.archive-header h1 { font-size: clamp(4rem,9vw,9rem); letter-spacing: -.065em; line-height: .84; margin: 0; }
.archive-header > p, .archive-description { color: var(--sate-ink-soft); font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.55; margin: 2rem 0 0; max-width: 42rem; }
.archive-entry { border-bottom: 1px solid var(--sate-rule); display: grid; gap: clamp(2rem,5vw,5rem); grid-template-columns: minmax(240px,.6fr) minmax(0,1fr); padding: 2rem 0; }
.archive-entry-image { background: var(--sate-paper-deep); min-height: 230px; overflow: hidden; }
.archive-entry-image img { height: 100%; object-fit: cover; transition: transform 500ms ease; width: 100%; }
.archive-entry:hover .archive-entry-image img { transform: scale(1.02); }
.archive-image-fallback { align-items: center; color: rgba(124,30,43,.22); display: flex; font-family: Georgia, serif; font-size: clamp(4rem,8vw,8rem); height: 100%; justify-content: center; letter-spacing: -.1em; min-height: 230px; }
.archive-entry-copy { align-self: center; padding: 1rem 0; }
.archive-entry h2 { font-size: clamp(2rem,4vw,4rem); letter-spacing: -.045em; line-height: .98; margin: 0 0 1.4rem; }
.archive-entry-copy > p:not(.entry-meta) { color: var(--sate-ink-soft); font-family: Georgia, serif; line-height: 1.55; margin: 0 0 1.6rem; max-width: 38rem; }
.navigation.pagination { margin-top: 4rem; }
.nav-links { align-items: center; display: flex; gap: .5rem; }
.page-numbers { align-items: center; border: 1px solid var(--sate-rule); display: inline-flex; height: 2.5rem; justify-content: center; min-width: 2.5rem; padding: 0 .7rem; }
.page-numbers.current, .page-numbers:hover { background: var(--sate-oxblood); border-color: var(--sate-oxblood); color: white; }

/* Single posts and pages. */
.single-main { padding: clamp(5rem,10vw,10rem) 0 clamp(7rem,12vw,12rem); }
.single-header { margin: 0 auto clamp(4rem,8vw,7rem); max-width: 1040px; padding: 0 clamp(1.25rem,4vw,4rem); }
.single-header h1 { font-size: clamp(3.4rem,8vw,8.5rem); letter-spacing: -.065em; line-height: .9; margin: 0; }
.single-deck { color: var(--sate-ink-soft); font-family: Georgia, serif; font-size: clamp(1.15rem,2vw,1.65rem); line-height: 1.5; margin: 2.5rem 0 0; max-width: 46rem; }
.single-featured { margin: 0 auto clamp(4rem,8vw,7rem); max-width: 1240px; padding: 0 1.25rem; }
.single-featured img { width: 100%; }
.entry-content { font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif; font-size: clamp(1.08rem,1.35vw,1.22rem); line-height: 1.72; }
.entry-content > * { margin-left: auto; margin-right: auto; max-width: 760px; }
.entry-content > .alignwide { max-width: 1120px; }
.entry-content > .alignfull { max-width: 100%; width: 100%; }
.entry-content p { margin-bottom: 1.5em; margin-top: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { font-weight: 400; letter-spacing: -.035em; line-height: 1.12; margin-bottom: .7em; margin-top: 1.8em; }
.entry-content h2 { font-size: clamp(2rem,4vw,3.8rem); }
.entry-content h3 { font-size: clamp(1.55rem,3vw,2.7rem); }
.entry-content a { color: var(--sate-oxblood); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .18em; }
.entry-content blockquote { border-left: 2px solid var(--sate-oxblood); color: var(--sate-ink-soft); font-size: 1.18em; margin-bottom: 2em; margin-top: 2em; padding-left: 1.5rem; }
.entry-content figure { margin-bottom: 2.5rem; margin-top: 2.5rem; }
.entry-content figcaption { color: #6c645b; font-family: Arial, sans-serif; font-size: .68rem; font-weight: 700; letter-spacing: .08em; margin-top: .7rem; text-transform: uppercase; }
.entry-content iframe, .entry-content video { max-width: 100%; }
.entry-content .wp-block-embed__wrapper { overflow: hidden; }
.entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper { aspect-ratio: 16/9; }
.entry-content .wp-block-embed.is-type-video iframe { height: 100%; width: 100%; }
.entry-content pre { background: var(--sate-night); color: #f4eee4; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .85rem; overflow-x: auto; padding: 1.4rem; }
.entry-content table { border-collapse: collapse; width: 100%; }
.entry-content th, .entry-content td { border: 1px solid var(--sate-rule); padding: .7rem; text-align: left; }
.entry-content hr { border: 0; border-top: 1px solid var(--sate-rule); margin-bottom: 3rem; margin-top: 3rem; }
.single-footer { border-top: 1px solid var(--sate-rule); font-size: .65rem; font-weight: 700; letter-spacing: .1em; margin: 5rem auto 0; max-width: 760px; padding-top: 1.5rem; text-transform: uppercase; }
.single-taxonomy { display: flex; flex-wrap: wrap; gap: 1rem 2rem; }
.post-navigation { border-bottom: 1px solid var(--sate-rule); border-top: 1px solid var(--sate-rule); display: grid; gap: 4rem; grid-template-columns: 1fr 1fr; margin: 6rem auto 0; max-width: 1120px; padding: 2rem 0; }
.post-navigation > div:last-child { text-align: right; }
.post-navigation span { color: var(--sate-oxblood); display: block; font-size: .6rem; font-weight: 700; letter-spacing: .12em; margin-bottom: .5rem; text-transform: uppercase; }
.post-navigation a { font-family: Georgia, serif; font-size: 1.2rem; }
.page-header { margin-bottom: 4rem; }
.live-dot { background: var(--sate-oxblood); border-radius: 50%; display: inline-block; height: 6px; margin-right: .6rem; width: 6px; }
.project-single .single-header .text-link { margin-top: 2rem; }

.search-form { display: flex; margin-top: 2rem; max-width: 42rem; }
.search-form label { flex: 1; }
.search-field { background: transparent; border: 1px solid var(--sate-rule); border-right: 0; color: var(--sate-ink); font-family: Georgia, serif; font-size: 1rem; height: 3.2rem; padding: 0 1rem; width: 100%; }
.search-form button { background: var(--sate-oxblood); border: 1px solid var(--sate-oxblood); color: white; cursor: pointer; font-size: .63rem; font-weight: 700; letter-spacing: .12em; padding: 0 1.4rem; text-transform: uppercase; }
.not-found { min-height: 72vh; padding: clamp(6rem,12vw,13rem) 7vw; }
.not-found h1 { font-family: Georgia, serif; font-size: clamp(3.5rem,9vw,9rem); font-weight: 400; letter-spacing: -.065em; line-height: .88; margin: 0 0 2rem; max-width: 960px; }
.not-found > p:not(.section-kicker) { color: var(--sate-ink-soft); font-family: Georgia, serif; font-size: 1.1rem; }
.not-found-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 2rem 4rem; margin-top: 3rem; }
.not-found-actions .search-form { flex: 1; margin: 0; min-width: 280px; }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; gap: 1.5rem; padding-bottom: 1rem; padding-top: 1rem; }
  .primary-navigation .menu { flex-wrap: wrap; justify-content: flex-end; }
  .opening { grid-template-columns: 1fr; }
  .opening-copy { min-height: 550px; padding: 6rem 7vw 4rem; }
  .opening h1 { font-size: clamp(4.2rem,16vw,8rem); }
  .opening-image { min-height: 55vw; }
  .opening-field { bottom: auto; height: 500px; left: -25%; top: 4rem; width: 92%; }
  .now-strip { grid-template-columns: 6rem 1fr; }
  .now-strip ul { display: grid; grid-template-columns: 1fr 1fr; }
  .featured-entry, .section-heading { grid-template-columns: 1fr; }
  .featured-visual { border-right: 0; padding-right: 0; }
  .entry-copy { padding: 2.5rem 0; }
  .flow-entry { grid-template-columns: 1fr 1.5rem; }
  .entry-excerpt { grid-column: 1; margin-top: 0; }
  .entry-arrow { grid-column: 2; grid-row: 1; }
  .project { grid-template-columns: minmax(190px,.75fr) 1fr 1.5rem; }
  .project-detail { grid-column: 1/4; }
  .site-footer { align-items: start; grid-template-columns: 1fr 1fr; }
  .site-footer p:last-child { grid-column: 1/3; }
}

@media (max-width: 620px) {
  .site-header { align-items: center; min-height: 64px; padding: 1rem; }
  .identity > span:last-child { display: none; }
  .primary-navigation .menu { font-size: .62rem; gap: .75rem; }
  .opening-copy { min-height: 510px; padding: 5rem 1.25rem 3.5rem; }
  .opening h1 { font-size: clamp(3.9rem,21vw,6.5rem); line-height: .73; }
  .opening h1 .title-turn { margin-left: 2.8em; }
  .opening-statement { font-size: 1.08rem; margin-top: 2.8rem; }
  .opening-image { min-height: 74vw; }
  .opening-image figcaption { font-size: .52rem; }
  .now-strip { display: block; padding: 1.4rem 1.25rem 1.6rem; }
  .now-strip h2 { border: 0; display: inline-flex; padding: 0; }
  .now-strip ul { grid-template-columns: 1fr; padding: 1.2rem 0 0; }
  .section-shell, .projects-inner { padding-left: 1.25rem; padding-right: 1.25rem; }
  .section-heading { gap: 1.7rem; margin-bottom: 3rem; }
  .section-heading h2 { font-size: clamp(3.4rem,19vw,5.8rem); }
  .featured-entry { display: block; }
  .flow-entry { gap: 1rem; grid-template-columns: 1fr 1rem; padding: 1.7rem 0 2rem; }
  .flow-entry h3 { font-size: 1.65rem; }
  .entry-excerpt { font-size: .94rem; }
  .project { gap: 1rem; grid-template-columns: 1fr 1rem; padding: 2rem 0 2.4rem; }
  .project-description, .project-detail { grid-column: 1/3; }
  .subject-index li { grid-template-columns: 1fr 1.2rem; }
  .subject-index a { font-size: 1.25rem; }
  .about { display: block; padding-left: 1.25rem; padding-right: 1.25rem; }
  .about > .section-kicker { margin-bottom: 2rem; }
  .about h2 { font-size: clamp(3.2rem,16vw,5.2rem); }
  .site-footer { display: flex; flex-direction: column; padding: 2.5rem 1.25rem; }
  .footer-identity > span:last-child { display: inline; }
  .archive-entry { display: block; }
  .archive-entry-image { display: block; margin-bottom: 1.5rem; min-height: 210px; }
  .single-main { padding-top: 4rem; }
  .single-header h1 { font-size: clamp(3.2rem,15vw,5.5rem); }
  .entry-content { padding: 0 1.25rem; }
  .entry-content > .alignwide, .entry-content > .alignfull { margin-left: -1.25rem; max-width: calc(100% + 2.5rem); width: calc(100% + 2.5rem); }
  .single-footer, .post-navigation { margin-left: 1.25rem; margin-right: 1.25rem; }
  .post-navigation { gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

