:root {
  --paper: #ffffff;
  --ink: #241c14;
  --ink-soft: rgba(36, 28, 20, 0.68);
  --ink-faint: rgba(36, 28, 20, 0.42);
  --rule: rgba(36, 28, 20, 0.16);
  --accent: #8f3b28;
  --lilac: #e8dff3;
  --pad: clamp(1.25rem, 3vw, 2.5rem);
  --type: "Literata", Georgia, "Palatino Linotype", Palatino, "Times New Roman", serif;
  --image-shadow: 0 8px 22px rgba(36, 28, 20, 0.09), 0 1.5px 4px rgba(36, 28, 20, 0.05);
}

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

html {
  hanging-punctuation: first last;
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--type);
  font-optical-sizing: auto;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
video.work-thumb,
iframe.work-thumb {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 1.25rem;
  box-shadow: var(--image-shadow);
}

a {
  color: inherit;
  text-decoration-color: var(--rule);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

a:focus-visible {
  outline: 1.5px dashed var(--accent);
  outline-offset: 4px;
}

::selection {
  background: #e6d3b8;
  color: var(--ink);
}

.site {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem var(--pad) 0.95rem;
}

.top a {
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.top-nav {
  display: flex;
  align-items: baseline;
  gap: 1.35rem;
}

.writing {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  padding: 2.4rem var(--pad) 4rem;
}

.writing-lede {
  margin: 0 0 2rem;
  max-width: 36rem;
  color: var(--ink-soft);
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.45;
}

.writing-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.writing-list li {
  border: 0;
}

.writing-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.5rem;
  align-items: baseline;
  padding: 1.05rem 0;
  text-decoration: none;
  color: inherit;
}

.writing-title {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 480;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.writing-list time {
  color: var(--ink-faint);
  font-size: 0.95rem;
  font-style: italic;
  white-space: nowrap;
}

.project {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  padding: 1.15rem var(--pad) 4.5rem;
}

.project-back {
  margin: 0;
  padding: 1.1rem var(--pad) 0;
  font-size: 1.15rem;
  font-style: normal;
  color: var(--ink-soft);
  line-height: 1.2;
}

.project-back a {
  text-decoration: none;
}

.project-back a:hover {
  color: var(--accent);
}

.project-hero {
  margin-bottom: 1.75rem;
}

.project-hero h1 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 2.85rem);
  font-weight: 480;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.project-hero .project-sub {
  margin: 1.85rem 0 0;
  color: var(--ink-soft);
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.4;
}

.project-hero .project-sub a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.project-hero .project-sub a:hover {
  border-bottom-color: currentColor;
}

.project-hero .project-meta {
  margin: 0.85rem 0 0;
  color: var(--ink-faint);
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.45;
}

.project-media {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 2rem;
}

.project-media .project-figure {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}

.project-media--stack {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 var(--pad);
  box-sizing: border-box;
}

.project-media--stack .project-figure {
  flex: 0 1 32rem;
  width: min(32rem, 100%);
  max-width: 32rem;
}

.project-media--stack .project-figure figcaption {
  text-align: center;
}

.project-media .work-thumb {
  width: 100%;
  flex: none;
  max-width: 100%;
  aspect-ratio: auto;
  object-fit: unset;
  height: auto;
}

.project-media--single .work-thumb {
  max-width: 100%;
  flex: none;
  width: 100%;
}

.project-media-link {
  display: block;
  flex: 0 0 auto;
  max-width: 26%;
  line-height: 0;
  text-decoration: none;
}

.project-media-link .work-thumb {
  max-width: 100%;
  width: 100%;
}

.project-media-credit {
  margin: -1.25rem 0 1.75rem;
}

.project-media--compact {
  max-width: 32rem;
}

.project-media--compact .work-thumb--portrait {
  max-width: 28%;
}

.project-film {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0 0 1.75rem;
}

.project-film .work-thumb {
  width: 100%;
  aspect-ratio: auto;
  object-fit: unset;
  height: auto;
}

.project-note {
  margin: 0 0 1.75rem;
  padding: 1.1rem 1.15rem;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.55;
  background: #f0f0ee;
  border-radius: 0.75rem;
}

.project-note p {
  margin: 0;
}

.project-rule {
  height: 1px;
  margin: 0 0 2rem;
  background: var(--rule);
  border: 0;
}

.project section {
  margin-bottom: 2.25rem;
}

.project h2 {
  margin: 0 0 0.85rem;
  font-size: 1.35rem;
  font-weight: 520;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.project p {
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.65;
}

.project p:last-child {
  margin-bottom: 0;
}

.project-lead {
  font-size: 1.12rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

.project-label {
  margin: 1.45rem 0 0.4rem;
  color: var(--ink-faint);
  font-size: 0.78rem;
  font-weight: 560;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

.project-label:first-of-type,
.project h2 + .project-label {
  margin-top: 0.35rem;
}

.project-insight {
  margin: 1.25rem 0 1.35rem;
  padding: 0.15rem 0 0.15rem 1.05rem;
  border-left: 2px solid var(--ink);
  color: var(--ink);
  font-size: 1.18rem;
  font-style: italic;
  font-weight: 450;
  letter-spacing: -0.015em;
  line-height: 1.55;
}

.project-insight p {
  margin: 0;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
}

.project em {
  font-style: italic;
}

.project-list {
  margin: 0 0 1.15rem;
  padding: 0 0 0 1.15rem;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.55;
}

.project-list li {
  margin: 0 0 0.35rem;
}

.project-list li:last-child {
  margin-bottom: 0;
}

.project-links {
  margin: 2.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule);
  color: var(--ink-soft);
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.7;
}

.project-links a {
  color: var(--ink);
}

.project-figure {
  margin: 0 0 2rem;
}

.project-figure .work-thumb {
  width: 100%;
  border-radius: 0.85rem;
  aspect-ratio: auto;
  object-fit: unset;
  height: auto;
}

.project-figure figcaption {
  margin: 0.65rem 0 0;
  color: var(--ink-faint);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.4;
}

.project-gallery {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw) 2.25rem;
  padding: 0;
}

.project-scroll {
  display: flex;
  gap: 0.9rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: calc(var(--pad) + 2rem) var(--pad);
  padding: 0.15rem var(--pad) 0.85rem calc(var(--pad) + 2rem);
  margin: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.project-scroll::-webkit-scrollbar {
  display: none;
}

.project-scroll-item {
  flex: 0 0 min(38rem, 82vw);
  margin: 0;
  scroll-snap-align: start;
}

.project-scroll-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.85rem;
  background: #f4f2ef;
}

.project-scroll-item figcaption {
  margin: 0.55rem 0 0;
  color: var(--ink-faint);
  font-size: 0.92rem;
  font-style: italic;
  line-height: 1.35;
}

.rule {
  height: 1px;
  margin: 0 var(--pad);
  background: var(--rule);
  border: 0;
}

.page,
.foot {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.intro,
.showcase,
.fun,
.outcomes,
.methods,
.selected-light {
  width: 100%;
  max-width: none;
}

.intro {
  padding: 2.4rem var(--pad) 1.5rem;
  text-align: left;
}

.intro-title {
  margin: 0;
  max-width: min(52rem, 100%);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 480;
  line-height: 1.28;
  letter-spacing: -0.02em;
  text-align: left;
}

.intro-support {
  margin: 1.15rem 0 0;
  max-width: min(48rem, 100%);
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.5;
  text-align: left;
}

.intro-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.35rem;
  margin-top: 1.5rem;
  font-size: 1rem;
}

.intro-links a {
  text-decoration-color: var(--rule);
}

.outcomes,
.methods,
.selected-light {
  padding: 0.5rem 0 0.25rem;
}

.outcomes .section-label,
.methods .section-label,
.selected-light .section-label,
.showcase .section-label {
  margin-bottom: 0.85rem;
}

.outcomes-list {
  list-style: none;
  margin: 0;
  padding: 0 var(--pad) 1.75rem;
  max-width: 48rem;
}

.outcomes-list li {
  padding: 0.35rem 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.45;
}

.outcomes-list li::before {
  content: "·";
  margin-right: 0.65rem;
  color: var(--ink-faint);
}

.methods-line {
  margin: 0;
  padding: 0 var(--pad) 2rem;
  max-width: 52rem;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.55;
}

.project-methods {
  margin: 0.5rem 0 1.5rem;
}

.project-methods h2 {
  margin: 0 0 0.55rem;
}

.project-methods p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 42rem;
}

.work-label {
  margin: 0 0 0.25rem;
  color: var(--ink-faint);
  font-size: 0.88rem;
  font-style: italic;
}

.about-resume {
  margin: 1rem 0 0;
  font-size: 0.95rem;
}

.section-label {
  margin: 0;
  padding: 0 var(--pad);
  color: var(--ink-faint);
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 400;
}

.showcase {
  padding-bottom: 0.5rem;
}

.work {
  flex: 1;
}

.work-item {
  display: block;
  padding: 1.65rem var(--pad) 1.8rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.25s ease;
}

.work-item:has(.work-thumb) {
  display: grid;
  grid-template-columns: minmax(14rem, 1.55fr) minmax(10rem, 0.55fr);
  gap: 1.25rem 1.5rem;
  align-items: stretch;
}

.work-item.work-item--agency:has(.work-thumb) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1.5rem 2rem;
}

.work-item.work-item--agency .work-copy {
  min-width: 0;
  max-width: none;
  text-align: left;
  align-items: flex-start;
  height: auto;
  justify-content: center;
}

.work-item.work-item--agency .work-media {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
}

.work-item.work-item--agency .work-media .work-thumb,
.work-item.work-item--agency .work-media .work-thumb:only-child {
  flex: 1 1 auto;
  max-width: 100%;
  width: 100%;
  min-width: 0;
  aspect-ratio: auto;
  object-fit: unset;
  height: auto;
}

.work-item--agency .client-logos {
  gap: 1rem 1.35rem;
  margin-top: 1.15rem;
}

.work-item--agency .client-logos img {
  height: 2.45rem;
  max-width: 7.5rem;
}

.work-item--agency .brand-mark--agency {
  width: 4.25rem;
  margin: 0 0 0.85rem;
  padding: 0;
}

.work-item--agency .brand-mark--agency.brand-mark--wordmark {
  width: min(14rem, 100%);
  margin: 0 0 0.85rem;
  padding: 0;
}

.work-item--film {
  grid-template-columns: minmax(14rem, 1.55fr) minmax(10rem, 0.55fr);
}

.work-film {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
}

.work-thumb--film {
  width: 100%;
  max-width: 22rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.work-credit {
  margin: 0;
  color: var(--ink-faint);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.35;
}

.work-media {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
}

.work-media .work-thumb {
  flex: 1 1 calc(50% - 0.375rem);
  max-width: calc(50% - 0.375rem);
  min-width: 0;
}

.work-media .work-thumb:only-child {
  aspect-ratio: auto;
  object-fit: unset;
  height: auto;
}

.work-media .work-thumb--portrait {
  flex: 0 0 auto;
  width: auto;
  max-width: 26%;
  height: auto;
  aspect-ratio: auto;
  object-fit: unset;
}

.work-thumb--on-white {
  background: #ffffff;
  padding: 0.65rem;
  box-sizing: border-box;
  object-fit: contain;
}

a.work-item:hover,
a.work-item:focus-visible {
  color: inherit;
}

.work-title-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.work-title-row h3 {
  margin: 0;
}

.brand-mark {
  flex: 0 0 auto;
  width: 1.85rem;
  height: auto;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

.brand-mark-link {
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0.85rem;
}

.brand-mark-link .brand-mark--lg {
  margin: 0;
}

.brand-mark--footer {
  width: 5rem;
  margin-top: auto;
  padding-top: 1.25rem;
}

.brand-mark--footer.brand-mark--wordmark {
  width: min(16rem, 100%);
  margin: auto 0 0;
  padding-top: 1.25rem;
}

.brand-mark--lg {
  width: 6.5rem;
  margin: 0 0 0.85rem;
}

.brand-mark--wordmark-lg {
  width: min(18rem, 85%);
  height: auto;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.1rem;
  margin-top: 1rem;
}

.client-logos img {
  display: block;
  width: auto;
  height: 1.55rem;
  max-width: 4.5rem;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.client-logos--page {
  padding: 0 var(--pad) 1.75rem;
  max-width: 48rem;
  margin: 0;
  gap: 1.25rem 1.75rem;
}

.client-logos--page img {
  height: 4.25rem;
  max-width: 13.5rem;
}

.client-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.client-logo-link:hover,
.client-logo-link:focus-visible {
  opacity: 0.72;
  transform: translateY(-1px);
}

.client-logo-link img {
  height: 4.25rem;
  max-width: 13.5rem;
}

.project section[id^="client-"] {
  scroll-margin-top: 1.5rem;
  padding-top: 0.75rem;
  margin-bottom: 3.25rem;
}

.project section[id^="client-"] h2 {
  margin-bottom: 1.15rem;
}

.client-logo-inline {
  display: block;
  width: auto;
  height: 5.75rem;
  max-width: 16rem;
  margin: 0 0 1.15rem;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
  box-shadow: none;
}

.client-logo-inline--wide {
  height: 4.75rem;
  max-width: 22rem;
}

.work-copy .client-logos {
  margin-top: 0.85rem;
  margin-bottom: 0.15rem;
}

.work-item h3,
.fun-card h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  font-weight: 480;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.fun-card h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.work-thumb {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.work-thumb.work-thumb--on-white {
  object-fit: contain;
}

.work-thumb.work-thumb--on-black {
  background: #0a0a0a;
  object-fit: contain;
}

.project .work-thumb,
.project .work-thumb.work-thumb--on-white,
.project .work-thumb.work-thumb--on-black {
  aspect-ratio: auto;
  object-fit: unset;
  height: auto;
}

video.work-thumb {
  background: #f0ebe3;
}

.work-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.work-item p {
  margin: 0.35rem 0 0;
  max-width: 38rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.45;
}

.work-item--agency .work-copy p,
.work-item--agency .work-copy h3 {
  max-width: none;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  max-width: 42rem;
  color: var(--ink-faint);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.45;
}

.tags li:not(:last-child)::after {
  content: "·";
  margin: 0 0.55rem;
  font-style: normal;
}

.work-static {
  cursor: default;
}

.fun {
  background: var(--lilac);
  padding: 2.75rem 0 1rem;
  margin-top: 0.5rem;
}

.fun-heading-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding: 0 var(--pad);
}

.fun .section-label {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.fun-arrange-toggle {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ink-faint);
  font-family: inherit;
  font-size: 0.95rem;
  font-style: italic;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: var(--rule);
  text-underline-offset: 0.22em;
}

.fun-arrange-toggle:hover,
.fun-arrange-toggle:focus-visible {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.fun-flow--placed {
  position: relative;
}

.fun-flow--placed .fun-card {
  position: absolute;
  margin-left: 0;
}

.fun-flow--arrange .fun-card {
  cursor: grab;
  user-select: none;
  touch-action: none;
}

.fun-flow--arrange .fun-card.is-dragging {
  cursor: grabbing;
}

.fun-flow--arrange .fun-stage a,
.fun-flow--arrange .fun-card video,
.fun-flow--arrange .fun-card img,
.fun-flow--arrange .fun-card iframe {
  pointer-events: none;
}

.fun-arrange-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  padding: 0.85rem var(--pad);
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid var(--rule);
  color: var(--ink-soft);
  font-size: 0.95rem;
  backdrop-filter: blur(10px);
}

.fun-arrange-bar p {
  margin: 0;
  flex: 1 1 16rem;
}

.fun-arrange-bar button {
  appearance: none;
  margin: 0;
  padding: 0.28rem 0.7rem;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-family: inherit;
  font-size: 0.9rem;
  cursor: pointer;
}

.fun-arrange-bar button:hover,
.fun-arrange-bar button:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.fun-flow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(3.5rem, 6vw, 5.5rem);
  padding: 2.75rem var(--pad) 5rem;
  overflow: visible;
}

.fun-card {
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: visible;
}

.fun-stage {
  position: relative;
  display: block;
  overflow: visible;
}

.fun-card .work-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: unset;
}

.fun-postit {
  position: absolute;
  z-index: 2;
  bottom: -3.75rem;
  left: -3.5rem;
  width: 11.5rem;
  height: 11.5rem;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.85rem 0.9rem;
  background: #fff1a8;
  color: var(--ink);
  box-shadow: 1px 2px 0 rgba(36, 28, 20, 0.12);
  transform: rotate(-2.4deg);
  transform-origin: center center;
  overflow: hidden;
}

.fun-postit h3 {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  font-weight: 520;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.fun-postit .tags {
  margin-top: 0.4rem;
  max-width: none;
  color: rgba(36, 28, 20, 0.55);
  font-size: 0.78rem;
}

.fun-postit p {
  margin: 0.3rem 0 0;
  max-width: none;
  color: rgba(36, 28, 20, 0.7);
  font-size: 0.82rem;
  line-height: 1.3;
}

.fun-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  font-style: italic;
}

.fun-links a {
  color: rgba(36, 28, 20, 0.7);
}

.fun-card--a {
  width: min(100%, 52rem);
  margin-left: 2%;
}

.fun-card--a .fun-postit {
  background: #fff1a8;
  bottom: -10.5rem;
  left: -3.75rem;
  transform: rotate(-3deg);
}

.fun-card--a .fun-media-link .work-thumb {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

iframe.work-thumb {
  width: 100%;
  height: auto;
  border: 0;
  background: #1a1510;
}

.fun-card--b {
  width: min(100%, 40rem);
  margin-left: 32%;
}

.fun-card--b .fun-postit {
  background: #ffd9e4;
  left: auto;
  right: -3.85rem;
  bottom: -4.1rem;
  transform: rotate(2.2deg);
}

.fun-media {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.fun-media .work-thumb {
  width: auto;
  max-width: calc(50% - 0.375rem);
  flex: 1 1 0;
}

.fun-media-link {
  display: block;
  flex: 1 1 0;
  max-width: calc(50% - 0.375rem);
  line-height: 0;
  text-decoration: none;
}

.fun-card--c {
  width: min(100%, 18rem);
  margin-left: 14%;
}

.fun-card--c .fun-postit {
  background: #ffd8c8;
  bottom: -3.6rem;
  left: -3.4rem;
  transform: rotate(-2.2deg);
}

.fun-card .work-thumb--fun-portrait {
  width: min(100%, 18rem);
  max-width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.fun-media-link .work-thumb {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.fun-card--d {
  width: min(100%, 32rem);
  margin-left: 48%;
}

.fun-card--d .fun-postit {
  background: #d8f3e4;
  bottom: auto;
  top: -3.5rem;
  left: -3.6rem;
  transform: rotate(1.8deg);
}

.fun-card--e {
  width: min(100%, 22rem);
  margin-left: 8%;
}

.fun-card--e .fun-postit {
  background: #ffe2bd;
  bottom: -3.7rem;
  left: auto;
  right: -3.45rem;
  transform: rotate(1.8deg);
}

.fun-card--f {
  width: min(100%, 29rem);
  margin-left: 28%;
}

.fun-card--f .fun-postit {
  background: #dce8f7;
  width: 14rem;
  height: auto;
  min-height: 11.5rem;
  aspect-ratio: auto;
  left: auto;
  right: -3.9rem;
  bottom: -3.8rem;
  transform: rotate(2.8deg);
}

.fun-card--g {
  width: min(100%, 26rem);
  margin-left: 55%;
}

.fun-card--g .fun-postit {
  background: #f3e4c4;
  bottom: -4rem;
  left: -3.7rem;
  transform: rotate(-2deg);
}

.fun-card--h {
  width: min(100%, 16rem);
  margin-left: 18%;
}

.fun-card--h .fun-postit {
  background: #e7f2c8;
  width: 14rem;
  height: auto;
  min-height: 11.5rem;
  aspect-ratio: auto;
  bottom: -3.4rem;
  left: -3.2rem;
  transform: rotate(3deg);
}

.fun-card--i {
  width: min(100%, 18rem);
  margin-left: 42%;
}

.fun-card--i .fun-postit {
  background: #ffe8f0;
  width: 10.5rem;
  height: 10.5rem;
  bottom: -3.6rem;
  left: -3.3rem;
  right: auto;
  transform: rotate(-2.5deg);
}

.fun-card--j {
  width: min(100%, 42rem);
  max-width: 100%;
  margin-left: 12%;
  align-self: flex-start;
}

.fun-card--j .fun-media .work-thumb:first-child {
  flex: 1.75 1 0;
  max-width: 68%;
}

.fun-card--j .fun-media .work-thumb:last-child {
  flex: 0.5 1 0;
  max-width: 26%;
}

.fun-card--j .fun-postit {
  background: #f5d4d0;
  width: 10.5rem;
  height: 10.5rem;
  bottom: auto;
  top: 8.5rem;
  left: -3.3rem;
  right: auto;
  transform: rotate(2deg);
}

.fun-card--podcast .fun-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  background: linear-gradient(
    to top,
    rgba(36, 28, 20, 0.28) 0%,
    rgba(36, 28, 20, 0.08) 28%,
    transparent 52%
  );
  pointer-events: none;
  z-index: 1;
}

.fun-play {
  position: absolute;
  top: auto;
  left: auto;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 3;
  width: 3.4rem;
  height: 3.4rem;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 0 rgba(36, 28, 20, 0.12);
  pointer-events: none;
}

.fun-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.9rem;
  border-color: transparent transparent transparent var(--ink);
  transform: translate(-30%, -50%);
}

.page {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(14rem, 0.8fr) minmax(18rem, 1.2fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 5rem);
  padding: 2.6rem var(--pad) 4rem;
}

.about-side {
  position: sticky;
  top: 1.5rem;
}

.portrait {
  width: 100%;
  display: block;
}

.socials {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1rem;
}

.social {
  display: inline-flex;
  color: var(--ink-faint);
  transition: color 0.15s ease;
}

.social:hover {
  color: var(--ink-soft);
}

.social svg {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}

.lede {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.4;
  max-width: 38ch;
}

.lede + .lede-sub {
  margin: 1.4rem 0 2.4rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.5;
  max-width: 42ch;
}

.block {
  margin: 0 0 2.1rem;
}

.block:last-child {
  margin-bottom: 0;
}

.block h2 {
  margin: 0 0 0.7rem;
  color: var(--ink-faint);
  font-size: 0.92rem;
  font-style: italic;
  font-weight: 400;
}

.block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem 1.25rem;
  padding: 0.35rem 0;
  align-items: baseline;
}

.role {
  display: block;
  color: var(--ink-faint);
  font-size: 0.95rem;
  font-style: italic;
}

.year {
  color: var(--ink-faint);
  font-size: 0.95rem;
  font-style: italic;
}

.press-quote {
  margin: 0;
  padding: 0;
  border: 0;
}

.press-quote p {
  margin: 0;
  max-width: 28rem;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 480;
  line-height: 1.4;
  letter-spacing: -0.015em;
}

.press-quote a {
  text-decoration: none;
  color: inherit;
}

.press-quote footer a {
  text-decoration: underline;
  text-decoration-color: var(--rule);
  text-underline-offset: 0.22em;
}

.press-quote a:hover {
  color: var(--accent);
  text-decoration-color: var(--accent);
}

.press-quote footer {
  margin: 0.65rem 0 0;
  color: var(--ink-faint);
  font-size: 0.95rem;
  font-style: italic;
}

.press-quote cite {
  font-style: italic;
}

.foot {
  padding: 1.4rem var(--pad) 1.6rem;
  color: var(--ink-faint);
  font-size: 0.95rem;
  font-style: italic;
}

.ornament {
  display: inline-block;
  margin: 0 0.15em;
  color: var(--accent);
  font-style: normal;
}

@media (min-width: 721px) {
  .fun-flow {
    position: relative;
    min-height: 3507px;
  }

  .fun-card {
    position: absolute;
    margin-left: 0;
  }

  .fun-card--a { left: 7.99%; top: 48px; }
  .fun-card--b { left: 45.85%; top: 375px; }
  .fun-card--c { left: 13.38%; top: 520px; }
  .fun-card--d { left: 48.11%; top: 1116px; }
  .fun-card--e { left: 12.72%; top: 1386px; }
  .fun-card--f { left: 57.38%; top: 1464px; }
  .fun-card--g { left: 46.67%; top: 1945px; }
  .fun-card--h { left: 16.41%; top: 1781px; }
  .fun-card--i { left: 39.05%; top: 2649px; }
  .fun-card--j { left: 10.40%; top: 3095px; }
}

@media (max-width: 720px) {
  .work-item:has(.work-thumb) {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .work-item.work-item--agency:has(.work-thumb) {
    grid-template-columns: 1fr;
  }

  .work-item.work-item--agency .work-copy,
  .work-item.work-item--agency .work-media {
    max-width: none;
    min-width: 0;
  }

  .work-thumb--film {
    max-width: 18rem;
  }

  .work-media {
    flex-wrap: wrap;
  }

  .work-media .work-thumb--portrait {
    max-width: 40%;
  }

  .project-media {
    flex-wrap: wrap;
  }

  .project-media--stack .project-figure {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .project-media .work-thumb--portrait {
    max-width: 40%;
  }

  .writing-list a {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .fun-flow {
    gap: 2.5rem;
  }

  .fun-arrange-toggle,
  .fun-arrange-bar {
    display: none;
  }

  .fun-flow--placed,
  .fun-flow--arrange {
    min-height: 0 !important;
  }

  .fun-card,
  .fun-card--a,
  .fun-card--b,
  .fun-card--c,
  .fun-card--d,
  .fun-card--e,
  .fun-card--f,
  .fun-card--g,
  .fun-card--h,
  .fun-card--i,
  .fun-card--j {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .fun-card--j {
    max-width: 100%;
  }

  .fun-postit {
    width: 10.5rem;
    height: 10.5rem;
  }

  .fun-card--a .fun-postit {
    bottom: -5.5rem;
  }

  .fun-card--f .fun-postit,
  .fun-card--h .fun-postit {
    width: min(14rem, 100%);
    height: auto;
    min-height: 10.5rem;
  }

  .fun-card .work-thumb {
    max-width: 100%;
  }

  .fun-media .work-thumb {
    width: auto;
    max-width: calc(50% - 0.375rem);
  }

  .page {
    grid-template-columns: 1fr;
    padding-top: 1.8rem;
  }

  .about-side {
    position: static;
    max-width: 22rem;
  }

  .lede {
    max-width: none;
  }
}

/* MindSpace Cafés: nature-minimal */
.ms-wordmark {
  margin: 0 0 0.85rem;
  color: #5f6d52;
  font-size: 1.05rem;
  font-weight: 480;
  letter-spacing: 0.18em;
}

.ms-hero-figure .work-thumb {
  border-radius: 1rem;
}

.ms-model {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw) 2rem;
  padding: 0 var(--pad);
}

.ms-model-card {
  padding: 1.15rem 1.1rem 1.25rem;
  background: #f4f6f1;
  border: 1px solid rgba(95, 109, 82, 0.14);
  border-radius: 1rem;
}

.ms-model-label {
  margin: 0 0 0.45rem;
  color: rgba(42, 48, 38, 0.45);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ms-model-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 520;
  letter-spacing: -0.02em;
}

.ms-model-card p {
  margin: 0;
  color: rgba(42, 48, 38, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.ms-proto-hint {
  color: var(--ink-soft);
  font-size: 0.98rem;
  font-style: italic;
}

.ms-proto {
  display: flex;
  justify-content: center;
  margin: 0 0 2.75rem;
  padding: 0.5rem 0 0.25rem;
}

.ms-phone {
  --ms-paper: #f3f5f0;
  --ms-ink: #2a3026;
  --ms-soft: rgba(42, 48, 38, 0.64);
  --ms-faint: rgba(42, 48, 38, 0.4);
  --ms-line: rgba(42, 48, 38, 0.12);
  --ms-leaf: #5f6d52;
  --ms-leaf-soft: rgba(95, 109, 82, 0.12);
  width: min(100%, 22rem);
  background: var(--ms-paper);
  border: 1px solid rgba(42, 48, 38, 0.14);
  border-radius: 2rem;
  box-shadow: var(--image-shadow);
  overflow: hidden;
  font-family: var(--type);
  color: var(--ms-ink);
}

.ms-phone-notch {
  width: 7.5rem;
  height: 0.7rem;
  margin: 0.7rem auto 0.15rem;
  background: rgba(42, 48, 38, 0.1);
  border-radius: 999px;
}

.ms-phone-screen {
  position: relative;
  min-height: 34rem;
  max-height: 40rem;
  padding: 0.35rem 1rem 0.85rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ms-screen {
  display: none;
  flex-direction: column;
  gap: 0.7rem;
  animation: ms-fade 0.28s ease;
}

.ms-screen.is-active {
  display: flex;
}

@keyframes ms-fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.ms-top {
  margin-bottom: 0.15rem;
}

.ms-top--back {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  align-items: start;
}

.ms-eyebrow {
  margin: 0;
  color: var(--ms-faint);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ms-title {
  margin: 0.2rem 0 0;
  font-size: 1.45rem;
  font-weight: 480;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.ms-body {
  margin: 0;
  color: var(--ms-soft);
  font-size: 0.95rem;
  line-height: 1.5;
}

.ms-home-photo,
.ms-cafe-photo {
  width: 100%;
  height: 7.5rem;
  background-size: cover;
  background-position: center;
  border-radius: 0.9rem;
  border: 1px solid var(--ms-line);
}

.ms-back,
.ms-text-btn,
.ms-tab,
.ms-cafe-card,
.ms-list-row,
.ms-primary,
.ms-secondary,
.ms-prompt,
.ms-pin {
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.ms-back,
.ms-text-btn {
  background: none;
  border: 0;
  padding: 0;
  color: var(--ms-leaf);
}

.ms-back {
  font-size: 1.15rem;
  line-height: 1.4;
  margin-top: 0.35rem;
}

.ms-text-btn {
  font-size: 0.88rem;
  font-style: italic;
}

.ms-prompt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  width: 100%;
  padding: 0.95rem 1rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--ms-line);
  border-radius: 1rem;
}

.ms-prompt-label {
  color: var(--ms-leaf);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ms-prompt-text {
  font-size: 1.02rem;
  font-weight: 480;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.ms-prompt-cta {
  color: var(--ms-soft);
  font-size: 0.88rem;
  font-style: italic;
}

.ms-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.ms-section-head h4 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 520;
}

.ms-cafe-card,
.ms-list-row {
  display: flex;
  width: 100%;
  padding: 0.8rem 0.9rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--ms-line);
  border-radius: 0.85rem;
}

.ms-cafe-card {
  flex-direction: column;
  gap: 0.2rem;
}

.ms-cafe-name {
  font-size: 1rem;
  font-weight: 520;
}

.ms-cafe-meta {
  color: var(--ms-soft);
  font-size: 0.86rem;
  line-height: 1.35;
}

.ms-list-row {
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.ms-list-row strong {
  display: block;
  font-weight: 520;
}

.ms-list-row em {
  display: block;
  margin-top: 0.15rem;
  color: var(--ms-soft);
  font-size: 0.86rem;
  font-style: italic;
}

.ms-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-tags li {
  padding: 0.2rem 0.55rem;
  color: var(--ms-leaf);
  font-size: 0.75rem;
  border: 1px solid rgba(95, 109, 82, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.ms-panel {
  padding: 0.85rem 0.95rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--ms-line);
  border-radius: 0.85rem;
}

.ms-panel-label {
  margin: 0 0 0.25rem;
  color: var(--ms-faint);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ms-panel-text {
  margin: 0;
  color: var(--ms-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

.ms-primary,
.ms-secondary {
  width: 100%;
  margin-top: 0.15rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--ms-ink);
}

.ms-primary {
  background: var(--ms-ink);
  color: #f3f5f0;
}

.ms-secondary {
  background: transparent;
  color: var(--ms-ink);
}

.ms-map {
  position: relative;
  height: 11.5rem;
  margin-bottom: 0.15rem;
  background:
    linear-gradient(rgba(243, 245, 240, 0.35), rgba(243, 245, 240, 0.55)),
    url("/images/mindspace-photo-city.png") center / cover no-repeat;
  border: 1px solid var(--ms-line);
  border-radius: 1rem;
  overflow: hidden;
}

.ms-pin {
  position: absolute;
  width: 0.85rem;
  height: 0.85rem;
  padding: 0;
  background: var(--ms-leaf);
  border: 2px solid #f3f5f0;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(42, 48, 38, 0.22);
  animation: ms-pin-breathe 2.8s ease-in-out infinite;
}

.ms-pin--a {
  top: 28%;
  left: 24%;
}

.ms-pin--b {
  top: 52%;
  left: 62%;
  animation-delay: 0.4s;
}

.ms-pin--c {
  top: 22%;
  left: 72%;
  animation-delay: 0.8s;
}

.ms-map-you {
  position: absolute;
  top: 68%;
  left: 38%;
  width: 0.65rem;
  height: 0.65rem;
  background: var(--ms-ink);
  border: 2px solid #f3f5f0;
  border-radius: 50%;
}

@keyframes ms-pin-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.14);
  }
}

.ms-token-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 1.5rem 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--ms-line);
  border-radius: 1.1rem;
}

.ms-token-count {
  margin: 0;
  font-size: 3.4rem;
  font-weight: 480;
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: var(--ms-leaf);
}

.ms-token-label {
  margin: 0;
  color: var(--ms-soft);
  font-size: 0.92rem;
}

.ms-perk-list {
  margin: 0;
  padding: 0 0 0 1.1rem;
  color: var(--ms-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.ms-perk-list li {
  margin: 0 0 0.35rem;
}

.ms-check-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0.95rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--ms-line);
  border-radius: 0.95rem;
}

.ms-check-q {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 480;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.ms-check-input {
  width: 100%;
  min-height: 4.5rem;
  padding: 0.65rem 0.75rem;
  resize: vertical;
  border: 1px solid rgba(42, 48, 38, 0.16);
  border-radius: 0.65rem;
  background: rgba(243, 245, 240, 0.85);
  color: var(--ms-ink);
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.4;
}

.ms-check-input:focus {
  outline: 1.5px solid rgba(95, 109, 82, 0.45);
  outline-offset: 2px;
}

.ms-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ms-tabbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.15rem;
  padding: 0.55rem 0.55rem 0.85rem;
  border-top: 1px solid var(--ms-line);
  background: rgba(255, 255, 255, 0.55);
}

.ms-tab {
  padding: 0.55rem 0.2rem;
  background: transparent;
  border: 0;
  border-radius: 0.65rem;
  color: var(--ms-faint);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.ms-tab.is-active {
  color: var(--ms-ink);
  background: var(--ms-leaf-soft);
}

@media (max-width: 52rem) {
  .ms-model {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 40rem) {
  .ms-phone {
    width: 100%;
    border-radius: 1.5rem;
  }

  .ms-phone-screen {
    min-height: 30rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }

  .ms-screen,
  .ms-pin {
    animation: none !important;
  }

  .fun-postit,
  .fun-card--a .fun-postit,
  .fun-card--b .fun-postit,
  .fun-card--d .fun-postit,
  .fun-card--e .fun-postit,
  .fun-card--f .fun-postit,
  .fun-card--g .fun-postit,
  .fun-card--h .fun-postit,
  .fun-card--i .fun-postit,
  .fun-card--j .fun-postit {
    transform: none;
  }
}
